aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2009-03-24Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Gravatar Pekka Enberg 1-30/+52
2009-03-23slub: use get_track()Gravatar Akinobu Mita 1-7/+1
2009-02-25slub: rename calculate_min_partial() to set_min_partial()Gravatar David Rientjes 1-3/+3
2009-02-23slub: add min_partial sysfs tunableGravatar David Rientjes 1-0/+21
2009-02-23slub: move min_partial to struct kmem_cacheGravatar David Rientjes 1-13/+16
2009-02-20SLUB: Fix default slab order for big object sizesGravatar Zhang Yanmin 1-1/+5
2009-02-20SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsGravatar Christoph Lameter 1-8/+8
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Gravatar Nick Piggin 1-0/+1
2009-02-12mm: Export symbol ksize()Gravatar Kirill A. Shutemov 1-0/+1
2009-01-28slub: fix per cpu kmem_cache_cpu array memory leakGravatar David Rientjes 1-1/+1
2009-01-14SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free()Gravatar Pekka Enberg 1-1/+1
2009-01-06trivial: fix an -> a typos in documentation and commentsGravatar Frederik Schwarzer 1-1/+1
2009-01-01cpumask: convert mm/Gravatar Rusty Russell 1-9/+11
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Rusty Russell 1-41/+57
2008-12-29Merge branch 'topic/failslab' into for-linusGravatar Pekka Enberg 1-0/+5
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Gravatar Pekka Enberg 1-39/+40
2008-12-29slub: avoid leaking caches or refcounts on sysfs errorGravatar David Rientjes 1-2/+11
2008-12-29slub: Add might_sleep_if() to slab_alloc()Gravatar OGAWA Hirofumi 1-0/+1
2008-12-29SLUB: failslab supportGravatar Akinobu Mita 1-0/+4
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Gravatar Rusty Russell 1-1/+1
2008-12-10KSYM_SYMBOL_LEN fixesGravatar Hugh Dickins 1-1/+1
2008-12-08slub: Fix incorrect use of looseGravatar Nick Andrew 1-2/+2
2008-12-01memcg: memory hotplug fix for notifier callbackGravatar KAMEZAWA Hiroyuki 1-2/+4
2008-11-26slub: make early_kmem_cache_node_alloc voidGravatar David Rientjes 1-5/+2
2008-11-26slub - fix get_object_page commentGravatar Cyrill Gorcunov 1-1/+1
2008-11-26SLUB: Replace __builtin_return_address(0) with _RET_IP_.Gravatar Eduard - Gabriel Munteanu 1-24/+24
2008-11-26SLUB: cleanup - define macros instead of hardcoded numbersGravatar Cyrill Gorcunov 1-7/+11
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cGravatar Alexey Dobriyan 1-9/+20
2008-09-15slub: fixed uninitialized counter in struct kmem_cache_nodeGravatar Salman Qazi 1-0/+1
2008-08-20slub: Disable NUMA remote node defragmentation by defaultGravatar Christoph Lameter 1-2/+2
2008-08-05SLUB: dynamic per-cache MIN_PARTIALGravatar Pekka Enberg 1-7/+19
2008-07-29mm: unexport ksizeGravatar Adrian Bunk 1-1/+0
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-7/+6
2008-07-24slub: record page flag overlays explicitlyGravatar Andy Whitcroft 1-48/+17
2008-07-19slub: dump more data on slab corruptionGravatar Pekka Enberg 1-1/+1
2008-07-16SLUB: simplify re on_each_cpu()Gravatar Alexey Dobriyan 1-8/+0
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusGravatar Ingo Molnar 1-1/+1
2008-07-15slub: current is always validGravatar Alexey Dobriyan 1-1/+1
2008-07-15slub: Add check for kfree() of non slab objects.Gravatar Christoph Lameter 1-0/+1
2008-07-14Start using the new '%pS' infrastructure to print symbolsGravatar Linus Torvalds 1-3/+2
2008-07-10slub: Fix use-after-preempt of per-CPU data structureGravatar Dmitry Adamushko 1-1/+3
2008-07-04Christoph has movedGravatar Christoph Lameter 1-1/+1
2008-07-03slub: Do not use 192 byte sized cache if minimum alignment is 128 byteGravatar Christoph Lameter 1-2/+10
2008-06-26on_each_cpu(): kill unused 'retry' parameterGravatar Jens Axboe 1-1/+1
2008-05-22slub: ksize() abuse checksGravatar Pekka Enberg 1-2/+3
2008-05-08slub: fix atomic usage in any_slab_objects()Gravatar Benjamin Herrenschmidt 1-1/+1
2008-05-02slub: #ifdef simplificationGravatar Christoph Lameter 1-4/+2
2008-05-02slub: Whitespace cleanup and use of strict_strtoulGravatar Christoph Lameter 1-13/+25
2008-05-01remove div_long_long_remGravatar Roman Zippel 1-5/+4