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
/
VirtIOQueue.cpp
Age
Commit message (
Expand
)
Author
2021-08-13
Kernel: Move VirtIO code into the Bus source folder
Liav A
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-06-22
Kernel: Use fewer supervisor pages in VirtIOQueues
Sahan Fernando
2021-05-31
AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
Ali Mohammad Pur
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-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
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: 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 VirtIO devices
Idan Horowitz