aboutsummaryrefslogtreecommitdiff
path: root/mm/slab.c
AgeCommit message (Expand)Author
2007-07-05Fix slab redzone alignmentDavid Woodhouse
2007-07-01SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 releaseChristoph Lameter
2007-06-08slab: fix alien cache handlingChristoph Lameter
2007-05-19mm/slab: fix section mismatch warningSam Ravnborg
2007-05-17Slab allocators: define common size limitationsChristoph Lameter
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-17slab: warn on zero-length allocationsChristoph Lameter
2007-05-17Slab allocators: Drop support for destructorsChristoph Lameter
2007-05-09Move remote node draining out of slab allocatorsChristoph Lameter
2007-05-09vmstat: use our own timer eventsChristoph Lameter
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2007-05-09slab: shut down cache_reaper when cpu goes downChristoph Lameter
2007-05-09slab: use CPU_LOCK_[ACQUIRE|RELEASE]Heiko Carstens
2007-05-09krealloc: fix kerneldoc commentsPekka J Enberg
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan
2007-05-08Increase slab redzone to 64bitsDavid Woodhouse
2007-05-07Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-05-07fault injection: fix failslab with CONFIG_NUMAAkinobu Mita
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter
2007-05-07include KERN_* constant in printk() calls in mm/slab.cmatze
2007-05-07Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter
2007-05-07Make page->private usable in compound pagesChristoph Lameter
2007-05-07slab: mark set_up_list3s() __initAndrew Morton
2007-05-07slab: NUMA kmem_cache dietEric Dumazet
2007-05-07SLAB: don't allocate empty shared cachesEric Dumazet
2007-05-07SLAB: use num_possible_cpus() in enable_cpucache()Eric Dumazet
2007-05-07slab: ensure cache_alloc_refill terminatesPekka Enberg
2007-05-07slab: introduce kreallocPekka Enberg
2007-05-02[PATCH] x86-64: skip cache_free_alien() on non NUMASiddha, Suresh B
2007-04-04[PATCH] SLAB: Mention slab name when listing corrupt objectsDavid Howells
2007-03-01[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap
2007-02-20[PATCH] slab: reduce size of alien cache to cover only possible nodesChristoph Lameter
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day
2007-02-11[PATCH] lockdep: also check for freed locks in kmem_cache_free()Ingo Molnar
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter
2007-02-11[PATCH] slab: use parameter passed to cache_reap to determine pointer to work...Christoph Lameter
2007-02-11[PATCH] slab: cache alloc cleanupsPekka Enberg
2007-02-11[PATCH] slab: remove broken PageSlab check from kfree_debugcheckPekka Enberg
2007-01-05[PATCH] fix BUG_ON(!PageSlab) from fallback_allocHugh Dickins
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap
2006-12-22[PATCH] slab: fix kmem_ptr_validate definitionChristoph Lameter
2006-12-13[PATCH] SLAB: use a multiply instead of a divide in obj_to_index()Eric Dumazet
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson
2006-12-13[PATCH] More slab.h cleanupsChristoph Lameter
2006-12-13[PATCH] slab: fix sleeping in atomic bugChristoph Lameter
2006-12-10[PATCH] user of the jiffies rounding patch: SlabArjan van de Ven
2006-12-08[PATCH] fault-injection: defaults likely to please a new userDon Mullis
2006-12-08[PATCH] fault-injection capability for kmallocAkinobu Mita