aboutsummaryrefslogtreecommitdiff
path: root/mm/mlock.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGEGravatar Sasha Levin 1-2/+2
2014-01-23mm: munlock: fix potential race with THP page splitGravatar Vlastimil Babka 1-44/+60
2014-01-21mm/mlock: prepare params outside critical regionGravatar Davidlohr Bueso 1-7/+11
2014-01-02mm: munlock: fix deadlock in __munlock_pagevec()Gravatar Vlastimil Babka 1-5/+10
2014-01-02mm: munlock: fix a bug where THP tail page is encounteredGravatar Vlastimil Babka 1-7/+22
2013-09-30mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configurationGravatar Vlastimil Babka 1-2/+6
2013-09-24mm: Place preemption point in do_mlockall() loopGravatar Paul E. McKenney 1-0/+1
2013-09-11mm: munlock: manual pte walk in fast path instead of follow_page_mask()Gravatar Vlastimil Babka 1-31/+79
2013-09-11mm: munlock: remove redundant get_page/put_page pair on the fast pathGravatar Vlastimil Babka 1-12/+14
2013-09-11mm: munlock: bypass per-cpu pvec for putback_lru_pageGravatar Vlastimil Babka 1-4/+69
2013-09-11mm: munlock: batch NR_MLOCK zone state updatesGravatar Vlastimil Babka 1-3/+3
2013-09-11mm: munlock: batch non-THP page isolation and munlock+putback using pagevecGravatar Vlastimil Babka 1-40/+156
2013-09-11mm: munlock: remove unnecessary call to lru_add_drain()Gravatar Vlastimil Babka 1-1/+0
2013-03-28Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Gravatar Michel Lespinasse 1-6/+5
2013-02-27mm: accelerate munlock() treatment of THP pagesGravatar Michel Lespinasse 1-11/+23
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Gravatar Michel Lespinasse 1-2/+2
2013-02-23mm/mlock.c: document scary-looking stack expansion mlock chainGravatar Johannes Weiner 1-0/+4
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsGravatar Michel Lespinasse 1-9/+10
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Gravatar Michel Lespinasse 1-54/+3
2013-02-23mm: introduce mm_populate() for populating new vmasGravatar Michel Lespinasse 1-6/+11
2013-02-12mm: don't overwrite mm->def_flags in do_mlockall()Gravatar Gerald Schaefer 1-3/+3
2012-10-09mm, thp: fix mlock statisticsGravatar David Rientjes 1-3/+6
2012-10-09mm: use clear_page_mlock() in page_remove_rmap()Gravatar Hugh Dickins 1-13/+3
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-1/+1
2012-03-06vm: avoid using find_vma_prev() unnecessarilyGravatar Linus Torvalds 1-1/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-10-31mm: munlock use mapcount to avoid terrible overheadGravatar Hugh Dickins 1-1/+9
2011-10-31mm: do not drain pagevecs for mlockall(MCL_FUTURE)Gravatar Christoph Lameter 1-1/+2
2011-10-31mm: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-05-26mm: don't access vm_flags as 'int'Gravatar KOSAKI Motohiro 1-4/+4
2011-05-04VM: skip the stack guard page lookup in get_user_pages only for mlockGravatar Linus Torvalds 1-4/+1
2011-04-12vm: fix mlock() on stack guard pageGravatar Linus Torvalds 1-13/+0
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structGravatar Stephen Wilson 1-2/+2
2011-02-02mlock: operate on any regions with protection != PROT_NONEGravatar Michel Lespinasse 1-0/+7
2011-01-13mlock: do not hold mmap_sem for extended periods of timeGravatar Michel Lespinasse 1-17/+23
2011-01-13mm: move VM_LOCKED check to __mlock_vma_pages_range()Gravatar Michel Lespinasse 1-13/+13
2011-01-13mm: add FOLL_MLOCK follow_page flag.Gravatar Michel Lespinasse 1-60/+5
2011-01-13mlock: only hold mmap_sem in shared mode when faulting in pagesGravatar Michel Lespinasse 1-17/+64
2011-01-13mlock: avoid dirtying pages and triggering writebackGravatar Michel Lespinasse 1-1/+6
2010-09-09mm: Move vma_stack_continue into mm.hGravatar Stefan Bader 1-6/+0
2010-08-21mm: make the mlock() stack guard page checks stricterGravatar Linus Torvalds 1-5/+16
2010-08-15mm: fix up some user-visible effects of the stack guard pageGravatar Linus Torvalds 1-0/+8
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codeGravatar Peter Zijlstra 1-41/+0
2010-03-06mm: use rlimit helpersGravatar Jiri Slaby 1-6/+6
2009-12-15mlock: replace stale comments in munlock_vma_page()Gravatar Lee Schermerhorn 1-22/+19
2009-12-15ksm: fix mlockfreed to munlockedGravatar Hugh Dickins 1-2/+2
2009-12-15mm: mlocking in try_to_unmap_oneGravatar Hugh Dickins 1-1/+1
2009-09-22mm: m(un)lock avoid ZERO_PAGEGravatar Hugh Dickins 1-13/+36
2009-09-22mm: FOLL flags for GUP flagsGravatar Hugh Dickins 1-2/+2
2009-09-22mm: munlock use follow_pageGravatar Hugh Dickins 1-59/+40