1. 6328e64 Merge 4.9.145 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  2. fbb78e9 mm: don't warn about allocations which stall for too long by Tetsuo Handa · 5 years ago
  3. 860c8b8 Merge 4.9.144 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  4. 447effd hugetlbfs: check for pgoff value overflow by Mike Kravetz · 6 years ago
  5. e5deaa5 mm/hugetlb.c: don't call region_abort if region_chg fails by Mike Kravetz · 7 years ago
  6. 60b3d44 mm: cleancache: fix corruption on missed inode invalidation by Pavel Tikhomirov · 5 years ago
  7. e16c040 Merge 4.9.143 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  8. 3c47063 mm: use swp_offset as key in shmem_replace_page() by Yu Zhao · 5 years ago
  9. dc62803 mm/khugepaged: collapse_shmem() do not crash on Compound by Hugh Dickins · 5 years ago
  10. 8dcbb5f mm/khugepaged: collapse_shmem() without freezing new_page by Hugh Dickins · 5 years ago
  11. c2ca73b mm/khugepaged: minor reorderings in collapse_shmem() by Hugh Dickins · 5 years ago
  12. 5c0ecc2 mm/khugepaged: collapse_shmem() remember to clear holes by Hugh Dickins · 5 years ago
  13. 0dba3e5 mm/khugepaged: fix crashes due to misaccounted holes by Hugh Dickins · 5 years ago
  14. 9815b0f shmem: introduce shmem_inode_acct_block by Mike Rapoport · 7 years ago
  15. cae7ed2 shmem: shmem_charge: verify max_block is not exceeded before inode update by Mike Rapoport · 7 years ago
  16. 10e458e mm/khugepaged: collapse_shmem() stop if punched or truncated by Hugh Dickins · 5 years ago
  17. b59b24f mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() by Hugh Dickins · 5 years ago
  18. ffdad59 mm/huge_memory: splitting set mapping+index before unfreeze by Hugh Dickins · 5 years ago
  19. fb732e6 mm/huge_memory.c: reorder operations in __split_huge_page_tail() by Konstantin Khlebnikov · 6 years ago
  20. b48c29b mm/huge_memory: rename freeze_page() to unmap_page() by Hugh Dickins · 5 years ago
  21. db71418 Merge 4.9.142 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  22. d77eacd tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset by Yufen Yu · 6 years ago
  23. 789c694 mm: don't warn about large allocations for slab by Dmitry Vyukov · 6 years ago
  24. 5e10758 Merge 4.9.138 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  25. e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  26. a0f30ae Merge 4.9.136 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  27. 9c34ad0 mm: migration: fix migration of huge PMD shared pages by Mike Kravetz · 6 years ago
  28. f8d4c94 hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! by Mike Kravetz · 6 years ago
  29. 818e584 mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings by Andrea Arcangeli · 6 years ago
  30. 1a55a71 mm: do not bug_on on incorrect length in __mm_populate() by Michal Hocko · 6 years ago
  31. cbf05aa hugetlbfs: dirty pages as they are added to pagecache by Mike Kravetz · 6 years ago
  32. a96406d mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()' by Christophe JAILLET · 6 years ago
  33. de4c175 mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone() by zhong jiang · 7 years ago
  34. 03fcc2f Merge 4.9.135 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  35. e34bd9a mremap: properly flush TLB before releasing the page by Linus Torvalds · 6 years ago
  36. a427932 Merge 4.9.134 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  37. 44ccf71 mm/vmstat.c: fix outdated vmstat_text by Jann Horn · 6 years ago
  38. d589c0d Merge 4.9.133 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  39. e308fb9 mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly by Jann Horn · 6 years ago
  40. 38f2b4a Merge 4.9.132 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  41. 00a28d94 mm: madvise(MADV_DODUMP): allow hugetlbfs pages by Daniel Black · 6 years ago
  42. 7bebf33 Merge 4.9.131 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  43. b052d04 slub: make ->cpu_partial unsigned int by Alexey Dobriyan · 6 years ago
  44. 1c7637c Merge 4.9.130 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  45. 6b1bd5e mm: shmem.c: Correctly annotate new inodes for lockdep by Joel Fernandes (Google) · 6 years ago
  46. ba01a42 Merge 4.9.128 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  47. 8458056 mm: get rid of vmacache_flush_all() entirely by Linus Torvalds · 6 years ago
  48. bafc00f mm: remove seemingly spurious reclaimability check from laptop_mode gating by Johannes Weiner · 7 years ago
  49. 4f39381 mm, vmscan: clear PGDAT_WRITEBACK when zone is balanced by Mel Gorman · 7 years ago
  50. be4935d Merge 4.9.127 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  51. 77d1a43 Fixes: Commit 2aa6d036b716 ("mm: numa: avoid waiting on freed migrated pages") by Chas Williams · 6 years ago
  52. c5804dd mm/fadvise.c: fix signed overflow UBSAN complaint by Andrey Ryabinin · 6 years ago
  53. a8c1ea6 Merge 4.9.126 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  54. 04d1d58 mm/tlb: Remove tlb_remove_table() non-concurrent condition by Peter Zijlstra · 6 years ago
  55. a925dfb Merge 4.9.125 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  56. af669a0 mm/memory.c: check return value of ioremap_prot by jie@chenjie6@huwei.com · 6 years ago
  57. f108e46 memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure by Kirill Tkhai · 6 years ago
  58. b55993f zswap: re-check zswap_is_full() after do zswap_shrink() by Li Wang · 6 years ago
  59. da33b2a UPSTREAM: zsmalloc: introduce zs_huge_class_size() by Sergey Senozhatsky · 6 years ago
  60. 6a1b592 Merge 4.9.124 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  61. 2b7f885 kasan: fix shadow_size calculation error in kasan_module_alloc by Zhen Lei · 6 years ago
  62. a4ffb67 BACKPORT: slub: make sysfs directories for memcg sub-caches optional by Tejun Heo · 6 years ago
  63. f85543b Merge 4.9.120 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  64. e392347 x86/speculation/l1tf: Limit swap file size to MAX_PA/2 by Andi Kleen · 6 years ago
  65. 7c5b42f x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings by Andi Kleen · 6 years ago
  66. 8b21e85 Merge 4.9.117 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  67. c99dbd9 mm/slub.c: add __printf verification to slab_err() by Mathieu Malaterre · 6 years ago
  68. e18d328 mm: vmalloc: avoid racy handling of debugobjects in vunmap by Chintan Pandya · 6 years ago
  69. e6f9a8a Merge 4.9.115 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  70. 90e7a90 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 6 years ago
  71. 3472e37 mm/huge_memory.c: fix data loss when splitting a file pmd by Hugh Dickins · 6 years ago
  72. f46b054 mm: memcg: fix use after free in mem_cgroup_iter() by Jing Xia · 6 years ago
  73. 9e79039 Merge 4.9.112 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  74. 6cfbbdd mm, page_alloc: do not break __GFP_THISNODE by zonelist reset by Vlastimil Babka · 6 years ago
  75. 433c183 mm: hugetlb: yield when prepping struct pages by Cannon Matthews · 6 years ago
  76. 4d93a43 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  77. 565d744 mm: add variant of pagevec_lookup_range_tag() taking number of pages by Jan Kara · 7 years ago
  78. bef1c39 mm: use pagevec_lookup_range_tag() in write_cache_pages() by Jan Kara · 7 years ago
  79. 7e95dd5 mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range() by Jan Kara · 7 years ago
  80. fb296a2 mm: implement find_get_pages_range_tag() by Jan Kara · 7 years ago
  81. b7d377b Merge 4.9.108 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  82. 4be6529 mmap: relax file size limit for regular files by Linus Torvalds · 6 years ago
  83. 7a40374 mmap: introduce sane default mmap limits by Linus Torvalds · 6 years ago
  84. 42a730a Merge 4.9.107 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  85. 93960f9 mm: fix the NULL mapping case in __isolate_lru_page() by Hugh Dickins · 6 years ago
  86. dbe0f61 ANDROID: add extra free kbytes tunable by Rik van Riel · 13 years ago
  87. 9797dcb Merge 4.9.104 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  88. d7f4e94 mm: fix races between address_space dereference and free in page_evicatable by Huang Ying · 6 years ago
  89. 2272b83 mm/ksm: fix interaction with THP by Claudio Imbrenda · 6 years ago
  90. 4237947 swap: divide-by-zero when zero length swap file on ssd by Tom Abraham · 6 years ago
  91. 51db674 mm/kmemleak.c: wait for scan completion before disabling free by Vinayak Menon · 6 years ago
  92. 6b7ff8e mm, thp: do not cause memcg oom for thp by David Rientjes · 6 years ago
  93. be1a9d1 mm/mempolicy.c: avoid use uninitialized preferred_node by Yisheng Xie · 6 years ago
  94. a8b2150 mm/fadvise: discard partial page if endbyte is also EOF by shidao.ytt · 6 years ago
  95. ab88b8a mm: pin address_space before dereferencing it while isolating an LRU page by Mel Gorman · 6 years ago
  96. e56d370 mm: thp: use down_read_trylock() in khugepaged to avoid long block by Yang Shi · 6 years ago
  97. 4cf2463 mm/mempolicy: add nodes_empty check in SYSC_migrate_pages by Yisheng Xie · 6 years ago
  98. 2851e3b mm/mempolicy: fix the check of nodemask from user by Yisheng Xie · 6 years ago
  99. b1fc8ec kasan: fix memory hotplug during boot by David Hildenbrand · 6 years ago
  100. 9c3041c Merge 4.9.102 into android-4.9 by Greg Kroah-Hartman · 6 years ago