summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-221-24/+27
|\
| * mmap.c: fix comment for __insert_vm_struct()Kautuk Consul2012-03-221-3/+2Star
| * hugetlbfs: fix alignment of huge page requestsSteven Truelove2012-03-221-3/+3
| * mm: search from free_area_cache for the bigger sizeXiao Guangrong2012-03-221-15/+21
| * mm: do not reset cached_hole_size when vma is unmappedXiao Guangrong2012-03-221-3/+1Star
* | Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2012-03-211-3/+2Star
|\ \
| * | VM: make unmap_vmas() return voidAl Viro2012-03-211-2/+1Star
| * | VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro2012-03-211-1/+1
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-211-2/+15
|\ \ | |/ |/|
| * security: trim security.hAl Viro2012-02-141-0/+13
| * mm: collapse security_vm_enough_memory() variants into a single functionAl Viro2012-02-141-2/+2
* | mm: fix find_vma_prevMikulas Patocka2012-03-071-2/+10
* | mmap: EINVAL not ENOMEM when rejecting VM_GROWSHugh Dickins2012-03-061-1/+2
* | VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAsAl Viro2012-03-051-0/+2
|/
* mm: simplify find_vma_prev()KOSAKI Motohiro2012-01-111-28/+8Star
* mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli2012-01-111-3/+21
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-1/+1
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | mm/mmap.c: eliminate the ret variable from mm_take_all_locks()Kautuk Consul2011-11-011-6/+3Star
|/
* mmap: fix and tidy up overcommit page arithmeticDmitry Fink2011-07-261-21/+13Star
* mm: get rid of the most spurious find_vma_prev() usersLinus Torvalds2011-06-161-9/+3Star
* 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/+1Star
* mm: mmu_gather reworkPeter Zijlstra2011-05-251-9/+9
* mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko2011-05-251-6/+1Star
* mm: nommu: sort mm->mmap list properlyNamhyung Kim2011-05-251-23/+0Star
* 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-101-4/+7
* brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina2011-04-151-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-141-1/+9
* thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli2011-01-141-0/+2
* thp: khugepaged vma mergeAndrea Arcangeli2011-01-141-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-231-0/+1
* guard page for stacks that grow upwardsLuck, Tony2010-08-241-3/+0Star
* mm: make the vma list be doubly linkedLinus Torvalds2010-08-211-4/+17
* mmap: remove unnecessary lock from __vma_linkAndrea Arcangeli2010-08-101-2/+0Star
* mm: always lock the root (oldest) anon_vmaRik van Riel2010-08-101-8/+22
* mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel2010-08-101-1/+1
* mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel2010-08-101-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-131-16/+8Star
* Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds2010-04-131-24/+62