aboutsummaryrefslogtreecommitdiff
path: root/mm/mlock.c
AgeCommit message (Expand)Author
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
2009-09-22mm: munlock use follow_pageHugh Dickins
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro
2009-04-24x86, bts, mm: clean up buffer allocationMarkus Metzger
2009-04-08mm, x86, ptrace, bts: defer branch trace stopping, remove dead codeIngo Molnar
2009-04-07mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger
2009-02-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-02-11x86, ptrace, mm: fix double-free on raceMarkus Metzger
2009-02-08mm: fix error case in mlock downgrade reversionHugh Dickins
2009-02-01Manually revert "mlock: downgrade mmap sem while populating mlocked regions"Linus Torvalds
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens
2009-01-06mm: make get_user_pages() interruptibleYing Han
2008-12-20x86, bts: memory accountingMarkus Metzger
2008-11-16unitialized return value in mm/mlock.c: __mlock_vma_pages_range()Helge Deller
2008-11-12mm: remove lru_add_drain_all() from the munlock pathKOSAKI Motohiro
2008-10-20mlock: make mlock error return Posixly CorrectLee Schermerhorn
2008-10-20vmstat: mlocked pages statisticsNick Piggin
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel
2008-10-20mlock: downgrade mmap sem while populating mlocked regionsLee Schermerhorn
2008-10-20mlock: mlocked pages are unevictableNick Piggin
2008-08-04mlock() fix return valuesKOSAKI Motohiro
2007-07-16do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITYHerbert van den Bergh
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2006-12-07[PATCH] mlock cleanupRik Bobbaers
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap