aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm: fix uninitialized variables for find_vma_prepare callersBenny Halevy2008-08-051-1/+1
|/
* mmu-notifiers: coreAndrea Arcangeli2008-07-281-0/+2
* mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli2008-07-281-0/+158
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-241-1/+2
* mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft2008-07-241-0/+3
* mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich2008-07-241-2/+4
* mm: Allow architectures to define additional protection bitsDave Kleikamp2008-07-091-2/+3
* brk: make sys_brk() honor COMPAT_BRK when computing lower boundJiri Kosina2008-06-061-1/+7
* mm: fix atomic_t overflow in vmAlan Cox2008-05-241-2/+2
* procfs task exe symlinkMatt Helsley2008-04-291-4/+20
* mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn2008-04-281-2/+2
* mempolicy: rename mpol_free to mpol_putLee Schermerhorn2008-04-281-3/+3
* mmap_region: cleanup the final vma_merge() related codeOleg Nesterov2008-04-281-13/+10
* mm: special mapping nopageNick Piggin2008-02-081-9/+16
* brk: check the lower bound properlyJiri Kosina2008-02-061-1/+1
* arch_rebalance_pgtables callMartin Schwidefsky2008-02-051-1/+5
* vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin2008-02-041-1/+1
* x86: randomize brkJiri Kosina2008-01-301-1/+2
* Security: remove security_file_mmap hook sparse-warnings (NULL as 0).Richard Knutsson2008-01-251-2/+2
* VM/Security: add security hook to do_brkEric Paris2007-12-061-0/+4
* Security: round mmap hint address above mmap_min_addrEric Paris2007-12-061-0/+3
* security: protect from stack expantion into low vm addressesEric Paris2007-12-061-2/+6
* fix mprotect vma_wants_writenotify protHugh Dickins2007-10-231-2/+1
* setup vma->vm_page_prot by vm_get_page_prot()Coly Li2007-10-191-7/+4
* security/ cleanupsAdrian Bunk2007-10-171-2/+0