summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-13/+125
2016-03-21Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-30/+55
2016-03-21Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+23
2016-03-21Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-14/+8
2016-03-21Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+19
2016-03-21Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds3-0/+718
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-2/+58
2016-03-20Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-9/+34
2016-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-55/+22
2016-03-20Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds4-4/+10
2016-03-20Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-3/+133
2016-03-20Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+9
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds46-531/+1077
2016-03-19Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-14/+32
2016-03-19Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds1-0/+2
2016-03-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds25-151/+399
2016-03-19Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2016-03-19Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro8-55/+22
2016-03-18Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-9/+756
2016-03-18Merge tag 'sound-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2016-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds7-22/+105
2016-03-18Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-4/+70
2016-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-33/+360
2016-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+9
2016-03-18Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-121/+127
2016-03-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+5
2016-03-18Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2016-03-18Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-59/+50
2016-03-18Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+10
2016-03-18param: convert some "on"/"off" users to strtoboolKees Cook1-1/+1
2016-03-18lib: move strtobool() to kstrtobool()Kees Cook2-1/+7
2016-03-18include/linux/unaligned: force inlining of byteswap operationsDenys Vlasenko1-12/+12
2016-03-18lib/string: introduce match_string() helperAndy Shevchenko1-0/+2
2016-03-18radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox1-0/+16
2016-03-18radix_tree: add support for multi-order entriesMatthew Wilcox1-2/+9
2016-03-18radix-tree: add an explicit include of bitops.hMatthew Wilcox1-0/+1
2016-03-18include/linux/list_bl.h: use bool instead of int for boolean functionsChen Gang1-2/+2
2016-03-18fix Christoph's email addressesChristoph Lameter1-1/+1
2016-03-18timer: convert timer_slack_ns from unsigned long to u64John Stultz4-9/+11
2016-03-18thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov1-4/+6
2016-03-18mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov1-0/+2
2016-03-18rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov2-0/+10
2016-03-18rmap: introduce rmap_walk_locked()Kirill A. Shutemov1-0/+1
2016-03-18mm: remove VM_FAULT_MINORJan Kara1-2/+0
2016-03-18mm: exclude ZONE_DEVICE from GFP_ZONE_TABLEDan Williams2-13/+22
2016-03-18mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim1-5/+93
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim3-35/+94
2016-03-18mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman2-8/+3
2016-03-18mm: remove unnecessary description about a non-exist gfp flagSatoru Takeuchi1-2/+0