summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2011-03-20Merge branch 'slub/lockless' into for-linusPekka Enberg
2011-03-20slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL caseChristoph Lameter
2011-03-11Merge branch 'slab/rcu' into slab/nextPekka Enberg
2011-03-11slub,rcu: don't assume the size of struct rcu_headLai Jiangshan
2011-03-11slub: automatically reserve bytes at the end of slabLai Jiangshan
2011-03-11Lockless (and preemptless) fastpaths for slubChristoph Lameter
2011-03-11slub: Get rid of slab_free_hook_irq()Christoph Lameter
2011-02-27slub: fix ksize() build errorMariusz Kozlowski
2011-02-23slub: fix kmemcheck calls to match ksize() hintsEric Dumazet
2011-01-23mm: Remove support for kmem_cache_name()Christoph Lameter
2011-01-15Merge branch 'slub/hotplug' into slab/urgentPekka Enberg
2011-01-13mm: convert sprintf_symbol to %pSJoe Perches
2011-01-11slub: Avoid use of slub_lock in show_slab_objects()Christoph Lameter
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin
2010-12-04slub: Fix a crash during slabinfo -vTero Roponen
2010-12-04slub: Fix a crash during slabinfo -vTero Roponen
2010-11-14slub: Fix slub_lock down/up imbalancePavel Emelyanov
2010-11-06slub: Fix slub_lock down/up imbalancePavel Emelyanov
2010-11-06slub tracing: move trace calls out of always inlined functions to reduce kern...Richard Kennedy
2010-10-06SLUB: Fix memory hotplug with !NUMAPekka Enberg
2010-10-06slub: Move functions to reduce #ifdefsChristoph Lameter
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter
2010-10-06SLUB: Optimize slab_free() debug checkPekka Enberg
2010-10-02slub: Move NUMA-related functions under CONFIG_NUMANamhyung Kim
2010-10-02slub: Add lock release annotationNamhyung Kim
2010-10-02slub: Fix signedness warningsNamhyung Kim
2010-10-02slub: extract common code to remove objects from partial list without lockingChristoph Lameter
2010-10-02SLUB: Pass active and inactive redzone flags instead of boolean to debug func...Christoph Lameter
2010-10-02slub: reduce differences between SMP and NUMAChristoph Lameter
2010-10-02Revert "Slub: UP bandaid"Pekka Enberg
2010-10-02SLUB: Fix merged slab cache namesPekka Enberg
2010-10-02Slub: UP bandaidChristoph Lameter
2010-10-02slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc cachesDavid Rientjes
2010-10-02slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplugChristoph Lameter
2010-10-02slub: Add dummy functions for the !SLUB_DEBUG caseChristoph Lameter
2010-10-02slub: Move gfpflag masking out of the hotpathChristoph Lameter
2010-10-02slub: Extract hooks for memory checkers from hotpathsChristoph Lameter
2010-10-02slub: Dynamically size kmalloc cache allocationsChristoph Lameter
2010-10-02slub: Remove static kmem_cache_cpu array for bootChristoph Lameter
2010-10-02slub: Remove dynamic dma slab allocationChristoph Lameter
2010-10-02slub: Force no inlining of debug functionsChristoph Lameter
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2010-08-04Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' i...Pekka Enberg
2010-08-03slub: Allow removal of slab caches during bootChristoph Lameter
2010-08-03Revert "slub: Allow removal of slab caches during boot"Pekka Enberg
2010-07-29slub numa: Fix rare allocation from unexpected nodeChristoph Lameter
2010-07-16slub: Use kmem_cache flags to detect if slab is in debugging mode.Christoph Lameter
2010-07-16slub: Allow removal of slab caches during bootChristoph Lameter
2010-07-16slub: Check kasprintf results in kmem_cache_init()Christoph Lameter