summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] SLAB: Mention slab name when listing corrupt objectsDavid Howells2007-04-041-2/+2
* [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap2007-03-011-1/+1
* [PATCH] slab: reduce size of alien cache to cover only possible nodesChristoph Lameter2007-02-201-1/+1
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-1/+1
* [PATCH] lockdep: also check for freed locks in kmem_cache_free()Ingo Molnar2007-02-111-0/+1
* [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter2007-02-111-7/+13
* [PATCH] slab: use parameter passed to cache_reap to determine pointer to work...Christoph Lameter2007-02-111-8/+7
* [PATCH] slab: cache alloc cleanupsPekka Enberg2007-02-111-90/+110
* [PATCH] slab: remove broken PageSlab check from kfree_debugcheckPekka Enberg2007-02-111-8/+0
* [PATCH] fix BUG_ON(!PageSlab) from fallback_allocHugh Dickins2007-01-051-2/+2
* [PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap2006-12-221-0/+1
* [PATCH] slab: fix kmem_ptr_validate definitionChristoph Lameter2006-12-221-1/+1
* [PATCH] SLAB: use a multiply instead of a divide in obj_to_index()Eric Dumazet2006-12-131-3/+15
* [PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson2006-12-131-1/+1
* [PATCH] More slab.h cleanupsChristoph Lameter2006-12-131-1/+1
* [PATCH] slab: fix sleeping in atomic bugChristoph Lameter2006-12-131-0/+6
* [PATCH] user of the jiffies rounding patch: SlabArjan van de Ven2006-12-101-3/+5
* [PATCH] fault-injection: defaults likely to please a new userDon Mullis2006-12-081-0/+1
* [PATCH] fault-injection capability for kmallocAkinobu Mita2006-12-081-0/+77
* [PATCH] mm: fallback_alloc cpuset_zone_allowed irq fixPaul Jackson2006-12-081-1/+1
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-2/+2
* [PATCH] slab: use probe_kernel_address()Andrew Morton2006-12-071-5/+2
* [PATCH] slab: better fallback allocation behaviorChristoph Lameter2006-12-071-22/+57
* [PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_nodeChristoph Lameter2006-12-071-12/+28
* [PATCH] slab: remove SLAB_DMAChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_LEVEL_MASKChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_NO_GROWChristoph Lameter2006-12-071-2/+2
* [PATCH] leak tracking for kmalloc_nodeChristoph Hellwig2006-12-071-13/+42
* [PATCH] mm: add noaliencache boot option to disable numa alien cachesPaul Menage2006-12-071-9/+29
* [PATCH] mm: slab: eliminate lock_cpu_hotplug from slabRavikiran G Thirumalai2006-12-071-19/+21
* [PATCH] slab debug and ARCH_SLAB_MINALIGN don't get alongKevin Hilman2006-12-071-6/+11
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-3/+3
* WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-4/+4
* [PATCH] init_reap_node() initialization fixDaniel Yeisley2006-11-031-1/+1
* [PATCH] Slab: Do not fallback to nodes that have not been bootstrapped yetChristoph Lameter2006-10-211-4/+7
* [PATCH] slab: remove wrongly placed BUG_ONChristoph Lameter2006-10-071-1/+0
* [PATCH] slab: reduce numa text sizePekka Enberg2006-10-061-13/+21
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2006-10-041-1/+0
|\
| * Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* | [PATCH] slab: clean up leak tracking ifdefs a little bitChristoph Hellwig2006-10-041-5/+8
|/
* [PATCH] single bit flip detectorDave Jones2006-09-291-1/+23
* [PATCH] GFP_THISNODE for the slab allocatorChristoph Lameter2006-09-271-29/+78
* [PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_nod...Christoph Lameter2006-09-271-10/+9
* [PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan2006-09-271-4/+2
* [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-261-13/+11
* [PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter2006-09-261-124/+0
* [PATCH] fix potential stack overflow in mm/slab.cSiddha, Suresh B2006-09-261-9/+14
* [PATCH] slab: fix lockdep warningsRavikiran G Thirumalai2006-09-261-14/+43
* [PATCH] slab: do not panic when alloc_kmemlist fails and slab is upChristoph Lameter2006-09-261-18/+17
OpenPOWER on IntegriCloud