aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-03slub: always align cpu_slab to honor cmpxchg_double requirementGravatar Chris Metcalf 1-8/+4
2011-05-25slub: remove no-longer used 'unlock_out' labelGravatar Linus Torvalds 1-1/+0
2011-05-25slub: Fix double bit unlock in debug modeGravatar Christoph Lameter 1-1/+2
2011-05-23Merge branch 'slab/next' into for-linusGravatar Pekka Enberg 1-100/+65
2011-05-21slub: Remove node check in slab_freeGravatar Christoph Lameter 1-1/+3
2011-05-17slub: avoid label inside conditionalGravatar David Rientjes 1-3/+3
2011-05-17slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpathGravatar Christoph Lameter 1-1/+13
2011-05-17slub: Avoid warning for !CONFIG_SLUB_DEBUGGravatar Christoph Lameter 1-1/+1
2011-05-07slub: Remove CONFIG_CMPXCHG_LOCAL ifdefferyGravatar Christoph Lameter 1-56/+0
2011-05-04slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgGravatar Thomas Gleixner 1-2/+2
2011-04-17slub: Move debug handlign in __slab_freeGravatar Christoph Lameter 1-9/+2
2011-04-17slub: Move node determination out of hotpathGravatar Christoph Lameter 1-4/+5
2011-04-17slub: Eliminate repeated use of c->page through a new page variableGravatar Christoph Lameter 1-19/+22
2011-04-17slub: get_map() function to establish map of free objects in a slabGravatar Christoph Lameter 1-12/+22
2011-04-17slub: Use NUMA_NO_NODE in get_partialGravatar Christoph Lameter 1-1/+1
2011-04-12slub: Fix a typo in config nameGravatar Li Zefan 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-4/+4
2011-03-24SLUB: Write to per cpu data when allocating itGravatar Christoph Lameter 1-1/+1
2011-03-24slub: Fix debugobjects with lockless fastpathGravatar Thomas Gleixner 1-2/+2
2011-03-22slub: Add statistics for this_cmpxchg_double failuresGravatar Christoph Lameter 1-1/+2
2011-03-22slub: Add missing irq restore for the OOM pathGravatar Christoph Lameter 1-0/+3
2011-03-20Merge branch 'slub/lockless' into for-linusGravatar Pekka Enberg 1-13/+221
2011-03-20slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL caseGravatar Christoph Lameter 1-1/+3
2011-03-11Merge branch 'slab/rcu' into slab/nextGravatar Pekka Enberg 1-22/+55
2011-03-11slub,rcu: don't assume the size of struct rcu_headGravatar Lai Jiangshan 1-5/+25
2011-03-11slub: automatically reserve bytes at the end of slabGravatar Lai Jiangshan 1-17/+30
2011-03-11Lockless (and preemptless) fastpaths for slubGravatar Christoph Lameter 1-2/+203
2011-03-11slub: Get rid of slab_free_hook_irq()Gravatar Christoph Lameter 1-12/+17
2011-02-27slub: fix ksize() build errorGravatar Mariusz Kozlowski 1-24/+24
2011-02-23slub: fix kmemcheck calls to match ksize() hintsGravatar Eric Dumazet 1-23/+26
2011-01-23mm: Remove support for kmem_cache_name()Gravatar Christoph Lameter 1-6/+0
2011-01-15Merge branch 'slub/hotplug' into slab/urgentGravatar Pekka Enberg 1-2/+2
2011-01-13mm: convert sprintf_symbol to %pSGravatar Joe Perches 1-7/+4
2011-01-11slub: Avoid use of slub_lock in show_slab_objects()Gravatar Christoph Lameter 1-2/+2
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-7/+23
2011-01-07kernel: kmem_ptr_validate considered harmfulGravatar Nick Piggin 1-40/+0
2010-12-04slub: Fix a crash during slabinfo -vGravatar Tero Roponen 1-2/+2
2010-12-04slub: Fix a crash during slabinfo -vGravatar Tero Roponen 1-2/+2
2010-11-14slub: Fix slub_lock down/up imbalanceGravatar Pavel Emelyanov 1-1/+2
2010-11-06slub: Fix slub_lock down/up imbalanceGravatar Pavel Emelyanov 1-1/+2
2010-11-06slub tracing: move trace calls out of always inlined functions to reduce kern...Gravatar Richard Kennedy 1-7/+23
2010-10-06SLUB: Fix memory hotplug with !NUMAGravatar Pekka Enberg 1-1/+1
2010-10-06slub: Move functions to reduce #ifdefsGravatar Christoph Lameter 1-156/+141
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGGravatar Christoph Lameter 1-5/+35
2010-10-06SLUB: Optimize slab_free() debug checkGravatar Pekka Enberg 1-2/+2
2010-10-02slub: Move NUMA-related functions under CONFIG_NUMAGravatar Namhyung Kim 1-2/+4
2010-10-02slub: Add lock release annotationGravatar Namhyung Kim 1-0/+2
2010-10-02slub: Fix signedness warningsGravatar Namhyung Kim 1-4/+3
2010-10-02slub: extract common code to remove objects from partial list without lockingGravatar Christoph Lameter 1-8/+11
2010-10-02SLUB: Pass active and inactive redzone flags instead of boolean to debug func...Gravatar Christoph Lameter 1-19/+14