summaryrefslogtreecommitdiffstats
path: root/mm/mlock.c
AgeCommit message (Expand)AuthorLines
2016-10-07mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Simon Guo-0/+3
2016-10-07mm: mlock: check against vma for actual mlock() sizeSimon Guo-0/+49
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman-1/+1
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman-5/+5
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko-6/+10
2016-01-21mm: fix mlock accoutingKirill A. Shutemov-1/+1
2016-01-15mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang-4/+4
2016-01-15thp: allow mlocked THP againKirill A. Shutemov-21/+47
2016-01-15thp, mlock: do not allow huge pages in mlocked areaKirill A. Shutemov-32/+19
2016-01-14mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()Alexey Klimov-1/+1
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson-13/+38
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson-1/+1
2015-11-05mm: mlock: add new mlock system callEric B Munson-0/+8
2015-11-05mm: mlock: refactor mlock, munlock, and munlockall codeEric B Munson-13/+17
2015-11-05mm/mlock: use offset_in_page macroAlexander Kuleshov-3/+3
2015-11-05mm/mlock.c: reorganize mlockall() return values and remove goto-out labelAlexey Klimov-5/+4
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli-1/+2
2015-04-14mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov-118/+0
2015-04-14mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov-4/+7
2015-04-14mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov-6/+6
2015-04-14mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov-1/+1
2015-03-12mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep-2/+2
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin-1/+1
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin-2/+2
2014-09-07rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney-1/+1
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella-1/+8
2014-04-07mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka-0/+2
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin-2/+2
2014-01-23mm: munlock: fix potential race with THP page splitVlastimil Babka-44/+60
2014-01-21mm/mlock: prepare params outside critical regionDavidlohr Bueso-7/+11
2014-01-02mm: munlock: fix deadlock in __munlock_pagevec()Vlastimil Babka-5/+10
2014-01-02mm: munlock: fix a bug where THP tail page is encounteredVlastimil Babka-7/+22
2013-09-30mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configurationVlastimil Babka-2/+6
2013-09-24mm: Place preemption point in do_mlockall() loopPaul E. McKenney-0/+1
2013-09-11mm: munlock: manual pte walk in fast path instead of follow_page_mask()Vlastimil Babka-31/+79
2013-09-11mm: munlock: remove redundant get_page/put_page pair on the fast pathVlastimil Babka-12/+14
2013-09-11mm: munlock: bypass per-cpu pvec for putback_lru_pageVlastimil Babka-4/+69
2013-09-11mm: munlock: batch NR_MLOCK zone state updatesVlastimil Babka-3/+3
2013-09-11mm: munlock: batch non-THP page isolation and munlock+putback using pagevecVlastimil Babka-40/+156
2013-09-11mm: munlock: remove unnecessary call to lru_add_drain()Vlastimil Babka-1/+0
2013-03-28Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse-6/+5
2013-02-27mm: accelerate munlock() treatment of THP pagesMichel Lespinasse-11/+23
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse-2/+2
2013-02-23mm/mlock.c: document scary-looking stack expansion mlock chainJohannes Weiner-0/+4
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse-9/+10
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse-54/+3
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse-6/+11
2013-02-12mm: don't overwrite mm->def_flags in do_mlockall()Gerald Schaefer-3/+3
2012-10-09mm, thp: fix mlock statisticsDavid Rientjes-3/+6