aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2011-11-24slub: avoid potential NULL dereference or corruptionEric Dumazet
2011-11-24slub: use irqsafe_cpu_cmpxchg for put_cpu_partialChristoph Lameter
2011-11-15slub: move discard_slab out of node lockShaohua Li
2011-11-15slub: use correct parameter to add a page to partial list tailShaohua Li
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita
2011-10-26Merge branches 'slab/next' and 'slub/partial' into slab/for-linusPekka Enberg
2011-09-27slub: Discard slab page when node partial > minimum partial numberAlex Shi
2011-09-27slub: correct comments error for per cpu partialAlex Shi
2011-09-27mm: restrict access to slab files under procfs and sysfsVasiliy Kulikov
2011-09-19Merge branch 'slab/urgent' into slab/nextPekka Enberg
2011-09-13slub: Code optimization in get_partial_node()Alex,Shi
2011-08-27slub: explicitly document position of inserting slab to partial listShaohua Li
2011-08-27slub: add slab with one free object to partial list tailShaohua Li
2011-08-19slub: per cpu cache for partial pagesChristoph Lameter
2011-08-19slub: return object pointer from get_partial() / new_slab().Christoph Lameter
2011-08-19slub: pass kmem_cache_cpu pointer to get_partial()Christoph Lameter
2011-08-19slub: Prepare inuse field in new_slab()Christoph Lameter
2011-08-19slub: Remove useless statements in __slab_allocChristoph Lameter
2011-08-19slub: free slabs without holding locksChristoph Lameter
2011-08-09slub: Fix partial count comparison confusionChristoph Lameter
2011-08-09slub: fix check_bytes() for slub debuggingAkinobu Mita
2011-08-09slub: Fix full list corruption if debugging is onChristoph Lameter
2011-07-31slub: use print_hex_dumpSebastian Andrzej Siewior
2011-07-30Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-25slub: When allocating a new slab also prep the first objectChristoph Lameter
2011-07-22Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody
2011-07-18slub: disable interrupts in cmpxchg_double_slab when falling back to pagelockChristoph Lameter
2011-07-07SLUB: Fix missing <linux/stacktrace.h> includePekka Enberg
2011-07-07slub: reduce overhead of slub_debugMarcin Slusarz
2011-07-07slub: Add method to verify memory is not freedBen Greear
2011-07-07slub: Enable backtrace for create/delete pointsBen Greear
2011-07-02slub: Not necessary to check for empty slab on load_freelistChristoph Lameter
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