summaryrefslogtreecommitdiff
path: root/mm/mlock.c
Commit message (Expand)AuthorAge
* 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
|\
| * x86, ptrace, mm: fix double-free on raceMarkus Metzger2009-02-11
* | mm: fix error case in mlock downgrade reversionHugh Dickins2009-02-08
|/
* Manually revert "mlock: downgrade mmap sem while populating mlocked regions"Linus Torvalds2009-02-01
* [CVE-2009-0029] System call wrappers part 14Heiko Carstens2009-01-14
* [CVE-2009-0029] System call wrappers part 13Heiko Carstens2009-01-14
* mm: make get_user_pages() interruptibleYing Han2009-01-06
* x86, bts: memory accountingMarkus Metzger2008-12-20
* unitialized return value in mm/mlock.c: __mlock_vma_pages_range()Helge Deller2008-11-16
* mm: remove lru_add_drain_all() from the munlock pathKOSAKI Motohiro2008-11-12
* mlock: make mlock error return Posixly CorrectLee Schermerhorn2008-10-20
* vmstat: mlocked pages statisticsNick Piggin2008-10-20
* mmap: handle mlocked pages during map, remap, unmapRik van Riel2008-10-20
* mlock: downgrade mmap sem while populating mlocked regionsLee Schermerhorn2008-10-20
* mlock: mlocked pages are unevictableNick Piggin2008-10-20
* mlock() fix return valuesKOSAKI Motohiro2008-08-04
* do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITYHerbert van den Bergh2007-07-16
* Detach sched.h from mm.hAlexey Dobriyan2007-05-21
* [PATCH] mlock cleanupRik Bobbaers2006-12-07
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-11
* Linux-2.6.12-rc2Linus Torvalds2005-04-16