summaryrefslogtreecommitdiff
path: root/kern/slab.h
AgeCommit message (Expand)Author
2015-08-15kern/slab: directmap updateRichard Braun
2015-08-15kern/slab: rename constructor typeRichard Braun
2015-08-15kern/slab: move internal data to slab_i.hRichard Braun
2015-08-15kern/slab: rework buffer-to-slab lookupRichard Braun
2015-08-15kern/slab: remove the KMEM_CACHE_NORECLAIM flagRichard Braun
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