aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: don't overwrite mm->def_flags in do_mlockall()Gerald Schaefer2013-02-121-3/+3
* mm, thp: fix mlock statisticsDavid Rientjes2012-10-091-3/+6
* mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins2012-10-091-13/+3
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds2012-03-061-1/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | mm: munlock use mapcount to avoid terrible overheadHugh Dickins2011-10-311-1/+9
* | mm: do not drain pagevecs for mlockall(MCL_FUTURE)Christoph Lameter2011-10-311-1/+2
|/
* mm: don't access vm_flags as 'int'KOSAKI Motohiro2011-05-261-4/+4
* VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds2011-05-041-4/+1
* vm: fix mlock() on stack guard pageLinus Torvalds2011-04-121-13/+0
* mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-231-2/+2
* mlock: operate on any regions with protection != PROT_NONEMichel Lespinasse2011-02-011-0/+7
* mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse2011-01-131-17/+23
* mm: move VM_LOCKED check to __mlock_vma_pages_range()Michel Lespinasse2011-01-131-13/+13
* mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse2011-01-131-60/+5
* mlock: only hold mmap_sem in shared mode when faulting in pagesMichel Lespinasse2011-01-131-17/+64
* mlock: avoid dirtying pages and triggering writebackMichel Lespinasse2011-01-131-1/+6
* mm: Move vma_stack_continue into mm.hStefan Bader2010-09-091-6/+0
* mm: make the mlock() stack guard page checks stricterLinus Torvalds2010-08-211-5/+16
* mm: fix up some user-visible effects of the stack guard pageLinus Torvalds2010-08-151-0/+8
* x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-41/+0
* mm: use rlimit helpersJiri Slaby2010-03-061-6/+6
* mlock: replace stale comments in munlock_vma_page()Lee Schermerhorn2009-12-151-22/+19
* ksm: fix mlockfreed to munlockedHugh Dickins2009-12-151-2/+2
* mm: mlocking in try_to_unmap_oneHugh Dickins2009-12-151-1/+1
* mm: m(un)lock avoid ZERO_PAGEHugh Dickins2009-09-221-13/+36
* mm: FOLL flags for GUP flagsHugh Dickins2009-09-221-2/+2
* mm: munlock use follow_pageHugh Dickins2009-09-221-59/+40
* mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-161-22/+0
* x86, bts, mm: clean up buffer allocationMarkus Metzger2009-04-241-19/+17
* mm, x86, ptrace, bts: defer branch trace stopping, remove dead codeIngo Molnar2009-04-081-6/+0
* mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger2009-04-071-7/+6
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-171-1/+6
|\
| * x86, ptrace, mm: fix double-free on raceMarkus Metzger2009-02-111-1/+6
* | mm: fix error case in mlock downgrade reversionHugh Dickins2009-02-081-1/+4
|/
* Manually revert "mlock: downgrade mmap sem while populating mlocked regions"Linus Torvalds2009-02-011-45/+2
* [CVE-2009-0029] System call wrappers part 14Heiko Carstens2009-01-141-2/+2
* [CVE-2009-0029] System call wrappers part 13Heiko Carstens2009-01-141-2/+2
* mm: make get_user_pages() interruptibleYing Han2009-01-061-4/+5
* x86, bts: memory accountingMarkus Metzger2008-12-201-0/+45
* unitialized return value in mm/mlock.c: __mlock_vma_pages_range()Helge Deller2008-11-161-1/+1
* mm: remove lru_add_drain_all() from the munlock pathKOSAKI Motohiro2008-11-121-10/+6
* mlock: make mlock error return Posixly CorrectLee Schermerhorn2008-10-201-6/+27
* vmstat: mlocked pages statisticsNick Piggin2008-10-201-5/+36
* mmap: handle mlocked pages during map, remap, unmapRik van Riel2008-10-201-131/+90
* mlock: downgrade mmap sem while populating mlocked regionsLee Schermerhorn2008-10-201-3/+43
* mlock: mlocked pages are unevictableNick Piggin2008-10-201-19/+375
* mlock() fix return valuesKOSAKI Motohiro2008-08-041-2/+0