1. 331981b Merge "lib: memtest: Add MEMTEST_ENABLE_DEFAULT option" into msm-4.9 by Linux Build Service Account · 7 years ago
  2. 73f57f5 Merge "mm/page_owner: ask users about default setting of PAGE_OWNER" into msm-4.9 by Linux Build Service Account · 7 years ago
  3. 26ee6ab Merge "debug-pagealloc: print physical address for detected corruption" into msm-4.9 by Linux Build Service Account · 7 years ago
  4. 056d70b Merge "debug-pagealloc: Panic on pagealloc corruption" into msm-4.9 by Linux Build Service Account · 7 years ago
  5. 0220d0d Merge "drivers: dma-contiguous: remove cma regions from kmemleak scan" into msm-4.9 by Kyle Yan · 7 years ago
  6. 1210864 Merge "mm: memory: reduce fault_around_bytes" into msm-4.9 by Kyle Yan · 7 years ago
  7. 9055405 Merge "mm: cma: add trace events for CMA alloc perf testing" into msm-4.9 by Kyle Yan · 7 years ago
  8. 70efc4b Merge "mm: slub: call kasan_alloc_pages before freeing pages in slub" into msm-4.9 by Kyle Yan · 7 years ago
  9. bdf06f7 lib: memtest: Add MEMTEST_ENABLE_DEFAULT option by Trilok Soni · 8 years ago
  10. 65cfa9f mm/page_owner: ask users about default setting of PAGE_OWNER by Trilok Soni · 8 years ago
  11. 87f4202 debug-pagealloc: print physical address for detected corruption by Prasad Sodagudi · 8 years ago
  12. 6ba925c debug-pagealloc: Panic on pagealloc corruption by Prasad Sodagudi · 8 years ago
  13. a24e023 drivers: dma-contiguous: remove cma regions from kmemleak scan by Shiraz Hashim · 8 years ago
  14. 23f8a2f mm: memory: reduce fault_around_bytes by Vinayak Menon · 9 years ago
  15. 9645c9e mm: cma: add trace events for CMA alloc perf testing by Liam Mark · 9 years ago
  16. af34362 mm: slub: call kasan_alloc_pages before freeing pages in slub by Se Wang (Patrick) Oh · 9 years ago
  17. 4891f6a Merge remote-tracking branch '4.9/tmp-6bf53d4' into msm-4.9 by Kyle Yan · 7 years ago
  18. 6bf53d4 Merge 4.9.18 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  19. 110cce4 Merge remote-tracking branch '4.9/tmp-82ab074' into 4.9 by Kyle Yan · 7 years ago
  20. 3f406ec percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages by Tahsin Erdogan · 7 years ago
  21. 997e3d9 slub: move synchronize_sched out of slab_mutex on shrink am: bc01eb9398 by Vladimir Davydov · 7 years ago
  22. bc01eb9 slub: move synchronize_sched out of slab_mutex on shrink by Vladimir Davydov · 7 years ago
  23. d1fdabf kmemleak : Make kmemleak_stack_scan optional using config by Vignesh Radhakrishnan · 9 years ago
  24. dac9c38 mm: slub: panic for object and slab errors by David Keitel · 10 years ago
  25. 5e0d9a2 mm: slub: Panic instead of restoring corrupted bytes by David Keitel · 10 years ago
  26. 6c57699 mm: switch KASan hook calling order in page alloc/free path by Se Wang (Patrick) Oh · 9 years ago
  27. 9a5f402 mm: change initial readahead window size calculation by Lee Susman · 11 years ago
  28. a708a02 mm: vmscan: support complete shrinker reclaim by Liam Mark · 10 years ago
  29. bd46c35 KSM: Start KSM by default by Abhimanyu Garg · 10 years ago
  30. 2b4be35 ksm: Add showmem notifier by Laura Abbott · 10 years ago
  31. 6518047 ksm: Provide support to use deferred timers for scanner thread by Chintan Pandya · 10 years ago
  32. 7231212 mm: vmscan: support equal reclaim for anon and file pages by Patrick Daly · 7 years ago
  33. 0795fff Merge "Merge remote-tracking branch '4.9/tmp-47c0adf' into 4.9" into msm-4.9 by Kyle Yan · 7 years ago
  34. 281d686 mm: Kconfig: Add DEBUG_SLUB_PANIC_ON option by Channagoud Kadabi · 7 years ago
  35. 90ed47f Merge remote-tracking branch '4.9/tmp-47c0adf' into 4.9 by Kyle Yan · 7 years ago
  36. e9400d2 mm: do not call mem_cgroup_free() from within mem_cgroup_alloc() am: 16ace91043 by Tahsin Erdogan · 7 years ago
  37. 9512164 thp: fix another corner case of munlock() vs. THPs am: 1771fc58a3 by Kirill A. Shutemov · 7 years ago
  38. 16ace91 mm: do not call mem_cgroup_free() from within mem_cgroup_alloc() by Tahsin Erdogan · 7 years ago
  39. 1771fc5 thp: fix another corner case of munlock() vs. THPs by Kirill A. Shutemov · 7 years ago
  40. da75569 Merge remote-tracking branch '4.9/tmp-053b654' into msm-4.9 by Kyle Yan · 7 years ago
  41. f565af1 mm, vmscan: consider eligible zones in get_scan_count am: 521e92b198 by Michal Hocko · 7 years ago
  42. a2463df mm, vmscan: cleanup lru size claculations am: 710531320a by Michal Hocko · 7 years ago
  43. 111bbe0 mm: do not access page->mapping directly on page_endio am: 2c290eede9 by Minchan Kim · 7 years ago
  44. c4457b4 mm: vmpressure: fix sending wrong events on underflow am: 58d1dbb904 by Vinayak Menon · 7 years ago
  45. eaf1abc mm/page_alloc: fix nodes for reclaim in fast path am: d1e8042628 by Gavin Shan · 7 years ago
  46. 521e92b mm, vmscan: consider eligible zones in get_scan_count by Michal Hocko · 7 years ago
  47. 7105313 mm, vmscan: cleanup lru size claculations by Michal Hocko · 7 years ago
  48. 2c290ee mm: do not access page->mapping directly on page_endio by Minchan Kim · 7 years ago
  49. 58d1dbb mm: vmpressure: fix sending wrong events on underflow by Vinayak Menon · 7 years ago
  50. d1e8042 mm/page_alloc: fix nodes for reclaim in fast path by Gavin Shan · 7 years ago
  51. 877a0a0 Merge remote-tracking branch '4.9/tmp-a6e00ae' into msm-4.9 by Kyle Yan · 7 years ago
  52. e682dcb Merge remote-tracking branch '4.9/tmp-0455ac9' into 4.9 by Kyle Yan · 7 years ago
  53. a6e00ae Merge branch 'upstream-linux-4.9.y' into android-4.9 by Todd Kjos · 7 years ago
  54. 48cc540 memblock: Fix memblock_overlaps_memory() by Stephen Boyd · 7 years ago
  55. 1cb3de8 block: fix double-free in the failure path of cgwb_bdi_init() by Tejun Heo · 7 years ago
  56. 8810e5f Merge remote-tracking branch 'origin/tmp-dcb6110' into 4.8 by Channagoud Kadabi · 7 years ago
  57. cb05734 Merge tag 'v4.9.10' into android-4.9-aosp by Dmitry Shmidt · 7 years ago
  58. 49f68cc mm/slub.c: fix random_seq offset destruction by Sean Rees · 7 years ago
  59. dcb6110 Merge tag 'v4.9.9' into android-4.9-aosp by Dmitry Shmidt · 7 years ago
  60. b67c7d3 mm, fs: check for fatal signals in do_generic_file_read() by Michal Hocko · 7 years ago
  61. 6cb0497 base/memory, hotplug: fix a kernel oops in show_valid_zones() by Toshi Kani · 7 years ago
  62. 72f7419 mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone() by Toshi Kani · 7 years ago
  63. f0c3a0a zswap: disable changing params if init fails by Dan Streetman · 7 years ago
  64. 81b6939 vmstat: Add cpu isolation awareness by Olav Haugan · 8 years ago
  65. e37704d Merge tag 'v4.9.8' into android-4.9 by Dmitry Shmidt · 7 years ago
  66. f5f415c mm, memcg: do not retry precharge charges by David Rientjes · 7 years ago
  67. 143a9ad memory_hotplug: make zone_can_shift() return a boolean value by Yasuaki Ishimatsu · 7 years ago
  68. 96e5cec mm, page_alloc: fix premature OOM when racing with cpuset mems update by Vlastimil Babka · 7 years ago
  69. b678e4f mm, page_alloc: move cpuset seqcount checking to slowpath by Vlastimil Babka · 7 years ago
  70. d1656c5 mm, page_alloc: fix fast-path race with cpuset update or removal by Vlastimil Babka · 7 years ago
  71. ade7afe mm, page_alloc: fix check for NULL preferred_zone by Vlastimil Babka · 7 years ago
  72. 9b1a1ae mm/mempolicy.c: do not put mempolicy before using its nodemask by Vlastimil Babka · 7 years ago
  73. 6676aa6 mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp by Keno Fischer · 7 years ago
  74. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  75. abfb486 ANDROID: mm: Export do_munmap by Guenter Roeck · 8 years ago
  76. 3e4578f ANDROID: mm: add a field to store names for private anonymous memory by Colin Cross · 9 years ago
  77. 1e26cec mm/hugetlb.c: fix reservation race when freeing surplus pages by Mike Kravetz · 8 years ago
  78. 8315c22 mm/slab.c: fix SLAB freelist randomization duplicate entries by John Sperbeck · 8 years ago
  79. 6ca29ee mm: support anonymous stable page by Minchan Kim · 8 years ago
  80. 07fc957 mm, memcg: fix the active list aging for lowmem requests when memcg is enabled by Michal Hocko · 8 years ago
  81. 8edd365 mm: pmd dirty emulation in page fault handler by Minchan Kim · 8 years ago
  82. 87fa6f3 dax: fix deadlock with DAX 4k holes by Ross Zwisler · 8 years ago
  83. 5d7d362 mm, compaction: fix NR_ISOLATED_* stats for pfn based migration by Ming Ling · 8 years ago
  84. dc1b6d0 mm: khugepaged: fix radix tree node leak in shmem collapse error path by Johannes Weiner · 8 years ago
  85. 058a4a5 mm: khugepaged: close use-after-free race during shmem collapsing by Johannes Weiner · 8 years ago
  86. 66c6770 mm/hugetlb.c: use the right pte val for compare in hugetlb_cow by Aneesh Kumar K.V · 8 years ago
  87. 44919a2 mm, page_alloc: keep pcp count and list contents in sync if struct page is corrupted by Mel Gorman · 8 years ago
  88. 04597be mm/vmscan.c: set correct defer count for shrinker by Shaohua Li · 8 years ago
  89. e71b4e0 ptrace: Don't allow accessing an undumpable mm by Eric W. Biederman · 8 years ago
  90. 48466c4 vfs,mm: fix return value of read() at s_maxbytes by Linus Torvalds · 8 years ago
  91. 694a95f mm: Add a user_ns owner to mm_struct and fix ptrace permission checks by Eric W. Biederman · 8 years ago
  92. 6f19367 ANDROID: ashmem: Add shmem_set_file to mm/shmem.c by John Stultz · 13 years ago
  93. f37d2ac Merge remote-tracking branch 'origin/tmp-69973b8' into msm-4.8 by Kyle Yan · 8 years ago
  94. ef5ecfe Merge remote-tracking branch 'origin/tmp-3e5de27' into msm-4.8 by Kyle Yan · 8 years ago
  95. 10d20bd shmem: fix shm fallocate() list corruption by Linus Torvalds · 8 years ago
  96. bd04173 mm, vmscan: add cond_resched() into shrink_node_memcg() by Michal Hocko · 8 years ago
  97. 20ab67a mm: workingset: fix NULL ptr in count_shadow_nodes by Michal Hocko · 8 years ago
  98. 5cbc198 mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb by Kirill A. Shutemov · 8 years ago
  99. 828347f kasan: support use-after-scope detection by Dmitry Vyukov · 8 years ago
  100. 045d599 kasan: update kasan_global for gcc 7 by Dmitry Vyukov · 8 years ago