1. 7298e3b mm/page_idle.c: fix oops because end_pfn is larger than max_pfn by Colin Ian King · 6 years ago
  2. 432b1de mm/oom_kill.c: fix uninitialized oc->constraint by Yafang Shao · 6 years ago
  3. faf53de mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge by Naoya Horiguchi · 6 years ago
  4. b38e596 mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails by Naoya Horiguchi · 6 years ago
  5. 29b190f mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemask by zhong jiang · 6 years ago
  6. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  7. 20c8ccb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 by Thomas Gleixner · 6 years ago
  8. 7a33847 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 by Thomas Gleixner · 6 years ago
  9. 8092f73 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248 by Thomas Gleixner · 6 years ago
  10. 963172d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  11. 50f44ee mm/devm_memremap_pages: fix final page put race by Dan Williams · 6 years ago
  12. a58f2ce mm/vmscan.c: fix trying to reclaim unevictable LRU page by Minchan Kim · 6 years ago
  13. 59ea6d0 coredump: fix race condition between collapse_huge_page() and core dumping by Andrea Arcangeli · 6 years ago
  14. 0874bb4 mm/mlock.c: change count_mm_mlocked_page_nr return type by swkhack · 6 years ago
  15. 7a30df4 mm: mmu_gather: remove __tlb_reset_range() for force flush by Yang Shi · 6 years ago
  16. b17f18a mm/vmscan.c: fix recent_rotated history by Kirill Tkhai · 6 years ago
  17. dedca63 mm/mlock.c: mlockall error for flag MCL_ONFAULT by Potyra, Stefan · 6 years ago
  18. 3510955 mm/list_lru.c: fix memory leak in __memcg_init_list_lru_node by Shakeel Butt · 6 years ago
  19. 815744d mm: memcontrol: don't batch updates of local VM stats and events by Johannes Weiner · 6 years ago
  20. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  21. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  22. b2139ce treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403 by Thomas Gleixner · 6 years ago
  23. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  24. 1439f94 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 263 by Thomas Gleixner · 6 years ago
  25. 31e6734 mm/vmalloc: Avoid rare case of flushing TLB with weird arguments by Rick Edgecombe · 6 years ago
  26. 8e41f87 mm/vmalloc: Fix calculation of direct map addr range by Rick Edgecombe · 6 years ago
  27. e577c8b mm, compaction: make sure we isolate a valid PFN by Suzuki K Poulose · 6 years ago
  28. 0600597 kasan: initialize tag to 0xff in __kasan_kmalloc by Nathan Chancellor · 6 years ago
  29. bb9f6f6 z3fold: fix sheduling while atomic by Vitaly Wool · 6 years ago
  30. df17277 mm/gup: continue VM_FAULT_RETRY processing even for pre-faults by Mike Rapoport · 6 years ago
  31. 3e85899 memcg: make it work on sparse non-0-node systems by Jiri Slaby · 6 years ago
  32. bc81426 prctl_set_mm: downgrade mmap_sem to read lock by Michal Koutný · 6 years ago
  33. 3806b04 mm/vmalloc.c: fix typo in comment by Andrew Morton · 6 years ago
  34. 46aeb7e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 225 by Thomas Gleixner · 6 years ago
  35. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  36. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  37. 8607a96 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98 by Thomas Gleixner · 6 years ago
  38. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  39. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  40. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  41. cb6f873 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  42. 1335d9a Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  43. 60fce36 mm/compaction.c: correct zone boundary handling when isolating pages from a pageblock by Mel Gorman · 6 years ago
  44. a6cf4e0 mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro by Uladzislau Rezki (Sony) · 6 years ago
  45. bb850f4 mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro by Uladzislau Rezki (Sony) · 6 years ago
  46. 68ad4a3 mm/vmalloc.c: keep track of free blocks for vmap allocation by Uladzislau Rezki (Sony) · 6 years ago
  47. 7878c23 slab: remove /proc/slab_allocators by Qian Cai · 6 years ago
  48. def0fda mm: memcontrol: fix NUMA round-robin reclaim at intermediate level by Johannes Weiner · 6 years ago
  49. 42a3003 mm: memcontrol: fix recursive statistics correctness & scalabilty by Johannes Weiner · 6 years ago
  50. db9adbc mm: memcontrol: move stat/event counting functions out-of-line by Johannes Weiner · 6 years ago
  51. 205b20c mm: memcontrol: make cgroup stats and events query API explicitly local by Johannes Weiner · 6 years ago
  52. 871789d mm, memcg: rename ambiguously named memory.stat counters and functions by Chris Down · 6 years ago
  53. 134fca9 mm/mincore.c: make mincore() more conservative by Jiri Kosina · 6 years ago
  54. 97500a4 mm: maintain randomization of page free lists by Dan Williams · 6 years ago
  55. b03641a mm: move buddy list manipulations into helpers by Dan Williams · 6 years ago
  56. e900a91 mm: shuffle initial free memory to improve memory-side-cache utilization by Dan Williams · 6 years ago
  57. 4d36e6f mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_t by Uladzislau Rezki (Sony) · 6 years ago
  58. 68571be9 mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy() by Uladzislau Rezki (Sony) · 6 years ago
  59. 136ac59 mm: update references to page _refcount by Baruch Siach · 6 years ago
  60. 318222a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  61. a1b8e6a mm: delete find_get_entries_tag by Matthew Wilcox (Oracle) · 6 years ago
  62. b3b0707 mm/huge_memory.c: make __thp_get_unmapped_area static by Bharath Vedartham · 6 years ago
  63. 94393c7 mm/mprotect.c: fix compilation warning because of unused 'mm' variable by Mike Rapoport · 6 years ago
  64. 19343b5 mm/page-writeback: introduce tracepoint for wait_on_page_writeback() by Yafang Shao · 6 years ago
  65. d66d109 mm/Kconfig: update "Memory Model" help text by Mike Rapoport · 6 years ago
  66. 2fa2690 mm/vmscan.c: don't disable irq again when count pgrefill for memcg by Yafang Shao · 6 years ago
  67. 350e88b mm: memblock: make keeping memblock memory opt-in rather than opt-out by Mike Rapoport · 6 years ago
  68. f27a513 hugetlbfs: always use address space in inode for resv_map pointer by Mike Kravetz · 6 years ago
  69. 1f86298 mm/z3fold.c: support page migration by Vitaly Wool · 6 years ago
  70. 7c2b8ba mm/z3fold.c: add structure for buddy handles by Vitaly Wool · 6 years ago
  71. 351618b mm/z3fold.c: improve compression by extending search by Vitaly Wool · 6 years ago
  72. 9050cce mm/z3fold.c: introduce helper functions by Vitaly Wool · 6 years ago
  73. 1c52e6d mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplist by Yafang Shao · 6 years ago
  74. 2c8fc3d mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE Kconfig by Jérôme Glisse · 6 years ago
  75. f46b791 mm/vmscan.c: simplify shrink_inactive_list() by Kirill Tkhai · 6 years ago
  76. a667d74 mm: introduce new vm_map_pages() and vm_map_pages_zero() API by Souptick Joarder · 6 years ago
  77. 62afcd1 mm: remove redundant 'default n' from Kconfig-s by Bartlomiej Zolnierkiewicz · 6 years ago
  78. 8c7829b mm: fix false-positive OVERCOMMIT_GUESS failures by Johannes Weiner · 6 years ago
  79. ac5c942 mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail by David Hildenbrand · 6 years ago
  80. 9d1d887 mm/memory_hotplug: make __remove_section() never fail by David Hildenbrand · 6 years ago
  81. cb7b3a3 mm/memory_hotplug: make unregister_memory_section() never fail by David Hildenbrand · 6 years ago
  82. d9eb141 mm/memory_hotplug: release memory resource after arch_remove_memory() by David Hildenbrand · 6 years ago
  83. 2346a56 mm/filemap.c: fix minor typo by Laurent Dufour · 6 years ago
  84. 940519f mm, memory_hotplug: provide a more generic restrictions for memory hotplug by Michal Hocko · 6 years ago
  85. 5557c76 mm, memory_hotplug: cleanup memory offline path by Michal Hocko · 6 years ago
  86. 0e56aca mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections by Alexander Duyck · 6 years ago
  87. 837566e mm: implement new zone specific memblock iterator by Alexander Duyck · 6 years ago
  88. 56ec43d mm: drop meminit_pfn_in_nid as it is redundant by Alexander Duyck · 6 years ago
  89. 059d844 mm/rmap.c: use the pra.mapcount to do the check by Huang Shijie · 6 years ago
  90. cfcbfb1 mm/filemap.c: enable error injection at add_to_page_cache() by Josef Bacik · 6 years ago
  91. c6d2341 mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper by Jérôme Glisse · 6 years ago
  92. 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
  93. 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
  94. dfcd666 mm/mmu_notifier: convert user range->blockable to helper function by Jérôme Glisse · 6 years ago
  95. 391aab1 mm/hmm: convert various hmm_pfn_* to device_entry which is a better name by Jérôme Glisse · 6 years ago
  96. 55c0ece mm/hmm: add a helper function that fault pages and map them to a device by Jérôme Glisse · 6 years ago
  97. 992de9a mm/hmm: allow to mirror vma of a file on a DAX backed filesystem by Jérôme Glisse · 6 years ago
  98. 63d5066 mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping) by Jérôme Glisse · 6 years ago
  99. 023a019 mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays by Jérôme Glisse · 6 years ago
  100. a3e0d41 mm/hmm: improve driver API to work and wait over a range by Jérôme Glisse · 6 years ago