aboutsummaryrefslogtreecommitdiff
path: root/mm/mlock.c
AgeCommit message (Expand)Author
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior
2022-03-28Merge tag 'ucount-rlimit-for-v5.18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-03-23mm/mlock: fix two bugs in user_shm_lock()Miaohe Lin
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm/mlock: fix potential imbalanced rlimit ucounts adjustmentMiaohe Lin
2022-03-21mm/mlock: Add mlock_vma_folio()Matthew Wilcox (Oracle)
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-02-17mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins
2022-02-17mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins
2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins
2022-02-17mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins
2022-02-17mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins
2022-02-17mm/munlock: delete page_mlock() and all its worksHugh Dickins
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2021-09-27mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()Matthew Wilcox (Oracle)
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov
2021-02-26mm/mlock: stop counting mlocked pages when none vma is foundMiaohe Lin
2021-02-24mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao
2020-12-15mm/lru: introduce relock_page_lruvec()Alexander Duyck
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi
2020-12-15mm/lru: introduce TestClearPageLRU()Alex Shi
2020-12-15mm/mlock: remove __munlock_isolate_lru_page()Alex Shi
2020-12-15mm/mlock: remove lru_lock on TestClearPageMlockedAlex Shi
2020-09-19mlock: fix unevictable_pgs event counts on THPHugh Dickins
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov
2019-06-13mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack
2019-06-13mm/mlock.c: mlockall error for flag MCL_ONFAULTPotyra, Stefan
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt
2018-02-06mm: docs: fixup punctuationMike Rapoport
2017-11-28mm: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney
2017-11-15mm: mlock: remove lru_add_drain_all()Shakeel Butt
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim
2017-06-02mlock: fix mlock count can not decrease in race conditionYisheng Xie
2017-05-03mm: make try_to_munlock() return voidMinchan Kim
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds
2017-03-09thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov