aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAge
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-22
|\
| * mmap.c: fix comment for __insert_vm_struct()Kautuk Consul2012-03-21
| * hugetlbfs: fix alignment of huge page requestsSteven Truelove2012-03-21
| * mm: search from free_area_cache for the bigger sizeXiao Guangrong2012-03-21
| * mm: do not reset cached_hole_size when vma is unmappedXiao Guangrong2012-03-21
* | Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2012-03-21
|\ \
| * | VM: make unmap_vmas() return voidAl Viro2012-03-20
| * | VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro2012-03-20
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-21
|\ \ | |/ |/|
| * security: trim security.hAl Viro2012-02-13
| * mm: collapse security_vm_enough_memory() variants into a single functionAl Viro2012-02-13
* | mm: fix find_vma_prevMikulas Patocka2012-03-06
* | mmap: EINVAL not ENOMEM when rejecting VM_GROWSHugh Dickins2012-03-06
* | VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAsAl Viro2012-03-05
|/
* mm: simplify find_vma_prev()KOSAKI Motohiro2012-01-10
* mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli2012-01-10
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* | mm/mmap.c: eliminate the ret variable from mm_take_all_locks()Kautuk Consul2011-10-31
|/
* mmap: fix and tidy up overcommit page arithmeticDmitry Fink2011-07-25
* 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