aboutsummaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
2008-10-20mmap.c: deinline a few functionsDenys Vlasenko
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel
2008-10-20mlock: mlocked pages are unevictableNick Piggin
2008-09-03mmap: fix petty bug in anonymous shared mmap offset handlingTejun Heo
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar
2008-08-11mm: fix mm_take_all_locks() locking orderPeter Zijlstra
2008-08-11lockdep: annotate mm_take_all_locks()Peter Zijlstra
2008-08-05mm: fix uninitialized variables for find_vma_prepare callersBenny Halevy
2008-07-28mmu-notifiers: coreAndrea Arcangeli
2008-07-28mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen
2008-07-24mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich
2008-07-09mm: Allow architectures to define additional protection bitsDave Kleikamp
2008-06-06brk: make sys_brk() honor COMPAT_BRK when computing lower boundJiri Kosina
2008-05-24mm: fix atomic_t overflow in vmAlan Cox
2008-04-29procfs task exe symlinkMatt Helsley
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn
2008-04-28mmap_region: cleanup the final vma_merge() related codeOleg Nesterov
2008-02-08mm: special mapping nopageNick Piggin
2008-02-06brk: check the lower bound properlyJiri Kosina
2008-02-05arch_rebalance_pgtables callMartin Schwidefsky
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin
2008-01-30x86: randomize brkJiri Kosina
2008-01-25Security: remove security_file_mmap hook sparse-warnings (NULL as 0).Richard Knutsson
2007-12-06VM/Security: add security hook to do_brkEric Paris
2007-12-06Security: round mmap hint address above mmap_min_addrEric Paris
2007-12-06security: protect from stack expantion into low vm addressesEric Paris
2007-10-23fix mprotect vma_wants_writenotify protHugh Dickins
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Coly Li
2007-10-17security/ cleanupsAdrian Bunk
2007-10-17Drop some headers from mm.hAlexey Dobriyan
2007-08-22fix NULL pointer dereference in __vm_enough_memory()Alan Cox
2007-07-29Remove fs.h from mm.hAlexey Dobriyan
2007-07-19mm: variable length argument supportOllie Wild
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin
2007-07-16split mmapMiklos Szeredi
2007-07-11security: Protection for exploiting null dereference using mmapEric Paris
2007-06-21[PARISC] Handle wrapping in expand_upwards()Helge Deller
2007-05-09Fix occurrences of "the the "Michael Opdenacker
2007-05-08Remove unused variable in get_unmapped_areaRoland McGrath
2007-05-07get_unmapped_area doesn't need hugetlbfs hacks anymoreBenjamin Herrenschmidt
2007-05-07get_unmapped_area handles MAP_FIXED in generic codeBenjamin Herrenschmidt
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge
2007-03-01[PATCH] Bug in MM_RB debuggingDavid Miller
2007-02-09[PATCH] Add install_special_mappingRoland McGrath
2007-01-30[PATCH] Don't allow the stack to grow into hugetlb reserved regionsAdam Litke
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter