Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |