1. e0a352f mm: migrate: don't rely on __PageMovable() of newpage after unlocking it by David Hildenbrand · 6 years ago
  2. e3df4c6 mm, memory_hotplug: __offline_pages fix wrong locking by Michal Hocko · 6 years ago
  3. 6376360 mm: hwpoison: use do_send_sig_info() instead of force_sig() by Naoya Horiguchi · 6 years ago
  4. 0d0c8de kasan: mark file common so ftrace doesn't trace it by Anders Roxell · 6 years ago
  5. cefc7ef mm, oom: fix use-after-free in oom_kill_process by Shakeel Butt · 6 years ago
  6. eeb0efd mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepages by Oscar Salvador · 6 years ago
  7. 24feb47 mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zone by Mikhail Zaslonko · 6 years ago
  8. efad4e4 mm, memory_hotplug: is_mem_section_removable do not pass the end of a zone by Michal Hocko · 6 years ago
  9. 9bcdeb5 oom, oom_reaper: do not enqueue same task twice by Tetsuo Handa · 6 years ago
  10. 80409c6 mm: migrate: make buffer_migrate_page_norefs() actually succeed by Jan Kara · 6 years ago
  11. 1ac2501 mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT by Andrea Arcangeli · 6 years ago
  12. 1723058 mm, memory_hotplug: don't bail out in do_migrate_range() prematurely by Oscar Salvador · 6 years ago
  13. 4aa9fc2 Revert "mm, memory_hotplug: initialize struct pages for the full memory section" by Michal Hocko · 6 years ago
  14. 6b8f915 Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  15. 30bac16 Revert "Change mincore() to count "mapped" pages rather than "cached" pages" by Linus Torvalds · 6 years ago
  16. 7fc5854 writeback: synchronize sync(2) against cgroup writeback membership switches by Tejun Heo · 7 years ago
  17. ba422731 mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_one by Sean Christopherson · 6 years ago
  18. 73444bc mm, page_alloc: do not wake kswapd with zone lock held by Mel Gorman · 6 years ago
  19. ddeaab3 hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization" by Mike Kravetz · 6 years ago
  20. e7c5809 hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race" by Mike Kravetz · 6 years ago
  21. 8ab88c7 mm: page_mapped: don't assume compound page is huge or THP by Jan Stancek · 6 years ago
  22. 1ed7293 mm/memory.c: initialise mmu_notifier_range correctly by Matthew Wilcox · 6 years ago
  23. a3fe7cd kasan: fix krealloc handling for tag-based mode by Andrey Konovalov · 6 years ago
  24. 96fedce kasan: make tag based mode work with CONFIG_HARDENED_USERCOPY by Andrey Konovalov · 6 years ago
  25. eb214f2 kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning by Andrey Konovalov · 6 years ago
  26. 63f3655 mm, memcg: fix reclaim deadlock with writeback by Michal Hocko · 6 years ago
  27. 7bff3c0 mm/usercopy.c: no check page span for stack objects by Qian Cai · 6 years ago
  28. 09c2e76 slab: alien caches must not be initialized if the allocation of the alien cache failed by Christoph Lameter · 6 years ago
  29. 574823bf Change mincore() to count "mapped" pages rather than "cached" pages by Linus Torvalds · 6 years ago
  30. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  31. b685a73 mm/page_io.c: fix polled swap page in by Jens Axboe · 6 years ago
  32. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
  33. fa45f11 mm/: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
  34. 2c91bd4 mm: speed up mremap by 20x on large regions by Joel Fernandes (Google) · 6 years ago
  35. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  36. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  37. 1ac5cd4 block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE) by Linus Torvalds · 6 years ago
  38. 3868772 Merge tag 'docs-5.0' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  39. 55db91f Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 6 years ago
  40. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  41. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  42. 7056d3a memcg, oom: notify on oom killer invocation from the charge path by Michal Hocko · 6 years ago
  43. 7af7a8e mm, swap: fix swapoff with KSM pages by Huang Ying · 6 years ago
  44. 063a7d1 mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm by Dan Williams · 6 years ago
  45. c86aa7b hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race by Mike Kravetz · 6 years ago
  46. b43a9990 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 6 years ago
  47. 451b951 mm: remove __hugepage_set_anon_rmap() by Kirill Tkhai · 6 years ago
  48. af3b854 mm/page_alloc.c: allow error injection by Benjamin Poirier · 6 years ago
  49. ab41ee6 mm: migrate: drop unused argument of migrate_page_move_mapping() by Jan Kara · 6 years ago
  50. 89cb088 mm: migrate: provide buffer_migrate_page_norefs() by Jan Kara · 6 years ago
  51. 84ade7c mm: migrate: move migrate_page_lock_buffers() by Jan Kara · 6 years ago
  52. cc4f11e mm: migrate: lock buffers before migrate_page_move_mapping() by Jan Kara · 6 years ago
  53. 0b3901b mm: migration: factor out code to compute expected number of page references by Jan Kara · 6 years ago
  54. d9367bd mm, page_alloc: enable pcpu_drain with zone capability by Wei Yang · 6 years ago
  55. d53ce04 kmemleak: add config to select auto scan by Sri Krishna chowdary · 6 years ago
  56. 3c0c12c mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init by Waiman Long · 6 years ago
  57. 125b860 mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPES by Pingfan Liu · 6 years ago
  58. fcf9a0e ksm: react on changing "sleep_millisecs" parameter faster by Kirill Tkhai · 6 years ago
  59. e0975b2 mm, fault_around: do not take a reference to a locked page by Michal Hocko · 6 years ago
  60. bb8965b mm, memory_hotplug: deobfuscate migration part of offlining by Michal Hocko · 6 years ago
  61. a85009c mm, memory_hotplug: try to migrate full pfn range by Michal Hocko · 6 years ago
  62. 7635d9c mm, thp, proc: report THP eligibility for each vma by Michal Hocko · 6 years ago
  63. ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
  64. 5d6527a mm/mmu_notifier: use structure for invalidate_range_start/end callback by Jérôme Glisse · 6 years ago
  65. b15c872 hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined by Michal Hocko · 6 years ago
  66. 9f1eb38 mm, kmemleak: little optimization while scanning by Oscar Salvador · 6 years ago
  67. c16eb00 mm/filemap.c: remove useless check in pagecache_get_page() by Kirill Tkhai · 6 years ago
  68. bbe5d99 mm/page_alloc.c: drop uneeded __meminit and __meminitdata by Oscar Salvador · 6 years ago
  69. 3fa750d mm/page-writeback.c: don't break integrity writeback on ->writepage() error by Brian Foster · 6 years ago
  70. 0ecea99 mm/hmm.c: remove set but not used variable 'devmem' by YueHaibing · 6 years ago
  71. fa004ab mm, hotplug: move init_currently_empty_zone() under zone_span_lock protection by Wei Yang · 6 years ago
  72. 4e0d2e7 mm, sparse: pass nid instead of pgdat to sparse_add_one_section() by Wei Yang · 6 years ago
  73. 83af658 mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section() by Wei Yang · 6 years ago
  74. fed84c7 mm/memblock.c: skip kmemleak for kasan_init() by Qian Cai · 6 years ago
  75. 2c2a5af mm, memory_hotplug: add nid parameter to arch_remove_memory by Oscar Salvador · 6 years ago
  76. 23b68cf mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init() by Wei Yang · 6 years ago
  77. 9a1ea43 mm: put_and_wait_on_page_locked() while page is migrated by Hugh Dickins · 6 years ago
  78. f0c867d mm, oom: add oom victim's memcg to the oom context information by yuzhoujian · 6 years ago
  79. ef8444e mm, oom: reorganize the oom report in dump_header by yuzhoujian · 6 years ago
  80. e5cb113 mm: make free_reserved_area() return "const char *" by Alexey Dobriyan · 6 years ago
  81. 9a2f45f mm/debug.c: make "migrate_reason_names[]" const char * by Alexey Dobriyan · 6 years ago
  82. c999fbd mm/mmzone.c: make "migratetype_names" const char * by Alexey Dobriyan · 6 years ago
  83. 1c30844 mm: reclaim small amounts of memory when an external fragmentation event occurs by Mel Gorman · 6 years ago
  84. 0a79cda mm: use alloc_flags to record if kswapd can wake by Mel Gorman · 6 years ago
  85. a921444 mm: move zone watermark accesses behind an accessor by Mel Gorman · 6 years ago
  86. 6bb1545 mm, page_alloc: spread allocations across zones before introducing fragmentation by Mel Gorman · 6 years ago
  87. f29d8e9c0 mm/memory_hotplug: drop "online" parameter from add_memory_resource() by David Hildenbrand · 6 years ago
  88. 4d72868 memblock: replace usage of __memblock_free_early() with memblock_free() by Mike Rapoport · 6 years ago
  89. d31cfe7 mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free() by Wentao Wang · 6 years ago
  90. 742aa7f mm/page_alloc.c: use a single function to free page by Aaron Lu · 6 years ago
  91. 65895b6 mm/page_alloc.c: free order-0 pages through PCP in page_frag_free() by Aaron Lu · 6 years ago
  92. 02917e9 mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL by Dan Williams · 6 years ago
  93. bbecd94e mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages() by Dan Williams · 6 years ago
  94. 58ef15b mm, hmm: use devm semantics for hmm_devmem_{add, remove} by Dan Williams · 6 years ago
  95. 7ead334 mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in fallbacks by Huang Shijie · 6 years ago
  96. 66f71da mm/swap: use nr_node_ids for avail_lists in swap_info_struct by Aaron Lu · 6 years ago
  97. 8b09549 vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n by Wei Yang · 6 years ago
  98. 476567e mm: remove managed_page_count_lock spinlock by Arun KS · 6 years ago
  99. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  100. 9705bea mm: convert zone->managed_pages to atomic variable by Arun KS · 6 years ago