summaryrefslogtreecommitdiff
path: root/crates/alloc_buddy/src/lib.rs
AgeCommit message (Expand)Author
2024-09-02Set up the physical memory allocators.Nathan Ringo
2024-09-01Move almost all the kernel into crates/.Nathan Ringo
2024-09-01Fix Clippy lints.Nathan Ringo
2024-09-01Simplify debug printing of the buddy allocator.Nathan Ringo
2024-09-01Remove inaccurate doc comment, allow using space from the tree metadata was s...Nathan Ringo
2024-09-01Implements block merging and fixes a provenance bug.Nathan Ringo
2024-09-01Implement size class splitting.Nathan Ringo
2024-09-01Fix a bitset indexing bug, change a panic to be more informative.Nathan Ringo
2024-09-01Rename crates.Nathan Ringo