summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* SLAB: don't allocate empty shared cachesEric Dumazet2007-05-071-11/+15
* SLAB: use num_possible_cpus() in enable_cpucache()Eric Dumazet2007-05-071-3/+1
* slab: ensure cache_alloc_refill terminatesPekka Enberg2007-05-071-0/+8
* slab: introduce kreallocPekka Enberg2007-05-071-1/+48
* [PATCH] x86-64: skip cache_free_alien() on non NUMASiddha, Suresh B2007-05-021-2/+5
* [PATCH] SLAB: Mention slab name when listing corrupt objectsDavid Howells2007-04-041-2/+2
* [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap2007-03-011-1/+1
* [PATCH] slab: reduce size of alien cache to cover only possible nodesChristoph Lameter2007-02-201-1/+1
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-1/+1
* [PATCH] lockdep: also check for freed locks in kmem_cache_free()Ingo Molnar2007-02-111-0/+1
* [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter2007-02-111-7/+13
* [PATCH] slab: use parameter passed to cache_reap to determine pointer to work...Christoph Lameter2007-02-111-8/+7
* [PATCH] slab: cache alloc cleanupsPekka Enberg2007-02-111-90/+110
* [PATCH] slab: remove broken PageSlab check from kfree_debugcheckPekka Enberg2007-02-111-8/+0
* [PATCH] fix BUG_ON(!PageSlab) from fallback_allocHugh Dickins2007-01-051-2/+2
* [PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap2006-12-221-0/+1
* [PATCH] slab: fix kmem_ptr_validate definitionChristoph Lameter2006-12-221-1/+1
* [PATCH] SLAB: use a multiply instead of a divide in obj_to_index()Eric Dumazet2006-12-131-3/+15
* [PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson2006-12-131-1/+1
* [PATCH] More slab.h cleanupsChristoph Lameter2006-12-131-1/+1
* [PATCH] slab: fix sleeping in atomic bugChristoph Lameter2006-12-131-0/+6
* [PATCH] user of the jiffies rounding patch: SlabArjan van de Ven2006-12-101-3/+5
* [PATCH] fault-injection: defaults likely to please a new userDon Mullis2006-12-081-0/+1
* [PATCH] fault-injection capability for kmallocAkinobu Mita2006-12-081-0/+77
* [PATCH] mm: fallback_alloc cpuset_zone_allowed irq fixPaul Jackson2006-12-081-1/+1
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-2/+2
* [PATCH] slab: use probe_kernel_address()Andrew Morton2006-12-071-5/+2
* [PATCH] slab: better fallback allocation behaviorChristoph Lameter2006-12-071-22/+57
* [PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_nodeChristoph Lameter2006-12-071-12/+28
* [PATCH] slab: remove SLAB_DMAChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_LEVEL_MASKChristoph Lameter2006-12-071-2/+2
OpenPOWER on IntegriCloud