summaryrefslogtreecommitdiffstats
path: root/mm/mlock.c
AgeCommit message (Expand)Author
2014-05-06mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-23mm: munlock: fix potential race with THP page splitVlastimil Babka
2014-01-21mm/mlock: prepare params outside critical regionDavidlohr Bueso
2014-01-02mm: munlock: fix deadlock in __munlock_pagevec()Vlastimil Babka
2014-01-02mm: munlock: fix a bug where THP tail page is encounteredVlastimil Babka
2013-09-30mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configurationVlastimil Babka
2013-09-24mm: Place preemption point in do_mlockall() loopPaul E. McKenney
2013-09-11mm: munlock: manual pte walk in fast path instead of follow_page_mask()Vlastimil Babka
2013-09-11mm: munlock: remove redundant get_page/put_page pair on the fast pathVlastimil Babka
2013-09-11mm: munlock: bypass per-cpu pvec for putback_lru_pageVlastimil Babka
2013-09-11mm: munlock: batch NR_MLOCK zone state updatesVlastimil Babka
2013-09-11mm: munlock: batch non-THP page isolation and munlock+putback using pagevecVlastimil Babka
2013-09-11mm: munlock: remove unnecessary call to lru_add_drain()Vlastimil Babka
2013-03-28Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse
2013-02-27mm: accelerate munlock() treatment of THP pagesMichel Lespinasse
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse
2013-02-23mm/mlock.c: document scary-looking stack expansion mlock chainJohannes Weiner
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse
2013-02-12mm: don't overwrite mm->def_flags in do_mlockall()Gerald Schaefer
2012-10-09mm, thp: fix mlock statisticsDavid Rientjes
2012-10-09mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-03-06vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31mm: munlock use mapcount to avoid terrible overheadHugh Dickins
2011-10-31mm: do not drain pagevecs for mlockall(MCL_FUTURE)Christoph Lameter
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-04VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds
2011-04-12vm: fix mlock() on stack guard pageLinus Torvalds
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson
2011-02-02mlock: operate on any regions with protection != PROT_NONEMichel Lespinasse
2011-01-13mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse
2011-01-13mm: move VM_LOCKED check to __mlock_vma_pages_range()Michel Lespinasse
2011-01-13mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse
2011-01-13mlock: only hold mmap_sem in shared mode when faulting in pagesMichel Lespinasse
2011-01-13mlock: avoid dirtying pages and triggering writebackMichel Lespinasse
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader
2010-08-21mm: make the mlock() stack guard page checks stricterLinus Torvalds
2010-08-15mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-03-06mm: use rlimit helpersJiri Slaby
2009-12-15mlock: replace stale comments in munlock_vma_page()Lee Schermerhorn
2009-12-15ksm: fix mlockfreed to munlockedHugh Dickins
2009-12-15mm: mlocking in try_to_unmap_oneHugh Dickins
2009-09-22mm: m(un)lock avoid ZERO_PAGEHugh Dickins
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins