aboutsummaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mlock: mlocked pages are unevictableNick Piggin2008-10-201-11/+33
* nommu: Provide vmalloc_exec().Paul Mundt2008-08-041-0/+21
* tracehook: tracehook_expect_breakpointsRoland McGrath2008-07-261-2/+2
* nommu: Correct kobjsize() page validity checks.Paul Mundt2008-06-121-18/+3
* nommu: fix kobjsize() for SLOB and SLUBPaul Mundt2008-06-061-4/+26
* mm: fix atomic_t overflow in vmAlan Cox2008-05-241-2/+2
* procfs task exe symlinkMatt Helsley2008-04-291-6/+17
* mm/nommu.c: return 0 from kobjsize with invalid objectsMichael Hennerich2008-04-281-1/+5
* nommu: add new vmalloc_user() and remap_vmalloc_range() interfaces.Paul Mundt2008-02-051-1/+44
* vmalloc: add const to void* parametersChristoph Lameter2008-02-051-4/+4
* Security: round mmap hint address above mmap_min_addrEric Paris2007-12-061-0/+3
* NOMMU: mm/nommu.c needs linux/module.hDavid Howells2007-10-291-0/+1
* Explain clearly why kmalloc() can't use __GFP_HIGHMEM.Robert P. J. Day2007-10-191-1/+2
* security/ cleanupsAdrian Bunk2007-10-171-1/+0
* fix NULL pointer dereference in __vm_enough_memory()Alan Cox2007-08-221-1/+1
* nommu: vmalloc_32_user()/vm_insert_page() and symbol exports.Paul Mundt2007-07-211-12/+33
* mm: fault feedback #1Nick Piggin2007-07-191-2/+2
* mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin2007-07-191-2/+1
* nommu: stub expand_stack() for nommu caseGreg Ungerer2007-07-161-0/+5
* security: Protection for exploiting null dereference using mmapEric Paris2007-07-111-1/+1
* move die notifier handling to common codeChristoph Hellwig2007-05-081-0/+8
* [PATCH] nommu: fix bug ip_conntrack does not work on nommuWu, Bryan2007-04-121-0/+1
* [PATCH] NOMMU: make SYSV SHM nattch work correctlyDavid Howells2007-03-221-0/+6
* [PATCH] NOMMU: supply get_unmapped_area() to fix NOMMU SYSV SHMDavid Howells2007-03-221-0/+22
* [PATCH] struct path: convert mmJosef Sipek2006-12-081-6/+6
* [PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan2006-12-071-4/+2
* [PATCH] uclinux: fix mmap() of directory for nommu caseMike Frysinger2006-12-061-5/+7
* Spelling fix: "control" instead of "cotrol"Michael Opdenacker2006-10-031-1/+1
* [PATCH] NOMMU: don't try and give NULL to fput()Gavin Lambert2006-10-011-1/+2