aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells1-3/+0
2009-03-24Merge branch 'master' into nextJames Morris1-20/+28
2009-02-11mm: rearrange exit_mmap() to unlock before arch_exit_mmapJeremy Fitzhardinge1-4/+6
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman1-16/+22
2009-02-06Merge branch 'master' into nextJames Morris1-57/+60
2009-02-06integrity: IMA hooksMimi Zohar1-0/+4
2009-01-31Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds1-23/+25
2009-01-30Allow opportunistic merging of VM_CAN_NONLINEAR areasLinus Torvalds1-1/+4
2009-01-29Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segmentsLinus Torvalds1-20/+6
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens1-1/+1
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-0/+10
2009-01-06mm: check for no mmaps in exit_mmap()Johannes Weiner1-0/+3
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov1-1/+1
2009-01-06mm/mmap.c: fix coding styleZhenwenXu1-9/+8
2009-01-05mm: update my addressAlan Cox1-1/+1
2008-11-12parisc: fix find_extend_vma() breakageDenys Vlasenko1-1/+1
2008-10-30nfsd: fix vm overcommit crashAlan Cox1-1/+2
2008-10-20mmap.c: deinline a few functionsDenys Vlasenko1-4/+4
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel1-19/+52
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-2/+0
2008-09-03mmap: fix petty bug in anonymous shared mmap offset handlingTejun Heo1-0/+4
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar1-7/+13
2008-08-11mm: fix mm_take_all_locks() locking orderPeter Zijlstra1-2/+8
2008-08-11lockdep: annotate mm_take_all_locks()Peter Zijlstra1-6/+6
2008-08-05mm: fix uninitialized variables for find_vma_prepare callersBenny Halevy1-1/+1
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+2
2008-07-28mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli1-0/+158
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-1/+2
2008-07-24mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft1-0/+3
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich1-2/+4
2008-07-09mm: Allow architectures to define additional protection bitsDave Kleikamp1-2/+3
2008-06-06brk: make sys_brk() honor COMPAT_BRK when computing lower boundJiri Kosina1-1/+7
2008-05-24mm: fix atomic_t overflow in vmAlan Cox1-2/+2
2008-04-29procfs task exe symlinkMatt Helsley1-4/+20
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn1-2/+2
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn1-3/+3
2008-04-28mmap_region: cleanup the final vma_merge() related codeOleg Nesterov1-13/+10
2008-02-08mm: special mapping nopageNick Piggin1-9/+16
2008-02-06brk: check the lower bound properlyJiri Kosina1-1/+1
2008-02-05arch_rebalance_pgtables callMartin Schwidefsky1-1/+5
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin1-1/+1
2008-01-30x86: randomize brkJiri Kosina1-1/+2
2008-01-25Security: remove security_file_mmap hook sparse-warnings (NULL as 0).Richard Knutsson1-2/+2
2007-12-06VM/Security: add security hook to do_brkEric Paris1-0/+4
2007-12-06Security: round mmap hint address above mmap_min_addrEric Paris1-0/+3
2007-12-06security: protect from stack expantion into low vm addressesEric Paris1-2/+6
2007-10-23fix mprotect vma_wants_writenotify protHugh Dickins1-2/+1
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Coly Li1-7/+4
2007-10-17security/ cleanupsAdrian Bunk1-2/+0