summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* FRV: work around a possible compiler bugDavid Howells2007-07-191-1/+1
* kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo2007-07-171-1/+1
* Slab allocators: Cleanup zeroing allocationsChristoph Lameter2007-07-171-17/+0
* Slab allocators: support __GFP_ZERO in all allocatorsChristoph Lameter2007-07-171-1/+7
* Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter2007-07-171-5/+8
* Slab allocators: consolidate code for krealloc in mm/util.cChristoph Lameter2007-07-171-46/+0
* mm/slab.c: start_cpu_timer() should be __cpuinitAdrian Bunk2007-07-161-1/+1
* Make /proc/slabinfo use seq_list_xxx helpersPavel Emelianov2007-07-161-24/+6
* Fix slab redzone alignmentDavid Woodhouse2007-07-051-9/+23