Age | Commit message (Expand) | Author |
---|---|---|
2021-08-07 | Kernel: Fix bad search-and-replace renames | Andreas Kling |
2021-08-06 | Kernel: Add convenience values to the Memory::Region::Access enum | Andreas Kling |
2021-08-06 | Kernel: Rename Range => VirtualRange | Andreas Kling |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-05-16 | Kernel: Don't ref-count UsedMemoryRange during iteration | Liav A |
2021-04-29 | Everywhere: Use "the SerenityOS developers." in copyright headers | Linus Groh |
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-04-06 | Kernel: Don't crash if unable to map ramdisk inside kernel address space | Jean-Baptiste Boric |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-14 | Kernel: Assert if rounding-up-to-page-size would wrap around to 0 | Andreas Kling |
2021-01-22 | Kernel: Implement RamdiskDevice | Jean-Baptiste Boric |