summaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] NOMMU: Make futexes work under NOMMU conditionsDavid Howells2006-09-271-5/+9
* [PATCH] NOMMU: Make mremap() partially work for NOMMU kernelsDavid Howells2006-09-271-17/+46
* [PATCH] NOMMU: Order the per-mm_struct VMA listDavid Howells2006-09-271-32/+72
* [PATCH] NOMMU: Permit ptrace to ignore non-PROT_WRITE VMAs in NOMMU modeDavid Howells2006-09-271-2/+2
* [PATCH] NOMMU: Check VMA protectionsDavid Howells2006-09-271-5/+25
* [PATCH] Check if start address is in vma region in NOMMU function get_user_pa...Sonic Zhang2006-09-271-2/+6
* [PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA searchDavid Howells2006-09-271-8/+3
* [PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells2006-09-271-0/+47
* [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-261-1/+1
* [PATCH] nommu: export two symbols for drivers to useLuke Yang2006-07-141-0/+2
* [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter2006-06-301-1/+1
* [PATCH] overcommit: use totalreserve_pages for nommuHideo AOKI2006-04-111-3/+15
* [PATCH] mm: nommu use compound pagesNick Piggin2006-03-221-2/+2
* [PATCH] nommu: implement vmalloc_node()Andrew Morton2006-02-281-1/+7
* [PATCH] Fix undefined symbols for nommu architectureLuke Yang2006-02-201-0/+2
* [PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMUDavid Howells2006-01-061-0/+7
* mm: re-architect the VM_UNPAGED logicLinus Torvalds2005-11-281-1/+1
* [PATCH] mm/{mmap,nommu}.c: several unexportsAdrian Bunk2005-11-071-4/+0
* [PATCH] mm: follow_page with inner ptlockHugh Dickins2005-10-291-1/+2
* [PATCH] mm: update_hiwaters just in timeHugh Dickins2005-10-291-13/+2
* [PATCH] mm: rss = file_rss + anon_rssHugh Dickins2005-10-291-1/+1