summaryrefslogtreecommitdiff
path: root/mm/mlock.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08mm/mlock: fix two bugs in user_shm_lock()Miaohe Lin1-4/+3
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
2020-12-16mm/mlock: remove __munlock_isolate_lru_page()Alex Shi1-22/+9
2020-12-16mm/mlock: remove lru_lock on TestClearPageMlockedAlex Shi1-21/+5
2020-09-19mlock: fix unevictable_pgs event counts on THPHugh Dickins1-9/+15
2020-08-15mm: 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-26mm: untag user pointers passed to memory syscallsAndrey Konovalov1-0/+4
2019-06-14mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack1-2/+2
2019-06-14mm/mlock.c: mlockall error for flag MCL_ONFAULTPotyra, Stefan1-1/+2
2019-03-06mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin1-7/+7
2018-08-18dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-1/+2
2018-02-22mm, mlock, vmscan: no more skipping pagevecsShakeel Butt1-0/+6
2018-02-07mm: docs: fixup punctuationMike Rapoport1-1/+1
2017-11-29mm: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney1-1/+1
2017-11-16mm: mlock: remove lru_add_drain_all()Shakeel Butt1-5/+0
2017-11-16mm, 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-09mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim1-6/+4
2017-06-03mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-05-04mm: make try_to_munlock() return voidMinchan Kim1-4/+2
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds1-0/+1
2017-03-10thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov1-5/+4
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-12-01thp: fix corner case of munlock() of PTE-mapped THPsKirill A. Shutemov1-2/+5
2016-10-08mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Simon Guo1-0/+3
2016-10-08mm: mlock: check against vma for actual mlock() sizeSimon Guo1-0/+49
2016-07-29mm, vmscan: move LRU lists to nodeMel Gorman1-1/+1
2016-07-29mm, vmscan: move lru_lock to the nodeMel Gorman1-5/+5
2016-05-24mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko1-6/+10
2016-01-22mm: fix mlock accoutingKirill A. Shutemov1-1/+1
2016-01-16mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang1-4/+4
2016-01-16thp: allow mlocked THP againKirill A. Shutemov1-21/+47
2016-01-16thp, mlock: do not allow huge pages in mlocked areaKirill A. Shutemov1-32/+19
2016-01-15mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()Alexey Klimov1-1/+1
2015-11-06mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson1-13/+38
2015-11-06mm: introduce VM_LOCKONFAULTEric B Munson1-1/+1
2015-11-06mm: mlock: add new mlock system callEric B Munson1-0/+8