index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
VirtIO
Age
Commit message (
Expand
)
Author
2021-05-15
Kernel: Reorder VirtIODevice PCI initialization steps
Sahan Fernando
2021-05-15
Kernel: Rename VirtIODevice::clear_status_bit to mask_status_bits
Sahan Fernando
2021-05-13
Kernel: Move VirtIO code away from using a scatter gather list
Sahan Fernando
2021-05-13
Kernel: Move AHCIPort::ScatterList to VM::ScatterGatherList
Sahan Fernando
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
Kernel: Make VirtIOConsole block when VirtIOQueue is full
Sahan Fernando
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