Age | Commit message (Expand) | Author |
---|---|---|
2021-04-27 | Kernel: Move PCI vendor and device IDs into Kernel/PCI/IDs.h | Gunnar Beutner |
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-18 | Kernel: Add kernel command line flag to disable VirtIO support | Idan Horowitz |
2021-04-18 | Everywhere: Fix a bunch of typos | Linus Groh |
2021-04-17 | Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG) | Idan Horowitz |
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: Activate queues and enable interrutps in VirtIODevices | 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 |
2021-04-17 | Kernel: Add base support for VirtIO devices | Idan Horowitz |