summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-08-08tracing: Do not do anything special with tracepoint_string when tracing is di...Steven Rostedt2-34/+44
2014-08-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-6/+9
2014-08-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds1-2/+3
2014-08-08Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2014-08-08Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-164/+1485
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesAl Viro1-1/+1
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields1-0/+1
2014-08-07death to mnt_pinnedAl Viro1-2/+2
2014-08-07make fs/{namespace,super}.c forget about acct.hAl Viro1-2/+0
2014-08-07take fs_pin stuff to fs/*Al Viro2-4/+19
2014-08-07acct: get rid of acct_listAl Viro2-3/+4
2014-08-07acct: switch to __kernel_write()Al Viro1-0/+1
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-31/+16
2014-08-07Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-nextAl Viro11-323/+498
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+23
2014-08-07gpio: add missing includes in machine.hAlexandre Courbot1-0/+3
2014-08-07Merge tag 'drm/tegra/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie1-6/+9
2014-08-07Merge branch 'wacom' into nextDmitry Torokhov1-0/+5
2014-08-07Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds30-313/+363
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+1
2014-08-07Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-12/+22
2014-08-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+8
2014-08-07Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-9/+21
2014-08-07Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6Linus Torvalds1-0/+4
2014-08-07lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes1-1/+1
2014-08-07lib: bitmap: add missing mask in bitmap_andRasmus Villemoes1-1/+1
2014-08-07lib: bitmap: add missing mask in bitmap_shift_rightRasmus Villemoes1-1/+1
2014-08-07lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes1-3/+3
2014-08-07lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes1-1/+1
2014-08-07lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes1-1/+1
2014-08-07lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes1-2/+2
2014-08-07lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes1-2/+2
2014-08-07lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes1-2/+2
2014-08-07lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes1-8/+8
2014-08-07lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes1-1/+1
2014-08-07lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes1-3/+3
2014-08-07lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes1-1/+1
2014-08-07lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes1-2/+2
2014-08-07lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes1-2/+2
2014-08-07kernel.h: remove deprecated pack_hex_byteJoe Perches1-5/+0
2014-08-07lib: add lib/glob.cGeorge Spelvin1-0/+9
2014-08-07zlib: clean up some dead codeSergey Senozhatsky1-118/+0
2014-08-07klist: use same naming scheme as hlist for klist_add_after()Ken Helias1-1/+1
2014-08-07list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2-6/+6
2014-08-07list: make hlist_add_after() argument names match hlist_add_after_rcu()Ken Helias1-7/+7
2014-08-07printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder1-1/+1
2014-08-07include/linux/byteorder/generic.h: minor comment fixGeoff Levand1-1/+1
2014-08-07fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...Joe Perches1-1/+1
2014-08-07mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman1-0/+106
2014-08-07mm/zbud: change zbud_alloc size type to size_tDan Streetman1-1/+1