91 Commits (e655a250d5fc12b6dfe0d436180ba4a3bfffdc9f)

Author SHA1 Message Date
Christoph Lameter 0718dc2a82 [PATCH] slab: fix memory leak in alloc_kmemlist 19 years ago
Christoph Lameter cafeb02e09 [PATCH] alloc_kmemlist: Some cleanup in preparation for a real memory leak fix 19 years ago
Christoph Lameter e00946fe23 [PATCH] slab: Bypass free lists for __drain_alien_cache() 19 years ago
Christoph Lameter 3ded175a4b [PATCH] slab: add transfer_objects() function 19 years ago
Pekka Enberg c5e3b83e97 [PATCH] mm: use kmem_cache_zalloc 19 years ago
Pekka Enberg a8c0f9a41f [PATCH] slab: introduce kmem_cache_zalloc allocator 19 years ago
Al Viro 871751e25d [PATCH] slab: implement /proc/slab_allocators 19 years ago
Paul Jackson b2455396be [PATCH] cpuset: memory_spread_slab drop useless PF_SPREAD_PAGE check 19 years ago
Paul Jackson c61afb181c [PATCH] cpuset memory spread slab cache optimizations 19 years ago
Paul Jackson 101a50019a [PATCH] cpuset memory spread slab cache implementation 19 years ago
Paul Jackson 442295c94b [PATCH] mm: slab cache interleave rotor fix 19 years ago
Christoph Lameter b18e7e654d [PATCH] slab: fix drain_array() so that it works correctly with the shared_array 19 years ago
Christoph Lameter 1b55253a7f [PATCH] slab: remove drain_array_locked 19 years ago
Christoph Lameter aab2207cf8 [PATCH] slab: make drain_array more universal by adding more parameters 19 years ago
Christoph Lameter 35386e3b0f [PATCH] slab: cache_reap(): further reduction in interrupt holdoff 19 years ago
Nick Piggin 84097518d1 [PATCH] mm: nommu use compound pages 19 years ago
Andrew Morton a07fa3944b [PATCH] slab: use on_each_cpu() 19 years ago
Christoph Lameter ac2b898ca6 [PATCH] slab: Remove SLAB_NO_REAP option 19 years ago
Randy Dunlap 911851e6ee [PATCH] slab: fix kernel-doc warnings 19 years ago
Ravikiran G Thirumalai b5d8ca7c50 [PATCH] slab: remove cachep->spinlock 19 years ago
Andrew Morton a737b3e2fc [PATCH] slab cleanup 19 years ago
Pekka Enberg f30cf7d13e [PATCH] slab: extract setup_cpu_cache 19 years ago
Pekka Enberg 8fea4e96a8 [PATCH] slab: object to index mapping cleanup 19 years ago
Nick Piggin f205b2fe62 [PATCH] mm: slab less atomics 19 years ago
Christoph Lameter 8fce4d8e3b [PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages. 19 years ago
Jack Steiner 07ed76b2a0 [PATCH] slab: allocate larger cache_cache if order 0 fails 19 years ago
Linus Torvalds f78bb8ad48 slab: fix calculate_slab_order() for SLAB_RECLAIM_ACCOUNT 19 years ago
Linus Torvalds 9888e6fa7b slab: clarify and fix calculate_slab_order() 19 years ago
Linus Torvalds 264132bc62 Fix "check_slabp" printout size calculation 19 years ago
Ravikiran G Thirumalai f0188f4748 [PATCH] slab: Avoid deadlock at kmem_cache_create/kmem_cache_destroy 19 years ago
Linus Torvalds 7a21ef6fe9 mm/slab.c (non-NUMA): Fix compile warning and clean up code 19 years ago
Ravikiran G Thirumalai 4484ebf12b [PATCH] NUMA slab locking fixes: fix cpu down and up locking 19 years ago
Ravikiran G Thirumalai ca3b9b9173 [PATCH] NUMA slab locking fixes: irq disabling from cahep->spinlock to l3 lock 19 years ago
Ravikiran G Thirumalai 2e1217cf96 [PATCH] NUMA slab locking fixes: move color_next to l3 19 years ago
Randy Dunlap ee13d785ea [PATCH] slab: fix sparse warning 19 years ago
Randy.Dunlap a70773ddb9 [PATCH] mm/slab: add kernel-doc for one function 19 years ago
Pekka Enberg 7fd6b14130 [PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLAB 19 years ago
Pekka Enberg 343e0d7a93 [PATCH] slab: replace kmem_cache_t with struct kmem_cache 19 years ago
Pekka Enberg 9a2dba4b49 [PATCH] slab: rename ac_data to cpu_cache_get 19 years ago
Pekka Enberg 6ed5eb2211 [PATCH] slab: extract virt_to_{cache|slab} 19 years ago
Pekka Enberg 5295a74cc0 [PATCH] slab: reduce inlining 19 years ago
Matthew Dobson 78d382d77c [PATCH] slab: extract slab_{put|get}_obj 19 years ago
Matthew Dobson 12dd36faec [PATCH] slab: extract slab_destroy_objs() 19 years ago
Steven Rostedt fbaccacff1 [PATCH] slab: cache_estimate cleanup 19 years ago
Steven Rostedt 5ec8a847bb [PATCH] slab: have index_of bug at compile time 19 years ago
Christoph Lameter 18f820f655 [PATCH] slab: minor cleanup to kmem_cache_alloc_node 19 years ago
Manfred Spraul 3dafccf227 [PATCH] slab: distinguish between object and buffer size 19 years ago
Benjamin LaHaise 9884fd8df1 [PATCH] Use 32 bit division in slab_put_obj() 19 years ago
Christoph Lameter 86c562a9d6 [PATCH] mm: optimize numa policy handling in slab allocator 19 years ago
Christoph Lameter dc85da15d4 [PATCH] NUMA policies in the slab allocator V2 19 years ago