1. 62cd1d9 mm: introduce __lru_cache_add_active_or_unevictable by Laurent Dufour · 6 years ago
  2. 04febfe mm/migrate: Pass vm_fault pointer to migrate_misplaced_page() by Laurent Dufour · 6 years ago
  3. ff04da7 mm: cache some VMA fields in the vm_fault structure by Laurent Dufour · 6 years ago
  4. e032f8a mm: protect SPF handler against anon_vma changes by Laurent Dufour · 6 years ago
  5. 3545b7e mm: protect mremap() against SPF handler by Laurent Dufour · 6 years ago
  6. dd2b465 mm: protect VMA modifications using VMA sequence count by Laurent Dufour · 6 years ago
  7. 365031a mm: VMA sequence count by Peter Zijlstra · 6 years ago
  8. 6315ccc mm: introduce INIT_VMA() by Laurent Dufour · 6 years ago
  9. 6b73321 mm: make pte_unmap_same compatible with SPF by Laurent Dufour · 6 years ago
  10. 1715aea mm: introduce pte_spinlock for FAULT_FLAG_SPECULATIVE by Laurent Dufour · 6 years ago
  11. c3e62ff mm: prepare for FAULT_FLAG_SPECULATIVE by Peter Zijlstra · 6 years ago
  12. 643637b mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT by Laurent Dufour · 6 years ago
  13. 3ac2d19 Merge android-4.9.106 (8b94b87) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  14. 40834dd Merge android-4.9.105 (859e0a8) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  15. 98ae895 Merge changes Ia7c70965,I881a3f8d into msm-4.9 by Linux Build Service Account · 6 years ago
  16. b7d377b Merge 4.9.108 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  17. 4be6529 mmap: relax file size limit for regular files by Linus Torvalds · 6 years ago
  18. 7a40374 mmap: introduce sane default mmap limits by Linus Torvalds · 6 years ago
  19. 5ddbfb6 Merge "mm/vmscan: wake up flushers for legacy cgroups too" by Linux Build Service Account · 6 years ago
  20. cd6cbd4 Merge "mm: vmscan: move dirty pages out of the way until they're flushed" by Linux Build Service Account · 6 years ago
  21. 20fa9d7 Merge "mm: vmscan: only write dirty pages that the scanner has seen twice" by Linux Build Service Account · 6 years ago
  22. 85b22ad Merge "mm: vmscan: remove old flusher wakeup from direct reclaim path" by Linux Build Service Account · 6 years ago
  23. 1b8c360 Merge "mm: vmscan: kick flushers when we encounter dirty pages on the LRU" by Linux Build Service Account · 6 years ago
  24. d31e7c9 Merge "Merge android-4.9.101 (aef17a58) into msm-4.9" by Linux Build Service Account · 6 years ago
  25. 42a730a Merge 4.9.107 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  26. 93960f9 mm: fix the NULL mapping case in __isolate_lru_page() by Hugh Dickins · 6 years ago
  27. cba559b Merge "mm: vmscan: scan dirty pages even in laptop mode" by Linux Build Service Account · 6 years ago
  28. dbe0f61 ANDROID: add extra free kbytes tunable by Rik van Riel · 13 years ago
  29. 82ed834 mm/vmscan: wake up flushers for legacy cgroups too by Andrey Ryabinin · 6 years ago
  30. 6b25f41 mm: vmscan: move dirty pages out of the way until they're flushed by Johannes Weiner · 7 years ago
  31. 319400b mm: vmscan: only write dirty pages that the scanner has seen twice by Johannes Weiner · 7 years ago
  32. 8830ab9 mm: vmscan: remove old flusher wakeup from direct reclaim path by Johannes Weiner · 7 years ago
  33. 6098c67 mm: vmscan: kick flushers when we encounter dirty pages on the LRU by Johannes Weiner · 7 years ago
  34. 14d6ecf mm: vmscan: scan dirty pages even in laptop mode by Johannes Weiner · 7 years ago
  35. 9797dcb Merge 4.9.104 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  36. d7f4e94 mm: fix races between address_space dereference and free in page_evicatable by Huang Ying · 6 years ago
  37. 2272b83 mm/ksm: fix interaction with THP by Claudio Imbrenda · 6 years ago
  38. 4237947 swap: divide-by-zero when zero length swap file on ssd by Tom Abraham · 6 years ago
  39. 51db674 mm/kmemleak.c: wait for scan completion before disabling free by Vinayak Menon · 6 years ago
  40. 6b7ff8e mm, thp: do not cause memcg oom for thp by David Rientjes · 6 years ago
  41. be1a9d1 mm/mempolicy.c: avoid use uninitialized preferred_node by Yisheng Xie · 6 years ago
  42. a8b2150 mm/fadvise: discard partial page if endbyte is also EOF by shidao.ytt · 6 years ago
  43. ab88b8a mm: pin address_space before dereferencing it while isolating an LRU page by Mel Gorman · 6 years ago
  44. e56d370 mm: thp: use down_read_trylock() in khugepaged to avoid long block by Yang Shi · 6 years ago
  45. 4cf2463 mm/mempolicy: add nodes_empty check in SYSC_migrate_pages by Yisheng Xie · 6 years ago
  46. 2851e3b mm/mempolicy: fix the check of nodemask from user by Yisheng Xie · 6 years ago
  47. b1fc8ec kasan: fix memory hotplug during boot by David Hildenbrand · 6 years ago
  48. d33c30a Merge android-4.9.102 (9c3041c) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  49. ff75e7b Merge android-4.9.101 (aef17a58) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  50. 9c3041c Merge 4.9.102 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  51. 270693b mm: don't allow deferred pages with NEED_PER_CPU_KM by Pavel Tatashin · 6 years ago
  52. b63590c Merge android-4.9.99 (c462abb) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  53. aef17a5 Merge 4.9.101 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  54. 6f1abf8 proc: do not access cmdline nor environ from file-backed areas by Willy Tarreau · 6 years ago
  55. cf74f2d Merge "mm: cma: Increase retries if less blocks available" by Linux Build Service Account · 6 years ago
  56. b35a558 mm: cma: Increase retries if less blocks available by Shiraz Hashim · 6 years ago
  57. 2c5fffe Merge android-4.9.96 (320d53a) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  58. 2e229cb02 Merge android-4.9.94 (8683408) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  59. f4b8243 Merge android-4.9.93 (05baf14) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  60. c462abb Merge 4.9.99 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  61. 8f54ead percpu: include linux/sched.h for cond_resched() by Tejun Heo · 6 years ago
  62. 500f8f1 Merge "mm: vmpressure: fix dual calls to global vmpressure" by Linux Build Service Account · 6 years ago
  63. 9efa447 mm: vmpressure: fix dual calls to global vmpressure by Vinayak Menon · 6 years ago
  64. 320d53a Merge 4.9.96 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  65. 18484eb writeback: safer lock nesting by Greg Thelen · 6 years ago
  66. f4c86fa mm/filemap.c: fix NULL pointer in page_cache_tree_insert() by Matthew Wilcox · 6 years ago
  67. 75e6359 mm, slab: reschedule cache_reap() on the same CPU by Vlastimil Babka · 6 years ago
  68. 6c02278 Merge android-4.9.91 (bb94f9d) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  69. dc9767f Merge android-4.9.90 (dd1e37e) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  70. aa71c72 Merge android-4.9.88 (bb52bba) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  71. a8a3aff Merge android-4.9.86 (b324a70) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  72. 8683408 Merge 4.9.94 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  73. 91d6460 mm, vmstat: Remove spurious WARN() during zoneinfo print by Reza Arbab · 7 years ago
  74. 05baf14 Merge tag 'v4.9.93' into android-4.9 by Greg Hackmann · 6 years ago
  75. c2a3e4f mm/vmscan.c: fix unsequenced modification and access warning by Nick Desaulniers · 7 years ago
  76. 79f99ad Merge "mm/kmemleak.c: wait for scan completion before disabling free" by Linux Build Service Account · 6 years ago
  77. 1ce03c2 mm/kmemleak.c: wait for scan completion before disabling free by Vinayak Menon · 6 years ago
  78. bb94f9d Merge 4.9.91 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  79. 8ab8995 mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink() by Kirill A. Shutemov · 6 years ago
  80. 142d9dd mm/thp: do not wait for lock_page() in deferred_split_scan() by Kirill A. Shutemov · 6 years ago
  81. 24284d5 mm/khugepaged.c: convert VM_BUG_ON() to collapse fail by Kirill A. Shutemov · 6 years ago
  82. 46270f4 mm, oom: remove 3% bonus for CAP_SYS_ADMIN processes by David Rientjes · 6 years ago
  83. dd1e37e Merge 4.9.90 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  84. 0b42ce0 mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page by Naoya Horiguchi · 7 years ago
  85. 82d938a mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo by David Rientjes · 7 years ago
  86. 7eb0b73 mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling by Johannes Weiner · 7 years ago
  87. 6670600 Merge "mm: ratelimit swap write errors" by Linux Build Service Account · 6 years ago
  88. 5450ff1 mm: ratelimit swap write errors by Vinayak Menon · 6 years ago
  89. e06a105 Merge android-4.9.84 (a9d0273) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  90. d6f2774 UPSTREAM: kasan: add functions for unpoisoning stack variables by Alexander Potapenko · 6 years ago
  91. 9351dcd UPSTREAM: kasan: support alloca() poisoning by Paul Lawrence · 6 years ago
  92. 4fd840d mm: fix filler function type mismatch by Sami Tolvanen · 7 years ago
  93. 97d5fd2 mm: fix drain_local_pages function type by Sami Tolvanen · 7 years ago
  94. 7118def Merge 4.9.85 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  95. 78b1cb3 mm: fail get_vaddr_frames() for filesystem-dax mappings by Dan Williams · 6 years ago
  96. b29ea3c mm: introduce get_user_pages_longterm by Dan Williams · 6 years ago
  97. f2562ed mm: avoid spurious 'bad pmd' warning messages by Ross Zwisler · 6 years ago
  98. d8b63b6 bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister() by Jan Kara · 7 years ago
  99. a345cd5 bdi: Do not wait for cgwbs release in bdi_unregister() by Jan Kara · 7 years ago
  100. 3d804e0 bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy() by Jan Kara · 7 years ago