summaryrefslogtreecommitdiff
path: root/mm/mlock.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26mm: add pmd_folio()Matthew Wilcox (Oracle)1-1/+1
2024-03-05mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)1-2/+1
2023-10-26mm: mlock: avoid folio_within_range() on KSM pagesHugh Dickins1-0/+4
2023-10-19mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-21/+4
2023-10-04mm: mlock: update mlock_pte_range to handle large folioYin Fengwei1-2/+64
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+1
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan1-1/+2
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+1
2023-07-17mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()Liam R. Howlett1-4/+5
2023-06-20mm: ptep_get() conversionRyan Roberts1-2/+4
2023-06-20mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins1-0/+4
2023-04-19mm: mlock: use folios_put() in mlock_folio_batch()Qi Zheng1-1/+1
2023-02-10mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan1-2/+2
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-3/+3
2023-02-10mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan1-3/+3
2023-02-10mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett1-3/+3
2023-02-10mlock: convert mlock to vma iteratorLiam R. Howlett1-29/+28
2023-02-03mm: remove mlock_vma_page()Matthew Wilcox (Oracle)1-2/+2
2023-02-03mm: mlock: update the interface to use foliosLorenzo Stoakes1-20/+18
2023-02-03mm: mlock: use folios and a folio batch internallyLorenzo Stoakes1-122/+124
2022-09-27mm/mlock: drop dead code in count_mm_mlocked_page_nr()Liam Howlett1-3/+1
2022-09-27mm/mlock: use vma iterator and maple state instead of vma linked listMatthew Wilcox (Oracle)1-16/+19
2022-07-18mm: 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-29Merge tag 'ucount-rlimit-for-v5.18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+3
2022-03-23mm/mlock: fix two bugs in user_shm_lock()Miaohe Lin1-4/+3
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-372/+266
2022-03-23mm/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-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus 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-25mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao1-2/+1
2020-12-16mm/lru: introduce relock_page_lruvec()Alexander Duyck1-10/+1
2020-12-16mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi1-6/+16
2020-12-16mm/lru: introduce TestClearPageLRU()Alex Shi1-2/+1