summaryrefslogtreecommitdiffstats
path: root/mm/mlock.c
Commit message (Expand)AuthorAgeFilesLines
* mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Simon Guo2016-10-071-0/+3
* mm: mlock: check against vma for actual mlock() sizeSimon Guo2016-10-071-0/+49
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-281-1/+1
* mm, vmscan: move lru_lock to the nodeMel Gorman2016-07-281-5/+5
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-231-6/+10
* mm: fix mlock accoutingKirill A. Shutemov2016-01-211-1/+1
* mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang2016-01-151-4/+4
* thp: allow mlocked THP againKirill A. Shutemov2016-01-151-21/+47
* thp, mlock: do not allow huge pages in mlocked areaKirill A. Shutemov2016-01-151-32/+19
* mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()Alexey Klimov2016-01-141-1/+1
* mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson2015-11-051-13/+38
* mm: introduce VM_LOCKONFAULTEric B Munson2015-11-051-1/+1
* mm: mlock: add new mlock system callEric B Munson2015-11-051-0/+8
* mm: mlock: refactor mlock, munlock, and munlockall codeEric B Munson2015-11-051-13/+17
* mm/mlock: use offset_in_page macroAlexander Kuleshov2015-11-051-3/+3
* mm/mlock.c: reorganize mlockall() return values and remove goto-out labelAlexey Klimov2015-11-051-5/+4
* userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli2015-09-041-1/+2
* mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov2015-04-141-118/+0
* mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov2015-04-141-4/+7
* mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov2015-04-141-6/+6
* mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov2015-04-141-1/+1
* mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep2015-03-121-2/+2
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-131-1/+1
|\
| * rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney2014-09-071-1/+1
* | mm: use VM_BUG_ON_MM where possibleSasha Levin2014-10-091-1/+1
* | mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-091-2/+2
|/
* mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella2014-08-061-1/+8
* mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2014-04-071-0/+2
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-2/+2
* mm: munlock: fix potential race with THP page splitVlastimil Babka2014-01-231-44/+60
* mm/mlock: prepare params outside critical regionDavidlohr Bueso2014-01-211-7/+11
* mm: munlock: fix deadlock in __munlock_pagevec()Vlastimil Babka2014-01-021-5/+10
* mm: munlock: fix a bug where THP tail page is encounteredVlastimil Babka2014-01-021-7/+22
* mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configurationVlastimil Babka2013-09-301-2/+6
* mm: Place preemption point in do_mlockall() loopPaul E. McKenney2013-09-241-0/+1
* mm: munlock: manual pte walk in fast path instead of follow_page_mask()Vlastimil Babka2013-09-111-31/+79
* mm: munlock: remove redundant get_page/put_page pair on the fast pathVlastimil Babka2013-09-111-12/+14
* mm: munlock: bypass per-cpu pvec for putback_lru_pageVlastimil Babka2013-09-111-4/+69
* mm: munlock: batch NR_MLOCK zone state updatesVlastimil Babka2013-09-111-3/+3
* mm: munlock: batch non-THP page isolation and munlock+putback using pagevecVlastimil Babka2013-09-111-40/+156
* mm: munlock: remove unnecessary call to lru_add_drain()Vlastimil Babka2013-09-111-1/+0
* Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse2013-03-281-6/+5
* mm: accelerate munlock() treatment of THP pagesMichel Lespinasse2013-02-271-11/+23
* mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse2013-02-231-2/+2
* mm/mlock.c: document scary-looking stack expansion mlock chainJohannes Weiner2013-02-231-0/+4
* mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse2013-02-231-9/+10
* mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse2013-02-231-54/+3
* mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-231-6/+11
* mm: don't overwrite mm->def_flags in do_mlockall()Gerald Schaefer2013-02-121-3/+3
* mm, thp: fix mlock statisticsDavid Rientjes2012-10-091-3/+6
OpenPOWER on IntegriCloud