aboutsummaryrefslogtreecommitdiff
path: root/kern/slab.h
Commit message (Expand)AuthorAgeFilesLines
* ddb: Add whatis commandSamuel Thibault2023-10-011-0/+1
* Use long_natural_t in kern/task.h and kern/slab.hFlavio Cruz2022-12-071-5/+5
* Fix locking error in the slab allocatorRichard Braun2016-06-291-0/+3
* Fix slab allocator option handlingRichard Braun2016-02-221-1/+1
* Avoid slab allocation failures caused by memory fragmentationRichard Braun2016-02-201-1/+2
* Remove kmem mapRichard Braun2016-02-071-5/+0
* Fix various memory managment errorsRichard Braun2016-02-021-1/+0
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-18/+5
* Use vm_page as the physical memory allocatorRichard Braun2016-01-231-4/+1
* ddb: add new command `show slabinfo'Justus Winter2015-09-291-0/+4
* 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