linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [slub p1 0/4] SLUB: [RFC] Per cpu partial lists V1
@ 2011-05-26 19:03 Christoph Lameter
  2011-05-26 19:03 ` [slub p1 1/4] slub: Prepare inuse field in new_slab() Christoph Lameter
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Christoph Lameter @ 2011-05-26 19:03 UTC (permalink / raw)
  To: Pekka Enberg; +Cc: David Rientjes, Andi Kleen, linux-mm

The following patchset applied on top of the lockless patchset V6 and
introduces per cpu partial lists. These lists help to avoid per node
locking overhead. The approach is not fully developed yet. Allocator
latency could be further reduced by making these operations work without
disabling interrupts (like the fastpath and the free slowpath) as well as
implementing better ways of handling ther cpu array with partial pages.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-05-26 19:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 19:03 [slub p1 0/4] SLUB: [RFC] Per cpu partial lists V1 Christoph Lameter
2011-05-26 19:03 ` [slub p1 1/4] slub: Prepare inuse field in new_slab() Christoph Lameter
2011-05-26 19:03 ` [slub p1 2/4] slub: pass kmem_cache_cpu pointer to get_partial() Christoph Lameter
2011-05-26 19:03 ` [slub p1 3/4] slub: return object pointer from get_partial() / new_slab() Christoph Lameter
2011-05-26 19:03 ` [slub p1 4/4] slub: [RFC] per cpu cache for partial pages Christoph Lameter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).