summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpu hotplug: slab: cleanup cpuup_callback()Akinobu Mita2007-10-181-143/+160
* Delete gcc-2.95 compatible structure definition.Robert P. J. Day2007-10-171-2/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-6/+5
* Group short-lived and reclaimable kernel allocationsMel Gorman2007-10-161-0/+2
* Categorize GFP flagsChristoph Lameter2007-10-161-4/+4
* Memoryless nodes: Slab supportChristoph Lameter2007-10-161-4/+4
* Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter2007-10-161-1/+2
* slab: skip calling cache_free_alien() when the platform is not numa capableSiddha, Suresh B2007-08-221-2/+12
* slab: correctly handle __GFP_ZEROAndrew Morton2007-07-241-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-10/+7
* Fix up non-NUMA SLAB configuration for zero-sized allocationsLinus Torvalds2007-07-191-2/+2