| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro... | Michel Lespinasse | 2013-03-28 | 1 | -6/+5 |
* | mm: accelerate munlock() treatment of THP pages | Michel Lespinasse | 2013-02-27 | 1 | -11/+23 |
* | mm: use long type for page counts in mm_populate() and get_user_pages() | Michel Lespinasse | 2013-02-23 | 1 | -2/+2 |
* | mm/mlock.c: document scary-looking stack expansion mlock chain | Johannes Weiner | 2013-02-23 | 1 | -0/+4 |
* | mm: introduce VM_POPULATE flag to better deal with racy userspace programs | Michel Lespinasse | 2013-02-23 | 1 | -9/+10 |
* | mm: directly use __mlock_vma_pages_range() in find_extend_vma() | Michel Lespinasse | 2013-02-23 | 1 | -54/+3 |
* | mm: introduce mm_populate() for populating new vmas | Michel Lespinasse | 2013-02-23 | 1 | -6/+11 |
* | mm: don't overwrite mm->def_flags in do_mlockall() | Gerald Schaefer | 2013-02-12 | 1 | -3/+3 |
* | mm, thp: fix mlock statistics | David Rientjes | 2012-10-09 | 1 | -3/+6 |
* | mm: use clear_page_mlock() in page_remove_rmap() | Hugh Dickins | 2012-10-09 | 1 | -13/+3 |
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 2012-10-09 | 1 | -1/+1 |
* | vm: avoid using find_vma_prev() unnecessarily | Linus Torvalds | 2012-03-06 | 1 | -1/+2 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -1/+1 |
|\ |
|
| * | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | | mm: munlock use mapcount to avoid terrible overhead | Hugh Dickins | 2011-10-31 | 1 | -1/+9 |
* | | mm: do not drain pagevecs for mlockall(MCL_FUTURE) | Christoph Lameter | 2011-10-31 | 1 | -1/+2 |
|/ |
|
* | mm: don't access vm_flags as 'int' | KOSAKI Motohiro | 2011-05-26 | 1 | -4/+4 |
* | VM: skip the stack guard page lookup in get_user_pages only for mlock | Linus Torvalds | 2011-05-04 | 1 | -4/+1 |
* | vm: fix mlock() on stack guard page | Linus Torvalds | 2011-04-12 | 1 | -13/+0 |
* | mm: arch: make get_gate_vma take an mm_struct instead of a task_struct | Stephen Wilson | 2011-03-23 | 1 | -2/+2 |
* | mlock: operate on any regions with protection != PROT_NONE | Michel Lespinasse | 2011-02-02 | 1 | -0/+7 |
* | mlock: do not hold mmap_sem for extended periods of time | Michel Lespinasse | 2011-01-13 | 1 | -17/+23 |
* | mm: move VM_LOCKED check to __mlock_vma_pages_range() | Michel Lespinasse | 2011-01-13 | 1 | -13/+13 |
* | mm: add FOLL_MLOCK follow_page flag. | Michel Lespinasse | 2011-01-13 | 1 | -60/+5 |
* | mlock: only hold mmap_sem in shared mode when faulting in pages | Michel Lespinasse | 2011-01-13 | 1 | -17/+64 |
* | mlock: avoid dirtying pages and triggering writeback | Michel Lespinasse | 2011-01-13 | 1 | -1/+6 |
* | mm: Move vma_stack_continue into mm.h | Stefan Bader | 2010-09-09 | 1 | -6/+0 |
* | mm: make the mlock() stack guard page checks stricter | Linus Torvalds | 2010-08-21 | 1 | -5/+16 |
* | mm: fix up some user-visible effects of the stack guard page | Linus Torvalds | 2010-08-15 | 1 | -0/+8 |
* | x86, perf, bts, mm: Delete the never used BTS-ptrace code | Peter Zijlstra | 2010-03-26 | 1 | -41/+0 |
* | mm: use rlimit helpers | Jiri Slaby | 2010-03-06 | 1 | -6/+6 |
* | mlock: replace stale comments in munlock_vma_page() | Lee Schermerhorn | 2009-12-15 | 1 | -22/+19 |
* | ksm: fix mlockfreed to munlocked | Hugh Dickins | 2009-12-15 | 1 | -2/+2 |
* | mm: mlocking in try_to_unmap_one | Hugh Dickins | 2009-12-15 | 1 | -1/+1 |
* | mm: m(un)lock avoid ZERO_PAGE | Hugh Dickins | 2009-09-22 | 1 | -13/+36 |
* | mm: FOLL flags for GUP flags | Hugh Dickins | 2009-09-22 | 1 | -2/+2 |
* | mm: munlock use follow_page | Hugh Dickins | 2009-09-22 | 1 | -59/+40 |
* | mm: remove CONFIG_UNEVICTABLE_LRU config option | KOSAKI Motohiro | 2009-06-16 | 1 | -22/+0 |
* | x86, bts, mm: clean up buffer allocation | Markus Metzger | 2009-04-24 | 1 | -19/+17 |
* | mm, x86, ptrace, bts: defer branch trace stopping, remove dead code | Ingo Molnar | 2009-04-08 | 1 | -6/+0 |
* | mm, x86, ptrace, bts: defer branch trace stopping | Markus Metzger | 2009-04-07 | 1 | -7/+6 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-17 | 1 | -1/+6 |
|\ |
|
| * | x86, ptrace, mm: fix double-free on race | Markus Metzger | 2009-02-11 | 1 | -1/+6 |
* | | mm: fix error case in mlock downgrade reversion | Hugh Dickins | 2009-02-08 | 1 | -1/+4 |
|/ |
|
* | Manually revert "mlock: downgrade mmap sem while populating mlocked regions" | Linus Torvalds | 2009-02-01 | 1 | -45/+2 |
* | [CVE-2009-0029] System call wrappers part 14 | Heiko Carstens | 2009-01-14 | 1 | -2/+2 |
* | [CVE-2009-0029] System call wrappers part 13 | Heiko Carstens | 2009-01-14 | 1 | -2/+2 |
* | mm: make get_user_pages() interruptible | Ying Han | 2009-01-06 | 1 | -4/+5 |
* | x86, bts: memory accounting | Markus Metzger | 2008-12-20 | 1 | -0/+45 |
* | unitialized return value in mm/mlock.c: __mlock_vma_pages_range() | Helge Deller | 2008-11-16 | 1 | -1/+1 |