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-07-14
Kernel: Fix inverted check in VirtIOConsolePort
x-yl
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-09
Kernel: Support multiport for VirtIOConsole
x-yl
2021-07-09
Kernel: Add support for reading from VirtIOConsole
x-yl
2021-07-03
Kernel: Clarify and make it easy to not use raw numbers
Liav A
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-25
Kernel: Add VirtIOGPU graphics device
Sahan Fernando
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-22
Kernel: Use fewer supervisor pages in VirtIOQueues
Sahan Fernando
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-06-17
Kernel/VirtIO: Indicate we handling unknown interrupt early when called
Liav A
2021-06-17
Kernel/Interrupts: Add sensible purposes to VirtIO and USB devices
Liav A
2021-06-09
Kernel: Mark VirtIOConsole constructor as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark VirtIORNG constructor as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark VirtIO detection/creation functions as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-05-31
AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
Ali Mohammad Pur
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