aboutsummaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
Commit message (Expand)AuthorAgeFilesLines
* vm: add no-mmu vm_iomap_memory() stubLinus Torvalds2013-08-201-0/+10
* mm: prevent mmap_cache race in find_vma()Jan Stancek2013-04-121-1/+1
* NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells2012-03-121-2/+0
* NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells2012-02-291-0/+7
* mm/nommu.c: fix remap_pfn_range()Bob Liu2011-07-081-3/+6
* nommu: add page alignment to mmapBob Liu2011-05-251-9/+14
* mm: nommu: fix a compile warning in do_mmap_pgoff()Namhyung Kim2011-05-251-3/+3
* mm: nommu: fix a potential memory leak in do_mmap_private()Namhyung Kim2011-05-251-1/+1
* mm: nommu: check the vma list when unmapping file-mapped vmaNamhyung Kim2011-05-251-4/+2
* mm: nommu: find vma using the sorted vma listNamhyung Kim2011-05-251-8/+4
* mm: nommu: don't scan the vma list when deletingNamhyung Kim2011-05-251-7/+8
* mm: nommu: sort mm->mmap list properlyNamhyung Kim2011-05-251-22/+16
* arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2011-05-251-3/+3
* NOMMU: implement access_remote_vmMike Frysinger2011-03-291-13/+39
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-4/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-4/+0
* | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-231-1/+1
|/
* mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse2011-01-131-2/+4
* nommu: Provide stubbed alloc/free_vm_area() implementation.Paul Mundt2010-12-241-1/+26
* nommu: Fix up vmalloc_node() symbol export regression.Paul Mundt2010-12-241-0/+1
* nommu: yield CPU while disposing VMSteven J. Magnani2010-11-251-0/+1
* audit mmapAl Viro2010-10-301-0/+2
* mm: add vzalloc() and vzalloc_node() helpersDave Young2010-10-261-1/+48
* mm: make the vma list be doubly linkedLinus Torvalds2010-08-211-2/+5
* NOMMU: Remove an extraneous no_printk()David Howells2010-08-131-5/+0
* nommu: allow private mappings of read-only devicesBernd Schmidt2010-05-261-14/+18
* NOMMU: Fix __get_user_pages() to pin last page on offset buffersDavid Howells2010-03-251-1/+1
* NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start'David Howells2010-03-251-2/+2
* nommu: fix an incorrect comment in the do_mmap_shared_file()David Howells2010-03-241-4/+3
* Add generic sys_old_mmap()Christoph Hellwig2010-03-121-0/+24
* nommu: get_user_pages(): pin last page on non-page-aligned startSteven J. Magnani2010-03-061-2/+2
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-1/+1
* nommu: fix shared mmap after truncate shrinkage problemsDavid Howells2010-01-161-0/+62
* nommu: don't need get_unmapped_area() for NOMMUDavid Howells2010-01-161-21/+0
* nommu: remove a superfluous check of vm_region::vm_usageDavid Howells2010-01-161-4/+3
* nommu: struct vm_region's vm_usage count need not be atomicDavid Howells2010-01-161-7/+7
* NOMMU: Use copy_*_user_page() in access_process_vm()Jie Zhang2010-01-061-2/+4
* NOMMU: Avoiding duplicate icache flushes of shared mapsMike Frysinger2010-01-061-3/+8
* mm: move sys_mmap_pgoff from util.cHugh Dickins2009-12-301-0/+25
* nommu: fix malloc performance by adding uninitialized flagJie Zhang2009-12-151-3/+5
* NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()David Howells2009-10-311-2/+4
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* NOMMU: Ignore mmap() address param as it is a hintDavid Howells2009-09-241-4/+4
* NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directlyDavid Howells2009-09-241-22/+12
* truncate: new helpersnpiggin@suse.de2009-09-241-40/+0
* nommu: fix two build breakagesHugh Dickins2009-09-231-1/+2
* nommu: add support for Memory Protection Units (MPU)Bernd Schmidt2009-09-221-0/+21
* mm: FOLL flags for GUP flagsHugh Dickins2009-09-221-8/+8
* mm: remove unused GUP flagsHugh Dickins2009-09-221-4/+2
* mm: includecheck fix for mm/nommu.cJaswinder Singh Rajput2009-09-221-2/+0