aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-30Fix kmem_cache_free performance regression in slabMatthew Wilcox1-2/+2
2007-11-14slab: fix typo in allocation failure handlingAkinobu Mita1-1/+1
2007-10-20spelling fixes: mm/Simon Arlott1-3/+3
2007-10-18cpu hotplug: slab: fix memory leak in cpu hotplug error pathAkinobu Mita1-2/+8
2007-10-18cpu hotplug: slab: cleanup cpuup_callback()Akinobu Mita1-143/+160
2007-10-17Delete gcc-2.95 compatible structure definition.Robert P. J. Day1-2/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-6/+5
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-0/+2
2007-10-16Categorize GFP flagsChristoph Lameter1-4/+4
2007-10-16Memoryless nodes: Slab supportChristoph Lameter1-4/+4
2007-10-16Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter1-1/+2
2007-08-22slab: skip calling cache_free_alien() when the platform is not numa capableSiddha, Suresh B1-2/+12
2007-07-24slab: correctly handle __GFP_ZEROAndrew Morton1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-10/+7
2007-07-19Fix up non-NUMA SLAB configuration for zero-sized allocationsLinus Torvalds1-2/+2
2007-07-19FRV: work around a possible compiler bugDavid Howells1-1/+1
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo1-1/+1
2007-07-17Slab allocators: Cleanup zeroing allocationsChristoph Lameter1-17/+0
2007-07-17Slab allocators: support __GFP_ZERO in all allocatorsChristoph Lameter1-1/+7
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter1-5/+8
2007-07-17Slab allocators: consolidate code for krealloc in mm/util.cChristoph Lameter1-46/+0
2007-07-16mm/slab.c: start_cpu_timer() should be __cpuinitAdrian Bunk1-1/+1
2007-07-16Make /proc/slabinfo use seq_list_xxx helpersPavel Emelianov1-24/+6
2007-07-05Fix slab redzone alignmentDavid Woodhouse1-9/+23
2007-07-01SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 releaseChristoph Lameter1-1/+0
2007-06-08slab: fix alien cache handlingChristoph Lameter1-1/+1
2007-05-19mm/slab: fix section mismatch warningSam Ravnborg1-1/+1
2007-05-17Slab allocators: define common size limitationsChristoph Lameter1-17/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-7/+5
2007-05-17slab: warn on zero-length allocationsChristoph Lameter1-0/+1
2007-05-17Slab allocators: Drop support for destructorsChristoph Lameter1-25/+2
2007-05-09Move remote node draining out of slab allocatorsChristoph Lameter1-6/+0
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