summaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nommu: fix error handling in do_mmap_pgoff()David Howells2009-09-051-2/+1
* nommu: check fd read permission in validate_mmap_request()Graff Yang2009-08-181-0/+4
* Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-171-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-07-011-0/+21
|\
| * nommu: provide follow_pfn().Paul Mundt2009-06-261-0/+21
* | clarify get_user_pages() prototypePeter Zijlstra2009-06-251-7/+5
|/
* nommu: Provide mmap_min_addr definition.Paul Mundt2009-06-101-0/+3
* NOMMU: Don't check vm_region::vm_start is page aligned in add_nommu_region()David Howells2009-05-071-2/+0
* nommu: make the initial mmap allocation excess behaviour Kconfig configurableDavid Howells2009-05-061-1/+1
* mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro2009-05-021-6/+7
* nommu: fix a number of issues with the per-MM VMA patchDavid Howells2009-04-021-27/+25
* uclinux: add process name to allocation error messageGreg Ungerer2009-01-271-2/+2
* nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases().Paul Mundt2009-01-211-1/+19
* [CVE-2009-0029] System call wrappers part 13Heiko Carstens2009-01-141-6/+5
* [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-141-1/+1
* NOMMU: Teach kobjsize() about VMA regions.Paul Mundt2009-01-081-0/+14
* NOMMU: Make mmap allocation page trimming behaviour configurable.Paul Mundt2009-01-081-23/+42
* NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-296/+664
* NOMMU: Delete askedalloc and realalloc variablesDavid Howells2009-01-081-27/+1
* inode->i_op is never NULLAl Viro2009-01-051-1/+1
* nfsd: fix vm overcommit crashAlan Cox2008-10-301-1/+2
OpenPOWER on IntegriCloud