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