summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* audit mmapAl Viro2010-10-301-0/+2
* mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli2010-09-221-0/+1
* guard page for stacks that grow upwardsLuck, Tony2010-08-241-3/+0
* mm: make the vma list be doubly linkedLinus Torvalds2010-08-211-4/+17
* mmap: remove unnecessary lock from __vma_linkAndrea Arcangeli2010-08-091-2/+0
* mm: always lock the root (oldest) anon_vmaRik van Riel2010-08-091-8/+22
* mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel2010-08-091-1/+1
* mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel2010-08-091-7/+7
* perf: Add non-exec mmap() trackingEric B Munson2010-06-091-1/+5
* mmap: check ->vm_ops before dereferencingRik van Riel2010-04-271-1/+2
* vma_adjust: fix the copying of anon_vma chainsLinus Torvalds2010-04-121-16/+8
* Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds2010-04-121-24/+62
* Add generic sys_old_mmap()Christoph Hellwig2010-03-121-0/+24
* mm: remove VM_LOCK_RMAP codeRik van Riel2010-03-061-15/+0
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-41/+97
* mm: use rlimit helpersJiri Slaby2010-03-061-6/+7
* mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro2010-03-061-2/+2
* mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro2010-03-061-9/+2
* mm: move sys_mmap_pgoff from util.cHugh Dickins2009-12-301-0/+40
* mm: uncached vma support with writenotifyMagnus Damm2009-12-151-1/+13
* mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap()KOSAKI Motohiro2009-12-151-8/+28
* 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
OpenPOWER on IntegriCloud