1. 2658f94d6 mm/mlock: fix vma iterator conversion of apply_vma_lock_flags() by Liam R. Howlett · 1 year, 7 months ago
  2. 1c7873e mm: lock newly mapped VMA with corrected ordering by Hugh Dickins · 1 year, 7 months ago
  3. 946c6b5 Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 7 months ago
  4. 33313a7 mm: lock newly mapped VMA which can be modified after it becomes visible by Suren Baghdasaryan · 1 year, 7 months ago
  5. c137381 mm: lock a vma before stack expansion by Suren Baghdasaryan · 1 year, 7 months ago
  6. fdb54d9 kasan, slub: fix HW_TAGS zeroing with slub_debug by Andrey Konovalov · 1 year, 7 months ago
  7. 05c56e7 kasan: fix type cast in memory_is_poisoned_n by Andrey Konovalov · 1 year, 7 months ago
  8. 8344a3d writeback: account the number of pages written back by Matthew Wilcox (Oracle) · 1 year, 7 months ago
  9. 6dca4ac mm: call arch_swap_restore() from do_swap_page() by Peter Collingbourne · 1 year, 8 months ago
  10. 191fcdb mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison by John Hubbard · 1 year, 7 months ago
  11. f96c486 mm: disable CONFIG_PER_VMA_LOCK until its fixed by Suren Baghdasaryan · 1 year, 7 months ago
  12. 6cd06ab gup: make the stack expansion warning a bit more targeted by Linus Torvalds · 1 year, 7 months ago
  13. b5641a5 mm: don't do validate_mm() unnecessarily and without mmap locking by Linus Torvalds · 1 year, 7 months ago
  14. ae80b40 mm: validate the mm before dropping the mmap lock by Linus Torvalds · 1 year, 7 months ago
  15. 408579c mm: Update do_vmi_align_munmap() return semantics by Liam R. Howlett · 1 year, 7 months ago
  16. e4bd84c mm: Always downgrade mmap_lock if requested by Matthew Wilcox (Oracle) · 1 year, 7 months ago
  17. 03f8893 xtensa: fix lock_mm_and_find_vma in case VMA not found by Max Filippov · 1 year, 7 months ago
  18. d85a143 xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion by Linus Torvalds · 1 year, 7 months ago
  19. 075e333 Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock by Linus Torvalds · 1 year, 7 months ago
  20. 43ec8a6 Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linux by Linus Torvalds · 1 year, 7 months ago
  21. 632f54b Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab by Linus Torvalds · 1 year, 7 months ago
  22. eee9c70 gup: avoid stack expansion warning for known-good case by Linus Torvalds · 1 year, 7 months ago
  23. e8c716b mm/khugepaged: fix regression in collapse_file() by Hugh Dickins · 1 year, 7 months ago
  24. 9471f1f Merge branch 'expand-stack' by Linus Torvalds · 1 year, 7 months ago
  25. 3a8a670 Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 7 months ago
  26. 6581ccf mm: fix __access_remote_vm() GUP failure case by Linus Torvalds · 1 year, 7 months ago
  27. 77b1a7f Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 7 months ago
  28. 6e17c6de Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 7 months ago
  29. 6c26bd4 mm/mmap: Fix error return in do_vmi_align_munmap() by David Woodhouse · 1 year, 7 months ago
  30. 6aeadf7 Merge tag 'docs-arm64-move' of git://git.lwn.net/linux by Linus Torvalds · 1 year, 7 months ago
  31. bc6cb4d Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 7 months ago
  32. a425ac5 gup: add warning if some caller would seem to want stack expansion by Linus Torvalds · 1 year, 7 months ago
  33. 8d7071a mm: always expand the stack with the mmap write lock held by Linus Torvalds · 1 year, 7 months ago
  34. 1930048 Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 7 months ago
  35. 2c96136 Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 7 months ago
  36. a0433f8 Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 7 months ago
  37. 3eccc0c Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 7 months ago
  38. f440fa1 mm: make find_extend_vma() fail if write lock not held by Liam R. Howlett · 1 year, 8 months ago
  39. 8b35ca3e arm/mm: Convert to using lock_mm_and_find_vma() by Ben Hutchings · 1 year, 7 months ago
  40. eda0047 mm: make the page fault mmap locking killable by Linus Torvalds · 1 year, 8 months ago
  41. c2508ec mm: introduce new 'lock_mm_and_find_vma()' page fault helper by Linus Torvalds · 1 year, 8 months ago
  42. fd4aed8 hugetlb: revert use of page_cache_next_miss() by Mike Kravetz · 1 year, 7 months ago
  43. 16f8eb3 Revert "page cache: fix page_cache_next/prev_miss off by one" by Mike Kravetz · 1 year, 7 months ago
  44. 1bc545b mm/vmscan: fix root proactive reclaim unthrottling unbalanced node by Yosry Ahmed · 1 year, 7 months ago
  45. 7a70447 mm: memcg: rename and document global_reclaim() by Yosry Ahmed · 1 year, 7 months ago
  46. 56ae0bb mm: compaction: convert to use a folio in isolate_migratepages_block() by Kefeng Wang · 1 year, 7 months ago
  47. 18a9370 mm: zswap: fix double invalidate with exclusive loads by Yosry Ahmed · 1 year, 7 months ago
  48. 994ec4e mm: remove unnecessary pagevec includes by Matthew Wilcox (Oracle) · 1 year, 7 months ago
  49. 1fec6890 mm: remove references to pagevec by Matthew Wilcox (Oracle) · 1 year, 7 months ago
  50. 1a0fc81 mm: rename invalidate_mapping_pagevec to mapping_try_invalidate by Matthew Wilcox (Oracle) · 1 year, 7 months ago
  51. 1e0877d mm: remove struct pagevec by Matthew Wilcox (Oracle) · 1 year, 7 months ago
  52. e0b72c1 mm: remove check_move_unevictable_pages() by Matthew Wilcox (Oracle) · 1 year, 7 months ago
  53. 1bf6109 mm: page_alloc: use the correct type of list for free pages by Baolin Wang · 1 year, 7 months ago
  54. b5665cf mm: backing-dev: make bdi_class a static const structure by Ivan Orlov · 1 year, 7 months ago
  55. 3fda49e mm/swapfile: delete outdated pte_offset_map() comment by Hugh Dickins · 1 year, 7 months ago
  56. 61167ad mm: pass nid to reserve_bootmem_region() by Yajun Deng · 1 year, 8 months ago
  57. 9883c7f mm/gup: do not return 0 from pin_user_pages_fast() for bad args by Jason Gunthorpe · 1 year, 7 months ago
  58. 0b52c42 mm: fix shmem THP counters on migration by Jan Glauber · 1 year, 7 months ago
  59. 91f0dcc mm/memcontrol: do not tweak node in mem_cgroup_init() by Haifeng Xu · 1 year, 7 months ago
  60. 726ccdb kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan by Tetsuo Handa · 1 year, 8 months ago
  61. 9721fd8 mm: compaction: skip memory hole rapidly when isolating migratable pages by Baolin Wang · 1 year, 8 months ago
  62. 63773d2 Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes. by Andrew Morton · 1 year, 7 months ago
  63. 814bc1d mm/mglru: make memcg_lru->lock irq safe by Yu Zhao · 1 year, 7 months ago
  64. a7384f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 7 months ago
  65. c300340 mm: Fix a dangling Documentation/arm64 reference by Jonathan Corbet · 1 year, 8 months ago
  66. 8ba90f5 Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 7 months ago
  67. cf01724 mm: page_alloc: make compound_page_dtors static by Miaohe Lin · 1 year, 8 months ago
  68. 025b779 mm/memcg: remove return value of mem_cgroup_scan_tasks() by ZhangPeng · 1 year, 8 months ago
  69. aa13779 mm/damon/core-test: add a test for damon_set_attrs() by SeongJae Park · 1 year, 8 months ago
  70. 503670e mm/gup.c: reorganize try_get_folio() by Vishal Moola (Oracle) · 1 year, 8 months ago
  71. c9223a4 mm/gup_test.c: convert verify_dma_pinned() to us folios by Vishal Moola (Oracle) · 1 year, 8 months ago
  72. 452c03f kasan: add support for kasan.fault=panic_on_write by Marco Elver · 1 year, 8 months ago
  73. 418fd29 mm: zswap: invaldiate entry after writeback by Domenico Cerasuolo · 1 year, 8 months ago
  74. 6c77b60 mm: kill lock|unlock_page_memcg() by Kefeng Wang · 1 year, 8 months ago
  75. 399fd49 mm/page_owner/cma: show pfn in cma/page_owner with hex format by Kassey Li · 1 year, 8 months ago
  76. e1ad3e6 mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macro by Nick Desaulniers · 1 year, 8 months ago
  77. 3a6358c percpu-internal/pcpu_chunk: re-layout pcpu_chunk structure to reduce false sharing by Yu Ma · 1 year, 8 months ago
  78. 33ee4f1 memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) check by Miaohe Lin · 1 year, 8 months ago
  79. 833dfc0 mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminit by Miaohe Lin · 1 year, 8 months ago
  80. 65ac132 userfaultfd: fix regression in userfaultfd_unmap_prep() by Liam R. Howlett · 1 year, 8 months ago
  81. 1e3be48 mm/folio: replace set_compound_order with folio_set_order by Tarun Sahu · 1 year, 8 months ago
  82. 0bb4884 mm: zswap: remove zswap_header by Domenico Cerasuolo · 1 year, 8 months ago
  83. ff9d5ba mm: zswap: simplify writeback function by Domenico Cerasuolo · 1 year, 8 months ago
  84. 35499e2 mm: zswap: remove shrink from zpool interface by Domenico Cerasuolo · 1 year, 8 months ago
  85. b306774 mm: zswap: remove page reclaim logic from zsmalloc by Domenico Cerasuolo · 1 year, 8 months ago
  86. e774a7b mm: zswap: remove page reclaim logic from z3fold by Domenico Cerasuolo · 1 year, 8 months ago
  87. 1be537c mm: zswap: remove page reclaim logic from zbud by Domenico Cerasuolo · 1 year, 8 months ago
  88. f999f38 mm: zswap: add pool shrinking mechanism by Domenico Cerasuolo · 1 year, 8 months ago
  89. c33c794 mm: ptep_get() conversion by Ryan Roberts · 1 year, 8 months ago
  90. 426931e mm: ptdump should use ptep_get_lockless() by Ryan Roberts · 1 year, 8 months ago
  91. b035f5a mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possible by Catalin Marinas · 1 year, 8 months ago
  92. 963e84b mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment() by Catalin Marinas · 1 year, 8 months ago
  93. 0c474d3 mm/slab: simplify create_kmalloc_cache() args and make it static by Catalin Marinas · 1 year, 8 months ago
  94. 349d167 mm/hugetlb: fix pgtable lock on pmd sharing by Peter Xu · 1 year, 8 months ago
  95. b95826c mm: remove set_compound_page_dtor() by Sidhartha Kumar · 1 year, 8 months ago
  96. a92cbb8 perf/core: allow pte_offset_map() to fail by Hugh Dickins · 1 year, 8 months ago
  97. 4f8fcf4c mm/swap: swap_vma_readahead() do the pte_offset_map() by Hugh Dickins · 1 year, 8 months ago
  98. feda5c3 mm/pgtable: delete pmd_trans_unstable() and friends by Hugh Dickins · 1 year, 8 months ago
  99. c7ad088 mm/memory: handle_pte_fault() use pte_offset_map_nolock() by Hugh Dickins · 1 year, 8 months ago
  100. 3db82b9 mm/memory: allow pte_offset_map[_lock]() to fail by Hugh Dickins · 1 year, 8 months ago