Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / mm / nommu.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-02-24 David HowellsNOMMU: Don't need to clear vm_mm when deleting a VMA
2012-02-24 David HowellsNOMMU: Lock i_mmap_mutex for access to the VMA prio...
2011-11-16 David Vrabelxen: map foreign pages for shared rings by updating...
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-07-22 Linus TorvaldsMerge branch 'ptrace' of git://git./linux/kernel/git...
2011-07-09 Bob Liumm/nommu.c: fix remap_pfn_range()
2011-06-22 Tejun Heoptrace: kill trivial tracehooks
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-25 Bob Liunommu: add page alignment to mmap
2011-05-25 Namhyung Kimmm: nommu: fix a compile warning in do_mmap_pgoff()
2011-05-25 Namhyung Kimmm: nommu: fix a potential memory leak in do_mmap_private()
2011-05-25 Namhyung Kimmm: nommu: check the vma list when unmapping file-mappe...
2011-05-25 Namhyung Kimmm: nommu: find vma using the sorted vma list
2011-05-25 Namhyung Kimmm: nommu: don't scan the vma list when deleting
2011-05-25 Namhyung Kimmm: nommu: sort mm->mmap list properly
2011-05-25 David Rientjesarch, mm: filter disallowed nodes from arch specific...
2011-03-29 Mike FrysingerNOMMU: implement access_remote_vm
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-23 Stephen Wilsonmm: arch: rename in_gate_area_no_task to in_gate_area_no_mm
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-01-14 Michel Lespinassemlock: do not hold mmap_sem for extended periods of...
2010-12-24 Paul Mundtnommu: Provide stubbed alloc/free_vm_area() implementation.
2010-12-24 Paul Mundtnommu: Fix up vmalloc_node() symbol export regression.
2010-11-24 Steven J. Magnaninommu: yield CPU while disposing VM
2010-10-30 Al Viroaudit mmap
2010-10-26 Dave Youngmm: add vzalloc() and vzalloc_node() helpers
2010-08-21 Linus Torvaldsmm: make the vma list be doubly linked
2010-08-13 David HowellsNOMMU: Remove an extraneous no_printk()
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-26 Bernd Schmidtnommu: allow private mappings of read-only devices
2010-03-25 David HowellsNOMMU: Fix __get_user_pages() to pin last page on offse...
2010-03-25 David HowellsNOMMU: Revert 'nommu: get_user_pages(): pin last page...
2010-03-24 David Howellsnommu: fix an incorrect comment in the do_mmap_shared_f...
2010-03-12 Christoph HellwigAdd generic sys_old_mmap()
2010-03-06 Steven J. Magnaninommu: get_user_pages(): pin last page on non-page...
2010-03-06 Rik van Rielmm: change anon_vma linking to fix multi-process server...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-16 David Howellsnommu: fix shared mmap after truncate shrinkage problems
2010-01-16 David Howellsnommu: don't need get_unmapped_area() for NOMMU
2010-01-16 David Howellsnommu: remove a superfluous check of vm_region::vm_usage
2010-01-16 David Howellsnommu: struct vm_region's vm_usage count need not be...
2010-01-07 Jie ZhangNOMMU: Use copy_*_user_page() in access_process_vm()
2010-01-07 Mike FrysingerNOMMU: Avoiding duplicate icache flushes of shared...
2009-12-30 Hugh Dickinsmm: move sys_mmap_pgoff from util.c
2009-12-15 Jie Zhangnommu: fix malloc performance by adding uninitialized...
2009-10-31 David HowellsNOMMU: Don't pass NULL pointers to fput() in do_mmap_pg...
2009-10-05 Greg Kroah-Hartman- refresh patch fuzz due to 2.6.31.2 import.
2009-10-05 David HowellsNOMMU: Fix MAP_PRIVATE mmap() of objects where the...
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-09-25 David HowellsNOMMU: Ignore mmap() address param as it is a hint
2009-09-25 David HowellsNOMMU: Fix MAP_PRIVATE mmap() of objects where the...
2009-09-24 npiggin@suse.detruncate: new helpers
2009-09-23 Hugh Dickinsnommu: fix two build breakages
2009-09-22 Bernd Schmidtnommu: add support for Memory Protection Units (MPU)
2009-09-22 Hugh Dickinsmm: FOLL flags for GUP flags
2009-09-22 Hugh Dickinsmm: remove unused GUP flags
2009-09-22 Jaswinder Singh... mm: includecheck fix for mm/nommu.c
2009-09-05 David Howellsnommu: fix error handling in do_mmap_pgoff()
2009-08-18 Graff Yangnommu: check fd read permission in validate_mmap_request()
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-07-01 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2009-06-25 Paul Mundtnommu: provide follow_pfn().
2009-06-25 Peter Zijlstraclarify get_user_pages() prototype
2009-06-09 Paul Mundtnommu: Provide mmap_min_addr definition.
2009-05-07 David HowellsNOMMU: Don't check vm_region::vm_start is page aligned...
2009-05-06 David Howellsnommu: make the initial mmap allocation excess behaviou...
2009-05-02 KOSAKI Motohiromm: fix Committed_AS underflow on large NR_CPUS environment
2009-04-03 David Howellsnommu: fix a number of issues with the per-MM VMA patch
2009-01-27 Greg Ungereruclinux: add process name to allocation error message
2009-01-21 Paul Mundtnommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_ali...
2009-01-18 Heiko CarstensSystem call wrappers part 13
2009-01-18 Heiko CarstensConvert all system calls to return a long
2009-01-15 Greg Kroah-Hartman- Update to 2.6.27.12-rc1:
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 Paul MundtNOMMU: Teach kobjsize() about VMA regions.
2009-01-08 Paul MundtNOMMU: Make mmap allocation page trimming behaviour...
2009-01-08 David HowellsNOMMU: Make VMAs per MM as for MMU-mode linux
2009-01-08 David HowellsNOMMU: Delete askedalloc and realalloc variables
2009-01-05 Al Viroinode->i_op is never NULL
2008-10-30 Alan Coxnfsd: fix vm overcommit crash
2008-10-20 Nick Pigginmlock: mlocked pages are unevictable
2008-08-04 Paul Mundtnommu: Provide vmalloc_exec().
2008-07-26 Roland McGrathtracehook: tracehook_expect_breakpoints
2008-06-12 Paul Mundtnommu: Correct kobjsize() page validity checks.
2008-06-06 Paul Mundtnommu: fix kobjsize() for SLOB and SLUB
2008-05-24 Alan Coxmm: fix atomic_t overflow in vm
2008-04-29 Matt Helsleyprocfs task exe symlink
2008-04-28 Michael Hennerichmm/nommu.c: return 0 from kobjsize with invalid objects
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-05 Paul Mundtnommu: add new vmalloc_user() and remap_vmalloc_range...
2008-02-05 Christoph Lametervmalloc: add const to void* parameters
2007-12-05 Eric ParisSecurity: round mmap hint address above mmap_min_addr
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
next