summaryrefslogtreecommitdiff
path: root/kern/slab.h
AgeCommit message (Expand)Author
2016-06-29Fix locking error in the slab allocatorRichard Braun
2016-02-22Fix slab allocator option handlingRichard Braun
2016-02-20Avoid slab allocation failures caused by memory fragmentationRichard Braun
2016-02-07Remove kmem mapRichard Braun
2016-02-02Fix various memory managment errorsRichard Braun
2016-02-02Stack the slab allocator directly on top of the physical allocatorRichard Braun
2016-01-23Use vm_page as the physical memory allocatorRichard Braun
2015-09-29ddb: add new command `show slabinfo'Justus Winter
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