1. fa417ab mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
  2. 0b303fb mm, slub: do initial checks in ___slab_alloc() with irqs enabled by Vlastimil Babka · 3 years, 8 months ago
  3. e500059 mm, slub: move disabling/enabling irqs to ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
  4. 9b4bc85 mm, slub: simplify kmem_cache_cpu and tid setup by Vlastimil Babka · 3 years, 8 months ago
  5. 1572df7 mm, slub: restructure new page checks in ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
  6. 75c8ff2 mm, slub: return slab page from get_partial() and set c->page afterwards by Vlastimil Babka · 3 years, 8 months ago
  7. 53a0de0 mm, slub: dissolve new_slab_objects() into ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
  8. 2a90490 mm, slub: extract get_partial() from new_slab_objects() by Vlastimil Babka · 3 years, 8 months ago
  9. 976b805 mm, slub: remove redundant unfreeze_partials() from put_cpu_partial() by Vlastimil Babka · 3 years, 7 months ago
  10. 8404803 mm, slub: don't disable irq for debug_check_no_locks_freed() by Vlastimil Babka · 3 years, 7 months ago
  11. 0a19e7d mm, slub: allocate private object map for validate_slab_cache() by Vlastimil Babka · 3 years, 7 months ago
  12. b3fd64e mm, slub: allocate private object map for debugfs listings by Vlastimil Babka · 3 years, 7 months ago
  13. eafb1d6 mm, slub: don't call flush_all() from slab_debug_trace_open() by Vlastimil Babka · 3 years, 7 months ago
  14. 946746d1 mm/memory_hotplug: fix potential permanent lru cache disable by Miaohe Lin · 3 years, 4 months ago
  15. c7b1850 hugetlb: don't pass page cache pages to restore_reserve_on_error by Mike Kravetz · 3 years, 4 months ago
  16. 57f2976 mm: vmscan: fix missing psi annotation for node_reclaim() by Johannes Weiner · 3 years, 4 months ago
  17. fcc0062 mm/hwpoison: retry with shake_page() for unhandlable pages by Naoya Horiguchi · 3 years, 4 months ago
  18. f56ce41 mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim by Johannes Weiner · 3 years, 4 months ago
  19. 47aef60 mm/page_alloc: don't corrupt pcppage_migratetype by Doug Berger · 3 years, 4 months ago
  20. c04b3d06 Revert "mm: swap: check if swap backing device is congested or not" by Yang Shi · 3 years, 4 months ago
  21. b1e1ef3 Revert "mm/shmem: fix shmem_swapin() race with swapoff" by Yang Shi · 3 years, 4 months ago
  22. 7fa0dac mm/memcg: fix incorrect flushing of lruvec data in obj_stock by Waiman Long · 3 years, 5 months ago
  23. eb2faa5 mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE) by David Hildenbrand · 3 years, 5 months ago
  24. a7f1d48 mm: slub: fix slub_debug disabling for list of slabs by Vlastimil Babka · 3 years, 5 months ago
  25. 1ed7ce5 slub: fix kmalloc_pagealloc_invalid_free unit test by Shakeel Butt · 3 years, 5 months ago
  26. 340caf1 kasan, slub: reset tag when printing address by Kuan-Ying Lee · 3 years, 5 months ago
  27. 6c7a00b kasan, kmemleak: reset tags when scanning block by Kuan-Ying Lee · 3 years, 5 months ago
  28. 121dffe mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook() by Wang Hai · 3 years, 5 months ago
  29. f227f0f slub: fix unreclaimable slab stat for bulk free by Shakeel Butt · 3 years, 5 months ago
  30. b5916c0 mm/migrate: fix NR_ISOLATED corruption on 64-bit by Aneesh Kumar K.V · 3 years, 5 months ago
  31. 30def93 mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresholding code by Johannes Weiner · 3 years, 5 months ago
  32. e4dc348 mm: fix the deadlock in finish_fault() by Qi Zheng · 3 years, 5 months ago
  33. e904c2c mm: mmap_lock: fix disabling preemption directly by Muchun Song · 3 years, 5 months ago
  34. af64237 mm/secretmem: wire up ->set_page_dirty by Mike Rapoport · 3 years, 5 months ago
  35. b43a9e7 writeback, cgroup: remove wb from offline list before releasing refcnt by Roman Gushchin · 3 years, 5 months ago
  36. 79e482e memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions by Mike Rapoport · 3 years, 5 months ago
  37. 69e5d32 mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction by Sergei Trofimovich · 3 years, 5 months ago
  38. 236e9f1 kfence: skip all GFP_ZONEMASK allocations by Alexander Potapenko · 3 years, 5 months ago
  39. 235a85c kfence: move the size check to the beginning of __kfence_alloc() by Alexander Potapenko · 3 years, 5 months ago
  40. 32ae8a0 kfence: defer kfence_test_init to ensure that kunit debugfs is created by Weizhao Ouyang · 3 years, 5 months ago
  41. ae14c63 Revert "mm/slub: use stackdepot to save stack trace in objects" by Linus Torvalds · 3 years, 5 months ago
  42. d08af0a mm/hugetlb: fix refs calculation from unaligned @vaddr by Joao Martins · 3 years, 6 months ago
  43. 0614784 mm/page_alloc: further fix __alloc_pages_bulk() return value by Chuck Lever · 3 years, 6 months ago
  44. e5c15ce mm/page_alloc: correct return value when failing at preparing by Yanfei Xu · 3 years, 6 months ago
  45. 187ad46 mm/page_alloc: avoid page allocator recursion with pagesets.lock held by Mel Gorman · 3 years, 6 months ago
  46. 54aa386 Revert "mm/page_alloc: make should_fail_alloc_page() static" by Matteo Croce · 3 years, 6 months ago
  47. 77a63c6 kasan: add memzero init for unaligned size at DEBUG by Yee Lee · 3 years, 6 months ago
  48. 0d4a062 mm: move helper to check slub_debug_enabled by Marco Elver · 3 years, 6 months ago
  49. 79789db mm: Make copy_huge_page() always available by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  50. efdb672 mm/rmap: fix munlocking Anon THP with mlocked ptes by Hugh Dickins · 3 years, 6 months ago
  51. 6c855fc mm/rmap: try_to_migrate() skip zone_device !device_private by Hugh Dickins · 3 years, 6 months ago
  52. 023e1a8 mm/rmap: fix new bug: premature return from page_mlock_one() by Hugh Dickins · 3 years, 6 months ago
  53. d9770fc mm/rmap: fix old bug: munlocking THP missed other mlocks by Hugh Dickins · 3 years, 6 months ago
  54. 64b586d mm/rmap: fix comments left over from recent changes by Hugh Dickins · 3 years, 6 months ago
  55. 6bce244 mm/page_alloc: Revert pahole zero-sized workaround by Mel Gorman · 3 years, 6 months ago
  56. 20d5e57 Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 6 months ago
  57. 3bbda69 mm/mremap: allow arch runtime override by Aneesh Kumar K.V · 3 years, 6 months ago
  58. 97113eb mm/mremap: hold the rmap lock in write mode when moving page table entries. by Aneesh Kumar K.V · 3 years, 6 months ago
  59. 0881ace mm/mremap: use pmd/pud_poplulate to update page table entries by Aneesh Kumar K.V · 3 years, 6 months ago
  60. d6655df mm/mremap: don't enable optimized PUD move if page table levels is 2 by Aneesh Kumar K.V · 3 years, 6 months ago
  61. 7d846db mm/mremap: convert huge PUD move to separate helper by Aneesh Kumar K.V · 3 years, 6 months ago
  62. 5748fbc mm: add setup_initial_init_mm() helper by Kefeng Wang · 3 years, 6 months ago
  63. 9a436f8 PM: hibernate: disable when there are active secretmem users by Mike Rapoport · 3 years, 6 months ago
  64. 1507f51 mm: introduce memfd_secret system call to create "secret" memory areas by Mike Rapoport · 3 years, 6 months ago
  65. 6aeb254 mmap: make mlock_future_check() global by Mike Rapoport · 3 years, 6 months ago
  66. 78869146 mm/slub: use stackdepot to save stack trace in objects by Oliver Glitta · 3 years, 6 months ago
  67. 28e92f9 Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 6 months ago
  68. a412897 Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock by Linus Torvalds · 3 years, 6 months ago
  69. 93274f1 percpu: flush tlb in pcpu_reclaim_populated() by Dennis Zhou · 3 years, 6 months ago
  70. d3acb15 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
  71. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  72. e267992 Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 6 months ago
  73. b756a3b mm: device exclusive memory access by Alistair Popple · 3 years, 6 months ago
  74. 9a5cc85 mm/memory.c: allow different return codes for copy_nonpresent_pte() by Alistair Popple · 3 years, 6 months ago
  75. 6b49bf6 mm: rename migrate_pgmap_owner by Alistair Popple · 3 years, 6 months ago
  76. a98a2f0 mm/rmap: split migration into its own function by Alistair Popple · 3 years, 6 months ago
  77. cd62734 mm/rmap: split try_to_munlock from try_to_unmap by Alistair Popple · 3 years, 6 months ago
  78. 4dd845b mm/swapops: rework swap entry manipulation code by Alistair Popple · 3 years, 6 months ago
  79. af5cdaf mm: remove special swap entry functions by Alistair Popple · 3 years, 6 months ago
  80. ff06e45 kfence: unconditionally use unbound work queue by Marco Elver · 3 years, 6 months ago
  81. ffd8f25 mm/page_alloc: move prototype for find_suitable_fallback by Mel Gorman · 3 years, 6 months ago
  82. d01079f mm/mmap_lock: remove dead code for !CONFIG_TRACING configurations by Mel Gorman · 3 years, 6 months ago
  83. 3052217 mm/z3fold: add kerneldoc fields for z3fold_pool by Mel Gorman · 3 years, 6 months ago
  84. a29a750 mm/zbud: add kerneldoc fields for zbud_pool by Mel Gorman · 3 years, 6 months ago
  85. 5640c9c mm/memory_hotplug: fix kerneldoc comment for __remove_memory by Mel Gorman · 3 years, 6 months ago
  86. ba2d266 mm/memory_hotplug: fix kerneldoc comment for __try_online_node by Mel Gorman · 3 years, 6 months ago
  87. 0539571 mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protection by Mel Gorman · 3 years, 6 months ago
  88. b417941 mm/mapping_dirty_helpers: remove double Note in kerneldoc by Mel Gorman · 3 years, 6 months ago
  89. f717309 mm/page_alloc: make should_fail_alloc_page() static by Mel Gorman · 3 years, 6 months ago
  90. 5da96bd mm/vmalloc: include header for prototype of set_iounmap_nonlazy by Mel Gorman · 3 years, 6 months ago
  91. f611fab mm/vmscan: remove kerneldoc-like comment from isolate_lru_pages by Mel Gorman · 3 years, 6 months ago
  92. 041711c mm: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
  93. c4ffefd mm: fix typos and grammar error in comments by Hyeonggon Yoo · 3 years, 6 months ago
  94. 3384833 mm/zsmalloc.c: improve readability for async_free_zspage() by Miaohe Lin · 3 years, 6 months ago
  95. ce8475b mm/zsmalloc.c: remove confusing code in obj_free() by Miaohe Lin · 3 years, 6 months ago
  96. 46b76f2 mm/zswap.c: fix two bugs in zswap_writeback_entry() by Miaohe Lin · 3 years, 6 months ago
  97. ae34af1 mm/zswap.c: avoid unnecessary copy-in at map time by Miaohe Lin · 3 years, 6 months ago
  98. 2c1e9a2 mm/zswap.c: remove unused function zswap_debugfs_exit() by Miaohe Lin · 3 years, 6 months ago
  99. 27cacaa mm,memory_hotplug: drop unneeded locking by Oscar Salvador · 3 years, 6 months ago
  100. 786dee8 mm/memory_hotplug: rate limit page migration warnings by Liam Mark · 3 years, 6 months ago