summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-19mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-1/+1
2015-04-14mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu1-3/+1
2015-04-14mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov1-2/+7
2015-04-14mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2015-02-02mm, thp: fix collapsing of hugepages on madviseDavid Rientjes1-4/+4
2013-10-22mm: do not grow the stack vma just because of an overrun on preceding vmaLinus Torvalds1-0/+27
2013-10-22mm/mmap: check for RLIMIT_AS before unmappingCyril Hrubis1-4/+46
2013-05-19hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi1-1/+5
2013-05-08mm: allow arch code to control the user page table ceilingHugh Dickins1-2/+2
2013-04-12mm: prevent mmap_cache race in find_vma()Jan Stancek1-1/+1
2012-04-21kill mm argument of vm_munmap()Al Viro1-2/+3
2012-04-21VM: add "vm_mmap()" helper functionLinus Torvalds1-2/+27
2012-04-21VM: add "vm_munmap()" helper functionLinus Torvalds1-6/+9
2012-04-21VM: add "vm_brk()" helper functionLinus Torvalds1-2/+14
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-24/+27
2012-03-22mmap.c: fix comment for __insert_vm_struct()Kautuk Consul1-3/+2
2012-03-22hugetlbfs: fix alignment of huge page requestsSteven Truelove1-3/+3
2012-03-22mm: search from free_area_cache for the bigger sizeXiao Guangrong1-15/+21
2012-03-22mm: do not reset cached_hole_size when vma is unmappedXiao Guangrong1-3/+1
2012-03-22Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-2/+15
2012-03-21VM: make unmap_vmas() return voidAl Viro1-2/+1
2012-03-21VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro1-1/+1
2012-03-07mm: fix find_vma_prevMikulas Patocka1-2/+10
2012-03-07mmap: EINVAL not ENOMEM when rejecting VM_GROWSHugh Dickins1-1/+2
2012-03-06VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAsAl Viro1-0/+2
2012-02-14security: trim security.hAl Viro1-0/+13
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro1-2/+2
2012-01-11mm: simplify find_vma_prev()KOSAKI Motohiro1-28/+8
2012-01-11mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli1-3/+21
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-01mm/mmap.c: eliminate the ret variable from mm_take_all_locks()Kautuk Consul1-6/+3
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-26mmap: fix and tidy up overcommit page arithmeticDmitry Fink1-21/+13
2011-06-16mm: get rid of the most spurious find_vma_prev() usersLinus Torvalds1-9/+3
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-4/+4
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra1-5/+5
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-11/+11
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-12/+1
2011-05-25mm: mmu_gather reworkPeter Zijlstra1-9/+9
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko1-6/+1
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim1-23/+0
2011-05-25mmap: avoid merging cloned VMAsShaohua Li1-5/+13
2011-05-25mmap: avoid unnecessary anon_vma lockShaohua Li1-1/+1
2011-05-25mmap: add alignment for some variablesShaohua Li1-3/+7
2011-05-10vm: fix vm_pgoff wrap in upward expansionHugh Dickins1-4/+7
2011-04-15brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina1-1/+1
2011-04-13vm: fix vm_pgoff wrap in stack expansionLinus Torvalds1-5/+8
2011-01-14brk: fix min_brk lower bound computation for COMPAT_BRKJiri Kosina1-1/+9
2011-01-14thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli1-0/+2