summaryrefslogtreecommitdiff
path: root/mm/nommu.c
Commit message (Expand)AuthorAge
* nommu: fix shared mmap after truncate shrinkage problemsDavid Howells2010-01-16
* nommu: don't need get_unmapped_area() for NOMMUDavid Howells2010-01-16
* nommu: remove a superfluous check of vm_region::vm_usageDavid Howells2010-01-16
* nommu: struct vm_region's vm_usage count need not be atomicDavid Howells2010-01-16
* NOMMU: Use copy_*_user_page() in access_process_vm()Jie Zhang2010-01-06
* NOMMU: Avoiding duplicate icache flushes of shared mapsMike Frysinger2010-01-06
* mm: move sys_mmap_pgoff from util.cHugh Dickins2009-12-30
* nommu: fix malloc performance by adding uninitialized flagJie Zhang2009-12-15
* NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()David Howells2009-10-31
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-27
* NOMMU: Ignore mmap() address param as it is a hintDavid Howells2009-09-24
* NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directlyDavid Howells2009-09-24
* truncate: new helpersnpiggin@suse.de2009-09-24
* nommu: fix two build breakagesHugh Dickins2009-09-23
* nommu: add support for Memory Protection Units (MPU)Bernd Schmidt2009-09-22
* mm: FOLL flags for GUP flagsHugh Dickins2009-09-22
* mm: remove unused GUP flagsHugh Dickins2009-09-22
* mm: includecheck fix for mm/nommu.cJaswinder Singh Rajput2009-09-22
* nommu: fix error handling in do_mmap_pgoff()David Howells2009-09-05
* nommu: check fd read permission in validate_mmap_request()Graff Yang2009-08-18
* Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-07-01
|\
| * nommu: provide follow_pfn().Paul Mundt2009-06-26
* | clarify get_user_pages() prototypePeter Zijlstra2009-06-25
|/
* nommu: Provide mmap_min_addr definition.Paul Mundt2009-06-10
* NOMMU: Don't check vm_region::vm_start is page aligned in add_nommu_region()David Howells2009-05-07
* nommu: make the initial mmap allocation excess behaviour Kconfig configurableDavid Howells2009-05-06
* mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro2009-05-02
* nommu: fix a number of issues with the per-MM VMA patchDavid Howells2009-04-02
* uclinux: add process name to allocation error messageGreg Ungerer2009-01-27
* nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases().Paul Mundt2009-01-21
* [CVE-2009-0029] System call wrappers part 13Heiko Carstens2009-01-14
* [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-14
* NOMMU: Teach kobjsize() about VMA regions.Paul Mundt2009-01-08
* NOMMU: Make mmap allocation page trimming behaviour configurable.Paul Mundt2009-01-08
* NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-08
* NOMMU: Delete askedalloc and realalloc variablesDavid Howells2009-01-08
* inode->i_op is never NULLAl Viro2009-01-05
* nfsd: fix vm overcommit crashAlan Cox2008-10-30
* mlock: mlocked pages are unevictableNick Piggin2008-10-20
* nommu: Provide vmalloc_exec().Paul Mundt2008-08-04
* tracehook: tracehook_expect_breakpointsRoland McGrath2008-07-26
* nommu: Correct kobjsize() page validity checks.Paul Mundt2008-06-12
* nommu: fix kobjsize() for SLOB and SLUBPaul Mundt2008-06-06
* mm: fix atomic_t overflow in vmAlan Cox2008-05-24
* procfs task exe symlinkMatt Helsley2008-04-29
* mm/nommu.c: return 0 from kobjsize with invalid objectsMichael Hennerich2008-04-28
* nommu: add new vmalloc_user() and remap_vmalloc_range() interfaces.Paul Mundt2008-02-05
* vmalloc: add const to void* parametersChristoph Lameter2008-02-05
* Security: round mmap hint address above mmap_min_addrEric Paris2007-12-06