1. 7a3fad3 Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 8 months ago
  2. 9651fce mm: add MAP_DROPPABLE for designating always lazily freeable mappings by Jason A. Donenfeld · 2 years, 3 months ago
  3. f742829 mm/mlock: implement folio_mlock_step() using folio_pte_batch() by Lance Yang · 9 months ago
  4. e06d03d mm: add pmd_folio() by Matthew Wilcox (Oracle) · 12 months ago
  5. 99fbb6b mm: make folios_put() the basis of release_pages() by Matthew Wilcox (Oracle) · 1 year ago
  6. b1454b4 mm: mlock: avoid folio_within_range() on KSM pages by Hugh Dickins · 1 year, 4 months ago
  7. 94d7d92 mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al. by Lorenzo Stoakes · 1 year, 5 months ago
  8. dc68bad mm: mlock: update mlock_pte_range to handle large folio by Yin Fengwei · 1 year, 6 months ago
  9. 5994eab merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes by Andrew Morton · 1 year, 7 months ago
  10. 60081bf mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_once by Suren Baghdasaryan · 1 year, 7 months ago
  11. 49b0638 mm: enable page walking API to lock vmas during the walk by Suren Baghdasaryan · 1 year, 7 months ago
  12. 2658f94d6 mm/mlock: fix vma iterator conversion of apply_vma_lock_flags() by Liam R. Howlett · 1 year, 8 months ago
  13. c33c794 mm: ptep_get() conversion by Ryan Roberts · 1 year, 9 months ago
  14. 7780d04 mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails by Hugh Dickins · 1 year, 9 months ago
  15. 2bd7f62 mm: mlock: use folios_put() in mlock_folio_batch() by Qi Zheng · 1 year, 11 months ago
  16. 601c3c2 mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates by Suren Baghdasaryan · 2 years, 1 month ago
  17. 1c71222 mm: replace vma->vm_flags direct modifications with modifier calls by Suren Baghdasaryan · 2 years, 1 month ago
  18. e430a95 mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK by Suren Baghdasaryan · 2 years, 1 month ago
  19. 9760ebf mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator by Liam R. Howlett · 2 years, 2 months ago
  20. 37598f5 mlock: convert mlock to vma iterator by Liam R. Howlett · 2 years, 2 months ago
  21. 7efecff mm: remove mlock_vma_page() by Matthew Wilcox (Oracle) · 2 years, 2 months ago
  22. 96f97c4 mm: mlock: update the interface to use folios by Lorenzo Stoakes · 2 years, 2 months ago
  23. 90d0721 mm: mlock: use folios and a folio batch internally by Lorenzo Stoakes · 2 years, 2 months ago
  24. 6607189 mm/mlock: drop dead code in count_mm_mlocked_page_nr() by Liam Howlett · 2 years, 9 months ago
  25. 33108b0 mm/mlock: use vma iterator and maple state instead of vma linked list by Matthew Wilcox (Oracle) · 2 years, 6 months ago
  26. 3218f87 mm: handling Non-LRU pages returned by vm_normal_pages by Alex Sierra · 2 years, 8 months ago
  27. adb11e7 mm/munlock: protect the per-CPU pagevec by a local_lock_t by Sebastian Andrzej Siewior · 3 years ago
  28. 0a815d0 Merge tag 'ucount-rlimit-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  29. e97824f mm/mlock: fix two bugs in user_shm_lock() by Miaohe Lin · 3 years ago
  30. 9030fb0 Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years ago
  31. 5c2a956 mm/mlock: fix potential imbalanced rlimit ucounts adjustment by Miaohe Lin · 3 years ago
  32. dcc5d33 mm/mlock: Add mlock_vma_folio() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  33. 5c26f6a mm: refactor vm_area_struct::anon_vma_name usage code by Suren Baghdasaryan · 3 years ago
  34. 2fbb0c1 mm/munlock: mlock_page() munlock_page() batch by pagevec by Hugh Dickins · 3 years, 1 month ago
  35. 34b6792 mm/munlock: mlock_pte_range() when mlocking or munlocking by Hugh Dickins · 3 years, 1 month ago
  36. 07ca760 mm/munlock: maintain page->mlock_count while unevictable by Hugh Dickins · 3 years, 1 month ago
  37. b109b87 mm/munlock: replace clear_page_mlock() by final clearance by Hugh Dickins · 3 years, 1 month ago
  38. cea86fe mm/munlock: rmap call mlock_vma_page() munlock_vma_page() by Hugh Dickins · 3 years, 1 month ago
  39. a213e5c mm/munlock: delete munlock_vma_pages_all(), allow oomreap by Hugh Dickins · 3 years, 1 month ago
  40. ebcbc6e mm/munlock: delete page_mlock() and all its works by Hugh Dickins · 3 years, 1 month ago
  41. 9a10064 mm: add a field to store names for private anonymous memory by Colin Cross · 3 years, 2 months ago
  42. 0de340c mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  43. 1507f51 mm: introduce memfd_secret system call to create "secret" memory areas by Mike Rapoport · 3 years, 8 months ago
  44. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  45. cd62734 mm/rmap: split try_to_munlock from try_to_unmap by Alistair Popple · 3 years, 8 months ago
  46. c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 8 months ago
  47. 68d68ff mm/mempool: minor coding style tweaks by Zhiyuan Dai · 3 years, 10 months ago
  48. d7c9e99 Reimplement RLIMIT_MEMLOCK on top of ucounts by Alexey Gladkov · 3 years, 11 months ago
  49. 48b03ee mm/mlock: stop counting mlocked pages when none vma is found by Miaohe Lin · 4 years ago
  50. 46ae6b2 mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list() by Yu Zhao · 4 years ago
  51. 2a5e4e3 mm/lru: introduce relock_page_lruvec() by Alexander Duyck · 4 years, 3 months ago
  52. 6168d0d mm/lru: replace pgdat lru_lock with lruvec lock by Alex Shi · 4 years, 3 months ago
  53. d25b5bd mm/lru: introduce TestClearPageLRU() by Alex Shi · 4 years, 3 months ago
  54. 13805a8 mm/mlock: remove __munlock_isolate_lru_page() by Alex Shi · 4 years, 3 months ago
  55. 3db19aa mm/mlock: remove lru_lock on TestClearPageMlocked by Alex Shi · 4 years, 3 months ago
  56. 0964730 mlock: fix unevictable_pgs event counts on THP by Hugh Dickins · 4 years, 6 months ago
  57. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  58. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 9 months ago
  59. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 9 months ago
  60. 057d3389 mm: untag user pointers passed to memory syscalls by Andrey Konovalov · 5 years ago
  61. 0874bb4 mm/mlock.c: change count_mm_mlocked_page_nr return type by swkhack · 6 years ago
  62. dedca63 mm/mlock.c: mlockall error for flag MCL_ONFAULT by Potyra, Stefan · 6 years ago
  63. f4b7e27 mm: remove zone_lru_lock() function, access ->lru_lock directly by Andrey Ryabinin · 6 years ago
  64. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 7 years ago
  65. 9c4e6b1 mm, mlock, vmscan: no more skipping pagevecs by Shakeel Butt · 7 years ago
  66. b7701a5 mm: docs: fixup punctuation by Mike Rapoport · 7 years ago
  67. 50d4fb7 mm: Eliminate cond_resched_rcu_qs() in favor of cond_resched() by Paul E. McKenney · 7 years ago
  68. 72b03fc mm: mlock: remove lru_add_drain_all() by Shakeel Butt · 7 years ago
  69. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  70. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  71. 9472f23 mm/mlock.c: use page_zone() instead of page_zone_id() by Joonsoo Kim · 7 years ago
  72. 70feee0 mlock: fix mlock count can not decrease in race condition by Yisheng Xie · 8 years ago
  73. 192d723 mm: make try_to_munlock() return void by Minchan Kim · 8 years ago
  74. baeedc71 Merge branch 'prep-for-5level' by Linus Torvalds · 8 years ago
  75. 6ebb4a1 thp: fix another corner case of munlock() vs. THPs by Kirill A. Shutemov · 8 years ago
  76. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  77. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
  78. 655548b thp: fix corner case of munlock() of PTE-mapped THPs by Kirill A. Shutemov · 8 years ago
  79. b155b4f mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK_ONFAULT) by Simon Guo · 8 years ago
  80. 0cf2f6f mm: mlock: check against vma for actual mlock() size by Simon Guo · 8 years ago
  81. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 9 years ago
  82. a52633d mm, vmscan: move lru_lock to the node by Mel Gorman · 9 years ago
  83. dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 9 years ago
  84. 7162a1e mm: fix mlock accouting by Kirill A. Shutemov · 9 years ago
  85. 7f43add mm/mlock.c: change can_do_mlock return value type to boolean by Wang Xiaoqiang · 9 years ago
  86. e90309c thp: allow mlocked THP again by Kirill A. Shutemov · 9 years ago
  87. 7479df6 thp, mlock: do not allow huge pages in mlocked area by Kirill A. Shutemov · 9 years ago
  88. ab7a5af mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range() by Alexey Klimov · 9 years ago
  89. b0f205c mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage by Eric B Munson · 9 years ago
  90. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  91. a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
  92. 1aab92ec mm: mlock: refactor mlock, munlock, and munlockall code by Eric B Munson · 9 years ago
  93. 8fd9e48 mm/mlock: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  94. 86d2adcc mm/mlock.c: reorganize mlockall() return values and remove goto-out label by Alexey Klimov · 9 years ago
  95. 19a809a userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx by Andrea Arcangeli · 10 years ago
  96. acc3c8d mm: move mm_populate()-related code to mm/gup.c by Kirill A. Shutemov · 10 years ago
  97. c561259 mm: move gup() -> posix mlock() error conversion out of __mm_populate by Kirill A. Shutemov · 10 years ago
  98. fc05f56 mm: rename __mlock_vma_pages_range() to populate_vma_page_range() by Kirill A. Shutemov · 10 years ago
  99. 84d33df mm: rename FOLL_MLOCK to FOLL_POPULATE by Kirill A. Shutemov · 10 years ago
  100. a5a6579 mm: reorder can_do_mlock to fix audit denial by Jeff Vander Stoep · 10 years ago