aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* Merge branch 'core/locking' into core/urgentIngo Molnar2008-08-11
|\
| * mm: fix mm_take_all_locks() locking orderPeter Zijlstra2008-08-11
| * lockdep: annotate mm_take_all_locks()Peter Zijlstra2008-08-11
* | mm: fix uninitialized variables for find_vma_prepare callersBenny Halevy2008-08-05
|/
* mmu-notifiers: coreAndrea Arcangeli2008-07-28
* mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli2008-07-28
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-24
* mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft2008-07-24
* mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich2008-07-24
* mm: Allow architectures to define additional protection bitsDave Kleikamp2008-07-09
* brk: make sys_brk() honor COMPAT_BRK when computing lower boundJiri Kosina2008-06-06
* mm: fix atomic_t overflow in vmAlan Cox2008-05-24
* procfs task exe symlinkMatt Helsley2008-04-29
* mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn2008-04-28
* mempolicy: rename mpol_free to mpol_putLee Schermerhorn2008-04-28
* mmap_region: cleanup the final vma_merge() related codeOleg Nesterov2008-04-28
* mm: special mapping nopageNick Piggin2008-02-08
* brk: check the lower bound properlyJiri Kosina2008-02-06
* arch_rebalance_pgtables callMartin Schwidefsky2008-02-05
* vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin2008-02-04
* x86: randomize brkJiri Kosina2008-01-30
* Security: remove security_file_mmap hook sparse-warnings (NULL as 0).Richard Knutsson2008-01-24
* VM/Security: add security hook to do_brkEric Paris2007-12-05
* Security: round mmap hint address above mmap_min_addrEric Paris2007-12-05
* security: protect from stack expantion into low vm addressesEric Paris2007-12-05
* fix mprotect vma_wants_writenotify protHugh Dickins2007-10-23
* setup vma->vm_page_prot by vm_get_page_prot()Coly Li2007-10-19
* security/ cleanupsAdrian Bunk2007-10-17
* Drop some headers from mm.hAlexey Dobriyan2007-10-17
* fix NULL pointer dereference in __vm_enough_memory()Alan Cox2007-08-22
* Remove fs.h from mm.hAlexey Dobriyan2007-07-29
* mm: variable length argument supportOllie Wild2007-07-19