aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAge
* mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt2009-06-18
*-. Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Pekka Enberg2009-06-17
|\ \
| | * slab: fix generic PAGE_POISONING conflict with SLAB_RED_ZONERon Lee2009-05-22
| |/
* | Merge branch 'akpm'Linus Torvalds2009-06-16
|\ \
| * | page allocator: slab: use nr_online_nodes to check for a NUMA platformMel Gorman2009-06-16
| * | page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-16
* | | Merge commit 'linus/master' into HEADVegard Nossum2009-06-15
|\| |
| * | slab: setup cpu caches later on when interrupts are enabledPekka Enberg2009-06-12
| * | slab,slub: don't enable interrupts during early bootPekka Enberg2009-06-12
| * | slab: fix gfp flag in setup_cpu_cache()Pekka Enberg2009-06-12
* | | kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-15
* | | slab: add hooks for kmemcheckPekka Enberg2009-06-15
* | | slab: move struct kmem_cache to headersPekka Enberg2009-06-13
|/ /
* | Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-11
|\ \
| * | kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas2009-06-11
* | | slab: setup allocators earlier in the boot sequencePekka Enberg2009-06-11
|/ /
* / tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei2009-04-12
|/
* Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-06
|\
| * kmemtrace: trace kfree() calls with NULL or zero-length objectsPekka Enberg2009-04-03
| * kmemtrace: use tracepointsEduard - Gabriel Munteanu2009-04-03
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-05
|\|
| * Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-04
| |\
| * \ Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar2009-02-13
| |\ \
| * \ \ Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar2009-01-06
| |\ \ \
| * | | | tracing/kmemtrace: fix typoIngo Molnar2008-12-31
| * | | | Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2Ingo Molnar2008-12-31
| |\ \ \ \
| | * \ \ \ Merge branch 'linus' into tracing/kmemtraceIngo Molnar2008-12-31
| | |\ \ \ \
| * | | | | | tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free()Ingo Molnar2008-12-30
| |/ / / / /
| * | | | | kmemtrace: move #include linesIngo Molnar2008-12-30
| * | | | | kmemtrace: SLAB hooks.Eduard - Gabriel Munteanu2008-12-29
| * | | | | SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu2008-12-29
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-05
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-30
| |\ \ \ \ \ \
| | * | | | | | cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell2009-03-13
| | | |_|_|/ / | | |/| | | |
* | / | | | | workqueue: add to_delayed_work() helper functionJean Delvare2009-04-02
|/ / / / / /
* | | | | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-30
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-14
| | |_|/ | |/| |
* / | | mm: Export symbol ksize()Kirill A. Shutemov2009-02-12
|/ / /
* | / cpumask: convert mm/Rusty Russell2008-12-31
| |/ |/|
* | Merge branch 'topic/failslab' into for-linusPekka Enberg2008-12-29
|\ \
| * | SLUB: failslab supportAkinobu Mita2008-12-29
| |/
| |
| \
*-. \ Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg2008-12-29
|\ \ \
| | * | slab: Update the kmem_cache_create documentation regarding the name parameterCatalin Marinas2008-11-26
| | |/
| * | slab: unsigned slabp->inuse cannot be less than 0roel kluin2008-11-26
| * | SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu2008-11-26
| |/
* / slab: remove GFP_THISNODE clearing from alloc_slabmgmt()Pekka Enberg2008-12-29
|/
* proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan2008-10-23
* proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan2008-10-23
* mm: unexport ksizeAdrian Bunk2008-07-29
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26