Age | Commit message (Expand) | Author |
---|---|---|
2021-04-23 | AK: Rename adopt() to adopt_ref() | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-11 | Kernel: Remove a handful of unused things in VM/ directory | Andreas Kling |
2021-02-08 | Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) | AnotherTest |
2021-01-28 | Kernel: Allow specifying a physical alignment when allocating | Tom |
2021-01-25 | Everywhere: Debug macros instead of constexpr. | asynts |
2021-01-22 | Everywhere: Replace a bundle of dbg with dbgln. | asynts |
2021-01-01 | Kernel: Implement lazy committed page allocation | Tom |
2020-03-08 | Kernel: Allow contiguous allocations in physical memory | Liav A |