aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-14/+12
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+64
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-1/+1
2009-04-03kmemtrace: trace kfree() calls with NULL or zero-length objectsPekka Enberg1-2/+2
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu1-13/+11
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare1-2/+1
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipRusty Russell1-1/+1
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell1-1/+1
2009-03-04Merge branch 'core/locking' into tracing/ftraceIngo Molnar1-0/+4
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin1-0/+4
2009-02-13Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/coreIngo Molnar1-0/+1
2009-02-12mm: Export symbol ksize()Kirill A. Shutemov1-0/+1
2009-01-06Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar1-1/+1
2009-01-01cpumask: convert mm/Rusty Russell1-1/+1
2008-12-31tracing/kmemtrace: fix typoIngo Molnar1-1/+1
2008-12-31Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2Ingo Molnar1-72/+9
2008-12-31Merge branch 'linus' into tracing/kmemtraceIngo Molnar1-72/+9
2008-12-30tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free()Ingo Molnar1-1/+1
2008-12-30kmemtrace: move #include linesIngo Molnar1-1/+1
2008-12-29kmemtrace: SLAB hooks.Eduard - Gabriel Munteanu1-7/+64
2008-12-29SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu1-4/+4
2008-12-29Merge branch 'topic/failslab' into for-linusPekka Enberg1-70/+5
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into for-linusPekka Enberg1-5/+7
2008-12-29slab: remove GFP_THISNODE clearing from alloc_slabmgmt()Pekka Enberg1-1/+1
2008-12-29SLUB: failslab supportAkinobu Mita1-70/+5
2008-11-26slab: Update the kmem_cache_create documentation regarding the name parameterCatalin Marinas1-0/+2
2008-11-26slab: unsigned slabp->inuse cannot be less than 0roel kluin1-1/+1
2008-11-26SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu1-4/+4
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan1-1/+15
2008-10-23proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan1-1/+35
2008-07-29mm: unexport ksizeAdrian Bunk1-1/+0
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-6/+5
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-2/+2
2008-07-15slab: rename slab_destroy_objsRabin Vincent1-11/+3
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-2/+2
2008-06-21Slab: Fix memory leak in fallback_alloc()Christoph Lameter1-1/+4
2008-04-30mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner1-2/+8
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg1-4/+0
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-1/+1
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-3/+5
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman1-2/+1
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis1-3/+2
2008-03-26slab: fix cache_cache bootstrap in kmem_cache_init()Daniel Yeisley1-2/+2
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap1-3/+2
2008-03-06slab: NUMA slab allocator migration bugfixJoe Korty1-3/+2
2008-03-06slab - use angle brackets for include of kmalloc_sizes.hJoe Perches1-1/+1
2008-03-06slab numa fallback logic: Do not pass unfiltered flags to page allocatorChristoph Lameter1-1/+1
2008-02-14slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz1-2/+1