aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mlock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26mm/mlock: drop dead code in count_mm_mlocked_page_nr()Liam Howlett1-3/+1
2022-09-26mm/mlock: use vma iterator and maple state instead of vma linked listMatthew Wilcox (Oracle)1-16/+19
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra1-1/+1
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior1-10/+36
2022-03-28Merge tag 'ucount-rlimit-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+3
2022-03-23mm/mlock: fix two bugs in user_shm_lock()Miaohe Lin1-4/+3
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-372/+266
2022-03-22mm/mlock: fix potential imbalanced rlimit ucounts adjustmentMiaohe Lin1-0/+1
2022-03-21mm/mlock: Add mlock_vma_folio()Matthew Wilcox (Oracle)1-11/+11
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan1-1/+1
2022-02-17mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins1-34/+185
2022-02-17mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins1-22/+89
2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins1-14/+54
2022-02-17mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins1-30/+0
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins1-14/+7
2022-02-17mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins1-2/+2
2022-02-17mm/munlock: delete page_mlock() and all its worksHugh Dickins1-351/+24
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross1-1/+1
2021-09-27mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()Matthew Wilcox (Oracle)1-1/+2
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport1-1/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+6
2021-07-01mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple1-6/+6
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+14
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai1-2/+2
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov1-8/+14
2021-02-26mm/mlock: stop counting mlocked pages when none vma is foundMiaohe Lin1-1/+1
2021-02-24mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao1-2/+1
2020-12-15mm/lru: introduce relock_page_lruvec()Alexander Duyck1-10/+1
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi1-6/+16
2020-12-15mm/lru: introduce TestClearPageLRU()Alex Shi1-2/+1
2020-12-15mm/mlock: remove __munlock_isolate_lru_page()Alex Shi1-22/+9
2020-12-15mm/mlock: remove lru_lock on TestClearPageMlockedAlex Shi1-21/+5
2020-09-19mlock: fix unevictable_pgs event counts on THPHugh Dickins1-9/+15
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-5/+4
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-8/+8
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov1-0/+4
2019-06-13mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack1-2/+2
2019-06-13mm/mlock.c: mlockall error for flag MCL_ONFAULTPotyra, Stefan1-1/+2
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin1-7/+7
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-1/+2
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt1-0/+6
2018-02-06mm: docs: fixup punctuationMike Rapoport1-1/+1
2017-11-28mm: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney1-1/+1
2017-11-15mm: mlock: remove lru_add_drain_all()Shakeel Butt1-5/+0
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim1-6/+4
2017-06-02mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-05-03mm: make try_to_munlock() return voidMinchan Kim1-4/+2