aboutsummaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
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
2006-11-14[PATCH] hugetlb: fix error return for brk() entering a hugepage regionHugh Dickins
2006-11-14[PATCH] hugetlb: check for brk() entering a hugepage regionDavid Gibson
2006-11-14[PATCH] hugetlb: prepare_hugepage_range check offset tooHugh Dickins
2006-10-15Fix VM_MAYEXEC calculationLinus Torvalds
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds
2006-09-08[PATCH] IA64,sparc: local DoS with corrupted ELFsKirill Korotaev
2006-07-26[AGPGART] remove private page protection mapHugh Dickins
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter
2006-06-23[PATCH] add page_mkwrite() vm_operations methodDavid Howells
2006-04-11[PATCH] overcommit: use totalreserve_pagesHideo AOKI
2006-04-11[PATCH] mm: fix bug in brk()Ram Gupta
2006-04-01BUG_ON() Conversion in mm/mmap.cEric Sesterhenn
2006-03-25[PATCH] mm: use kmem_cache_zallocPekka Enberg
2006-03-22[PATCH] remove VM_DONTCOPY bogositiesHugh Dickins
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap
2005-12-16Make sure we copy pages inserted with "vm_insert_page()" on forkLinus Torvalds
2005-11-22[PATCH] unpaged: private write VM_RESERVEDHugh Dickins
2005-11-18[PARISC] Fix compile warning caused by conflicting types of expand_upwards()Matthew Wilcox
2005-11-07[PATCH] mm/{mmap,nommu}.c: several unexportsAdrian Bunk
2005-10-30[PATCH] RCU torture-testing kernel modulePaul E. McKenney
2005-10-29[PATCH] mm: unmap_vmas with inner ptlockHugh Dickins
2005-10-29[PATCH] mm: unlink vma before pagetablesHugh Dickins
2005-10-29[PATCH] mm: ia64 use expand_upwardsHugh Dickins
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins
2005-10-29[PATCH] core remove PageReservedNick Piggin
2005-10-29[PATCH] mm: exit_mmap need not resetHugh Dickins
2005-10-29[PATCH] mm: unlink_file_vma, remove_vmaHugh Dickins
2005-10-29[PATCH] mm: remove_vma_list consolidationHugh Dickins
2005-10-29[PATCH] mm: vm_stat_account unshackledHugh Dickins
2005-09-21[PATCH] fix locking comment in unmap_region()Paolo 'Blaisorblade' Giarrusso
2005-09-14[PATCH] error path in setup_arg_pages() misses vm_unacct_memory()Hugh Dickins
2005-09-07[PATCH] remove misleading comment above sys_brkChristoph Hellwig