aboutsummaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
2010-08-24guard page for stacks that grow upwardsLuck, Tony
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds
2010-08-09mmap: remove unnecessary lock from __vma_linkAndrea Arcangeli
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel
2010-08-09mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel
2010-06-09perf: Add non-exec mmap() trackingEric B Munson
2010-04-27mmap: check ->vm_ops before dereferencingRik van Riel
2010-04-12vma_adjust: fix the copying of anon_vma chainsLinus Torvalds
2010-04-12Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds
2010-03-12Add generic sys_old_mmap()Christoph Hellwig
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel
2010-03-06mm: use rlimit helpersJiri Slaby
2010-03-06mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro
2010-03-06mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro
2009-12-30mm: move sys_mmap_pgoff from util.cHugh Dickins
2009-12-15mm: uncached vma support with writenotifyMagnus Damm
2009-12-15mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap()KOSAKI Motohiro
2009-12-11switch do_brk() to get_unmapped_area()Al Viro
2009-12-11Take arch_mmap_check() into get_unmapped_area()Al Viro
2009-12-11fix a struct file leak in do_mmap_pgoff()Al Viro
2009-10-25LSM: imbed ima calls in the security hooksMimi Zohar
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-22hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson
2009-09-22mmap: save some cycles for the shared anonymous mappingHuang Shijie
2009-09-22mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Lee Schermerhorn
2009-09-22mmap: remove unnecessary codeHuang Shijie
2009-09-22ksm: clean up obsolete referencesHugh Dickins
2009-09-22ksm: remove VM_MERGEABLE_FLAGSHugh Dickins
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli
2009-09-22ksm: fix oom deadlockHugh Dickins
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-18mm: Fix problem of parameter in noteJianjun Kong
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-06-05perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra
2009-06-04perf_counter: Remove munmap stuffPeter Zijlstra
2009-06-04security: use mmap_min_addr indepedently of security modelsChristoph Lameter
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-16mm: pass correct mm when growing stackHugh Dickins
2009-04-06perf_counter: executable mmap() informationPeter Zijlstra
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells
2009-03-24Merge branch 'master' into nextJames Morris
2009-02-11mm: rearrange exit_mmap() to unlock before arch_exit_mmapJeremy Fitzhardinge
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman
2009-02-06Merge branch 'master' into nextJames Morris
2009-02-06integrity: IMA hooksMimi Zohar