summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 releaseChristoph Lameter2007-07-011-1/+0
* slab: fix alien cache handlingChristoph Lameter2007-06-081-1/+1
* mm/slab: fix section mismatch warningSam Ravnborg2007-05-191-1/+1
* Slab allocators: define common size limitationsChristoph Lameter2007-05-171-17/+2
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-7/+5
* slab: warn on zero-length allocationsChristoph Lameter2007-05-171-0/+1
* Slab allocators: Drop support for destructorsChristoph Lameter2007-05-171-25/+2
* Move remote node draining out of slab allocatorsChristoph Lameter2007-05-091-6/+0
* vmstat: use our own timer eventsChristoph Lameter2007-05-091-1/+0
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+6
* slab: shut down cache_reaper when cpu goes downChristoph Lameter2007-05-091-0/+14
* slab: use CPU_LOCK_[ACQUIRE|RELEASE]Heiko Carstens2007-05-091-8/+5
* krealloc: fix kerneldoc commentsPekka J Enberg2007-05-091-1/+0
* Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan2007-05-081-7/+3
* Increase slab redzone to 64bitsDavid Woodhouse2007-05-081-19/+23
* Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter2007-05-071-4/+2
* slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter2007-05-071-15/+2
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-18/+2
* fault injection: fix failslab with CONFIG_NUMAAkinobu Mita2007-05-071-4/+7
* slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter2007-05-071-2/+2
* include KERN_* constant in printk() calls in mm/slab.cmatze2007-05-071-3/+6
* Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter2007-05-071-5/+4
* Make page->private usable in compound pagesChristoph Lameter2007-05-071-4/+2
* slab: mark set_up_list3s() __initAndrew Morton2007-05-071-1/+1
* slab: NUMA kmem_cache dietEric Dumazet2007-05-071-4/+20