1. 0de340c mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  2. 1507f51 mm: introduce memfd_secret system call to create "secret" memory areas by Mike Rapoport · 3 years, 6 months ago
  3. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  4. cd62734 mm/rmap: split try_to_munlock from try_to_unmap by Alistair Popple · 3 years, 6 months ago
  5. c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 6 months ago
  6. 68d68ff mm/mempool: minor coding style tweaks by Zhiyuan Dai · 3 years, 8 months ago
  7. d7c9e99 Reimplement RLIMIT_MEMLOCK on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
  8. 48b03ee mm/mlock: stop counting mlocked pages when none vma is found by Miaohe Lin · 3 years, 10 months ago
  9. 46ae6b2 mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list() by Yu Zhao · 3 years, 10 months ago
  10. 2a5e4e3 mm/lru: introduce relock_page_lruvec() by Alexander Duyck · 4 years ago
  11. 6168d0d mm/lru: replace pgdat lru_lock with lruvec lock by Alex Shi · 4 years ago
  12. d25b5bd mm/lru: introduce TestClearPageLRU() by Alex Shi · 4 years ago
  13. 13805a8 mm/mlock: remove __munlock_isolate_lru_page() by Alex Shi · 4 years ago
  14. 3db19aa mm/mlock: remove lru_lock on TestClearPageMlocked by Alex Shi · 4 years ago
  15. 0964730 mlock: fix unevictable_pgs event counts on THP by Hugh Dickins · 4 years, 3 months ago
  16. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  17. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  18. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  19. 057d3389 mm: untag user pointers passed to memory syscalls by Andrey Konovalov · 5 years ago
  20. 0874bb4 mm/mlock.c: change count_mm_mlocked_page_nr return type by swkhack · 6 years ago
  21. dedca63 mm/mlock.c: mlockall error for flag MCL_ONFAULT by Potyra, Stefan · 6 years ago
  22. f4b7e27 mm: remove zone_lru_lock() function, access ->lru_lock directly by Andrey Ryabinin · 6 years ago
  23. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  24. 9c4e6b1 mm, mlock, vmscan: no more skipping pagevecs by Shakeel Butt · 7 years ago
  25. b7701a5 mm: docs: fixup punctuation by Mike Rapoport · 7 years ago
  26. 50d4fb7 mm: Eliminate cond_resched_rcu_qs() in favor of cond_resched() by Paul E. McKenney · 7 years ago
  27. 72b03fc mm: mlock: remove lru_add_drain_all() by Shakeel Butt · 7 years ago
  28. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  29. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  30. 9472f23 mm/mlock.c: use page_zone() instead of page_zone_id() by Joonsoo Kim · 7 years ago
  31. 70feee0 mlock: fix mlock count can not decrease in race condition by Yisheng Xie · 8 years ago
  32. 192d723 mm: make try_to_munlock() return void by Minchan Kim · 8 years ago
  33. baeedc71 Merge branch 'prep-for-5level' by Linus Torvalds · 8 years ago
  34. 6ebb4a1 thp: fix another corner case of munlock() vs. THPs by Kirill A. Shutemov · 8 years ago
  35. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  36. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
  37. 655548b thp: fix corner case of munlock() of PTE-mapped THPs by Kirill A. Shutemov · 8 years ago
  38. b155b4f mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK_ONFAULT) by Simon Guo · 8 years ago
  39. 0cf2f6f mm: mlock: check against vma for actual mlock() size by Simon Guo · 8 years ago
  40. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  41. a52633d mm, vmscan: move lru_lock to the node by Mel Gorman · 8 years ago
  42. dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 9 years ago
  43. 7162a1e mm: fix mlock accouting by Kirill A. Shutemov · 9 years ago
  44. 7f43add mm/mlock.c: change can_do_mlock return value type to boolean by Wang Xiaoqiang · 9 years ago
  45. e90309c thp: allow mlocked THP again by Kirill A. Shutemov · 9 years ago
  46. 7479df6 thp, mlock: do not allow huge pages in mlocked area by Kirill A. Shutemov · 9 years ago
  47. ab7a5af mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range() by Alexey Klimov · 9 years ago
  48. b0f205c mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage by Eric B Munson · 9 years ago
  49. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  50. a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
  51. 1aab92ec mm: mlock: refactor mlock, munlock, and munlockall code by Eric B Munson · 9 years ago
  52. 8fd9e48 mm/mlock: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  53. 86d2adcc mm/mlock.c: reorganize mlockall() return values and remove goto-out label by Alexey Klimov · 9 years ago
  54. 19a809a userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx by Andrea Arcangeli · 9 years ago
  55. acc3c8d mm: move mm_populate()-related code to mm/gup.c by Kirill A. Shutemov · 10 years ago
  56. c561259 mm: move gup() -> posix mlock() error conversion out of __mm_populate by Kirill A. Shutemov · 10 years ago
  57. fc05f56 mm: rename __mlock_vma_pages_range() to populate_vma_page_range() by Kirill A. Shutemov · 10 years ago
  58. 84d33df mm: rename FOLL_MLOCK to FOLL_POPULATE by Kirill A. Shutemov · 10 years ago
  59. a5a6579 mm: reorder can_do_mlock to fix audit denial by Jeff Vander Stoep · 10 years ago
  60. d6dd50e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  61. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  62. 81d1b09 mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA by Sasha Levin · 10 years ago
  63. bde6c3a rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops by Paul E. McKenney · 11 years ago
  64. 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
  65. 57e68e9 mm: try_to_unmap_cluster() should lock_page() before mlocking by Vlastimil Babka · 11 years ago
  66. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 11 years ago
  67. 01cc2e5 mm: munlock: fix potential race with THP page split by Vlastimil Babka · 11 years ago
  68. 1f1cd70 mm/mlock: prepare params outside critical region by Davidlohr Bueso · 11 years ago
  69. 3b25df9 mm: munlock: fix deadlock in __munlock_pagevec() by Vlastimil Babka · 11 years ago
  70. c424be1 mm: munlock: fix a bug where THP tail page is encountered by Vlastimil Babka · 11 years ago
  71. eadb41a mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configuration by Vlastimil Babka · 11 years ago
  72. 22356f4 mm: Place preemption point in do_mlockall() loop by Paul E. McKenney · 11 years ago
  73. 7a8010c mm: munlock: manual pte walk in fast path instead of follow_page_mask() by Vlastimil Babka · 11 years ago
  74. 5b40998 mm: munlock: remove redundant get_page/put_page pair on the fast path by Vlastimil Babka · 11 years ago
  75. 56afe47 mm: munlock: bypass per-cpu pvec for putback_lru_page by Vlastimil Babka · 11 years ago
  76. 1ebb7cc mm: munlock: batch NR_MLOCK zone state updates by Vlastimil Babka · 11 years ago
  77. 7225522 mm: munlock: batch non-THP page isolation and munlock+putback using pagevec by Vlastimil Babka · 11 years ago
  78. 586a32a mm: munlock: remove unnecessary call to lru_add_drain() by Vlastimil Babka · 11 years ago
  79. 09a9f1d Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs" by Michel Lespinasse · 12 years ago
  80. ff6a6da mm: accelerate munlock() treatment of THP pages by Michel Lespinasse · 12 years ago
  81. 28a3571 mm: use long type for page counts in mm_populate() and get_user_pages() by Michel Lespinasse · 12 years ago
  82. 4805b02 mm/mlock.c: document scary-looking stack expansion mlock chain by Johannes Weiner · 12 years ago
  83. 1869305 mm: introduce VM_POPULATE flag to better deal with racy userspace programs by Michel Lespinasse · 12 years ago
  84. cea10a1 mm: directly use __mlock_vma_pages_range() in find_extend_vma() by Michel Lespinasse · 12 years ago
  85. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 12 years ago
  86. 9977f0f mm: don't overwrite mm->def_flags in do_mlockall() by Gerald Schaefer · 12 years ago
  87. 8449d21 mm, thp: fix mlock statistics by David Rientjes · 12 years ago
  88. e6c509f mm: use clear_page_mlock() in page_remove_rmap() by Hugh Dickins · 12 years ago
  89. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  90. 097d591 vm: avoid using find_vma_prev() unnecessarily by Linus Torvalds · 13 years ago
  91. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  92. 3d470fc mm: munlock use mapcount to avoid terrible overhead by Hugh Dickins · 13 years ago
  93. df9d698 mm: do not drain pagevecs for mlockall(MCL_FUTURE) by Christoph Lameter · 13 years ago
  94. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  95. ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 14 years ago
  96. a1fde08 VM: skip the stack guard page lookup in get_user_pages only for mlock by Linus Torvalds · 14 years ago
  97. 95042f9 vm: fix mlock() on stack guard page by Linus Torvalds · 14 years ago
  98. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
  99. fdf4c58 mlock: operate on any regions with protection != PROT_NONE by Michel Lespinasse · 14 years ago
  100. 53a7706 mlock: do not hold mmap_sem for extended periods of time by Michel Lespinasse · 14 years ago