summaryrefslogtreecommitdiff
path: root/mm/mlock.c
Commit message (Expand)AuthorAge
* mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configurationVlastimil Babka2013-09-30
* mm: Place preemption point in do_mlockall() loopPaul E. McKenney2013-09-24
* mm: munlock: manual pte walk in fast path instead of follow_page_mask()Vlastimil Babka2013-09-11
* mm: munlock: remove redundant get_page/put_page pair on the fast pathVlastimil Babka2013-09-11
* mm: munlock: bypass per-cpu pvec for putback_lru_pageVlastimil Babka2013-09-11
* mm: munlock: batch NR_MLOCK zone state updatesVlastimil Babka2013-09-11
* mm: munlock: batch non-THP page isolation and munlock+putback using pagevecVlastimil Babka2013-09-11
* mm: munlock: remove unnecessary call to lru_add_drain()Vlastimil Babka2013-09-11
* Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse2013-03-28
* mm: accelerate munlock() treatment of THP pagesMichel Lespinasse2013-02-27
* mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse2013-02-23
* mm/mlock.c: document scary-looking stack expansion mlock chainJohannes Weiner2013-02-23
* mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse2013-02-23
* mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse2013-02-23
* mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-23
* mm: don't overwrite mm->def_flags in do_mlockall()Gerald Schaefer2013-02-12
* mm, thp: fix mlock statisticsDavid Rientjes2012-10-09
* mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins2012-10-09
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-09
* vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds2012-03-06
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* | mm: munlock use mapcount to avoid terrible overheadHugh Dickins2011-10-31
* | mm: do not drain pagevecs for mlockall(MCL_FUTURE)Christoph Lameter2011-10-31
|/
* mm: don't access vm_flags as 'int'KOSAKI Motohiro2011-05-26
* VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds2011-05-04
* vm: fix mlock() on stack guard pageLinus Torvalds2011-04-12
* mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-23
* mlock: operate on any regions with protection != PROT_NONEMichel Lespinasse2011-02-02
* mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse2011-01-13
* mm: move VM_LOCKED check to __mlock_vma_pages_range()Michel Lespinasse2011-01-13
* mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse2011-01-13
* mlock: only hold mmap_sem in shared mode when faulting in pagesMichel Lespinasse2011-01-13
* mlock: avoid dirtying pages and triggering writebackMichel Lespinasse2011-01-13
* mm: Move vma_stack_continue into mm.hStefan Bader2010-09-09
* mm: make the mlock() stack guard page checks stricterLinus Torvalds2010-08-21
* mm: fix up some user-visible effects of the stack guard pageLinus Torvalds2010-08-15
* x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-26
* mm: use rlimit helpersJiri Slaby2010-03-06
* mlock: replace stale comments in munlock_vma_page()Lee Schermerhorn2009-12-15
* ksm: fix mlockfreed to munlockedHugh Dickins2009-12-15
* mm: mlocking in try_to_unmap_oneHugh Dickins2009-12-15
* mm: m(un)lock avoid ZERO_PAGEHugh Dickins2009-09-22
* mm: FOLL flags for GUP flagsHugh Dickins2009-09-22
* mm: munlock use follow_pageHugh Dickins2009-09-22
* mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-16
* x86, bts, mm: clean up buffer allocationMarkus Metzger2009-04-24
* mm, x86, ptrace, bts: defer branch trace stopping, remove dead codeIngo Molnar2009-04-08
* mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger2009-04-07
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-17
|\