[PATCH] mm: slab: eliminate lock_cpu_hotplug from slab
[safe/jmp/linux-2.6] / mm / slab.c
2006-12-07 Ravikiran G Thirumalai[PATCH] mm: slab: eliminate lock_cpu_hotplug from slab
2006-12-07 Kevin Hilman[PATCH] slab debug and ARCH_SLAB_MINALIGN don't get...
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-11-22 David HowellsWorkStruct: Separate delayable and non-delayable events.
2006-11-03 Daniel Yeisley[PATCH] init_reap_node() initialization fix
2006-10-21 Christoph Lameter[PATCH] Slab: Do not fallback to nodes that have not...
2006-10-07 Christoph Lameter[PATCH] slab: remove wrongly placed BUG_ON
2006-10-06 Pekka Enberg[PATCH] slab: reduce numa text size
2006-10-04 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/configh
2006-10-04 Christoph Hellwig[PATCH] slab: clean up leak tracking ifdefs a little bit
2006-10-04 Dave JonesRemove all inclusions of <linux/config.h>
2006-09-29 Dave Jones[PATCH] single bit flip detector
2006-09-27 Christoph Lameter[PATCH] GFP_THISNODE for the slab allocator
2006-09-27 Christoph Lameter[PATCH] slab: fix kmalloc_node applying memory policies...
2006-09-27 Alexey Dobriyan[PATCH] Make kmem_cache_destroy() return void
2006-09-26 Christoph Lameter[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRE...
2006-09-26 Christoph Lameter[PATCH] Extract the allocpercpu functions from the...
2006-09-26 Siddha, Suresh B[PATCH] fix potential stack overflow in mm/slab.c
2006-09-26 Ravikiran G Thirumalai[PATCH] slab: fix lockdep warnings
2006-09-26 Christoph Lameter[PATCH] slab: do not panic when alloc_kmemlist fails...
2006-09-26 Christoph Lameter[PATCH] slab: extract __kmem_cache_destroy from kmem_ca...
2006-09-26 Christoph Hellwig[PATCH] slab: optimize kmalloc_node the same way as...
2006-09-26 Ravikiran G Thirumalai[PATCH] Add some comments to slab.c
2006-09-26 Pekka Enberg[PATCH] slab: respect architecture and caller mandated...
2006-09-26 Martin Peschke[PATCH] CPU hotplug compatible alloc_percpu()
2006-09-26 Adrian Bunk[PATCH] mm/: make functions static
2006-07-31 Rolf Eike Beer[PATCH] Fix kmem_cache_alloc() been documented twice
2006-07-31 Chandra Seetharaman[PATCH] cpu hotplug: replace __devinit* with __cpuinit...
2006-07-13 Ingo Molnar[PATCH] revert slab.c locking change
2006-07-13 Arjan van de Ven[PATCH] lockdep: annotate mm/slab.c
2006-07-13 Ingo Molnar[PATCH] lockdep: undo mm/slab.c annotation
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate SLAB code
2006-06-30 Christoph Lameter[PATCH] slab: consolidate code to free slabs from freelist
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_slab to...
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: basic ZVC (zoned vm counter...
2006-06-28 Ingo Molnar[PATCH] pi-futex: rt mutex debug
2006-06-28 Ingo Molnar[PATCH] pi-futex: introduce debug_check_no_locks_freed()
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: make cpu_notifier related notifier...
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: revert init patch submitted for...
2006-06-28 Randy Dunlap[PATCH] add poison.h and patch primary users
2006-06-23 Paul Drynoff[PATCH] slab: kmalloc, kzalloc comments cleanup and fix
2006-06-23 Ingo Molnar[PATCH] mm/slab.c: fix early init assumption
2006-06-23 Pekka Enberg[PATCH] slab: verify pointers before free
2006-06-23 Pekka Enberg[PATCH] slab: redzone double-free detection
2006-06-23 Christoph Hellwig[PATCH] slab: stop using list_for_each
2006-06-23 Christoph Hellwig[PATCH] slab: clean up kmem_getpages
2006-06-23 Pekka Enberg[PATCH] slab: page mapping cleanup
2006-06-23 Pekka Enberg[PATCH] slab: extract cache_free_alien from __cache_free
2006-06-02 Ingo Molnar[PATCH] slab.c: fix offslab_limit bug
2006-05-16 Roland Dreier[PATCH] slab: Fix kmem_cache_destroy() on NUMA
2006-05-15 Mike Kravetz[PATCH] add slab_is_available() routine for boot code
2006-04-28 shin, jacob[PATCH] slab: fix crash on __drain_alien_cahce() during...
2006-04-26 Chandra Seetharaman[PATCH] Remove __devinit and __cpuinit from notifier_ca...
2006-04-11 Luke Yang[PATCH] nommu: use compound page in slab allocator
2006-04-11 Ravikiran G Thirumalai[PATCH] slab: add statistics for alien cache overflows
2006-04-11 Ravikiran G Thirumalai[PATCH] slab: allocate node local memory for off-slab...
2006-04-02 Eric SesterhennBUG_ON() Conversion in mm/slab.c
2006-03-28 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: fixes for generic part
2006-03-25 Christoph Lameter[PATCH] slab: fix memory leak in alloc_kmemlist
2006-03-25 Christoph Lameter[PATCH] alloc_kmemlist: Some cleanup in preparation...
2006-03-25 Christoph Lameter[PATCH] slab: Bypass free lists for __drain_alien_cache()
2006-03-25 Christoph Lameter[PATCH] slab: add transfer_objects() function
2006-03-25 Pekka Enberg[PATCH] mm: use kmem_cache_zalloc
2006-03-25 Pekka Enberg[PATCH] slab: introduce kmem_cache_zalloc allocator
2006-03-25 Al Viro[PATCH] slab: implement /proc/slab_allocators
2006-03-24 Paul Jackson[PATCH] cpuset: memory_spread_slab drop useless PF_SPRE...
2006-03-24 Paul Jackson[PATCH] cpuset memory spread slab cache optimizations
2006-03-24 Paul Jackson[PATCH] cpuset memory spread slab cache implementation
2006-03-22 Paul Jackson[PATCH] mm: slab cache interleave rotor fix
2006-03-22 Christoph Lameter[PATCH] slab: fix drain_array() so that it works correc...
2006-03-22 Christoph Lameter[PATCH] slab: remove drain_array_locked
2006-03-22 Christoph Lameter[PATCH] slab: make drain_array more universal by adding...
2006-03-22 Christoph Lameter[PATCH] slab: cache_reap(): further reduction in interr...
2006-03-22 Nick Piggin[PATCH] mm: nommu use compound pages
2006-03-22 Andrew Morton[PATCH] slab: use on_each_cpu()
2006-03-22 Christoph Lameter[PATCH] slab: Remove SLAB_NO_REAP option
2006-03-22 Randy Dunlap[PATCH] slab: fix kernel-doc warnings
2006-03-22 Ravikiran G Thirumalai[PATCH] slab: remove cachep->spinlock
2006-03-22 Andrew Morton[PATCH] slab cleanup
2006-03-22 Pekka Enberg[PATCH] slab: extract setup_cpu_cache
2006-03-22 Pekka Enberg[PATCH] slab: object to index mapping cleanup
2006-03-22 Nick Piggin[PATCH] mm: slab less atomics
2006-03-10 Christoph Lameter[PATCH] slab: Node rotor for freeing alien caches and...
2006-03-08 Jack Steiner[PATCH] slab: allocate larger cache_cache if order...
2006-03-08 Linus Torvaldsslab: fix calculate_slab_order() for SLAB_RECLAIM_ACCOUNT
2006-03-07 Linus Torvaldsslab: clarify and fix calculate_slab_order()
2006-03-06 Linus TorvaldsFix "check_slabp" printout size calculation
2006-02-10 Ravikiran G Thirumalai[PATCH] slab: Avoid deadlock at kmem_cache_create/kmem_...
2006-02-05 Linus Torvaldsmm/slab.c (non-NUMA): Fix compile warning and clean...
2006-02-05 Ravikiran G Thirumalai[PATCH] NUMA slab locking fixes: fix cpu down and up...
2006-02-05 Ravikiran G Thirumalai[PATCH] NUMA slab locking fixes: irq disabling from...
2006-02-05 Ravikiran G Thirumalai[PATCH] NUMA slab locking fixes: move color_next to l3
2006-02-01 Randy Dunlap[PATCH] slab: fix sparse warning
2006-02-01 Randy.Dunlap[PATCH] mm/slab: add kernel-doc for one function
2006-02-01 Pekka Enberg[PATCH] slab: fix kzalloc and kstrdup caller report...
2006-02-01 Pekka Enberg[PATCH] slab: replace kmem_cache_t with struct kmem_cache
2006-02-01 Pekka Enberg[PATCH] slab: rename ac_data to cpu_cache_get
2006-02-01 Pekka Enberg[PATCH] slab: extract virt_to_{cache|slab}
2006-02-01 Pekka Enberg[PATCH] slab: reduce inlining
2006-02-01 Matthew Dobson[PATCH] slab: extract slab_{put|get}_obj
next