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