aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2012-06-10slub: fix a memory leak in get_partial_node()Joonsoo Kim
2012-05-17slub: missing test for partial pages flush work in flush_all()majianpeng
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28slub: only IPI CPUs that have per cpu obj to flushGilad Ben-Yossef
2012-03-28Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-02-18slub: per cpu partial statistics changeAlex Shi
2012-02-10slub: include include for prefetchChristoph Lameter
2012-02-06slub: Do not hold slub_lock when calling sysfs_slab_add()Christoph Lameter
2012-01-24slub: prefetch next freelist pointer in slab_alloc()Eric Dumazet
2012-01-12mm,x86,um: move CMPXCHG_DOUBLE config optionHeiko Carstens
2012-01-12mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens
2012-01-11Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-01-11Merge branch 'slab/urgent' into slab/for-linusPekka Enberg
2012-01-10slub: min order when debug_guardpage_minorder > 0Stanislaw Gruszka
2012-01-10slub: disallow changing cpu_partial from userspace for debug cachesDavid Rientjes
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2012-01-04x86: Fix and improve cmpxchg_double{,_local}()Jan Beulich
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter
2011-12-13slub: add missed accountingShaohua Li
2011-12-13slub: Extract get_freelist from __slab_allocChristoph Lameter
2011-12-13slub: Switch per cpu partial page support off for debuggingChristoph Lameter
2011-12-13slub: fix a possible memleak in __slab_alloc()Eric Dumazet
2011-11-27slub: add missed accountingShaohua Li
2011-11-27Merge branch 'slab/urgent' into slab/nextPekka Enberg
2011-11-24slub: avoid potential NULL dereference or corruptionEric Dumazet
2011-11-24slub: use irqsafe_cpu_cmpxchg for put_cpu_partialChristoph Lameter
2011-11-16slub: add taint flag outputting to debug pathsDave Jones
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