aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells1-3/+0
2009-03-24Merge branch 'master' into nextJames Morris1-20/+28
2009-02-11mm: rearrange exit_mmap() to unlock before arch_exit_mmapJeremy Fitzhardinge1-4/+6
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman1-16/+22
2009-02-06Merge branch 'master' into nextJames Morris1-57/+60
2009-02-06integrity: IMA hooksMimi Zohar1-0/+4
2009-01-31Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds1-23/+25
2009-01-30Allow opportunistic merging of VM_CAN_NONLINEAR areasLinus Torvalds1-1/+4
2009-01-29Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segmentsLinus Torvalds1-20/+6
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens1-1/+1
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-0/+10
2009-01-06mm: check for no mmaps in exit_mmap()Johannes Weiner1-0/+3
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov1-1/+1
2009-01-06mm/mmap.c: fix coding styleZhenwenXu1-9/+8
2009-01-05mm: update my addressAlan Cox1-1/+1
2008-11-12parisc: fix find_extend_vma() breakageDenys Vlasenko1-1/+1
2008-10-30nfsd: fix vm overcommit crashAlan Cox1-1/+2
2008-10-20mmap.c: deinline a few functionsDenys Vlasenko1-4/+4
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel1-19/+52
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-2/+0
2008-09-03mmap: fix petty bug in anonymous shared mmap offset handlingTejun Heo1-0/+4
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar1-7/+13
2008-08-11mm: fix mm_take_all_locks() locking orderPeter Zijlstra1-2/+8
2008-08-11lockdep: annotate mm_take_all_locks()Peter Zijlstra1-6/+6
2008-08-05mm: fix uninitialized variables for find_vma_prepare callersBenny Halevy1-1/+1
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+2
2008-07-28mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli1-0/+158
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-1/+2
2008-07-24mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft1-0/+3