aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: prevent mmap_cache race in find_vma()Jan Stancek2013-04-121-1/+1
* mm: get rid of the most spurious find_vma_prev() usersLinus Torvalds2011-06-161-9/+3
* mm: don't access vm_flags as 'int'KOSAKI Motohiro2011-05-261-4/+4
* mm: convert anon_vma->lock to a mutexPeter Zijlstra2011-05-251-5/+5
* mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-251-11/+11
* mm: Remove i_mmap_lock lockbreakPeter Zijlstra2011-05-251-12/+1
* mm: mmu_gather reworkPeter Zijlstra2011-05-251-9/+9
* mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko2011-05-251-6/+1
* mm: nommu: sort mm->mmap list properlyNamhyung Kim2011-05-251-23/+0
* mmap: avoid merging cloned VMAsShaohua Li2011-05-251-5/+13
* mmap: avoid unnecessary anon_vma lockShaohua Li2011-05-251-1/+1
* mmap: add alignment for some variablesShaohua Li2011-05-251-3/+7
* vm: fix vm_pgoff wrap in upward expansionHugh Dickins2011-05-091-4/+7
* brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina2011-04-141-1/+1
* vm: fix vm_pgoff wrap in stack expansionLinus Torvalds2011-04-131-5/+8
* brk: fix min_brk lower bound computation for COMPAT_BRKJiri Kosina2011-01-131-1/+9
* thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli2011-01-131-0/+2
* thp: khugepaged vma mergeAndrea Arcangeli2011-01-131-0/+5
* install_special_mapping skips security_file_mmap check.Tavis Ormandy2010-12-151-4/+12
* audit mmapAl Viro2010-10-301-0/+2
* mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli2010-09-221-0/+1
* guard page for stacks that grow upwardsLuck, Tony2010-08-241-3/+0
* mm: make the vma list be doubly linkedLinus Torvalds2010-08-211-4/+17
* mmap: remove unnecessary lock from __vma_linkAndrea Arcangeli2010-08-091-2/+0
* mm: always lock the root (oldest) anon_vmaRik van Riel2010-08-091-8/+22
* mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel2010-08-091-1/+1
* mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel2010-08-091-7/+7
* perf: Add non-exec mmap() trackingEric B Munson2010-06-091-1/+5
* mmap: check ->vm_ops before dereferencingRik van Riel2010-04-271-1/+2
* vma_adjust: fix the copying of anon_vma chainsLinus Torvalds2010-04-121-16/+8
* Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds2010-04-121-24/+62
* Add generic sys_old_mmap()Christoph Hellwig2010-03-121-0/+24
* mm: remove VM_LOCK_RMAP codeRik van Riel2010-03-061-15/+0
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-41/+97
* mm: use rlimit helpersJiri Slaby2010-03-061-6/+7
* mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro2010-03-061-2/+2
* mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro2010-03-061-9/+2
* mm: move sys_mmap_pgoff from util.cHugh Dickins2009-12-301-0/+40
* mm: uncached vma support with writenotifyMagnus Damm2009-12-151-1/+13
* mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap()KOSAKI Motohiro2009-12-151-8/+28
* switch do_brk() to get_unmapped_area()Al Viro2009-12-111-8/+2
* Take arch_mmap_check() into get_unmapped_area()Al Viro2009-12-111-5/+9
* fix a struct file leak in do_mmap_pgoff()Al Viro2009-12-111-18/+0
* LSM: imbed ima calls in the security hooksMimi Zohar2009-10-251-4/+0
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson2009-09-221-0/+18
* mmap: save some cycles for the shared anonymous mappingHuang Shijie2009-09-221-9/+9
* mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Lee Schermerhorn2009-09-221-2/+2
* mmap: remove unnecessary codeHuang Shijie2009-09-221-3/+1
* ksm: clean up obsolete referencesHugh Dickins2009-09-221-1/+0