aboutsummaryrefslogtreecommitdiff
path: root/mm/slab.c
AgeCommit message (Expand)Author
2009-02-12mm: Export symbol ksize()Kirill A. Shutemov
2009-01-01cpumask: convert mm/Rusty Russell
2008-12-29Merge branch 'topic/failslab' into for-linusPekka Enberg
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg
2008-12-29slab: remove GFP_THISNODE clearing from alloc_slabmgmt()Pekka Enberg
2008-12-29SLUB: failslab supportAkinobu Mita
2008-11-26slab: Update the kmem_cache_create documentation regarding the name parameterCatalin Marinas
2008-11-26slab: unsigned slabp->inuse cannot be less than 0roel kluin
2008-11-26SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan
2008-10-23proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan
2008-07-29mm: unexport ksizeAdrian Bunk
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-07-15slab: rename slab_destroy_objsRabin Vincent
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-06-21Slab: Fix memory leak in fallback_alloc()Christoph Lameter
2008-04-30mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis
2008-03-26slab: fix cache_cache bootstrap in kmem_cache_init()Daniel Yeisley
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap
2008-03-06slab: NUMA slab allocator migration bugfixJoe Korty
2008-03-06slab - use angle brackets for include of kmalloc_sizes.hJoe Perches
2008-03-06slab numa fallback logic: Do not pass unfiltered flags to page allocatorChristoph Lameter
2008-02-14slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy
2008-01-25slab: fix bootstrap on memoryless nodePekka Enberg
2008-01-24slab: partially revert list3 changesMel Gorman
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds
2007-12-05Add EXPORT_SYMBOL(ksize);Tetsuo Handa
2007-11-30Fix kmem_cache_free performance regression in slabMatthew Wilcox
2007-11-14slab: fix typo in allocation failure handlingAkinobu Mita
2007-10-20spelling fixes: mm/Simon Arlott
2007-10-18cpu hotplug: slab: fix memory leak in cpu hotplug error pathAkinobu Mita
2007-10-18cpu hotplug: slab: cleanup cpuup_callback()Akinobu Mita
2007-10-17Delete gcc-2.95 compatible structure definition.Robert P. J. Day
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman
2007-10-16Categorize GFP flagsChristoph Lameter
2007-10-16Memoryless nodes: Slab supportChristoph Lameter
2007-10-16Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter
2007-08-22slab: skip calling cache_free_alien() when the platform is not numa capableSiddha, Suresh B
2007-07-24slab: correctly handle __GFP_ZEROAndrew Morton
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19Fix up non-NUMA SLAB configuration for zero-sized allocationsLinus Torvalds