summaryrefslogtreecommitdiffstats
path: root/mm/mlock.c
Commit message (Expand)AuthorAgeFilesLines
* mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)2024-03-041-2/+1
* mm: mlock: avoid folio_within_range() on KSM pagesHugh Dickins2023-10-251-0/+4
* mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes2023-10-181-21/+4
* mm: mlock: update mlock_pte_range to handle large folioYin Fengwei2023-10-041-2/+64
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-0/+1
|\
| * mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-0/+1
* | mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan2023-08-211-1/+2
|/
* mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()Liam R. Howlett2023-07-171-4/+5
* mm: ptep_get() conversionRyan Roberts2023-06-191-2/+4
* mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins2023-06-191-0/+4
* mm: mlock: use folios_put() in mlock_folio_batch()Qi Zheng2023-04-181-1/+1
* mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan2023-02-091-2/+2
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-3/+3
* mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan2023-02-091-3/+3
* mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett2023-02-091-3/+3
* mlock: convert mlock to vma iteratorLiam R. Howlett2023-02-091-29/+28
* mm: remove mlock_vma_page()Matthew Wilcox (Oracle)2023-02-021-2/+2
* mm: mlock: update the interface to use foliosLorenzo Stoakes2023-02-021-20/+18
* mm: mlock: use folios and a folio batch internallyLorenzo Stoakes2023-02-021-122/+124
* mm/mlock: drop dead code in count_mm_mlocked_page_nr()Liam Howlett2022-09-261-3/+1
* mm/mlock: use vma iterator and maple state instead of vma linked listMatthew Wilcox (Oracle)2022-09-261-16/+19
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-1/+1
* mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior2022-04-011-10/+36
* Merge tag 'ucount-rlimit-for-v5.18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-03-281-4/+3
|\
| * mm/mlock: fix two bugs in user_shm_lock()Miaohe Lin2022-03-231-4/+3
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-372/+266
|\ \
| * | mm/mlock: Add mlock_vma_folio()Matthew Wilcox (Oracle)2022-03-211-11/+11
| * | mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins2022-02-171-34/+185
| * | mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins2022-02-171-22/+89
| * | mm/munlock: maintain page->mlock_count while unevictableHugh Dickins2022-02-171-14/+54
| * | mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins2022-02-171-30/+0
| * | mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-14/+7
| * | mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins2022-02-171-2/+2
| * | mm/munlock: delete page_mlock() and all its worksHugh Dickins2022-02-171-351/+24
* | | mm/mlock: fix potential imbalanced rlimit ucounts adjustmentMiaohe Lin2022-03-221-0/+1
| |/ |/|
* | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-051-1/+1
|/
* mm: add a field to store names for private anonymous memoryColin Cross2022-01-151-1/+1
* mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()Matthew Wilcox (Oracle)2021-09-271-1/+2
* mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport2021-07-081-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-6/+6
|\
| * mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple2021-07-011-6/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-8/+14
|\ \ | |/ |/|
| * Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-8/+14
* | mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-2/+2
|/
* mm/mlock: stop counting mlocked pages when none vma is foundMiaohe Lin2021-02-261-1/+1
* mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao2021-02-241-2/+1
* mm/lru: introduce relock_page_lruvec()Alexander Duyck2020-12-151-10/+1
* mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2020-12-151-6/+16
* mm/lru: introduce TestClearPageLRU()Alex Shi2020-12-151-2/+1
* mm/mlock: remove __munlock_isolate_lru_page()Alex Shi2020-12-151-22/+9