aboutsummaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
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
2009-01-31Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds
2009-01-30Allow opportunistic merging of VM_CAN_NONLINEAR areasLinus Torvalds
2009-01-29Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segmentsLinus Torvalds
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells
2009-01-06mm: check for no mmaps in exit_mmap()Johannes Weiner
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov
2009-01-06mm/mmap.c: fix coding styleZhenwenXu
2009-01-05mm: update my addressAlan Cox
2008-11-12parisc: fix find_extend_vma() breakageDenys Vlasenko
2008-10-30nfsd: fix vm overcommit crashAlan Cox
2008-10-20mmap.c: deinline a few functionsDenys Vlasenko
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel
2008-10-20mlock: mlocked pages are unevictableNick Piggin
2008-09-03mmap: fix petty bug in anonymous shared mmap offset handlingTejun Heo