summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
2012-03-21Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-21VM: make unmap_vmas() return voidAl Viro
2012-03-21VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro
2012-03-07mm: fix find_vma_prevMikulas Patocka
2012-03-06mmap: EINVAL not ENOMEM when rejecting VM_GROWSHugh Dickins
2012-03-05VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAsAl Viro
2012-02-17uprobes/core: Clean up, refactor and improve the codeIngo Molnar
2012-02-17uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju
2012-02-13security: trim security.hAl Viro
2012-02-13mm: collapse security_vm_enough_memory() variants into a single functionAl Viro
2012-01-11mm: simplify find_vma_prev()KOSAKI Motohiro
2012-01-11mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-01mm/mmap.c: eliminate the ret variable from mm_take_all_locks()Kautuk Consul
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-07-26mmap: fix and tidy up overcommit page arithmeticDmitry Fink
2011-06-16mm: get rid of the most spurious find_vma_prev() usersLinus Torvalds
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra
2011-05-25mm: mmu_gather reworkPeter Zijlstra
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim
2011-05-25mmap: avoid merging cloned VMAsShaohua Li
2011-05-25mmap: avoid unnecessary anon_vma lockShaohua Li
2011-05-25mmap: add alignment for some variablesShaohua Li
2011-05-10vm: fix vm_pgoff wrap in upward expansionHugh Dickins
2011-04-14brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina
2011-04-13vm: fix vm_pgoff wrap in stack expansionLinus Torvalds
2011-01-14brk: fix min_brk lower bound computation for COMPAT_BRKJiri Kosina
2011-01-14thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli
2011-01-14thp: khugepaged vma mergeAndrea Arcangeli
2010-12-15install_special_mapping skips security_file_mmap check.Tavis Ormandy
2010-10-30audit mmapAl Viro
2010-09-23mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli
2010-08-24guard page for stacks that grow upwardsLuck, Tony
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds
2010-08-10mmap: remove unnecessary lock from __vma_linkAndrea Arcangeli
2010-08-10mm: always lock the root (oldest) anon_vmaRik van Riel
2010-08-10mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel
2010-08-10mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel
2010-06-09perf: Add non-exec mmap() trackingEric B Munson
2010-04-27mmap: check ->vm_ops before dereferencingRik van Riel
2010-04-13vma_adjust: fix the copying of anon_vma chainsLinus Torvalds
2010-04-13Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds
2010-03-12Add generic sys_old_mmap()Christoph Hellwig
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel