summaryrefslogtreecommitdiff
path: root/mm/mmap.c
Commit message (Expand)AuthorAge
* mm: move sys_mmap_pgoff from util.cHugh Dickins2009-12-30
* mm: uncached vma support with writenotifyMagnus Damm2009-12-15
* mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap()KOSAKI Motohiro2009-12-15
* switch do_brk() to get_unmapped_area()Al Viro2009-12-11
* Take arch_mmap_check() into get_unmapped_area()Al Viro2009-12-11
* fix a struct file leak in do_mmap_pgoff()Al Viro2009-12-11
* LSM: imbed ima calls in the security hooksMimi Zohar2009-10-25
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-27
* hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson2009-09-22
* mmap: save some cycles for the shared anonymous mappingHuang Shijie2009-09-22
* mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Lee Schermerhorn2009-09-22
* mmap: remove unnecessary codeHuang Shijie2009-09-22
* ksm: clean up obsolete referencesHugh Dickins2009-09-22
* ksm: remove VM_MERGEABLE_FLAGSHugh Dickins2009-09-22
* ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli2009-09-22
* ksm: fix oom deadlockHugh Dickins2009-09-22
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-21
* mm: Fix problem of parameter in noteJianjun Kong2009-09-18
* Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-17
* Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-11
|\
| * perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra2009-06-05
| * perf_counter: Remove munmap stuffPeter Zijlstra2009-06-04
| * Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-18
| |\
| * \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-29
| |\ \
| * | | perf_counter: executable mmap() informationPeter Zijlstra2009-04-06
* | | | security: use mmap_min_addr indepedently of security modelsChristoph Lameter2009-06-04
| |_|/ |/| |
* | | mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro2009-05-02
| |/ |/|
* | mm: pass correct mm when growing stackHugh Dickins2009-04-16
|/
* nommu: fix a number of issues with the per-MM VMA patchDavid Howells2009-04-02
* Merge branch 'master' into nextJames Morris2009-03-24
|\
| * mm: rearrange exit_mmap() to unlock before arch_exit_mmapJeremy Fitzhardinge2009-02-11
| * Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman2009-02-10
* | Merge branch 'master' into nextJames Morris2009-02-06
|\ \ | |/
| * Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds2009-01-31
| * Allow opportunistic merging of VM_CAN_NONLINEAR areasLinus Torvalds2009-01-30
| * Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segmentsLinus Torvalds2009-01-29
| * [CVE-2009-0029] System call wrappers part 13Heiko Carstens2009-01-14
| * [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-14
| * NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-08
| * mm: check for no mmaps in exit_mmap()Johannes Weiner2009-01-06
| * mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov2009-01-06
| * mm/mmap.c: fix coding styleZhenwenXu2009-01-06
| * mm: update my addressAlan Cox2009-01-05
* | integrity: IMA hooksMimi Zohar2009-02-06
|/
* parisc: fix find_extend_vma() breakageDenys Vlasenko2008-11-12
* nfsd: fix vm overcommit crashAlan Cox2008-10-30
* mmap.c: deinline a few functionsDenys Vlasenko2008-10-20
* mmap: handle mlocked pages during map, remap, unmapRik van Riel2008-10-20
* mlock: mlocked pages are unevictableNick Piggin2008-10-20
* mmap: fix petty bug in anonymous shared mmap offset handlingTejun Heo2008-09-03