summaryrefslogtreecommitdiff
path: root/Kernel/VirtIO/VirtIOQueue.cpp
AgeCommit message (Expand)Author
2021-08-13Kernel: Move VirtIO code into the Bus source folderLiav A
2021-08-06Kernel: Add convenience values to the Memory::Region::Access enumAndreas Kling
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-06-22Kernel: Use fewer supervisor pages in VirtIOQueuesSahan Fernando
2021-05-31AK+Kernel: Disallow implicitly lifting pointers to OwnPtr'sAli Mohammad Pur
2021-05-13Kernel: Move VirtIO code away from using a scatter gather listSahan Fernando
2021-05-13Kernel: Move AHCIPort::ScatterList to VM::ScatterGatherListSahan Fernando
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Kernel: Make VirtIOConsole block when VirtIOQueue is fullSahan Fernando
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-17Kernel: Finish base implementation of VirtQueuesIdan Horowitz
2021-04-17Kernel: Implement a naive version of virtconsole by memcpying to physical pageIdan Horowitz
2021-04-17Kernel: Activate queues and enable interrutps in VirtIODevicesIdan Horowitz
2021-04-17Kernel: Modernize use of pointers in VirtIOIdan Horowitz
2021-04-17Kernel: Add base support for VirtIO devicesIdan Horowitz