summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-1/+1
* SLAB: Fix lockdep annotationsPekka Enberg2009-06-291-3/+3
* fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney2009-06-261-1/+1
* mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt2009-06-181-13/+2
*-. Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Pekka Enberg2009-06-171-0/+9
|\ \
| | * slab: fix generic PAGE_POISONING conflict with SLAB_RED_ZONERon Lee2009-05-221-0/+9
| |/
* | Merge branch 'akpm'Linus Torvalds2009-06-161-7/+4
|\ \
| * | page allocator: slab: use nr_online_nodes to check for a NUMA platformMel Gorman2009-06-161-5/+2
| * | page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-161-2/+2
* | | Merge commit 'linus/master' into HEADVegard Nossum2009-06-151-11/+30
|\ \ \ | |/ /
| * | slab: setup cpu caches later on when interrupts are enabledPekka Enberg2009-06-121-18/+19
| * | slab,slub: don't enable interrupts during early bootPekka Enberg2009-06-121-0/+18
| * | slab: fix gfp flag in setup_cpu_cache()Pekka Enberg2009-06-121-1/+1
* | | kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-151-5/+10
* | | slab: add hooks for kmemcheckPekka Enberg2009-06-151-2/+18
* | | slab: move struct kmem_cache to headersPekka Enberg2009-06-131-81/+0
|/ /
* | Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-111-2/+30
|\ \
| * | kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas2009-06-111-2/+30
* | | slab: setup allocators earlier in the boot sequencePekka Enberg2009-06-111-40/+45
|/ /
* | tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei2009-04-121-1/+1
|/
* 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
OpenPOWER on IntegriCloud