aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
* cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy2008-01-251-7/+11
* slab: fix bootstrap on memoryless nodePekka Enberg2008-01-251-23/+23
* slab: partially revert list3 changesMel Gorman2008-01-241-3/+3
* Unify /proc/slabinfo configurationLinus Torvalds2008-01-021-1/+1
* Add EXPORT_SYMBOL(ksize);Tetsuo Handa2007-12-051-0/+1
* Fix kmem_cache_free performance regression in slabMatthew Wilcox2007-11-301-2/+2
* slab: fix typo in allocation failure handlingAkinobu Mita2007-11-141-1/+1
* spelling fixes: mm/Simon Arlott2007-10-201-3/+3
* cpu hotplug: slab: fix memory leak in cpu hotplug error pathAkinobu Mita2007-10-181-2/+8