summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin
2016-03-17thp, vmstats: count deferred split eventsKirill A. Shutemov
2016-03-17mm: workingset: make shadow node shrinker memcg awareVladimir Davydov
2016-03-17mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov
2016-03-17include/linux/page-flags.h: force inlining of selected page flag modificationsDenys Vlasenko
2016-03-17bufferhead: force inlining of buffer head flag operationsDenys Vlasenko
2016-03-17mm, compaction: introduce kcompactdVlastimil Babka
2016-03-17/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi
2016-03-17mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov
2016-03-17mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov
2016-03-16Merge tag 'fbdev-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds
2016-03-16Merge tag 'media/v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2016-03-16Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-16Merge tag 'dm-4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-03-16Merge branch 'stable/for-linus-4.6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-03-15Merge tag 'leds_for_4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Linus Torvalds
2016-03-15Merge tag 'rtc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2016-03-15Merge tag 'hwmon-for-linus-v4.6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-15Merge tag 'regulator-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2016-03-15Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2016-03-15Merge tag 'spi-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2016-03-15Merge tag 'pinctrl-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2016-03-15autofs4: fix string.h include in auto_dev-ioctl.hIan Kent
2016-03-15autofs4: fix some white space errorsIan Kent
2016-03-15autofs4: coding style fixesIan Kent
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner
2016-03-15mm: workingset: per-cgroup cache thrash detectionJohannes Weiner
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner
2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov
2016-03-15mm/page_poisoning.c: allow for zero poisoningLaura Abbott
2016-03-15mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott
2016-03-15mm, debug: move bad flags printing to bad_page()Vlastimil Babka
2016-03-15mm, page_owner: dump page owner info from dump_page()Vlastimil Babka
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka
2016-03-15mm, page_owner: copy page owner info during migrationVlastimil Babka
2016-03-15mm, page_owner: convert page_owner_inited to static keyVlastimil Babka
2016-03-15mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka
2016-03-15mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka
2016-03-15tools, perf: make gfp_compact_table up to dateVlastimil Babka
2016-03-15mm, tracing: make show_gfp_flags() up to dateVlastimil Babka
2016-03-15tracepoints: move trace_print_flags definitions to tracepoint-defs.hVlastimil Babka
2016-03-15mm/slub: support left redzoneJoonsoo Kim