Age | Commit message (Expand) | Author |
---|---|---|
2021-05-13 | Kernel: Move VirtIO code away from using a scatter gather list | Sahan Fernando |
2021-04-27 | Kernel: Move PCI vendor and device IDs into Kernel/PCI/IDs.h | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-17 | Kernel: Finish base implementation of VirtQueues | Idan Horowitz |
2021-04-17 | Kernel: Implement a naive version of virtconsole by memcpying to physical page | Idan Horowitz |
2021-04-17 | Kernel: Modernize use of pointers in VirtIO | Idan Horowitz |
2021-04-17 | Kernel: Add base support for VirtConsole (VirtIO based consoles) | Idan Horowitz |