aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
...
* switch do_brk() to get_unmapped_area()Al Viro2009-12-111-8/+2
* Take arch_mmap_check() into get_unmapped_area()Al Viro2009-12-111-5/+9
* fix a struct file leak in do_mmap_pgoff()Al Viro2009-12-111-18/+0
* LSM: imbed ima calls in the security hooksMimi Zohar2009-10-251-4/+0
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson2009-09-221-0/+18
* mmap: save some cycles for the shared anonymous mappingHuang Shijie2009-09-221-9/+9
* mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Lee Schermerhorn2009-09-221-2/+2
* mmap: remove unnecessary codeHuang Shijie2009-09-221-3/+1
* ksm: clean up obsolete referencesHugh Dickins2009-09-221-1/+0
* ksm: remove VM_MERGEABLE_FLAGSHugh Dickins2009-09-221-4/+2
* ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli2009-09-221-7/+0
* ksm: fix oom deadlockHugh Dickins2009-09-221-0/+9
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-3/+3
* mm: Fix problem of parameter in noteJianjun Kong2009-09-181-1/+1
* Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-171-3/+0
* Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-111-0/+5
|\
| * perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra2009-06-051-2/+3
| * perf_counter: Remove munmap stuffPeter Zijlstra2009-06-041-6/+0
| * Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-181-6/+6
| |\
| * \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-291-1/+1
| |\ \
| * | | perf_counter: executable mmap() informationPeter Zijlstra2009-04-061-0/+10
* | | | security: use mmap_min_addr indepedently of security modelsChristoph Lameter2009-06-041-0/+3
| |_|/ |/| |
* | | mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro2009-05-021-6/+6
| |/ |/|
* | mm: pass correct mm when growing stackHugh Dickins2009-04-161-1/+1
|/
* nommu: fix a number of issues with the per-MM VMA patchDavid Howells2009-04-021-3/+0
* Merge branch 'master' into nextJames Morris2009-03-241-20/+28
|\
| * mm: rearrange exit_mmap() to unlock before arch_exit_mmapJeremy Fitzhardinge2009-02-111-4/+6
| * Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman2009-02-101-16/+22
* | Merge branch 'master' into nextJames Morris2009-02-061-57/+60
|\ \ | |/
| * Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds2009-01-311-23/+25
| * Allow opportunistic merging of VM_CAN_NONLINEAR areasLinus Torvalds2009-01-301-1/+4
| * Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segmentsLinus Torvalds2009-01-291-20/+6
| * [CVE-2009-0029] System call wrappers part 13Heiko Carstens2009-01-141-2/+2
| * [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-141-1/+1
| * NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-0/+10
| * mm: check for no mmaps in exit_mmap()Johannes Weiner2009-01-061-0/+3
| * mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov2009-01-061-1/+1
| * mm/mmap.c: fix coding styleZhenwenXu2009-01-061-9/+8
| * mm: update my addressAlan Cox2009-01-051-1/+1
* | integrity: IMA hooksMimi Zohar2009-02-061-0/+4
|/
* parisc: fix find_extend_vma() breakageDenys Vlasenko2008-11-121-1/+1
* nfsd: fix vm overcommit crashAlan Cox2008-10-301-1/+2
* mmap.c: deinline a few functionsDenys Vlasenko2008-10-201-4/+4
* mmap: handle mlocked pages during map, remap, unmapRik van Riel2008-10-201-19/+52
* mlock: mlocked pages are unevictableNick Piggin2008-10-201-2/+0
* mmap: fix petty bug in anonymous shared mmap offset handlingTejun Heo2008-09-031-0/+4
* Merge branch 'core/locking' into core/urgentIngo Molnar2008-08-121-7/+13
|\
| * mm: fix mm_take_all_locks() locking orderPeter Zijlstra2008-08-111-2/+8
| * lockdep: annotate mm_take_all_locks()Peter Zijlstra2008-08-111-6/+6