aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-07blackfin architectureBryan Wu257-6/+47285
2007-05-07Return EPERM not ECHILD on security_task_wait failureRoland McGrath1-2/+15
2007-05-07page migration: Only migrate pages if allocation in the highest zone is possibleChristoph Lameter1-1/+14
2007-05-07slob: fix page order calculation on not 4KB pageAkinobu Mita1-12/+3
2007-05-07hugetlbfs: add NULL check in hugetlb_zero_setup()Akinobu Mita1-0/+3
2007-05-07Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter3-9/+3
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter3-24/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter55-136/+55
2007-05-07get_unmapped_area doesn't need hugetlbfs hacks anymoreBenjamin Herrenschmidt1-16/+0
2007-05-07get_unmapped_area handles MAP_FIXED in generic codeBenjamin Herrenschmidt1-11/+16
2007-05-07get_unmapped_area handles MAP_FIXED in hugetlbfsBenjamin Herrenschmidt1-0/+7
2007-05-07get_unmapped_area handles MAP_FIXED on x86_64Benjamin Herrenschmidt1-0/+3
2007-05-07get_unmapped_area handles MAP_FIXED on sparc64Benjamin Herrenschmidt1-0/+6
2007-05-07get_unmapped_area handles MAP_FIXED on pariscBenjamin Herrenschmidt1-0/+5
2007-05-07get_unmapped_area handles MAP_FIXED on ia64Benjamin Herrenschmidt2-0/+15
2007-05-07get_unmapped_area handles MAP_FIXED on i386Benjamin Herrenschmidt1-0/+6
2007-05-07get_unmapped_area handles MAP_FIXED on frvBenjamin Herrenschmidt1-0/+4
2007-05-07get_unmapped_area handles MAP_FIXED on armBenjamin Herrenschmidt1-2/+1
2007-05-07get_unmapped_area handles MAP_FIXED on alphaBenjamin Herrenschmidt1-0/+3
2007-05-07get_unmapped_area handles MAP_FIXED on powerpcBenjamin Herrenschmidt1-0/+21
2007-05-07oom: fix constraint deadlockDavid Rientjes1-4/+6
2007-05-07mm: fix handling of panic_on_oom when cpusets are in useYasunori Goto2-6/+20
2007-05-07fault injection: fix failslab with CONFIG_NUMAAkinobu Mita1-4/+7
2007-05-07slab allocators: remove multiple alignment specificationsChristoph Lameter3-3/+3
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter9-32/+23
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter7-14/+9
2007-05-07mm: optimize acorn partition truncatePeter Zijlstra1-1/+1
2007-05-07mm: optimize kill_bdev()Peter Zijlstra3-4/+6
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra13-25/+20
2007-05-07mm: madvise avoid exclusive mmap_semNick Piggin1-4/+29
2007-05-07include KERN_* constant in printk() calls in mm/slab.cmatze1-3/+6
2007-05-07slob: handle SLAB_PANIC flagAkinobu Mita1-1/+2
2007-05-07Quicklist support for sparc64David Miller4-37/+19
2007-05-07Quicklists for page table pagesChristoph Lameter4-0/+189
2007-05-07slub: add slabinfo toolChristoph Lameter1-0/+943
2007-05-07slub: user documentationChristoph Lameter1-0/+113
2007-05-07slub: remove object activities out of checking functionsChristoph Lameter1-61/+47
2007-05-07SLUB: Free slabs and sort partial slab lists in kmem_cache_shrinkChristoph Lameter1-13/+112
2007-05-07slub: add ability to list alloc / free callers per slabChristoph Lameter1-3/+181
2007-05-07SLUB: Add MIN_PARTIALChristoph Lameter1-19/+36
2007-05-07slub: validation of slabs (metadata and guard zones)Christoph Lameter1-3/+110
2007-05-07slub: enable tracking of full slabsChristoph Lameter2-1/+41
2007-05-07slub: fix object trackingChristoph Lameter1-37/+20
2007-05-07Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter3-11/+14
2007-05-07mm: optimize compound_head() by avoiding a shared page flagChristoph Lameter3-26/+32
2007-05-07Make page->private usable in compound pagesChristoph Lameter9-37/+72
2007-05-07PowerPC: Disable SLUB for configurations in which slab page structs are modifiedChristoph Lameter1-0/+13
2007-05-07SLUB: allocate smallest object size if the user asks for 0 bytesChristoph Lameter2-3/+7
2007-05-07SLUB: change default alignmentsChristoph Lameter1-2/+2
2007-05-07SLUB coreChristoph Lameter9-19/+3422