Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 1 | -3/+2 |
2022-03-19 | common: Reduce unused includes | ameerj | 1 | -1/+0 |
2020-12-30 | core/memory: Read and write page table atomically | ReinUsesLisp | 1 | -4/+6 |
2020-11-19 | virtual_buffer: Do nothing on resize() calls with same sizes | Lioncash | 1 | -1/+6 |
2020-11-18 | virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer | Lioncash | 1 | -0/+6 |
2020-11-18 | page_table: Allow page tables to be moved | Lioncash | 1 | -5/+18 |
2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | 1 | -5/+5 |
2020-04-17 | common: Add VirtualBuffer class, to abstract memory virtualization. | bunnei | 1 | -0/+58 |