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