1. 0fda278 thp: fix typo in khugepaged_scan_pmd() by Kirill A. Shutemov · 8 years ago
  2. e7080a4 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally by Nicolai Stange · 8 years ago
  3. cd11016 mm, kasan: stackdepot implementation. Enable stackdepot for SLAB by Alexander Potapenko · 8 years ago
  4. 505f5dc mm, kasan: add GFP flags to KASAN API by Alexander Potapenko · 8 years ago
  5. 7ed2f9e mm, kasan: SLAB support by Alexander Potapenko · 8 years ago
  6. d9dddbf mm/page_alloc: prevent merging between isolated and other pageblocks by Vlastimil Babka · 8 years ago
  7. bb29902 oom, oom_reaper: protect oom_reaper_list using simpler way by Tetsuo Handa · 8 years ago
  8. e267960 oom: make oom_reaper freezable by Michal Hocko · 8 years ago
  9. 29c696e oom: make oom_reaper_list single linked by Vladimir Davydov · 8 years ago
  10. 855b018 oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task by Michal Hocko · 8 years ago
  11. 0304926 mm, oom_reaper: implement OOM victims queuing by Michal Hocko · 8 years ago
  12. bc448e8 mm, oom_reaper: report success/failure by Michal Hocko · 8 years ago
  13. 36324a9 oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space by Michal Hocko · 8 years ago
  14. aac4536 mm, oom: introduce oom reaper by Michal Hocko · 8 years ago
  15. f138556 mm/mprotect.c: don't imply PROT_EXEC on non-exec fs by Piotr Kwapulinski · 8 years ago
  16. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 8 years ago
  17. 3f2b1a0 zram: revive swap_slot_free_notify by Minchan Kim · 8 years ago
  18. 266c73b Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  19. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  20. d5e2d00 Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  21. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  22. 49dc2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  23. 7165092 radix-tree,shmem: introduce radix_tree_iter_next() by Matthew Wilcox · 8 years ago
  24. 2cf938a mm: use radix_tree_iter_retry() by Matthew Wilcox · 8 years ago
  25. e614523 radix_tree: add support for multi-order entries by Matthew Wilcox · 8 years ago
  26. 93e205a fix Christoph's email addresses by Christoph Lameter · 8 years ago
  27. 0a687aa mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabled by Tetsuo Handa · 8 years ago
  28. 6afcf28 mm,oom: make oom_killer_disable() killable by Tetsuo Handa · 8 years ago
  29. 1120ed5 mm/zsmalloc: add `freeable' column to pool stat by Sergey Senozhatsky · 8 years ago
  30. a82cbf0 zsmalloc: drop unused member 'mapping_area->huge' by YiPing Xu · 8 years ago
  31. a1c0b1a mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignment by Shawn Lin · 8 years ago
  32. e0775d1 mm: memcontrol: zap oom_info_lock by Vladimir Davydov · 8 years ago
  33. 8b59265 mm: memcontrol: clarify the uncharge_list() loop by Johannes Weiner · 8 years ago
  34. b6e6edc mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage by Johannes Weiner · 8 years ago
  35. 588083b mm: memcontrol: reclaim when shrinking memory.high below usage by Johannes Weiner · 8 years ago
  36. 987b309 mm: meminit: initialise more memory for inode/dentry hash tables in early boot by Li Zhang · 8 years ago
  37. 5f73771 thp: fix deadlock in split_huge_pmd() by Kirill A. Shutemov · 8 years ago
  38. fec89c1 thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers by Kirill A. Shutemov · 8 years ago
  39. e388466 mm: make remove_migration_ptes() beyond mm/migration.c by Kirill A. Shutemov · 8 years ago
  40. 2a52bcb rmap: extend try_to_unmap() to be usable by split_huge_page() by Kirill A. Shutemov · 8 years ago
  41. b977319 rmap: introduce rmap_walk_locked() by Kirill A. Shutemov · 8 years ago
  42. 99490f1 mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAP by Dan Williams · 8 years ago
  43. 870d4b1 mm: percpu: use pr_fmt to prefix output by Joe Perches · 8 years ago
  44. 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 8 years ago
  45. 756a025f0 mm: coalesce split strings by Joe Perches · 8 years ago
  46. 598d809 mm: convert pr_warning to pr_warn by Joe Perches · 8 years ago
  47. b11a7b9 mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE by Dan Williams · 8 years ago
  48. d334c9b mm: memcontrol: cleanup css_reset callback by Vladimir Davydov · 8 years ago
  49. e33e33b mm, memory hotplug: print debug message in the proper way for online_pages by Chen Yucong · 8 years ago
  50. 0f352e5 mm: remove __GFP_NOFAIL is deprecated comment by Michal Hocko · 8 years ago
  51. 95813b8 mm/page_ref: add tracepoint to track down page reference manipulation by Joonsoo Kim · 8 years ago
  52. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 8 years ago
  53. 444eb2a4 mm: thp: set THP defrag by default to madvise and add a stall-free defrag option by Mel Gorman · 8 years ago
  54. f9054c7 mm, mempool: only set __GFP_NOMEMALLOC if there are free elements by David Rientjes · 8 years ago
  55. 795ae7a mm: scale kswapd watermarks in proportion to memory by Johannes Weiner · 8 years ago
  56. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 8 years ago
  57. d02bd27 mm/page_alloc.c: calculate 'available' memory in a separate function by Igor Redko · 8 years ago
  58. 7eb5029 mm/Kconfig: remove redundant arch depend for memory hotplug by Yang Shi · 8 years ago
  59. 458aa76 mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range by Aneesh Kumar K.V · 8 years ago
  60. 39a1aa8 mm: deduplicate memory overcommitment code by Andrey Ryabinin · 8 years ago
  61. ea606cf mm: move max_map_count bits into mm.h by Andrey Ryabinin · 8 years ago
  62. f9719a0 thp, vmstats: count deferred split events by Kirill A. Shutemov · 8 years ago
  63. 0a6b76d mm: workingset: make shadow node shrinker memcg aware by Vladimir Davydov · 8 years ago
  64. cdcbb72 mm: workingset: size shadow nodes lru basing on file cache size by Vladimir Davydov · 8 years ago
  65. b6ecd2d mm: memcontrol: zap memcg_kmem_online helper by Vladimir Davydov · 8 years ago
  66. 0fc9f58 mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinker by Vladimir Davydov · 8 years ago
  67. b313aee mm: memcontrol: enable kmem accounting for all cgroups in the legacy hierarchy by Vladimir Davydov · 8 years ago
  68. accf624 mm, kswapd: replace kswapd compaction with waking up kcompactd by Vlastimil Babka · 8 years ago
  69. e888ca3 mm, memory hotplug: small cleanup in online_pages() by Vlastimil Babka · 8 years ago
  70. 698b1b3 mm, compaction: introduce kcompactd by Vlastimil Babka · 8 years ago
  71. 81c5857 mm, kswapd: remove bogus check of balance_classzone_idx by Vlastimil Babka · 8 years ago
  72. 505f6d2 sound: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 8 years ago
  73. 922d566 mm/slub: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 8 years ago
  74. f48d97f mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 8 years ago
  75. 832fc1d /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages by Naoya Horiguchi · 8 years ago
  76. 12580e4 mm: memcontrol: report kernel stack usage in cgroup2 memory.stat by Vladimir Davydov · 8 years ago
  77. 27ee57c mm: memcontrol: report slab usage in cgroup2 memory.stat by Vladimir Davydov · 8 years ago
  78. 72b54e7 mm: memcontrol: make tree_{stat,events} fetch all stats by Vladimir Davydov · 8 years ago
  79. fcff7d7 mm: memcontrol: do not bypass slab charge if memcg is offline by Vladimir Davydov · 8 years ago
  80. 6a61895 mm: oom_kill: don't ignore oom score on exiting tasks by Johannes Weiner · 8 years ago
  81. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  82. 9cf7666 mm: memcontrol: drop unnecessary lru locking from mem_cgroup_migrate() by Johannes Weiner · 8 years ago
  83. 74485cf mm: migrate: consolidate mem_cgroup_migrate() calls by Johannes Weiner · 8 years ago
  84. 7cf91a9 mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous by Joonsoo Kim · 8 years ago
  85. e1409c3 mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_page by Joonsoo Kim · 8 years ago
  86. 623446e mm/compaction: fix invalid free_pfn and compact_cached_free_pfn by Joonsoo Kim · 8 years ago
  87. 5aa1748 mm/memblock.c: remove unnecessary memblock_type variable by Alexander Kuleshov · 8 years ago
  88. 8df651c thp: cleanup split_huge_page() by Kirill A. Shutemov · 8 years ago
  89. 88193f7 mm: use linear_page_index() in do_fault() by Matthew Wilcox · 8 years ago
  90. fdf1cdb mm: remove unnecessary uses of lock_page_memcg() by Johannes Weiner · 8 years ago
  91. 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 8 years ago
  92. 6a93ca8 mm: migrate: do not touch page->mem_cgroup of live pages by Johannes Weiner · 8 years ago
  93. 23047a9 mm: workingset: per-cgroup cache thrash detection by Johannes Weiner · 8 years ago
  94. 612e449 mm: workingset: eviction buckets for bigmem/lowbit machines by Johannes Weiner · 8 years ago
  95. 162453b mm: workingset: separate shadow unpacking and refault calculation by Johannes Weiner · 8 years ago
  96. 689c94f mm: workingset: #define radix entry eviction mask by Johannes Weiner · 8 years ago
  97. 81f8c3a mm: memcontrol: generalize locking for the page->mem_cgroup binding by Johannes Weiner · 8 years ago
  98. 0db2cb8 mm, vmscan: make zone_reclaimable_pages more precise by Michal Hocko · 8 years ago
  99. d7206a7 mm/madvise: update comment on sys_madvise() by Naoya Horiguchi · 8 years ago
  100. cecf257 mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1 by Vladimir Davydov · 8 years ago