aboutsummaryrefslogtreecommitdiff
path: root/kern/slab.h
Commit message (Expand)AuthorAgeFilesLines
* kern: align kmem_cache objects using __cacheline_alignedJustus Winter2014-01-091-1/+2
* kern: optimize the layout of struct kmem_cacheJustus Winter2014-01-061-6/+12
* kern: explain the significance of the chosen lengthJustus Winter2014-01-051-1/+3
* kern: make struct kmem_cache fit into two cache linesJustus Winter2014-01-031-1/+1
* Rework slab lists handlingRichard Braun2013-04-211-7/+0
* Add function to dump a raw summary of the slab allocator stateRichard Braun2013-01-081-0/+5
* Fix copyright assignmentRichard Braun2012-04-221-2/+29
* Import the slab allocatorRichard Braun2011-12-171-0/+222