summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
AgeCommit message (Expand)AuthorLines
2008-04-30mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison-2/+2
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner-2/+8
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg-4/+0
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman-1/+1
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman-3/+5
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman-2/+1
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis-3/+2
2008-03-26slab: fix cache_cache bootstrap in kmem_cache_init()Daniel Yeisley-2/+2
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap-3/+2
2008-03-06slab: NUMA slab allocator migration bugfixJoe Korty-3/+2
2008-03-06slab - use angle brackets for include of kmalloc_sizes.hJoe Perches-1/+1
2008-03-06slab numa fallback logic: Do not pass unfiltered flags to page allocatorChristoph Lameter-1/+1
2008-02-14slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz-2/+1
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy-7/+11
2008-01-25slab: fix bootstrap on memoryless nodePekka Enberg-23/+23
2008-01-24slab: partially revert list3 changesMel Gorman-3/+3
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds-1/+1
2007-12-05Add EXPORT_SYMBOL(ksize);Tetsuo Handa-0/+1
2007-11-30Fix kmem_cache_free performance regression in slabMatthew Wilcox-2/+2
2007-11-14slab: fix typo in allocation failure handlingAkinobu Mita-1/+1
2007-10-20spelling fixes: mm/Simon Arlott-3/+3
2007-10-18cpu hotplug: slab: fix memory leak in cpu hotplug error pathAkinobu Mita-2/+8
2007-10-18cpu hotplug: slab: cleanup cpuup_callback()Akinobu Mita-143/+160
2007-10-17Delete gcc-2.95 compatible structure definition.Robert P. J. Day-2/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-6/+5
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman-0/+2
2007-10-16Categorize GFP flagsChristoph Lameter-4/+4
2007-10-16Memoryless nodes: Slab supportChristoph Lameter-4/+4
2007-10-16Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter-1/+2
2007-08-22slab: skip calling cache_free_alien() when the platform is not numa capableSiddha, Suresh B-2/+12
2007-07-24slab: correctly handle __GFP_ZEROAndrew Morton-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-10/+7
2007-07-19Fix up non-NUMA SLAB configuration for zero-sized allocationsLinus Torvalds-2/+2
2007-07-19FRV: work around a possible compiler bugDavid Howells-1/+1
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo-1/+1
2007-07-17Slab allocators: Cleanup zeroing allocationsChristoph Lameter-17/+0
2007-07-17Slab allocators: support __GFP_ZERO in all allocatorsChristoph Lameter-1/+7
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter-5/+8
2007-07-17Slab allocators: consolidate code for krealloc in mm/util.cChristoph Lameter-46/+0
2007-07-16mm/slab.c: start_cpu_timer() should be __cpuinitAdrian Bunk-1/+1
2007-07-16Make /proc/slabinfo use seq_list_xxx helpersPavel Emelianov-24/+6
2007-07-05Fix slab redzone alignmentDavid Woodhouse-9/+23
2007-07-01SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 releaseChristoph Lameter-1/+0
2007-06-08slab: fix alien cache handlingChristoph Lameter-1/+1
2007-05-19mm/slab: fix section mismatch warningSam Ravnborg-1/+1
2007-05-17Slab allocators: define common size limitationsChristoph Lameter-17/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-7/+5
2007-05-17slab: warn on zero-length allocationsChristoph Lameter-0/+1
2007-05-17Slab allocators: Drop support for destructorsChristoph Lameter-25/+2
2007-05-09Move remote node draining out of slab allocatorsChristoph Lameter-6/+0