| Commit message (Expand) | Author | Age | Files | Lines |
* | kern/slab: fix locking | Justus Winter | 2015-07-18 | 1 | -1/+1 |
* | kern: import `macros.h' from x15 | Justus Winter | 2015-05-19 | 1 | -1/+1 |
* | kern: silence compiler warning about uninitialized variable | Justus Winter | 2014-09-30 | 1 | -1/+2 |
* | Reduce kmem_map to make room for kentry_data_size | Samuel Thibault | 2014-02-12 | 1 | -1/+1 |
* | kern: make kmem_error panic | Justus Winter | 2014-02-04 | 1 | -2/+2 |
* | kern: use kmem_warn instead of kmem_error in kmem_cache_error | Justus Winter | 2014-02-04 | 1 | -1/+1 |
* | kern/slab.c: initialize info_size | Marin Ramesa | 2013-11-19 | 1 | -1/+1 |
* | kern/slab.c: initialize optimal_embed | Marin Ramesa | 2013-11-19 | 1 | -1/+1 |
* | (slab_info): fix format warnings | Marin Ramesa | 2013-06-29 | 1 | -1/+1 |
* | Fix object construction in the slab allocator | Richard Braun | 2013-06-09 | 1 | -4/+10 |
* | Fix yet another locking error in the slab allocator | Richard Braun | 2013-06-02 | 1 | -0/+1 |
* | Reduce fragmentation in the slab allocator | Richard Braun | 2013-05-16 | 1 | -2/+5 |
* | Rename list_insert to list_insert_head | Richard Braun | 2013-05-16 | 1 | -4/+4 |
* | Drop unused variables | Miguel Figueiredo | 2013-05-13 | 1 | -1/+0 |
* | Optimize slab reaping | Richard Braun | 2013-04-21 | 1 | -13/+10 |
* | Rework slab lists handling | Richard Braun | 2013-04-21 | 1 | -74/+8 |
* | Fix locking error in the slab allocator | Richard Braun | 2013-04-21 | 1 | -0/+2 |
* | Fix slab cache list locking | Richard Braun | 2013-01-08 | 1 | -4/+4 |
* | Add function to dump a raw summary of the slab allocator state | Richard Braun | 2013-01-08 | 1 | -0/+29 |
* | Fix slab collection timing | Richard Braun | 2012-07-08 | 1 | -4/+4 |
* | Increase the slab collection interval | Richard Braun | 2012-07-07 | 1 | -1/+1 |
* | Merge kalloc_map into kmem_map | Richard Braun | 2012-07-07 | 1 | -17/+4 |
* | Fix copyright assignment | Richard Braun | 2012-04-22 | 1 | -2/+25 |
* | Use unsigned long for addresses and sizes | Samuel Thibault | 2012-03-09 | 1 | -1/+1 |
* | Import the slab allocator | Richard Braun | 2011-12-17 | 1 | -0/+1576 |