Age | Commit message (Expand) | Author | Files | Lines |
2012-01-10 | mm: simplify find_vma_prev() | KOSAKI Motohiro | 1 | -28/+8 |
2012-01-10 | mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i... | Andrea Arcangeli | 1 | -3/+21 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2011-10-31 | mm/mmap.c: eliminate the ret variable from mm_take_all_locks() | Kautuk Consul | 1 | -6/+3 |
2011-10-31 | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 1 | -1/+1 |
2011-07-25 | mmap: fix and tidy up overcommit page arithmetic | Dmitry Fink | 1 | -21/+13 |
2011-06-16 | mm: get rid of the most spurious find_vma_prev() users | Linus Torvalds | 1 | -9/+3 |
2011-05-26 | mm: don't access vm_flags as 'int' | KOSAKI Motohiro | 1 | -4/+4 |
2011-05-25 | mm: convert anon_vma->lock to a mutex | Peter Zijlstra | 1 | -5/+5 |
2011-05-25 | mm: Convert i_mmap_lock to a mutex | Peter Zijlstra | 1 | -11/+11 |
2011-05-25 | mm: Remove i_mmap_lock lockbreak | Peter Zijlstra | 1 | -12/+1 |
2011-05-25 | mm: mmu_gather rework | Peter Zijlstra | 1 | -9/+9 |
2011-05-25 | mm: make expand_downwards() symmetrical with expand_upwards() | Michal Hocko | 1 | -6/+1 |
2011-05-25 | mm: nommu: sort mm->mmap list properly | Namhyung Kim | 1 | -23/+0 |
2011-05-25 | mmap: avoid merging cloned VMAs | Shaohua Li | 1 | -5/+13 |
2011-05-25 | mmap: avoid unnecessary anon_vma lock | Shaohua Li | 1 | -1/+1 |
2011-05-25 | mmap: add alignment for some variables | Shaohua Li | 1 | -3/+7 |
2011-05-09 | vm: fix vm_pgoff wrap in upward expansion | Hugh Dickins | 1 | -4/+7 |
2011-04-14 | brk: COMPAT_BRK: fix detection of randomized brk | Jiri Kosina | 1 | -1/+1 |
2011-04-13 | vm: fix vm_pgoff wrap in stack expansion | Linus Torvalds | 1 | -5/+8 |
2011-01-13 | brk: fix min_brk lower bound computation for COMPAT_BRK | Jiri Kosina | 1 | -1/+9 |
2011-01-13 | thp: avoid breaking huge pmd invariants in case of vma_adjust failures | Andrea Arcangeli | 1 | -0/+2 |
2011-01-13 | thp: khugepaged vma merge | Andrea Arcangeli | 1 | -0/+5 |
2010-12-15 | install_special_mapping skips security_file_mmap check. | Tavis Ormandy | 1 | -4/+12 |
2010-10-30 | audit mmap | Al Viro | 1 | -0/+2 |
2010-09-22 | mmap: call unlink_anon_vmas() in __split_vma() in case of error | Andrea Arcangeli | 1 | -0/+1 |
2010-08-24 | guard page for stacks that grow upwards | Luck, Tony | 1 | -3/+0 |
2010-08-21 | mm: make the vma list be doubly linked | Linus Torvalds | 1 | -4/+17 |
2010-08-09 | mmap: remove unnecessary lock from __vma_link | Andrea Arcangeli | 1 | -2/+0 |
2010-08-09 | mm: always lock the root (oldest) anon_vma | Rik van Riel | 1 | -8/+22 |
2010-08-09 | mm: change direct call of spin_lock(anon_vma->lock) to inline function | Rik van Riel | 1 | -1/+1 |
2010-08-09 | mm: rename anon_vma_lock to vma_lock_anon_vma | Rik van Riel | 1 | -7/+7 |
2010-06-09 | perf: Add non-exec mmap() tracking | Eric B Munson | 1 | -1/+5 |
2010-04-27 | mmap: check ->vm_ops before dereferencing | Rik van Riel | 1 | -1/+2 |
2010-04-12 | vma_adjust: fix the copying of anon_vma chains | Linus Torvalds | 1 | -16/+8 |
2010-04-12 | Simplify and comment on anon_vma re-use for anon_vma_prepare() | Linus Torvalds | 1 | -24/+62 |
2010-03-12 | Add generic sys_old_mmap() | Christoph Hellwig | 1 | -0/+24 |
2010-03-06 | mm: remove VM_LOCK_RMAP code | Rik van Riel | 1 | -15/+0 |
2010-03-06 | mm: change anon_vma linking to fix multi-process server scalability issue | Rik van Riel | 1 | -41/+97 |
2010-03-06 | mm: use rlimit helpers | Jiri Slaby | 1 | -6/+7 |
2010-03-06 | mm: mlock_vma_pages_range() only return success or failure | KOSAKI Motohiro | 1 | -2/+2 |
2010-03-06 | mm: mlock_vma_pages_range() never return negative value | KOSAKI Motohiro | 1 | -9/+2 |
2009-12-30 | mm: move sys_mmap_pgoff from util.c | Hugh Dickins | 1 | -0/+40 |
2009-12-15 | mm: uncached vma support with writenotify | Magnus Damm | 1 | -1/+13 |
2009-12-15 | mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap() | KOSAKI Motohiro | 1 | -8/+28 |
2009-12-11 | switch do_brk() to get_unmapped_area() | Al Viro | 1 | -8/+2 |
2009-12-11 | Take arch_mmap_check() into get_unmapped_area() | Al Viro | 1 | -5/+9 |
2009-12-11 | fix a struct file leak in do_mmap_pgoff() | Al Viro | 1 | -18/+0 |
2009-10-25 | LSM: imbed ima calls in the security hooks | Mimi Zohar | 1 | -4/+0 |
2009-09-27 | const: mark struct vm_struct_operations | Alexey Dobriyan | 1 | -1/+1 |