aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13mm: convert sprintf_symbol to %pSJoe Perches1-7/+4
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-7/+23
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin1-40/+0
2010-12-04slub: Fix a crash during slabinfo -vTero Roponen1-2/+2
2010-12-04slub: Fix a crash during slabinfo -vTero Roponen1-2/+2
2010-11-14slub: Fix slub_lock down/up imbalancePavel Emelyanov1-1/+2
2010-11-06slub: Fix slub_lock down/up imbalancePavel Emelyanov1-1/+2
2010-11-06slub tracing: move trace calls out of always inlined functions to reduce kernel code sizeRichard Kennedy1-7/+23
2010-10-06SLUB: Fix memory hotplug with !NUMAPekka Enberg1-1/+1
2010-10-06slub: Move functions to reduce #ifdefsChristoph Lameter1-156/+141
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter1-5/+35
2010-10-06SLUB: Optimize slab_free() debug checkPekka Enberg1-2/+2
2010-10-02slub: Move NUMA-related functions under CONFIG_NUMANamhyung Kim1-2/+4
2010-10-02slub: Add lock release annotationNamhyung Kim1-0/+2
2010-10-02slub: Fix signedness warningsNamhyung Kim1-4/+3
2010-10-02slub: extract common code to remove objects from partial list without lockingChristoph Lameter1-8/+11
2010-10-02SLUB: Pass active and inactive redzone flags instead of boolean to debug functionsChristoph Lameter1-19/+14
2010-10-02slub: reduce differences between SMP and NUMAChristoph Lameter1-38/+1
2010-10-02Revert "Slub: UP bandaid"Pekka Enberg1-16/+0
2010-10-02SLUB: Fix merged slab cache namesPekka Enberg1-1/+20
2010-10-02Slub: UP bandaidChristoph Lameter1-0/+16
2010-10-02slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc cachesDavid Rientjes1-6/+8
2010-10-02slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplugChristoph Lameter1-2/+2
2010-10-02slub: Add dummy functions for the !SLUB_DEBUG caseChristoph Lameter1-0/+12
2010-10-02slub: Move gfpflag masking out of the hotpathChristoph Lameter1-2/+3
2010-10-02slub: Extract hooks for memory checkers from hotpathsChristoph Lameter1-11/+38
2010-10-02slub: Dynamically size kmalloc cache allocationsChristoph Lameter1-53/+138
2010-10-02slub: Remove static kmem_cache_cpu array for bootChristoph Lameter1-13/+4
2010-10-02slub: Remove dynamic dma slab allocationChristoph Lameter1-111/+39
2010-10-02slub: Force no inlining of debug functionsChristoph Lameter1-3/+3
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-43/+43
2010-08-04Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' into for-linusPekka Enberg1-43/+43
2010-08-03slub: Allow removal of slab caches during bootChristoph Lameter1-9/+15
2010-08-03Revert "slub: Allow removal of slab caches during boot"Pekka Enberg1-7/+0
2010-07-29slub numa: Fix rare allocation from unexpected nodeChristoph Lameter1-1/+1
2010-07-16slub: Use kmem_cache flags to detect if slab is in debugging mode.Christoph Lameter1-21/+12
2010-07-16slub: Allow removal of slab caches during bootChristoph Lameter1-0/+7
2010-07-16slub: Check kasprintf results in kmem_cache_init()Christoph Lameter1-3/+6
2010-07-16SLUB: Constants need ULChristoph Lameter1-2/+2
2010-07-16slub: Use a constant for a unspecified node.Christoph Lameter1-7/+7
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-1/+0
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan1-1/+0
2010-05-30Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-22/+11
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-1/+5
2010-05-24slub: move kmem_cache_node into it's own cachelineAlexander Duyck1-22/+11
2010-05-22Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' and 'slub/fixes' into slab-for-linusPekka Enberg1-20/+26
2010-05-22slub: Use alloc_pages_exact_node() for page allocationMinchan Kim1-1/+1
2010-05-22slub: __kmalloc_node_track_caller should trace kmalloc_large_node caseXiaotian Feng1-2/+9
2010-05-22slub: Potential stack overflowEric Dumazet1-9/+16
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>David Woodhouse1-8/+0