summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
AgeCommit message (Expand)AuthorLines
2008-05-24mm: fix atomic_t overflow in vmAlan Cox-2/+2
2008-04-29procfs task exe symlinkMatt Helsley-4/+20
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn-2/+2
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn-3/+3
2008-04-28mmap_region: cleanup the final vma_merge() related codeOleg Nesterov-13/+10
2008-02-08mm: special mapping nopageNick Piggin-9/+16
2008-02-06brk: check the lower bound properlyJiri Kosina-1/+1
2008-02-05arch_rebalance_pgtables callMartin Schwidefsky-1/+5
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin-1/+1
2008-01-30x86: randomize brkJiri Kosina-1/+2
2008-01-25Security: remove security_file_mmap hook sparse-warnings (NULL as 0).Richard Knutsson-2/+2
2007-12-06VM/Security: add security hook to do_brkEric Paris-0/+4
2007-12-06Security: round mmap hint address above mmap_min_addrEric Paris-0/+3
2007-12-06security: protect from stack expantion into low vm addressesEric Paris-2/+6
2007-10-23fix mprotect vma_wants_writenotify protHugh Dickins-2/+1
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Coly Li-7/+4
2007-10-17security/ cleanupsAdrian Bunk-2/+0
2007-10-17Drop some headers from mm.hAlexey Dobriyan-0/+1
2007-08-22fix NULL pointer dereference in __vm_enough_memory()Alan Cox-3/+3
2007-07-29Remove fs.h from mm.hAlexey Dobriyan-0/+34
2007-07-19mm: variable length argument supportOllie Wild-26/+35
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin-6/+2
2007-07-16split mmapMiklos Szeredi-6/+19
2007-07-11security: Protection for exploiting null dereference using mmapEric Paris-2/+2
2007-06-21[PARISC] Handle wrapping in expand_upwards()Helge Deller-2/+7
2007-05-09Fix occurrences of "the the "Michael Opdenacker-1/+1
2007-05-08Remove unused variable in get_unmapped_areaRoland McGrath-1/+0
2007-05-07get_unmapped_area doesn't need hugetlbfs hacks anymoreBenjamin Herrenschmidt-16/+0
2007-05-07get_unmapped_area handles MAP_FIXED in generic codeBenjamin Herrenschmidt-11/+16
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge-0/+4
2007-03-01[PATCH] Bug in MM_RB debuggingDavid Miller-0/+2
2007-02-09[PATCH] Add install_special_mappingRoland McGrath-0/+72
2007-01-30[PATCH] Don't allow the stack to grow into hugetlb reserved regionsAdam Litke-0/+7
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek-5/+5
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter-2/+2
2006-11-14[PATCH] hugetlb: fix error return for brk() entering a hugepage regionHugh Dickins-3/+2
2006-11-14[PATCH] hugetlb: check for brk() entering a hugepage regionDavid Gibson-0/+4
2006-11-14[PATCH] hugetlb: prepare_hugepage_range check offset tooHugh Dickins-1/+1
2006-10-15Fix VM_MAYEXEC calculationLinus Torvalds-11/+10
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter-1/+1
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra-6/+4
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds-0/+7
2006-09-08[PATCH] IA64,sparc: local DoS with corrupted ELFsKirill Korotaev-2/+15
2006-07-26[AGPGART] remove private page protection mapHugh Dickins-0/+7
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter-1/+1
2006-06-23[PATCH] add page_mkwrite() vm_operations methodDavid Howells-2/+10
2006-04-11[PATCH] overcommit: use totalreserve_pagesHideo AOKI-3/+15
2006-04-11[PATCH] mm: fix bug in brk()Ram Gupta-5/+11
2006-04-01BUG_ON() Conversion in mm/mmap.cEric Sesterhenn-6/+3
2006-03-25[PATCH] mm: use kmem_cache_zallocPekka Enberg-4/+2