aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-03-24Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', 'topic/slub/cleanups' and 'topic/slub/perf' into for-linusPekka Enberg1-30/+52
2009-03-23slub: use get_track()Akinobu Mita1-7/+1
2009-02-25slub: rename calculate_min_partial() to set_min_partial()David Rientjes1-3/+3
2009-02-23slub: add min_partial sysfs tunableDavid Rientjes1-0/+21
2009-02-23slub: move min_partial to struct kmem_cacheDavid Rientjes1-13/+16
2009-02-20SLUB: Fix default slab order for big object sizesZhang Yanmin1-1/+5
2009-02-20SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter1-8/+8
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin1-0/+1
2009-02-12mm: Export symbol ksize()Kirill A. Shutemov1-0/+1
2009-01-28slub: fix per cpu kmem_cache_cpu array memory leakDavid Rientjes1-1/+1
2009-01-14SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free()Pekka Enberg1-1/+1
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer1-1/+1
2009-01-01cpumask: convert mm/Rusty Russell1-9/+11
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell1-41/+57
2008-12-29Merge branch 'topic/failslab' into for-linusPekka Enberg1-0/+5
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into for-linusPekka Enberg1-39/+40
2008-12-29slub: avoid leaking caches or refcounts on sysfs errorDavid Rientjes1-2/+11
2008-12-29slub: Add might_sleep_if() to slab_alloc()OGAWA Hirofumi1-0/+1
2008-12-29SLUB: failslab supportAkinobu Mita1-0/+4
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-1/+1
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins1-1/+1
2008-12-08slub: Fix incorrect use of looseNick Andrew1-2/+2
2008-12-01memcg: memory hotplug fix for notifier callbackKAMEZAWA Hiroyuki1-2/+4
2008-11-26slub: make early_kmem_cache_node_alloc voidDavid Rientjes1-5/+2
2008-11-26slub - fix get_object_page commentCyrill Gorcunov1-1/+1
2008-11-26SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu1-24/+24
2008-11-26SLUB: cleanup - define macros instead of hardcoded numbersCyrill Gorcunov1-7/+11
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan1-9/+20
2008-09-15slub: fixed uninitialized counter in struct kmem_cache_nodeSalman Qazi1-0/+1
2008-08-20slub: Disable NUMA remote node defragmentation by defaultChristoph Lameter1-2/+2
2008-08-05SLUB: dynamic per-cache MIN_PARTIALPekka Enberg1-7/+19
2008-07-29mm: unexport ksizeAdrian Bunk1-1/+0
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-7/+6
2008-07-24slub: record page flag overlays explicitlyAndy Whitcroft1-48/+17
2008-07-19slub: dump more data on slab corruptionPekka Enberg1-1/+1
2008-07-16SLUB: simplify re on_each_cpu()Alexey Dobriyan1-8/+0
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-15slub: current is always validAlexey Dobriyan1-1/+1
2008-07-15slub: Add check for kfree() of non slab objects.Christoph Lameter1-0/+1
2008-07-14Start using the new '%pS' infrastructure to print symbolsLinus Torvalds1-3/+2
2008-07-10slub: Fix use-after-preempt of per-CPU data structureDmitry Adamushko1-1/+3
2008-07-04Christoph has movedChristoph Lameter1-1/+1
2008-07-03slub: Do not use 192 byte sized cache if minimum alignment is 128 byteChristoph Lameter1-2/+10
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-05-22slub: ksize() abuse checksPekka Enberg1-2/+3
2008-05-08slub: fix atomic usage in any_slab_objects()Benjamin Herrenschmidt1-1/+1
2008-05-02slub: #ifdef simplificationChristoph Lameter1-4/+2
2008-05-02slub: Whitespace cleanup and use of strict_strtoulChristoph Lameter1-13/+25
2008-05-01remove div_long_long_remRoman Zippel1-5/+4