aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAge
* vm: fix vm_pgoff wrap in upward expansionHugh Dickins2011-05-09
* brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina2011-04-14
* vm: fix vm_pgoff wrap in stack expansionLinus Torvalds2011-04-13
* brk: fix min_brk lower bound computation for COMPAT_BRKJiri Kosina2011-01-13
* thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli2011-01-13
* thp: khugepaged vma mergeAndrea Arcangeli2011-01-13
* install_special_mapping skips security_file_mmap check.Tavis Ormandy2010-12-15
* audit mmapAl Viro2010-10-30
* mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli2010-09-22
* guard page for stacks that grow upwardsLuck, Tony2010-08-24
* mm: make the vma list be doubly linkedLinus Torvalds2010-08-21
* mmap: remove unnecessary lock from __vma_linkAndrea Arcangeli2010-08-09
* mm: always lock the root (oldest) anon_vmaRik van Riel2010-08-09
* mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel2010-08-09
* mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel2010-08-09
* perf: Add non-exec mmap() trackingEric B Munson2010-06-09
* mmap: check ->vm_ops before dereferencingRik van Riel2010-04-27
* vma_adjust: fix the copying of anon_vma chainsLinus Torvalds2010-04-12
* Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds2010-04-12
* Add generic sys_old_mmap()Christoph Hellwig2010-03-12
* mm: remove VM_LOCK_RMAP codeRik van Riel2010-03-06
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-06
* mm: use rlimit helpersJiri Slaby2010-03-06
* mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro2010-03-06
* mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro2010-03-06
* 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