string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / mm / mmap.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...
2009-01-08 David HowellsNOMMU: Make VMAs per MM as for MMU-mode linux
2009-01-06 Johannes Weinermm: check for no mmaps in exit_mmap()
2009-01-06 Oleg Nesterovmm: introduce get_mm_hiwater_xxx(), fix taskstats-...
2009-01-06 ZhenwenXumm/mmap.c: fix coding style
2009-01-06 Alan Coxmm: update my address
2008-11-12 Denys Vlasenkoparisc: fix find_extend_vma() breakage
2008-10-30 Alan Coxnfsd: fix vm overcommit crash
2008-10-20 Denys Vlasenkommap.c: deinline a few functions
2008-10-20 Rik van Rielmmap: handle mlocked pages during map, remap, unmap
2008-10-20 Nick Pigginmlock: mlocked pages are unevictable
2008-09-04 Tejun Heommap: fix petty bug in anonymous shared mmap offset...
2008-08-11 Ingo MolnarMerge branch 'core/locking' into core/urgent
2008-08-11 Peter Zijlstramm: fix mm_take_all_locks() locking order
2008-08-11 Peter Zijlstralockdep: annotate mm_take_all_locks()
2008-08-05 Benny Halevymm: fix uninitialized variables for find_vma_prepare...
2008-07-28 Andrea Arcangelimmu-notifiers: core
2008-07-28 Andrea Arcangelimmu-notifiers: add mm_take_all_locks() operation
2008-07-24 Andi Kleenhugetlb: modular state for hugetlb page size
2008-07-24 Andy Whitcroftmm: record MAP_NORESERVE status on vmas and fix small...
2008-07-24 Jan Beulichmm: remove double indirection on tlb parameter to free_...
2008-07-09 Dave Kleikampmm: Allow architectures to define additional protection...
2008-06-06 Jiri Kosinabrk: make sys_brk() honor COMPAT_BRK when computing...
2008-05-24 Alan Coxmm: fix atomic_t overflow in vm
2008-04-29 Matt Helsleyprocfs task exe symlink
2008-04-28 Lee Schermerhornmempolicy: rename mpol_copy to mpol_dup
2008-04-28 Lee Schermerhornmempolicy: rename mpol_free to mpol_put
2008-04-28 Oleg Nesterovmmap_region: cleanup the final vma_merge() related...
2008-02-09 Nick Pigginmm: special mapping nopage
2008-02-06 Jiri Kosinabrk: check the lower bound properly
2008-02-05 Martin Schwidefskyarch_rebalance_pgtables call
2008-02-04 Nick Pigginvm audit: add VM_DONTEXPAND to mmap for drivers that...
2008-01-30 Jiri Kosinax86: randomize brk
2008-01-25 Richard KnutssonSecurity: remove security_file_mmap hook sparse-warning...
2007-12-05 Eric ParisVM/Security: add security hook to do_brk
2007-12-05 Eric ParisVM/Security: add security hook to do_brk
2007-12-05 Eric ParisSecurity: round mmap hint address above mmap_min_addr
2007-12-05 Eric Parissecurity: protect from stack expantion into low vm...
2007-10-23 Hugh Dickinsfix mprotect vma_wants_writenotify prot
2007-10-19 Coly Lisetup vma->vm_page_prot by vm_get_page_prot()
2007-10-17 Adrian Bunksecurity/ cleanups
2007-10-17 Alexey DobriyanDrop some headers from mm.h
2007-08-23 Alan Coxfix NULL pointer dereference in __vm_enough_memory()
2007-07-30 Alexey DobriyanRemove fs.h from mm.h
2007-07-19 Ollie Wildmm: variable length argument support
2007-07-19 Nick Pigginmm: merge populate and nopage into fault (fixes nonlinear)
2007-07-16 Miklos Szeredisplit mmap
2007-07-12 Eric Parissecurity: Protection for exploiting null dereference...
2007-06-21 Helge Deller[PARISC] Handle wrapping in expand_upwards()
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-05-08 Roland McGrathRemove unused variable in get_unmapped_area
2007-05-07 Benjamin Herrenschmidtget_unmapped_area doesn't need hugetlbfs hacks anymore
2007-05-07 Benjamin Herrenschmidtget_unmapped_area handles MAP_FIXED in generic code
2007-05-02 Jeremy Fitzhardinge[PATCH] x86: PARAVIRT: add hooks to intercept mm creati...
2007-03-01 David Miller[PATCH] Bug in MM_RB debugging
2007-02-09 Roland McGrath[PATCH] Add install_special_mapping
2007-01-31 Adam Litke[PATCH] Don't allow the stack to grow into hugetlb...
2006-12-08 Josef "Jeff" Sipek[PATCH] mm: change uses of f_{dentry,vfsmnt} to use...
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-11-14 Hugh Dickins[PATCH] hugetlb: fix error return for brk() entering...
2006-11-14 David Gibson[PATCH] hugetlb: check for brk() entering a hugepage...
2006-11-14 Hugh Dickins[PATCH] hugetlb: prepare_hugepage_range check offset too
next