aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2011-07-02slub: fast release on full slabChristoph Lameter
2011-07-02slub: Add statistics for the case that the current slab does not match the nodeChristoph Lameter
2011-07-02slub: Get rid of the another_slab labelChristoph Lameter
2011-07-02slub: Avoid disabling interrupts in free slowpathChristoph Lameter
2011-07-02slub: Disable interrupts in free_debug processingChristoph Lameter
2011-07-02slub: Invert locking and avoid slab lockChristoph Lameter
2011-07-02slub: Rework allocator fastpathsChristoph Lameter
2011-07-02slub: Pass kmem_cache struct to lock and freeze slabChristoph Lameter
2011-07-02slub: explicit list_lock takingChristoph Lameter
2011-07-02slub: Add cmpxchg_double_slab()Christoph Lameter
2011-07-02slub: Move page->frozen handling near where the page->freelist handling occursChristoph Lameter
2011-07-02slub: Do not use frozen page flag but a bit in the page countersChristoph Lameter
2011-07-02slub: Push irq disable into allocate_slab()Christoph Lameter
2011-06-03slub: always align cpu_slab to honor cmpxchg_double requirementChris Metcalf
2011-05-25slub: remove no-longer used 'unlock_out' labelLinus Torvalds
2011-05-25slub: Fix double bit unlock in debug modeChristoph Lameter
2011-05-23Merge branch 'slab/next' into for-linusPekka Enberg
2011-05-21slub: Remove node check in slab_freeChristoph Lameter
2011-05-17slub: avoid label inside conditionalDavid Rientjes
2011-05-17slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpathChristoph Lameter
2011-05-17slub: Avoid warning for !CONFIG_SLUB_DEBUGChristoph Lameter
2011-05-07slub: Remove CONFIG_CMPXCHG_LOCAL ifdefferyChristoph Lameter
2011-05-04slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgThomas Gleixner
2011-04-17slub: Move debug handlign in __slab_freeChristoph Lameter
2011-04-17slub: Move node determination out of hotpathChristoph Lameter
2011-04-17slub: Eliminate repeated use of c->page through a new page variableChristoph Lameter
2011-04-17slub: get_map() function to establish map of free objects in a slabChristoph Lameter
2011-04-17slub: Use NUMA_NO_NODE in get_partialChristoph Lameter
2011-04-12slub: Fix a typo in config nameLi Zefan
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24SLUB: Write to per cpu data when allocating itChristoph Lameter
2011-03-24slub: Fix debugobjects with lockless fastpathThomas Gleixner
2011-03-22slub: Add statistics for this_cmpxchg_double failuresChristoph Lameter
2011-03-22slub: Add missing irq restore for the OOM pathChristoph Lameter
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