summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-18mm: scale kswapd watermarks in proportion to memoryJohannes Weiner2-0/+3
2016-03-18mm: cleanup *pte_alloc* interfacesKirill A. Shutemov1-9/+8
2016-03-18mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko1-0/+1
2016-03-18mm, tracing: refresh __def_vmaflag_namesKirill A. Shutemov1-0/+1
2016-03-18mm: move max_map_count bits into mm.hAndrey Ryabinin2-21/+21
2016-03-18thp, vmstats: count deferred split eventsKirill A. Shutemov1-0/+1
2016-03-18mm: workingset: make shadow node shrinker memcg awareVladimir Davydov1-0/+10
2016-03-18mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov1-10/+0
2016-03-18include/linux/page-flags.h: force inlining of selected page flag modificationsDenys Vlasenko1-15/+15
2016-03-18bufferhead: force inlining of buffer head flag operationsDenys Vlasenko1-5/+5
2016-03-18mm, compaction: introduce kcompactdVlastimil Babka3-0/+23
2016-03-18/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi1-0/+2
2016-03-18mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov1-1/+2
2016-03-18mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov1-0/+21
2016-03-18Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-14/+71
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-71/+54
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-32/+243
2016-03-17Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2016-03-17Merge tag 'vfio-v4.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+11
2016-03-17Merge tag 'for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2-0/+5
2016-03-17Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+6
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds5-26/+51
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-268/+33
2016-03-17livepatch/module: remove livepatch module notifierJessica Yu1-0/+13
2016-03-17Merge tag 'fbdev-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds1-3/+0
2016-03-17Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-1/+31
2016-03-17Merge tag 'dm-4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-3/+12
2016-03-17Merge branch 'stable/for-linus-4.6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2016-03-17Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-23/+212
2016-03-17Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-42/+64