kill mm argument of vm_munmap()
[linux-flexiantxendom0-3.2.10.git] / mm / mmap.c
2012-04-21 Al Virokill mm argument of vm_munmap()
2012-04-21 Linus TorvaldsVM: add "vm_mmap()" helper function
2012-04-21 Linus TorvaldsVM: add "vm_munmap()" helper function
2012-04-21 Linus TorvaldsVM: add "vm_brk()" helper function
2012-03-22 Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-03-22 Kautuk Consulmmap.c: fix comment for __insert_vm_struct()
2012-03-22 Steven Truelovehugetlbfs: fix alignment of huge page requests
2012-03-22 Xiao Guangrongmm: search from free_area_cache for the bigger size
2012-03-22 Xiao Guangrongmm: do not reset cached_hole_size when vma is unmapped
2012-03-21 Linus TorvaldsMerge branch 'vm' of git://git./linux/kernel/git/viro/vfs
2012-03-21 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2012-03-21 Al ViroVM: make unmap_vmas() return void
2012-03-21 Al ViroVM: don't bother with feeding upper limit to tlb_finish...
2012-03-07 Mikulas Patockamm: fix find_vma_prev
2012-03-06 Hugh Dickinsmmap: EINVAL not ENOMEM when rejecting VM_GROWS
2012-03-05 Al ViroVM_GROWS{UP,DOWN} shouldn't be set on shmem VMAs
2012-02-13 Al Virosecurity: trim security.h
2012-02-13 Al Viromm: collapse security_vm_enough_memory() variants into...
2012-01-11 KOSAKI Motohiromm: simplify find_vma_prev()
2012-01-11 Andrea Arcangelimremap: enforce rmap src/dst vma ordering in case of...
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-01 Kautuk Consulmm/mmap.c: eliminate the ret variable from mm_take_all_...
2011-10-31 Paul Gortmakermm: Map most files to use export.h instead of module.h
2011-07-26 Dmitry Finkmmap: fix and tidy up overcommit page arithmetic
2011-06-16 Linus Torvaldsmm: get rid of the most spurious find_vma_prev() users
2011-05-26 KOSAKI Motohiromm: don't access vm_flags as 'int'
2011-05-25 Peter Zijlstramm: convert anon_vma->lock to a mutex
2011-05-25 Peter Zijlstramm: Convert i_mmap_lock to a mutex
2011-05-25 Peter Zijlstramm: Remove i_mmap_lock lockbreak
2011-05-25 Peter Zijlstramm: mmu_gather rework
2011-05-25 Michal Hockomm: make expand_downwards() symmetrical with expand_upw...
2011-05-25 Namhyung Kimmm: nommu: sort mm->mmap list properly
2011-05-25 Shaohua Limmap: avoid merging cloned VMAs
2011-05-25 Shaohua Limmap: avoid unnecessary anon_vma lock
2011-05-25 Shaohua Limmap: add alignment for some variables
2011-05-10 Hugh Dickinsvm: fix vm_pgoff wrap in upward expansion
2011-04-14 Jiri Kosinabrk: COMPAT_BRK: fix detection of randomized brk
2011-04-13 Linus Torvaldsvm: fix vm_pgoff wrap in stack expansion
2011-01-14 Jiri Kosinabrk: fix min_brk lower bound computation for COMPAT_BRK
2011-01-14 Andrea Arcangelithp: avoid breaking huge pmd invariants in case of...
2011-01-14 Andrea Arcangelithp: khugepaged vma merge
2010-12-15 Tavis Ormandyinstall_special_mapping skips security_file_mmap check.
2010-10-30 Al Viroaudit mmap
2010-09-23 Andrea Arcangelimmap: call unlink_anon_vmas() in __split_vma() in case...
2010-08-24 Luck, Tonyguard page for stacks that grow upwards
2010-08-21 Linus Torvaldsmm: make the vma list be doubly linked
2010-08-10 Andrea Arcangelimmap: remove unnecessary lock from __vma_link
2010-08-10 Rik van Rielmm: always lock the root (oldest) anon_vma
2010-08-10 Rik van Rielmm: change direct call of spin_lock(anon_vma->lock...
2010-08-10 Rik van Rielmm: rename anon_vma_lock to vma_lock_anon_vma
2010-06-09 Eric B Munsonperf: Add non-exec mmap() tracking
2010-04-27 Rik van Rielmmap: check ->vm_ops before dereferencing
2010-04-13 Linus Torvaldsvma_adjust: fix the copying of anon_vma chains
2010-04-13 Linus TorvaldsSimplify and comment on anon_vma re-use for anon_vma_pr...
2010-03-12 Christoph HellwigAdd generic sys_old_mmap()
2010-03-06 Rik van Rielmm: remove VM_LOCK_RMAP code
2010-03-06 Rik van Rielmm: change anon_vma linking to fix multi-process server...
2010-03-06 Jiri Slabymm: use rlimit helpers
2010-03-06 KOSAKI Motohiromm: mlock_vma_pages_range() only return success or...
2010-03-06 KOSAKI Motohiromm: mlock_vma_pages_range() never return negative value
2009-12-30 Hugh Dickinsmm: move sys_mmap_pgoff from util.c
2009-12-15 Magnus Dammmm: uncached vma support with writenotify
2009-12-15 KOSAKI Motohirommap: don't return ENOMEM when mapcount is temporarily...
2009-12-11 Al Viroswitch do_brk() to get_unmapped_area()
2009-12-11 Al ViroTake arch_mmap_check() into get_unmapped_area()
2009-12-11 Al Virofix a struct file leak in do_mmap_pgoff()
2009-10-25 Mimi ZoharLSM: imbed ima calls in the security hooks
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-09-22 Eric B Munsonhugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous...
2009-09-22 Huang Shijiemmap: save some cycles for the shared anonymous mapping
2009-09-22 Lee Schermerhornmmap: avoid unnecessary anon_vma lock acquisition in...
2009-09-22 Huang Shijiemmap: remove unnecessary code
2009-09-22 Hugh Dickinsksm: clean up obsolete references
2009-09-22 Hugh Dickinsksm: remove VM_MERGEABLE_FLAGS
2009-09-22 Andrea Arcangeliksm: fix deadlock with munlock in exit_mmap
2009-09-22 Hugh Dickinsksm: fix oom deadlock
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
2009-09-18 Jianjun Kongmm: Fix problem of parameter in note
2009-08-17 Eric ParisSecurity/SELinux: seperate lsm specific mmap_min_addr
2009-08-05 Eric ParisSecurity/SELinux: seperate lsm specific mmap_min_addr
2009-06-11 Linus TorvaldsMerge branch 'perfcounters-for-linus' of git://git...
2009-06-05 Peter Zijlstraperf_counter: Generate mmap events for install_special_...
2009-06-04 Peter Zijlstraperf_counter: Remove munmap stuff
2009-06-04 Christoph Lametersecurity: use mmap_min_addr indepedently of security...
2009-05-18 Ingo MolnarMerge commit 'v2.6.30-rc6' into perfcounters/core
2009-05-02 KOSAKI Motohiromm: fix Committed_AS underflow on large NR_CPUS environment
2009-04-29 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-04-16 Hugh Dickinsmm: pass correct mm when growing stack
2009-04-06 Peter Zijlstraperf_counter: executable mmap() information
2009-04-03 David Howellsnommu: fix a number of issues with the per-MM VMA patch
2009-03-23 James MorrisMerge branch 'master' into next
2009-02-11 Jeremy Fitzhardingemm: rearrange exit_mmap() to unlock before arch_exit_mmap
2009-02-10 Mel GormanDo not account for the address space used by hugetlbfs...
2009-02-06 James MorrisMerge branch 'master' into next
2009-02-05 Mimi Zoharintegrity: IMA hooks
2009-01-31 Linus TorvaldsStop playing silly games with the VM_ACCOUNT flag
2009-01-30 Linus TorvaldsAllow opportunistic merging of VM_CAN_NONLINEAR areas
2009-01-30 Linus TorvaldsFix OOPS in mmap_region() when merging adjacent VM_LOCK...
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 13
2009-01-14 Heiko Carstens[CVE-2009-0029] Convert all system calls to return...
next