aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-09vmstat: use our own timer eventsChristoph Lameter1-1/+0
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+6
2007-05-09slab: shut down cache_reaper when cpu goes downChristoph Lameter1-0/+14
2007-05-09slab: use CPU_LOCK_[ACQUIRE|RELEASE]Heiko Carstens1-8/+5
2007-05-09krealloc: fix kerneldoc commentsPekka J Enberg1-1/+0
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan1-7/+3
2007-05-08Increase slab redzone to 64bitsDavid Woodhouse1-19/+23
2007-05-07Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter1-4/+2
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter1-15/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-18/+2
2007-05-07fault injection: fix failslab with CONFIG_NUMAAkinobu Mita1-4/+7
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter1-2/+2
2007-05-07include KERN_* constant in printk() calls in mm/slab.cmatze1-3/+6
2007-05-07Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter1-5/+4
2007-05-07Make page->private usable in compound pagesChristoph Lameter1-4/+2
2007-05-07slab: mark set_up_list3s() __initAndrew Morton1-1/+1
2007-05-07slab: NUMA kmem_cache dietEric Dumazet1-4/+20
2007-05-07SLAB: don't allocate empty shared cachesEric Dumazet1-11/+15
2007-05-07SLAB: use num_possible_cpus() in enable_cpucache()Eric Dumazet1-3/+1
2007-05-07slab: ensure cache_alloc_refill terminatesPekka Enberg1-0/+8
2007-05-07slab: introduce kreallocPekka Enberg1-1/+48
2007-05-02[PATCH] x86-64: skip cache_free_alien() on non NUMASiddha, Suresh B1-2/+5
2007-04-04[PATCH] SLAB: Mention slab name when listing corrupt objectsDavid Howells1-2/+2
2007-03-01[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap1-1/+1
2007-02-20[PATCH] slab: reduce size of alien cache to cover only possible nodesChristoph Lameter1-1/+1
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-1/+1
2007-02-11[PATCH] lockdep: also check for freed locks in kmem_cache_free()Ingo Molnar1-0/+1
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter1-7/+13
2007-02-11[PATCH] slab: use parameter passed to cache_reap to determine pointer to work structureChristoph Lameter1-8/+7
2007-02-11[PATCH] slab: cache alloc cleanupsPekka Enberg1-90/+110
2007-02-11[PATCH] slab: remove broken PageSlab check from kfree_debugcheckPekka Enberg1-8/+0
2007-01-05[PATCH] fix BUG_ON(!PageSlab) from fallback_allocHugh Dickins1-2/+2
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap1-0/+1
2006-12-22[PATCH] slab: fix kmem_ptr_validate definitionChristoph Lameter1-1/+1
2006-12-13[PATCH] SLAB: use a multiply instead of a divide in obj_to_index()Eric Dumazet1-3/+15
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson1-1/+1
2006-12-13[PATCH] More slab.h cleanupsChristoph Lameter1-1/+1
2006-12-13[PATCH] slab: fix sleeping in atomic bugChristoph Lameter1-0/+6
2006-12-10[PATCH] user of the jiffies rounding patch: SlabArjan van de Ven1-3/+5
2006-12-08[PATCH] fault-injection: defaults likely to please a new userDon Mullis1-0/+1
2006-12-08[PATCH] fault-injection capability for kmallocAkinobu Mita1-0/+77
2006-12-08[PATCH] mm: fallback_alloc cpuset_zone_allowed irq fixPaul Jackson1-1/+1
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-2/+2
2006-12-07[PATCH] slab: use probe_kernel_address()Andrew Morton1-5/+2
2006-12-07[PATCH] slab: better fallback allocation behaviorChristoph Lameter1-22/+57
2006-12-07[PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_nodeChristoph Lameter1-12/+28
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_LEVEL_MASKChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_NO_GROWChristoph Lameter1-2/+2