summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Merge tag 'dt-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds3-0/+61
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds12-105/+749
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-33/+178
2014-08-08drivers/vfio: Enable VFIO if EEH is not supportedAlexey Kardashevskiy1-3/+2
2014-08-08drivers/vfio: Fix EEH build errorGavin Shan1-0/+1
2014-08-08Input: MT - make slot cleanup callable outside mt_sync_frame()Henrik Rydberg1-0/+1
2014-08-08netlabel: fix the netlbl_catmap_setlong() dummy functionPaul Moore1-4/+4
2014-08-08tracepoint: add generic tracepoint definitions for IPI tracingNicolas Pitre1-0/+89
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 Torvalds15-104/+730
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 Torvalds17-165/+1486
2014-08-08Revert "drm: drop redundant drm_file->is_master"Dave Airlie1-16/+3
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 Torvalds5-48/+142
2014-08-07Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-29/+1
2014-08-07Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-nextAl Viro12-323/+516
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-0/+57
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 Airlie2-6/+55
2014-08-07Merge tag 'drm/panel/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2-6/+73
2014-08-07Merge branch 'wacom' into nextDmitry Torokhov1-0/+5
2014-08-07Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds32-322/+371
2014-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
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 Torvalds19-101/+389
2014-08-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-349/+116
2014-08-07Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds17-44/+199
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