aboutsummaryrefslogtreecommitdiff
path: root/mm/nommu.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-25mmap: fix and tidy up overcommit page arithmeticGravatar Dmitry Fink 1-21/+13
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscGravatar Linus Torvalds 1-2/+1
2011-07-08mm/nommu.c: fix remap_pfn_range()Gravatar Bob Liu 1-3/+6
2011-06-22ptrace: kill trivial tracehooksGravatar Tejun Heo 1-2/+1
2011-05-25nommu: add page alignment to mmapGravatar Bob Liu 1-9/+14
2011-05-25mm: nommu: fix a compile warning in do_mmap_pgoff()Gravatar Namhyung Kim 1-3/+3
2011-05-25mm: nommu: fix a potential memory leak in do_mmap_private()Gravatar Namhyung Kim 1-1/+1
2011-05-25mm: nommu: check the vma list when unmapping file-mapped vmaGravatar Namhyung Kim 1-4/+2
2011-05-25mm: nommu: find vma using the sorted vma listGravatar Namhyung Kim 1-8/+4
2011-05-25mm: nommu: don't scan the vma list when deletingGravatar Namhyung Kim 1-7/+8
2011-05-25mm: nommu: sort mm->mmap list properlyGravatar Namhyung Kim 1-22/+16
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsGravatar David Rientjes 1-3/+3
2011-03-29NOMMU: implement access_remote_vmGravatar Mike Frysinger 1-13/+39
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-4/+0
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmGravatar Stephen Wilson 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-4/+0
2011-01-13mlock: do not hold mmap_sem for extended periods of timeGravatar Michel Lespinasse 1-2/+4
2010-12-24nommu: Provide stubbed alloc/free_vm_area() implementation.Gravatar Paul Mundt 1-1/+26
2010-12-24nommu: Fix up vmalloc_node() symbol export regression.Gravatar Paul Mundt 1-0/+1
2010-11-25nommu: yield CPU while disposing VMGravatar Steven J. Magnani 1-0/+1
2010-10-30audit mmapGravatar Al Viro 1-0/+2
2010-10-26mm: add vzalloc() and vzalloc_node() helpersGravatar Dave Young 1-1/+48
2010-08-21mm: make the vma list be doubly linkedGravatar Linus Torvalds 1-2/+5
2010-08-13NOMMU: Remove an extraneous no_printk()Gravatar David Howells 1-5/+0
2010-05-26nommu: allow private mappings of read-only devicesGravatar Bernd Schmidt 1-14/+18
2010-03-25NOMMU: Fix __get_user_pages() to pin last page on offset buffersGravatar David Howells 1-1/+1
2010-03-25NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start'Gravatar David Howells 1-2/+2
2010-03-24nommu: fix an incorrect comment in the do_mmap_shared_file()Gravatar David Howells 1-4/+3
2010-03-12Add generic sys_old_mmap()Gravatar Christoph Hellwig 1-0/+24
2010-03-06nommu: get_user_pages(): pin last page on non-page-aligned startGravatar Steven J. Magnani 1-2/+2
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueGravatar Rik van Riel 1-1/+1
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsGravatar David Howells 1-0/+62
2010-01-16nommu: don't need get_unmapped_area() for NOMMUGravatar David Howells 1-21/+0
2010-01-16nommu: remove a superfluous check of vm_region::vm_usageGravatar David Howells 1-4/+3
2010-01-16nommu: struct vm_region's vm_usage count need not be atomicGravatar David Howells 1-7/+7
2010-01-06NOMMU: Use copy_*_user_page() in access_process_vm()Gravatar Jie Zhang 1-2/+4
2010-01-06NOMMU: Avoiding duplicate icache flushes of shared mapsGravatar Mike Frysinger 1-3/+8
2009-12-30mm: move sys_mmap_pgoff from util.cGravatar Hugh Dickins 1-0/+25
2009-12-15nommu: fix malloc performance by adding uninitialized flagGravatar Jie Zhang 1-3/+5
2009-10-31NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()Gravatar David Howells 1-2/+4
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 1-1/+1
2009-09-24NOMMU: Ignore mmap() address param as it is a hintGravatar David Howells 1-4/+4
2009-09-24NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directlyGravatar David Howells 1-22/+12
2009-09-24truncate: new helpersGravatar npiggin@suse.de 1-40/+0
2009-09-23nommu: fix two build breakagesGravatar Hugh Dickins 1-1/+2
2009-09-22nommu: add support for Memory Protection Units (MPU)Gravatar Bernd Schmidt 1-0/+21
2009-09-22mm: FOLL flags for GUP flagsGravatar Hugh Dickins 1-8/+8
2009-09-22mm: remove unused GUP flagsGravatar Hugh Dickins 1-4/+2
2009-09-22mm: includecheck fix for mm/nommu.cGravatar Jaswinder Singh Rajput 1-2/+0
2009-09-05nommu: fix error handling in do_mmap_pgoff()Gravatar David Howells 1-2/+1