aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13brk: fix min_brk lower bound computation for COMPAT_BRKJiri Kosina1-1/+9
2011-01-13thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli1-0/+2
2011-01-13thp: khugepaged vma mergeAndrea Arcangeli1-0/+5
2010-12-15install_special_mapping skips security_file_mmap check.Tavis Ormandy1-4/+12
2010-10-30audit mmapAl Viro1-0/+2
2010-09-22mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli1-0/+1
2010-08-24guard page for stacks that grow upwardsLuck, Tony1-3/+0
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds1-4/+17
2010-08-09mmap: remove unnecessary lock from __vma_linkAndrea Arcangeli1-2/+0
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel1-8/+22
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel1-1/+1
2010-08-09mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel1-7/+7
2010-06-09perf: Add non-exec mmap() trackingEric B Munson1-1/+5
2010-04-27mmap: check ->vm_ops before dereferencingRik van Riel1-1/+2
2010-04-12vma_adjust: fix the copying of anon_vma chainsLinus Torvalds1-16/+8
2010-04-12Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds1-24/+62
2010-03-12Add generic sys_old_mmap()Christoph Hellwig1-0/+24
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel1-15/+0
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-41/+97
2010-03-06mm: use rlimit helpersJiri Slaby1-6/+7
2010-03-06mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro1-2/+2
2010-03-06mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro1-9/+2
2009-12-30mm: move sys_mmap_pgoff from util.cHugh Dickins1-0/+40
2009-12-15mm: uncached vma support with writenotifyMagnus Damm1-1/+13
2009-12-15mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap()KOSAKI Motohiro1-8/+28
2009-12-11switch do_brk() to get_unmapped_area()Al Viro1-8/+2
2009-12-11Take arch_mmap_check() into get_unmapped_area()Al Viro1-5/+9
2009-12-11fix a struct file leak in do_mmap_pgoff()Al Viro1-18/+0
2009-10-25LSM: imbed ima calls in the security hooksMimi Zohar1-4/+0
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-22hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson1-0/+18
2009-09-22mmap: save some cycles for the shared anonymous mappingHuang Shijie1-9/+9
2009-09-22mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Lee Schermerhorn1-2/+2
2009-09-22mmap: remove unnecessary codeHuang Shijie1-3/+1
2009-09-22ksm: clean up obsolete referencesHugh Dickins1-1/+0
2009-09-22ksm: remove VM_MERGEABLE_FLAGSHugh Dickins1-4/+2
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-7/+0
2009-09-22ksm: fix oom deadlockHugh Dickins1-0/+9
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-3/+3
2009-09-18mm: Fix problem of parameter in noteJianjun Kong1-1/+1
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris1-3/+0
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+5
2009-06-05perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra1-2/+3
2009-06-04perf_counter: Remove munmap stuffPeter Zijlstra1-6/+0
2009-06-04security: use mmap_min_addr indepedently of security modelsChristoph Lameter1-0/+3
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar1-6/+6
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro1-6/+6
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-1/+1
2009-04-16mm: pass correct mm when growing stackHugh Dickins1-1/+1
2009-04-06perf_counter: executable mmap() informationPeter Zijlstra1-0/+10