1. 739435f mm, page_owner: don't grab zone->lock for init_pages_in_zone() by Vlastimil Babka · 7 years ago
  2. 8cc3acf mm, madvise: ensure poisoned pages are removed from per-cpu lists by Mel Gorman · 7 years ago
  3. c40db80 mm: fix 100% CPU kswapd busyloop on unreclaimable nodes by Johannes Weiner · 8 years ago
  4. 2832a12 Merge 4.9.46 into android-4.9-o by Greg Kroah-Hartman · 7 years ago
  5. a3840b1 Merge 4.9.46 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. 9d26332 mm/memblock.c: reversed logic in memblock_discard() by Pavel Tatashin · 7 years ago
  7. 0f49b05 mm/madvise.c: fix freeing of locked page with MADV_FREE by Eric Biggers · 7 years ago
  8. 5d8b3cc mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled by Kirill A. Shutemov · 7 years ago
  9. 4613f61 Merge 4.9.45 into android-4.9-o by Greg Kroah-Hartman · 7 years ago
  10. 5731c30 Merge 4.9.45 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  11. 61332dc Sanitize 'move_pages()' permission checks by Linus Torvalds · 7 years ago
  12. 91105f2 mm/mempolicy: fix use after free when calling get_mempolicy by zhong jiang · 7 years ago
  13. 59ee25d mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS by Michal Hocko · 7 years ago
  14. 87395ee mm: discard memblock data later by Pavel Tatashin · 7 years ago
  15. 2292b51 Merge 4.9.44 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  16. e228691 mm: fix list corruptions on shmem shrinklist by Cong Wang · 7 years ago
  17. b56cd77 mm: ratelimit PFNs busy info message by Jonathan Toppins · 7 years ago
  18. b29acd8 Merge "mm: cma: fix stack corruption due to sprintf usage" by Linux Build Service Account · 7 years ago
  19. 452f675 Merge "cma: Store a name in the cma structure" by Linux Build Service Account · 7 years ago
  20. dc7e74b mm: cma: fix stack corruption due to sprintf usage by Prakash Gupta · 7 years ago
  21. 02f29ab Merge 4.9.42 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  22. 22cccef mm: don't dereference struct page fields of invalid pages by Ard Biesheuvel · 8 years ago
  23. 7b95b74 mm/page_alloc: Remove kernel address exposure in free_reserved_area() by Josh Poimboeuf · 8 years ago
  24. 5a1eef7 mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries by Mel Gorman · 7 years ago
  25. 77dbb1d cma: Store a name in the cma structure by Laura Abbott · 8 years ago
  26. 1206f76 mm: run the showmem notifier in alloc failure by Prakash Gupta · 7 years ago
  27. 2eb8775 mm, oom: run the showmem notifier in oom by Prakash Gupta · 7 years ago
  28. a0d60fa mm: cma: Register with show_mem notification framework by Prakash Gupta · 7 years ago
  29. efb354d mm: cma: print allocation failure reason and bitmap status by Jaewon Kim · 8 years ago
  30. 1388873 Merge "Merge remote-tracking branch '4.9/tmp-9ae2c67' into 4.9" by Linux Build Service Account · 7 years ago
  31. 81c065e Merge "mm: add preempt points into __purge_vmap_area_lazy()" by Linux Build Service Account · 7 years ago
  32. 8866cda Merge "mm: mark all calls into the vmalloc subsystem as potentially sleeping" by Linux Build Service Account · 7 years ago
  33. 4188180 Merge "mm: add vfree_atomic()" by Linux Build Service Account · 7 years ago
  34. 588b9247 Merge "mm: avoid taking zone lock in pagetypeinfo_showmixed()" by Linux Build Service Account · 7 years ago
  35. 3dfb68c Merge remote-tracking branch '4.9/tmp-9ae2c67' into 4.9 by Kyle Yan · 7 years ago
  36. 68b9043 mm: add preempt points into __purge_vmap_area_lazy() by Joel Fernandes · 8 years ago
  37. 4a4394c mm: mark all calls into the vmalloc subsystem as potentially sleeping by Christoph Hellwig · 8 years ago
  38. 3af922c mm: add vfree_atomic() by Andrey Ryabinin · 8 years ago
  39. 9fd2c02 mm: turn vmap_purge_lock into a mutex by Christoph Hellwig · 8 years ago
  40. 835db09 mm: refactor __purge_vmap_area_lazy() by Christoph Hellwig · 8 years ago
  41. 7df9875 mm: remove free_unmap_vmap_area_addr() by Christoph Hellwig · 8 years ago
  42. 71aadd0 mm: remove free_unmap_vmap_area_noflush() by Christoph Hellwig · 8 years ago
  43. 64958e2 mm: avoid taking zone lock in pagetypeinfo_showmixed() by Vinayak Menon · 7 years ago
  44. 7f8a644 Merge "mm: kasan: Initialize first_bad_addr field in info variable in report.c" by Linux Build Service Account · 7 years ago
  45. 68406b9 Merge "lowmemorykiller: Introduce sysfs node for ALMK and PPR adj threshold" by Linux Build Service Account · 7 years ago
  46. 096551a mm: kasan: Initialize first_bad_addr field in info variable in report.c by Sridhar Parasuram · 7 years ago
  47. 14accea Merge 4.9.39 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  48. 38dfd2e mm: fix overflow check in expand_upwards() by Helge Deller · 7 years ago
  49. a48542e mm/list_lru.c: fix list_lru_count_node() to be race free by Sahitya Tummala · 7 years ago
  50. d2b6468 thp, mm: fix crash due race in MADV_FREE handling by Kirill A. Shutemov · 7 years ago
  51. 681ec1b Merge "mm: Update is_vmalloc_addr to account for vmalloc savings" by Linux Build Service Account · 7 years ago
  52. 4fc4856 Merge "msm: Allow lowmem to be non contiguous and mixed" by Linux Build Service Account · 7 years ago
  53. 5f54d6e Merge "Kconfig: Add menu choice option to reclaim virtual memory" by Linux Build Service Account · 7 years ago
  54. ee3a85ff lowmemorykiller: Introduce sysfs node for ALMK and PPR adj threshold by Suyog Sarda · 8 years ago
  55. 06a5f87 android/lowmemorykiller: Selectively count free CMA pages by Liam Mark · 12 years ago
  56. 8275f1d mm: allow page poisoning to be enabled by default. by Vinayak Menon · 8 years ago
  57. 9282168 mm: enable page poisoning early at boot by Vinayak Menon · 8 years ago
  58. ca91771 mm: fix cma accounting in zone_watermark_ok by Vinayak Menon · 8 years ago
  59. 92dffa6 mm: swap_ratio: bail out if there aren't any other swap device by Vinayak Menon · 9 years ago
  60. dd68ed2 mm: vmscan: fix the page state calculation in too_many_isolated by Vinayak Menon · 10 years ago
  61. 5193402 mm: cma: sleep between retries in cma_alloc by Liam Mark · 9 years ago
  62. 2b5cb61 mm, oom: make dump_tasks public by Liam Mark · 10 years ago
  63. 2c0f71c mm: add cma pcp list by Liam Mark · 10 years ago
  64. 483242b cma: redirect page allocation to CMA by Heesub Shin · 12 years ago
  65. cd89baf mm: vmstat: add pageoutclean by Vinayak Menon · 9 years ago
  66. c1c6a99 mm: swap: swap ratio support by Vinayak Menon · 9 years ago
  67. ee081c23 mm: swap: fix swapcache usage for fast swap devices by Vinayak Menon · 9 years ago
  68. 03e6490 mm: compaction: fix the page state calculation in too_many_isolated by Vinayak Menon · 10 years ago
  69. bb730a1 mm: swap: don't delay swap free for fast swap devices by Vinayak Menon · 10 years ago
  70. 99fddf1 mm: process_reclaim: use unbounded cpu workqueue by Shiraz Hashim · 9 years ago
  71. 204b27e mm: process_reclaim: do not iterate over stale task structs by Vinayak Menon · 10 years ago
  72. 31a3271 mm: process_reclaim: fix reclaim skip on low efficiency by Vinayak Menon · 10 years ago
  73. 1bddbcf mm: process reclaim: vmpressure based process reclaim by Vinayak Menon · 10 years ago
  74. d52084c mm: ksm: avoid trageted reclaim of ksm pages by Vinayak Menon · 9 years ago
  75. 01fdd71 mm: Support address range reclaim by Minchan Kim · 12 years ago
  76. cd256bf mm: Enhance per process reclaim to consider shared pages by Minchan Kim · 12 years ago
  77. 74ac882 mm: Remove shrink_page by Minchan Kim · 12 years ago
  78. 07e6c8d mm: make shrink_page_list with pages work from multiple zones by Minchan Kim · 12 years ago
  79. ff92689 mm: Per process reclaim by Minchan Kim · 12 years ago
  80. 13e7b91 mm: prevent to write out dirty page in CMA by may_writepage by Minchan Kim · 10 years ago
  81. 9cd3302 mm: vmpressure: make vmpressure window variable by Vinayak Menon · 8 years ago
  82. 44778e5 mm: vmpressure: account allocstalls only on higher pressures by Vinayak Menon · 9 years ago
  83. 5809109 mm: vmpressure: scale pressure based on reclaim context by Vinayak Menon · 10 years ago
  84. 13088ad mm: vmpressure: allow in-kernel clients to subscribe for events by Vinayak Menon · 10 years ago
  85. 6c3873f Merge remote-tracking branch '4.9/tmp-184ce81' into msm-4.9 by Kyle Yan · 7 years ago
  86. 2506cb5 Merge remote-tracking branch '4.9/tmp-75d78c7' into 4.9 by Kyle Yan · 7 years ago
  87. 184ce81 Merge 4.9.36 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  88. 647f605 mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings by Ard Biesheuvel · 7 years ago
  89. 2aa6d03 mm: numa: avoid waiting on freed migrated pages by Mark Rutland · 7 years ago
  90. b135522 mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff() by David Rientjes · 8 years ago
  91. d0bd199 msm: Increase the kernel virtual area to include lowmem by Susheel Khiani · 9 years ago
  92. 8db21e1 mm: Update is_vmalloc_addr to account for vmalloc savings by Susheel Khiani · 11 years ago
  93. 432f166 msm: Allow lowmem to be non contiguous and mixed by Susheel Khiani · 9 years ago
  94. 7172a93 Merge 4.9.34 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  95. 0d21cf1 Merge 4.9.33 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  96. ce7fe85 mm: fix new crash in unmapped_area_topdown() by Hugh Dickins · 7 years ago
  97. 5d10ad62 Allow stack to grow up to address space limit by Helge Deller · 7 years ago
  98. cfc0eb40 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  99. f7ae7d2 swap: cond_resched in swap_cgroup_prepare() by Yu Zhao · 7 years ago
  100. 1419b87 mm/memory-failure.c: use compound_head() flags for huge pages by James Morse · 7 years ago