Age | Commit message (Expand) | Author |
---|---|---|
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-08-06 | Kernel: Rename Kernel/VM/ to Kernel/Memory/ | Andreas Kling |
2021-07-18 | Kernel: Put VirtIOGPU related types into a namespace | Sahan Fernando |
2021-07-03 | Kernel: Simplify graphics initialization somewhat | Liav A |
2021-07-02 | Kernel/PCI: Move the PCI components as a subfolder to the Bus directory | Liav A |
2021-06-25 | Kernel: Add VirtIOGPU graphics device | Sahan Fernando |
2021-06-20 | Kernel: Allow VGA-capable graphics adapters to exist with legacy VGA | Tom |
2021-05-16 | Kernel/Graphics: Fix a method to be more accurate about its name | Liav A |
2021-05-16 | Kernel/Graphics + SystemServer: Support text mode properly | Liav A |
2021-05-16 | Kernel: Introduce a new graphics subsystem | Liav A |