aboutsummaryrefslogtreecommitdiff
path: root/kern/slab.c
Commit message (Expand)AuthorAgeFilesLines
* fix a compiler warning.jbranso@dismail.de2024-10-211-1/+1
* slab: Make whatis look furtherSamuel Thibault2023-10-011-3/+53
* ddb: Add whatis commandSamuel Thibault2023-10-011-1/+39
* slab: Optimize non-slab PAGE_SIZE allocationsSamuel Thibault2023-08-211-0/+4
* pmap+slab: Add more smoketestsSamuel Thibault2023-08-141-0/+3
* slab [SLAB_VERIFY]: Fix not enabling KMEM_CF_VERIFY on 4K slabsSamuel Thibault2023-08-141-1/+1
* slab [SLAB_VERIFY]: Do not enable KMEM_CF_VERIFY on large slabsSamuel Thibault2023-08-131-3/+3
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-191-0/+1
* vm_page_grab: allow allocating in high memorySamuel Thibault2021-08-271-1/+1
* Rework pageout to handle multiple segmentsRichard Braun2016-09-211-1/+1
* Redefine what an external page isRichard Braun2016-09-211-2/+2
* Fix page fault in critical section in the slab allocatorRichard Braun2016-06-291-28/+36
* Fix locking error in the slab allocatorRichard Braun2016-06-291-19/+18
* Relax slab allocation alignment constraintRichard Braun2016-03-091-8/+12
* Remove kmem cache flags from the debugging interfaceRichard Braun2016-02-221-6/+1
* Fix slab allocator option handlingRichard Braun2016-02-221-49/+65
* Optimize slab lookup on the free pathRichard Braun2016-02-221-11/+43
* Fix unused variable warningsRichard Braun2016-02-221-2/+0
* Avoid slab allocation failures caused by memory fragmentationRichard Braun2016-02-201-62/+91
* Remove kmem mapRichard Braun2016-02-071-13/+0
* Change computation of slab sizeRichard Braun2016-02-061-56/+26
* Fix various memory managment errorsRichard Braun2016-02-021-12/+27
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-93/+47
* Increase kernel map sizeSamuel Thibault2016-01-131-1/+1
* kern/slab: print total used and reclaimable memoryJustus Winter2015-09-291-1/+10
* kern/slab: include flags in the slab informationJustus Winter2015-09-291-6/+7
* ddb: add new command `show slabinfo'Justus Winter2015-09-291-3/+18
* kern/slab: fix lockingJustus Winter2015-07-181-1/+1
* kern: import `macros.h' from x15Justus Winter2015-05-191-1/+1
* kern: silence compiler warning about uninitialized variableJustus Winter2014-09-301-1/+2
* Reduce kmem_map to make room for kentry_data_sizeSamuel Thibault2014-02-121-1/+1
* kern: make kmem_error panicJustus Winter2014-02-041-2/+2
* kern: use kmem_warn instead of kmem_error in kmem_cache_errorJustus Winter2014-02-041-1/+1
* kern/slab.c: initialize info_sizeMarin Ramesa2013-11-191-1/+1
* kern/slab.c: initialize optimal_embedMarin Ramesa2013-11-191-1/+1
* (slab_info): fix format warningsMarin Ramesa2013-06-291-1/+1
* Fix object construction in the slab allocatorRichard Braun2013-06-091-4/+10
* Fix yet another locking error in the slab allocatorRichard Braun2013-06-021-0/+1
* Reduce fragmentation in the slab allocatorRichard Braun2013-05-161-2/+5
* Rename list_insert to list_insert_headRichard Braun2013-05-161-4/+4
* Drop unused variablesMiguel Figueiredo2013-05-131-1/+0
* Optimize slab reapingRichard Braun2013-04-211-13/+10
* Rework slab lists handlingRichard Braun2013-04-211-74/+8
* Fix locking error in the slab allocatorRichard Braun2013-04-211-0/+2
* Fix slab cache list lockingRichard Braun2013-01-081-4/+4
* Add function to dump a raw summary of the slab allocator stateRichard Braun2013-01-081-0/+29
* Fix slab collection timingRichard Braun2012-07-081-4/+4
* Increase the slab collection intervalRichard Braun2012-07-071-1/+1
* Merge kalloc_map into kmem_mapRichard Braun2012-07-071-17/+4
* Fix copyright assignmentRichard Braun2012-04-221-2/+25