Age | Commit message (Expand) | Author |
---|---|---|
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-02-08 | Kernel: Merge unnecessary DiskDevice class into BlockDevice | Andreas Kling |
2020-01-22 | Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" | Andreas Kling |
2020-01-22 | Kernel: Replace IRQHandler with the new InterruptHandler class | Liav A |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-08-21 | Kernel: Move DiskDevice::block_size() up to BlockDevice | Andreas Kling |
2019-07-09 | Kernel: Move VirtualAddress.h into VM/ | Andreas Kling |
2019-06-07 | Kernel: Rename LinearAddress => VirtualAddress. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-04-28 | Kernel: Make ProcessTracer inherit from File. | Andreas Kling |
2019-04-06 | Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. | Andreas Kling |
2019-04-03 | Kernel: Move devices into Kernel/Devices/. | Andreas Kling |