aboutsummaryrefslogtreecommitdiff
path: root/mm/slab.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cGravatar Alexey Dobriyan 1-1/+15
2008-10-23proc: move /proc/slab_allocators boilerplate to mm/slab.cGravatar Alexey Dobriyan 1-1/+35
2008-07-29mm: unexport ksizeGravatar Adrian Bunk 1-1/+0
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-6/+5
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusGravatar Ingo Molnar 1-2/+2
2008-07-15slab: rename slab_destroy_objsGravatar Rabin Vincent 1-11/+3
2008-06-26on_each_cpu(): kill unused 'retry' parameterGravatar Jens Axboe 1-2/+2
2008-06-21Slab: Fix memory leak in fallback_alloc()Gravatar Christoph Lameter 1-1/+4
2008-04-30mm: remove remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-2/+2
2008-04-30infrastructure to debug (dynamic) objectsGravatar Thomas Gleixner 1-2/+8
2008-04-28mm: move cache_line_size() to <linux/cache.h>Gravatar Pekka Enberg 1-4/+0
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxGravatar Mel Gorman 1-1/+1
2008-04-28mm: use two zonelist that are filtered by GFP maskGravatar Mel Gorman 1-3/+5
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskGravatar Mel Gorman 1-2/+1
2008-04-19nodemask: use new node_to_cpumask_ptr functionGravatar Mike Travis 1-3/+2
2008-03-26slab: fix cache_cache bootstrap in kmem_cache_init()Gravatar Daniel Yeisley 1-2/+2
2008-03-19mm: fix various kernel-doc commentsGravatar Randy Dunlap 1-3/+2
2008-03-06slab: NUMA slab allocator migration bugfixGravatar Joe Korty 1-3/+2
2008-03-06slab - use angle brackets for include of kmalloc_sizes.hGravatar Joe Perches 1-1/+1
2008-03-06slab numa fallback logic: Do not pass unfiltered flags to page allocatorGravatar Christoph Lameter 1-1/+1
2008-02-14slab: avoid double initialization & do initialization in 1 placeGravatar Marcin Slusarz 1-2/+1
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gravatar Gautham R Shenoy 1-7/+11
2008-01-25slab: fix bootstrap on memoryless nodeGravatar Pekka Enberg 1-23/+23
2008-01-24slab: partially revert list3 changesGravatar Mel Gorman 1-3/+3
2008-01-02Unify /proc/slabinfo configurationGravatar Linus Torvalds 1-1/+1
2007-12-05Add EXPORT_SYMBOL(ksize);Gravatar Tetsuo Handa 1-0/+1
2007-11-30Fix kmem_cache_free performance regression in slabGravatar Matthew Wilcox 1-2/+2
2007-11-14slab: fix typo in allocation failure handlingGravatar Akinobu Mita 1-1/+1
2007-10-20spelling fixes: mm/Gravatar Simon Arlott 1-3/+3
2007-10-18cpu hotplug: slab: fix memory leak in cpu hotplug error pathGravatar Akinobu Mita 1-2/+8
2007-10-18cpu hotplug: slab: cleanup cpuup_callback()Gravatar Akinobu Mita 1-143/+160
2007-10-17Delete gcc-2.95 compatible structure definition.Gravatar Robert P. J. Day 1-2/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-6/+5
2007-10-16Group short-lived and reclaimable kernel allocationsGravatar Mel Gorman 1-0/+2
2007-10-16Categorize GFP flagsGravatar Christoph Lameter 1-4/+4
2007-10-16Memoryless nodes: Slab supportGravatar Christoph Lameter 1-4/+4
2007-10-16Slab allocators: fail if ksize is called with a NULL parameterGravatar Christoph Lameter 1-1/+2
2007-08-22slab: skip calling cache_free_alien() when the platform is not numa capableGravatar Siddha, Suresh B 1-2/+12
2007-07-24slab: correctly handle __GFP_ZEROGravatar Andrew Morton 1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-10/+7
2007-07-19Fix up non-NUMA SLAB configuration for zero-sized allocationsGravatar Linus Torvalds 1-2/+2
2007-07-19FRV: work around a possible compiler bugGravatar David Howells 1-1/+1
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Gravatar Tejun Heo 1-1/+1
2007-07-17Slab allocators: Cleanup zeroing allocationsGravatar Christoph Lameter 1-17/+0
2007-07-17Slab allocators: support __GFP_ZERO in all allocatorsGravatar Christoph Lameter 1-1/+7
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsGravatar Christoph Lameter 1-5/+8
2007-07-17Slab allocators: consolidate code for krealloc in mm/util.cGravatar Christoph Lameter 1-46/+0
2007-07-16mm/slab.c: start_cpu_timer() should be __cpuinitGravatar Adrian Bunk 1-1/+1
2007-07-16Make /proc/slabinfo use seq_list_xxx helpersGravatar Pavel Emelianov 1-24/+6
2007-07-05Fix slab redzone alignmentGravatar David Woodhouse 1-9/+23