Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-09 | kern/kmem: rename constructor type | Richard Braun | |
2013-04-21 | kern/kmem: rework slab lists handling | Richard Braun | |
Don't enforce strong ordering of partial slabs. Separating partial slabs from free slabs is already effective against fragmentation, and sorting would sometimes cause pathological scalability issues. In addition, store new slabs (whether free or partial) in LIFO order for better cache usage. | |||
2013-04-19 | kern/kmem: move internal data to kmem_i.h | Richard Braun | |
As it's done for other modules, this separation makes the public interface easy to identify. |