summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-11slab: setup allocators earlier in the boot sequencePekka Enberg
2009-06-11kmemleak: Add the slub memory allocation/freeing hooksCatalin Marinas
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-05-06Merge branches 'topic/documentation', 'topic/slub/fixes' and 'topic/urgent' i...Pekka Enberg
2009-05-06mm: SLUB fix reclaim_stateNick Piggin
2009-04-23slub: enforce MAX_ORDERDavid Rientjes
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei
2009-04-03kmemtrace: trace kfree() calls with NULL or zero-length objectsPekka Enberg
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-03-24Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Pekka Enberg
2009-03-23slub: use get_track()Akinobu Mita
2009-03-04Merge branch 'core/locking' into tracing/ftraceIngo Molnar
2009-02-25slub: rename calculate_min_partial() to set_min_partial()David Rientjes
2009-02-23slub: add min_partial sysfs tunableDavid Rientjes
2009-02-23slub: move min_partial to struct kmem_cacheDavid Rientjes
2009-02-20Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/penb...Ingo Molnar
2009-02-20SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter
2009-02-20SLUB: Fix default slab order for big object sizesZhang Yanmin
2009-02-20SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin
2009-02-13Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar
2009-02-12mm: Export symbol ksize()Kirill A. Shutemov
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar
2009-01-28slub: fix per cpu kmem_cache_cpu array memory leakDavid Rientjes
2009-01-14SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free()Pekka Enberg
2009-01-11Merge commit 'v2.6.29-rc1' into tracing/urgentIngo Molnar
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer
2009-01-06Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar
2009-01-01cpumask: convert mm/Rusty Russell
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-31Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2Ingo Molnar
2008-12-31Merge branch 'linus' into tracing/kmemtraceIngo Molnar
2008-12-30tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIFrederic Weisbecker
2008-12-30kmemtrace: move #include linesIngo Molnar
2008-12-29Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2008-12-29kmemtrace: remove unnecessary castsPekka Enberg
2008-12-29kmemtrace: SLUB hooks for caller-tracking functions.Eduard - Gabriel Munteanu
2008-12-29kmemtrace: SLUB hooks.Eduard - Gabriel Munteanu
2008-12-29SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu
2008-12-29Merge branch 'topic/failslab' into for-linusPekka Enberg
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg
2008-12-29slub: avoid leaking caches or refcounts on sysfs errorDavid Rientjes
2008-12-29slub: Add might_sleep_if() to slab_alloc()OGAWA Hirofumi
2008-12-29SLUB: failslab supportAkinobu Mita
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins