aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse1-2/+5
2012-10-09mm anon rmap: in mremap, set the new vma's position before anon_vma_clone()Michel Lespinasse1-4/+4
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse1-10/+9
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse1-18/+55
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse1-2/+1
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-11/+11
2012-10-09mm: fix potential anon_vma locking issue in mprotect()Michel Lespinasse1-1/+5
2012-10-09mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links()Hugh Dickins1-24/+21
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-2/+0
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov1-21/+4
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-2/+1
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov1-1/+1
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-08-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2012-08-21mm: change nr_ptes BUG_ON to WARN_ONHugh Dickins1-1/+1
2012-08-21uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov1-3/+2
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-3/+2
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie1-3/+2
2012-07-30uprobes: Remove insert_vm_struct()->uprobe_mmap()Oleg Nesterov1-3/+0
2012-07-30uprobes: Remove copy_vma()->uprobe_mmap()Oleg Nesterov1-3/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-48/+6
2012-06-01unexport do_munmap()Al Viro1-1/+0
2012-06-01new helper: vm_mmap_pgoff()Al Viro1-29/+1
2012-06-01kill do_mmap() completelyAl Viro1-11/+5
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro1-2/+2
2012-06-01move security_mmap_addr() to saner placeAl Viro1-14/+3
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro1-11/+12
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro1-4/+8
2012-05-30unexport do_mmap()Al Viro1-1/+0
2012-05-29mm/mmap.c: find_vma(): remove unnecessary if(mm) checkRajman Mekaco1-26/+27
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+32
2012-05-14Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar1-9/+50
2012-05-06vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds1-6/+12
2012-05-06vm: simplify unmap_vmas() calling conventionLinus Torvalds1-2/+2
2012-04-21kill mm argument of vm_munmap()Al Viro1-2/+3
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-2/+27
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds1-6/+9
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds1-2/+14
2012-04-14uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju1-4/+4
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar1-32/+58
2012-03-31uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju1-1/+9
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-17uprobes/core: Clean up, refactor and improve the codeIngo Molnar1-6/+6
2012-02-17uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju1-0/+23
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