summaryrefslogtreecommitdiff
path: root/mm/mlock.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-28Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse1-6/+5
2013-02-27mm: accelerate munlock() treatment of THP pagesMichel Lespinasse1-11/+23
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse1-2/+2
2013-02-23mm/mlock.c: document scary-looking stack expansion mlock chainJohannes Weiner1-0/+4
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse1-9/+10
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse1-54/+3
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse1-6/+11
2013-02-12mm: don't overwrite mm->def_flags in do_mlockall()Gerald Schaefer1-3/+3
2012-10-09mm, thp: fix mlock statisticsDavid Rientjes1-3/+6
2012-10-09mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins1-13/+3
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-03-06vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds1-1/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-10-31mm: munlock use mapcount to avoid terrible overheadHugh Dickins1-1/+9
2011-10-31mm: do not drain pagevecs for mlockall(MCL_FUTURE)Christoph Lameter1-1/+2
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-4/+4
2011-05-04VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds1-4/+1
2011-04-12vm: fix mlock() on stack guard pageLinus Torvalds1-13/+0
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson1-2/+2
2011-02-02mlock: operate on any regions with protection != PROT_NONEMichel Lespinasse1-0/+7
2011-01-13mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse1-17/+23
2011-01-13mm: move VM_LOCKED check to __mlock_vma_pages_range()Michel Lespinasse1-13/+13
2011-01-13mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse1-60/+5
2011-01-13mlock: only hold mmap_sem in shared mode when faulting in pagesMichel Lespinasse1-17/+64
2011-01-13mlock: avoid dirtying pages and triggering writebackMichel Lespinasse1-1/+6
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader1-6/+0
2010-08-21mm: make the mlock() stack guard page checks stricterLinus Torvalds1-5/+16
2010-08-15mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-0/+8
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-41/+0
2010-03-06mm: use rlimit helpersJiri Slaby1-6/+6
2009-12-15mlock: replace stale comments in munlock_vma_page()Lee Schermerhorn1-22/+19
2009-12-15ksm: fix mlockfreed to munlockedHugh Dickins1-2/+2
2009-12-15mm: mlocking in try_to_unmap_oneHugh Dickins1-1/+1
2009-09-22mm: m(un)lock avoid ZERO_PAGEHugh Dickins1-13/+36
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins1-2/+2
2009-09-22mm: munlock use follow_pageHugh Dickins1-59/+40
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-22/+0
2009-04-24x86, bts, mm: clean up buffer allocationMarkus Metzger1-19/+17
2009-04-08mm, x86, ptrace, bts: defer branch trace stopping, remove dead codeIngo Molnar1-6/+0
2009-04-07mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger1-7/+6
2009-02-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+6
2009-02-11x86, ptrace, mm: fix double-free on raceMarkus Metzger1-1/+6
2009-02-08mm: fix error case in mlock downgrade reversionHugh Dickins1-1/+4
2009-02-01Manually revert "mlock: downgrade mmap sem while populating mlocked regions"Linus Torvalds1-45/+2
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens1-2/+2
2009-01-06mm: make get_user_pages() interruptibleYing Han1-4/+5
2008-12-20x86, bts: memory accountingMarkus Metzger1-0/+45
2008-11-16unitialized return value in mm/mlock.c: __mlock_vma_pages_range()Helge Deller1-1/+1