aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-24/+27
2012-03-21mmap.c: fix comment for __insert_vm_struct()Kautuk Consul1-3/+2
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove1-3/+3
2012-03-21mm: search from free_area_cache for the bigger sizeXiao Guangrong1-15/+21
2012-03-21mm: do not reset cached_hole_size when vma is unmappedXiao Guangrong1-3/+1
2012-03-21Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-2/+15
2012-03-20VM: make unmap_vmas() return voidAl Viro1-2/+1
2012-03-20VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro1-1/+1
2012-03-06mm: fix find_vma_prevMikulas Patocka1-2/+10
2012-03-06mmap: EINVAL not ENOMEM when rejecting VM_GROWSHugh Dickins1-1/+2
2012-03-05VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAsAl Viro1-0/+2
2012-02-14security: trim security.hAl Viro1-0/+13
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro1-2/+2
2012-01-10mm: simplify find_vma_prev()KOSAKI Motohiro1-28/+8
2012-01-10mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli1-3/+21
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-10-31mm/mmap.c: eliminate the ret variable from mm_take_all_locks()Kautuk Consul1-6/+3
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-25mmap: fix and tidy up overcommit page arithmeticDmitry Fink1-21/+13
2011-06-16mm: get rid of the most spurious find_vma_prev() usersLinus Torvalds1-9/+3
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-4/+4
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra1-5/+5
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-11/+11
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-12/+1
2011-05-25mm: mmu_gather reworkPeter Zijlstra1-9/+9
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko1-6/+1
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim1-23/+0
2011-05-25mmap: avoid merging cloned VMAsShaohua Li1-5/+13
2011-05-25mmap: avoid unnecessary anon_vma lockShaohua Li1-1/+1
2011-05-25mmap: add alignment for some variablesShaohua Li1-3/+7
2011-05-09vm: fix vm_pgoff wrap in upward expansionHugh Dickins1-4/+7
2011-04-14brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina1-1/+1
2011-04-13vm: fix vm_pgoff wrap in stack expansionLinus Torvalds1-5/+8
2011-01-13brk: fix min_brk lower bound computation for COMPAT_BRKJiri Kosina1-1/+9
2011-01-13thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli1-0/+2
2011-01-13thp: khugepaged vma mergeAndrea Arcangeli1-0/+5
2010-12-15install_special_mapping skips security_file_mmap check.Tavis Ormandy1-4/+12
2010-10-30audit mmapAl Viro1-0/+2
2010-09-22mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli1-0/+1
2010-08-24guard page for stacks that grow upwardsLuck, Tony1-3/+0
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds1-4/+17
2010-08-09mmap: remove unnecessary lock from __vma_linkAndrea Arcangeli1-2/+0
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel1-8/+22
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel1-1/+1
2010-08-09mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel1-7/+7
2010-06-09perf: Add non-exec mmap() trackingEric B Munson1-1/+5
2010-04-27mmap: check ->vm_ops before dereferencingRik van Riel1-1/+2
2010-04-12vma_adjust: fix the copying of anon_vma chainsLinus Torvalds1-16/+8
2010-04-12Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds1-24/+62
2010-03-12Add generic sys_old_mmap()Christoph Hellwig1-0/+24
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel1-15/+0
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-41/+97
2010-03-06mm: use rlimit helpersJiri Slaby1-6/+7
2010-03-06mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro1-2/+2
2010-03-06mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro1-9/+2
2009-12-30mm: move sys_mmap_pgoff from util.cHugh Dickins1-0/+40
2009-12-15mm: uncached vma support with writenotifyMagnus Damm1-1/+13
2009-12-15mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap()KOSAKI Motohiro1-8/+28
2009-12-11switch do_brk() to get_unmapped_area()Al Viro1-8/+2
2009-12-11Take arch_mmap_check() into get_unmapped_area()Al Viro1-5/+9
2009-12-11fix a struct file leak in do_mmap_pgoff()Al Viro1-18/+0
2009-10-25LSM: imbed ima calls in the security hooksMimi Zohar1-4/+0
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-22hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson1-0/+18
2009-09-22mmap: save some cycles for the shared anonymous mappingHuang Shijie1-9/+9
2009-09-22mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Lee Schermerhorn1-2/+2
2009-09-22mmap: remove unnecessary codeHuang Shijie1-3/+1
2009-09-22ksm: clean up obsolete referencesHugh Dickins1-1/+0
2009-09-22ksm: remove VM_MERGEABLE_FLAGSHugh Dickins1-4/+2
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-7/+0
2009-09-22ksm: fix oom deadlockHugh Dickins1-0/+9
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-3/+3
2009-09-18mm: Fix problem of parameter in noteJianjun Kong1-1/+1
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris1-3/+0
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+5
2009-06-05perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra1-2/+3
2009-06-04perf_counter: Remove munmap stuffPeter Zijlstra1-6/+0
2009-06-04security: use mmap_min_addr indepedently of security modelsChristoph Lameter1-0/+3
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar1-6/+6
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro1-6/+6
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-1/+1
2009-04-16mm: pass correct mm when growing stackHugh Dickins1-1/+1
2009-04-06perf_counter: executable mmap() informationPeter Zijlstra1-0/+10
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
2007-10-17Drop some headers from mm.hAlexey Dobriyan1-0/+1
2007-08-22fix NULL pointer dereference in __vm_enough_memory()Alan Cox1-3/+3
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+34
2007-07-19mm: variable length argument supportOllie Wild1-26/+35
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-6/+2
2007-07-16split mmapMiklos Szeredi1-6/+19
2007-07-11security: Protection for exploiting null dereference using mmapEric Paris1-2/+2
2007-06-21[PARISC] Handle wrapping in expand_upwards()Helge Deller1-2/+7
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-08Remove unused variable in get_unmapped_areaRoland McGrath1-1/+0
2007-05-07get_unmapped_area doesn't need hugetlbfs hacks anymoreBenjamin Herrenschmidt1-16/+0
2007-05-07get_unmapped_area handles MAP_FIXED in generic codeBenjamin Herrenschmidt1-11/+16
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge1-0/+4
2007-03-01[PATCH] Bug in MM_RB debuggingDavid Miller1-0/+2
2007-02-09[PATCH] Add install_special_mappingRoland McGrath1-0/+72
2007-01-30[PATCH] Don't allow the stack to grow into hugetlb reserved regionsAdam Litke1-0/+7
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-5/+5
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-2/+2
2006-11-14[PATCH] hugetlb: fix error return for brk() entering a hugepage regionHugh Dickins1-3/+2
2006-11-14[PATCH] hugetlb: check for brk() entering a hugepage regionDavid Gibson1-0/+4
2006-11-14[PATCH] hugetlb: prepare_hugepage_range check offset tooHugh Dickins1-1/+1
2006-10-15Fix VM_MAYEXEC calculationLinus Torvalds1-11/+10
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-1/+1
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra1-6/+4
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-0/+7
2006-09-08[PATCH] IA64,sparc: local DoS with corrupted ELFsKirill Korotaev1-2/+15
2006-07-26[AGPGART] remove private page protection mapHugh Dickins1-0/+7
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter1-1/+1
2006-06-23[PATCH] add page_mkwrite() vm_operations methodDavid Howells1-2/+10
2006-04-11[PATCH] overcommit: use totalreserve_pagesHideo AOKI1-3/+15
2006-04-11[PATCH] mm: fix bug in brk()Ram Gupta1-5/+11
2006-04-01BUG_ON() Conversion in mm/mmap.cEric Sesterhenn1-6/+3
2006-03-25[PATCH] mm: use kmem_cache_zallocPekka Enberg1-4/+2
2006-03-22[PATCH] remove VM_DONTCOPY bogositiesHugh Dickins1-9/+1
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2005-12-16Make sure we copy pages inserted with "vm_insert_page()" on forkLinus Torvalds1-1/+1
2005-11-22[PATCH] unpaged: private write VM_RESERVEDHugh Dickins1-11/+0
2005-11-18[PARISC] Fix compile warning caused by conflicting types of expand_upwards()Matthew Wilcox1-1/+1
2005-11-07[PATCH] mm/{mmap,nommu}.c: several unexportsAdrian Bunk1-4/+0
2005-10-30[PATCH] RCU torture-testing kernel modulePaul E. McKenney1-1/+1
2005-10-29[PATCH] mm: unmap_vmas with inner ptlockHugh Dickins1-6/+2
2005-10-29[PATCH] mm: unlink vma before pagetablesHugh Dickins1-17/+6
2005-10-29[PATCH] mm: ia64 use expand_upwardsHugh Dickins1-3/+14
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins1-0/+4
2005-10-29[PATCH] core remove PageReservedNick Piggin1-0/+11
2005-10-29[PATCH] mm: exit_mmap need not resetHugh Dickins1-6/+0
2005-10-29[PATCH] mm: unlink_file_vma, remove_vmaHugh Dickins1-14/+27
2005-10-29[PATCH] mm: remove_vma_list consolidationHugh Dickins1-24/+12
2005-10-29[PATCH] mm: vm_stat_account unshackledHugh Dickins1-10/+10
2005-09-21[PATCH] fix locking comment in unmap_region()Paolo 'Blaisorblade' Giarrusso1-1/+1
2005-09-14[PATCH] error path in setup_arg_pages() misses vm_unacct_memory()Hugh Dickins1-0/+3
2005-09-07[PATCH] remove misleading comment above sys_brkChristoph Hellwig1-7/+0
2005-09-07[PATCH] More __read_mostly variablesChristoph Lameter1-1/+1
2005-08-04[PATCH] __vm_enough_memory() signedness fixSimon Derr1-1/+5
2005-06-21[PATCH] mmap topdown fix for large stack limit, large allocationChris Wright1-0/+4
2005-06-21[PATCH] Avoiding mmap fragmentationWolfgang Wander1-13/+40
2005-05-19Fix get_unmapped_area sanity testsLinus Torvalds1-28/+31
2005-05-19[PATCH] prevent NULL mmap in topdown modelLinus Torvalds1-2/+2
2005-05-01[PATCH] RLIMIT_MEMLOCK checking fixChris Wright1-4/+6
2005-05-01[PATCH] RLIMIT_AS checking fixakpm@osdl.org1-5/+19
2005-04-19[PATCH] freepgt: remove FIRST_USER_ADDRESS hackHugh Dickins1-5/+0
2005-04-19[PATCH] freepgt: free_pgtables from FIRST_USER_ADDRESSHugh Dickins1-3/+8
2005-04-19[PATCH] freepgt: mpnt to vma cleanupHugh Dickins1-18/+17
2005-04-19[PATCH] freepgt: remove MM_VM_SIZE(mm)Hugh Dickins1-3/+3
2005-04-19[PATCH] freepgt: free_pgtables use vma listHugh Dickins1-81/+21
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2082