serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / mm / mlock.c
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-01 Hugh Dickinsmm: munlock use mapcount to avoid terrible overhead
2011-11-01 Christoph Lametermm: do not drain pagevecs for mlockall(MCL_FUTURE)
2011-10-31 Paul Gortmakermm: Map most files to use export.h instead of module.h
2011-05-26 KOSAKI Motohiromm: don't access vm_flags as 'int'
2011-05-05 Linus TorvaldsVM: skip the stack guard page lookup in get_user_pages...
2011-04-12 Linus Torvaldsvm: fix mlock() on stack guard page
2011-03-23 Stephen Wilsonmm: arch: make get_gate_vma take an mm_struct instead...
2011-02-01 Michel Lespinassemlock: operate on any regions with protection != PROT_NONE
2011-01-14 Michel Lespinassemlock: do not hold mmap_sem for extended periods of...
2011-01-14 Michel Lespinassemm: move VM_LOCKED check to __mlock_vma_pages_range()
2011-01-14 Michel Lespinassemm: add FOLL_MLOCK follow_page flag.
2011-01-14 Michel Lespinassemlock: only hold mmap_sem in shared mode when faulting...
2011-01-14 Michel Lespinassemlock: avoid dirtying pages and triggering writeback
2010-09-09 Stefan Badermm: Move vma_stack_continue into mm.h
2010-08-21 Linus Torvaldsmm: make the mlock() stack guard page checks stricter
2010-08-15 Linus Torvaldsmm: fix up some user-visible effects of the stack guard...
2010-03-26 Peter Zijlstrax86, perf, bts, mm: Delete the never used BTS-ptrace...
2010-03-06 Jiri Slabymm: use rlimit helpers
2009-12-15 Lee Schermerhornmlock: replace stale comments in munlock_vma_page()
2009-12-15 Hugh Dickinsksm: fix mlockfreed to munlocked
2009-12-15 Hugh Dickinsmm: mlocking in try_to_unmap_one
2009-09-22 Hugh Dickinsmm: m(un)lock avoid ZERO_PAGE
2009-09-22 Hugh Dickinsmm: FOLL flags for GUP flags
2009-09-22 Hugh Dickinsmm: munlock use follow_page
2009-06-17 KOSAKI Motohiromm: remove CONFIG_UNEVICTABLE_LRU config option
2009-04-24 Markus Metzgerx86, bts, mm: clean up buffer allocation
2009-04-08 Ingo Molnarmm, x86, ptrace, bts: defer branch trace stopping,...
2009-04-07 Markus Metzgermm, x86, ptrace, bts: defer branch trace stopping
2009-02-17 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-02-13 Ingo MolnarMerge branches 'x86/paravirt', 'x86/pat', 'x86/setup...
2009-02-11 Markus Metzgerx86, ptrace, mm: fix double-free on race
2009-02-08 Hugh Dickinsmm: fix error case in mlock downgrade reversion
2009-02-01 Linus TorvaldsManually revert "mlock: downgrade mmap sem while popula...
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 14
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 13
2009-01-06 Ying Hanmm: make get_user_pages() interruptible
2008-12-20 Markus Metzgerx86, bts: memory accounting
2008-11-16 Helge Dellerunitialized return value in mm/mlock.c: __mlock_vma_pag...
2008-11-13 KOSAKI Motohiromm: remove lru_add_drain_all() from the munlock path
2008-10-20 Lee Schermerhornmlock: make mlock error return Posixly Correct
2008-10-20 Nick Pigginvmstat: mlocked pages statistics
2008-10-20 Rik van Rielmmap: handle mlocked pages during map, remap, unmap
2008-10-20 Lee Schermerhornmlock: downgrade mmap sem while populating mlocked...
2008-10-20 Nick Pigginmlock: mlocked pages are unevictable
2008-08-04 KOSAKI Motohiromlock() fix return values
2007-07-16 Herbert van den... do not limit locked memory when RLIMIT_MEMLOCK is RLIM_...
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2006-12-07 Rik Bobbaers[PATCH] mlock cleanup
2006-01-12 Randy.Dunlap[PATCH] move capable() to capability.h
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2