1. d2b2c6dd mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate by Lars Persson · 6 years ago
  2. f5777bc mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate() by Qian Cai · 6 years ago
  3. c4efe48 mm/memory_hotplug.c: fix notification in offline error path by Qian Cai · 6 years ago
  4. 5ae2efb mm/debug.c: fix __dump_page when mapping->host is not set by Oscar Salvador · 6 years ago
  5. a7f40cf mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified by Yang Shi · 6 years ago
  6. 6d6ea1e mm: add support for kmem caches in DMA32 zone by Nicolas Boichat · 6 years ago
  7. 9b7ea46 mm/hotplug: fix offline undo_isolate_page_range() by Qian Cai · 6 years ago
  8. 44dc1b1 mm/debug.c: add a cast to u64 for atomic64_read() by Qian Cai · 6 years ago
  9. cae85cb mm/memory.c: fix modifying of page protection by insert_pfn() by Jan Kara · 6 years ago
  10. c412a76 kasan: fix variable 'tag' set but not used warning by Qian Cai · 6 years ago
  11. f67e3fb4 Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  12. 8b0f9fa filemap: add a comment about FAULT_FLAG_RETRY_NOWAIT behavior by Linus Torvalds · 6 years ago
  13. 6b4c9f4 filemap: drop the mmap_sem for all blocking operations by Josef Bacik · 6 years ago
  14. a75d4c3 filemap: kill page_cache_read usage in filemap_fault by Josef Bacik · 6 years ago
  15. 2a1180f filemap: pass vm_fault to the mmap ra helpers by Josef Bacik · 6 years ago
  16. a667cb7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  17. a297413 mm: memblock: update comments and kernel-doc by Mike Rapoport · 6 years ago
  18. c9a688a memblock: split checks whether a region should be skipped to a helper function by Mike Rapoport · 6 years ago
  19. fe14512 memblock: remove memblock_{set,clear}_region_flags by Mike Rapoport · 6 years ago
  20. 26fb3da memblock: drop memblock_alloc_*_nopanic() variants by Mike Rapoport · 6 years ago
  21. c0dbe82 memblock: memblock_alloc_try_nid: don't panic by Mike Rapoport · 6 years ago
  22. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  23. f655f40 mm/percpu: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  24. c366ea8 memblock: make memblock_find_in_range_node() and choose_memblock_flags() static by Mike Rapoport · 6 years ago
  25. 92d12f9 memblock: refactor internal allocation functions by Mike Rapoport · 6 years ago
  26. 0ba9e6e memblock: drop memblock_alloc_base() by Mike Rapoport · 6 years ago
  27. 42b46ae memblock: drop __memblock_alloc_base() by Mike Rapoport · 6 years ago
  28. ecc3e77 memblock: memblock_phys_alloc(): don't panic by Mike Rapoport · 6 years ago
  29. 3375557 memblock: memblock_phys_alloc_try_nid(): don't panic by Mike Rapoport · 6 years ago
  30. 8a770c2 memblock: emphasize that memblock_alloc_range() returns a physical address by Mike Rapoport · 6 years ago
  31. 53d818d memblock: drop memblock_alloc_base_nid() by Mike Rapoport · 6 years ago
  32. b57e622e6 mm/hmm: convert to use vm_fault_t by Souptick Joarder · 6 years ago
  33. d14d7f1 Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  34. a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  35. f86727f Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  36. 8d521d9 Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 6 years ago
  37. ea2c3f6 mm,mremap: bail out earlier in mremap_to under map pressure by Oscar Salvador · 6 years ago
  38. d778015 mm/sparse: fix a bad comparison by Qian Cai · 6 years ago
  39. fc8efd2 mm/memory.c: do_fault: avoid usage of stale vm_area_struct by Jan Stancek · 6 years ago
  40. 70516b9 mm/huge_memory.c: fix "orig_pud" set but not used by Qian Cai · 6 years ago
  41. cd02cf1 mm/hotplug: fix an imbalance with DEBUG_PAGEALLOC by Qian Cai · 6 years ago
  42. 82ede7e mm/memcontrol.c: fix bad line in comment by Qian Cai · 6 years ago
  43. 0d3bd18 mm/cma.c: cma_declare_contiguous: correct err handling by Peng Fan · 6 years ago
  44. 0c81585 mm/page_ext.c: fix an imbalance with kmemleak by Qian Cai · 6 years ago
  45. 5f438ee mm/compaction: pass pgdat to too_many_isolated() instead of zone by Andrey Ryabinin · 6 years ago
  46. f4b7e27 mm: remove zone_lru_lock() function, access ->lru_lock directly by Andrey Ryabinin · 6 years ago
  47. a7ca12f mm/workingset: remove unused @mapping argument in workingset_eviction() by Andrey Ryabinin · 6 years ago
  48. 9600874 mm/swapfile.c: use struct_size() in kvzalloc() by Gustavo A. R. Silva · 6 years ago
  49. 5a7f1b2 mm/cma_debug.c: remove static scoped cma_debugfs_root by Yue Hu · 6 years ago
  50. 5d3ee42 mm/shmem: make find_get_pages_range() work for huge page by Yu Zhao · 6 years ago
  51. afa0011 mm: unexport free_reserved_area by Christoph Hellwig · 6 years ago
  52. daf3538 mm,memory_hotplug: explicitly pass the head to isolate_huge_page by Oscar Salvador · 6 years ago
  53. f900482 mm/migrate.c: cleanup expected_page_refs() by Jan Kara · 6 years ago
  54. a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
  55. 92eac16 docs/mm: vmalloc: re-indent kernel-doc comemnts by Mike Rapoport · 6 years ago
  56. ce0725f numa: make "nr_online_nodes" unsigned int by Alexey Dobriyan · 6 years ago
  57. b9726c2 numa: make "nr_node_ids" unsigned int by Alexey Dobriyan · 6 years ago
  58. d342a0b mm,oom: don't kill global init via memory.oom.group by Tetsuo Handa · 6 years ago
  59. c10d38c mm, swap: bounds check swap_info array accesses to avoid NULL derefs by Daniel Jordan · 6 years ago
  60. 060f005 mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list() by Kirill Tkhai · 6 years ago
  61. 2cee57d1 mm: ksm: do not block on page lock when searching stable tree by Yang Shi · 6 years ago
  62. 1ff9e6e mm: memcontrol: expose THP events on a per-memcg basis by Chris Down · 6 years ago
  63. 2bb0f34 mm: vmscan: do not iterate all mem cgroups for global direct reclaim by Yang Shi · 6 years ago
  64. ab3948f mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd by Joel Fernandes (Google) · 6 years ago
  65. 9a4e9f3 mm: update get_user_pages_longterm to migrate pages allocated from CMA region by Aneesh Kumar K.V · 6 years ago
  66. b56a2d8 mm: rid swapoff of quadratic complexity by Vineeth Remanan Pillai · 6 years ago
  67. c5bf121 mm: refactor swap-in logic out of shmem_getpage_gfp by Vineeth Remanan Pillai · 6 years ago
  68. a9e7c39 mm/vmscan.c: remove 7th argument of isolate_lru_pages() by Kirill Tkhai · 6 years ago
  69. 2e25644 mm, mempolicy: fix uninit memory access by Vlastimil Babka · 6 years ago
  70. 7775fac memcg: killed threads should not invoke memcg OOM killer by Tetsuo Handa · 6 years ago
  71. 23a7052 mm/page_alloc.c: check return value of memblock_alloc_node_nopanic() by Mike Rapoport · 6 years ago
  72. 023bdd0 mm/hugetlb: add prot_modify_start/commit sequence for hugetlb update by Aneesh Kumar K.V · 6 years ago
  73. 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
  74. 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
  75. 8bb4e7a mm: fix some typos in mm directory by Wei Yang · 6 years ago
  76. 8aa4976 mm/page_owner: move config option to mm/Kconfig.debug by Changbin Du · 6 years ago
  77. 43cca0b mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown() by Yang Fan · 6 years ago
  78. bbbe480 mm, oom: remove 'prefer children over parent' heuristic by Shakeel Butt · 6 years ago
  79. d9f7979 mm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  80. 0ee930e mm/memory.c: prevent mapping typed pages to userspace by Matthew Wilcox · 6 years ago
  81. 2d432cb mm: prevent mapping slab pages to userspace by Matthew Wilcox · 6 years ago
  82. afd0738 mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512! by Uladzislau Rezki (Sony) · 6 years ago
  83. 677dc97 mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunable by Chris Down · 6 years ago
  84. aa9694b mm, memcg: create mem_cgroup_from_seq by Chris Down · 6 years ago
  85. 5e1f0f0 mm, compaction: capture a page under direct compaction by Mel Gorman · 6 years ago
  86. e332f74 mm, compaction: be selective about what pageblocks to clear skip hints by Mel Gorman · 6 years ago
  87. 4fca973 mm, compaction: sample pageblocks for free pages by Mel Gorman · 6 years ago
  88. dbe2d4e mm, compaction: round-robin the order while searching the free lists for a target by Mel Gorman · 6 years ago
  89. d097a6f mm, compaction: reduce premature advancement of the migration target scanner by Mel Gorman · 6 years ago
  90. cf66f07 mm, compaction: do not consider a need to reschedule as contention by Mel Gorman · 6 years ago
  91. cb810ad mm, compaction: rework compact_should_abort as compact_check_resched by Mel Gorman · 6 years ago
  92. 8854c55 mm, compaction: keep cached migration PFNs synced for unusable pageblocks by Mel Gorman · 6 years ago
  93. 9bebefd mm, compaction: check early for huge pages encountered by the migration scanner by Mel Gorman · 6 years ago
  94. cb2dcaf mm, compaction: finish pageblock scanning on contention by Mel Gorman · 6 years ago
  95. 804d312 mm, compaction: avoid rescanning the same pageblock multiple times by Mel Gorman · 6 years ago
  96. 5a81188 mm, compaction: use free lists to quickly locate a migration target by Mel Gorman · 6 years ago
  97. e380beb mm, compaction: keep migration source private to a single compaction instance by Mel Gorman · 6 years ago
  98. 70b4459 mm, compaction: use free lists to quickly locate a migration source by Mel Gorman · 6 years ago
  99. fd1444b mm, compaction: ignore the fragmentation avoidance boost for isolation and compaction by Mel Gorman · 6 years ago
  100. efe771c mm, compaction: always finish scanning of a full pageblock by Mel Gorman · 6 years ago