summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-061-14/+12
|\
| * kmemtrace: trace kfree() calls with NULL or zero-length objectsPekka Enberg2009-04-031-2/+2
| * kmemtrace: use tracepointsEduard - Gabriel Munteanu2009-04-031-13/+11
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-7/+64
|\ \ | |/
| * Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-041-0/+4
| |\
| * \ Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar2009-02-131-0/+1
| |\ \
| * \ \ Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar2009-01-061-1/+1
| |\ \ \
| * | | | tracing/kmemtrace: fix typoIngo Molnar2008-12-311-1/+1
| * | | | Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2Ingo Molnar2008-12-311-72/+9
| |\ \ \ \
| | * \ \ \ Merge branch 'linus' into tracing/kmemtraceIngo Molnar2008-12-311-72/+9
| | |\ \ \ \
| * | | | | | tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free()Ingo Molnar2008-12-301-1/+1
| |/ / / / /
| * | | | | kmemtrace: move #include linesIngo Molnar2008-12-301-1/+1
| * | | | | kmemtrace: SLAB hooks.Eduard - Gabriel Munteanu2008-12-291-7/+64
| * | | | | SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu2008-12-291-4/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-051-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-311-1/+1
| |\ \ \ \ \ \
| | * | | | | | cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell2009-03-131-1/+1
| | | |_|_|/ / | | |/| | | |
* | | | | | | workqueue: add to_delayed_work() helper functionJean Delvare2009-04-021-2/+1
|/ / / / / /
* | | | | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-301-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-141-0/+4
| | |_|/ | |/| |
* | | | mm: Export symbol ksize()Kirill A. Shutemov2009-02-121-0/+1
|/ / /
* | | cpumask: convert mm/Rusty Russell2009-01-011-1/+1
| |/ |/|
* | Merge branch 'topic/failslab' into for-linusPekka Enberg2008-12-291-70/+5
|\ \
| * | SLUB: failslab supportAkinobu Mita2008-12-291-70/+5
| |/
| |
| \
*-. \ Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg2008-12-291-5/+7
|\ \ \
| | * | slab: Update the kmem_cache_create documentation regarding the name parameterCatalin Marinas2008-11-261-0/+2
| | |/
| * | slab: unsigned slabp->inuse cannot be less than 0roel kluin2008-11-261-1/+1
| * | SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu2008-11-261-4/+4
| |/
* | slab: remove GFP_THISNODE clearing from alloc_slabmgmt()Pekka Enberg2008-12-291-1/+1
|/
* proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan2008-10-231-1/+15
* proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan2008-10-231-1/+35
* mm: unexport ksizeAdrian Bunk2008-07-291-1/+0
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-6/+5
* Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-2/+2
|\
| * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-2/+2
* | slab: rename slab_destroy_objsRabin Vincent2008-07-151-11/+3
|/
* Slab: Fix memory leak in fallback_alloc()Christoph Lameter2008-06-211-1/+4
* mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-2/+2
* infrastructure to debug (dynamic) objectsThomas Gleixner2008-04-301-2/+8
* mm: move cache_line_size() to <linux/cache.h>Pekka Enberg2008-04-281-4/+0
* mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-281-1/+1
* mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-281-3/+5
* mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman2008-04-281-2/+1
* nodemask: use new node_to_cpumask_ptr functionMike Travis2008-04-191-3/+2
* slab: fix cache_cache bootstrap in kmem_cache_init()Daniel Yeisley2008-03-261-2/+2
* mm: fix various kernel-doc commentsRandy Dunlap2008-03-191-3/+2
* slab: NUMA slab allocator migration bugfixJoe Korty2008-03-061-3/+2
* slab - use angle brackets for include of kmalloc_sizes.hJoe Perches2008-03-061-1/+1
* slab numa fallback logic: Do not pass unfiltered flags to page allocatorChristoph Lameter2008-03-061-1/+1
* slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz2008-02-141-2/+1
OpenPOWER on IntegriCloud