summaryrefslogtreecommitdiff
path: root/kern/slab.h
AgeCommit message (Expand)Author
2014-01-09kern: align kmem_cache objects using __cacheline_alignedJustus Winter
2014-01-06kern: optimize the layout of struct kmem_cacheJustus Winter
2014-01-05kern: explain the significance of the chosen lengthJustus Winter
2014-01-03kern: make struct kmem_cache fit into two cache linesJustus Winter
2013-04-21Rework slab lists handlingRichard Braun
2013-01-08Add function to dump a raw summary of the slab allocator stateRichard Braun
2012-04-22Fix copyright assignmentRichard Braun
2011-12-17Import the slab allocatorRichard Braun