1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 01:31:06 +00:00
serenity/Kernel/Bus
Sahan Fernando 2e079c6d69 Kernel/VirtIO: Remove lazy allocation of VirtIO::Device BAR regions
This fixes a Kernel Panic where the lazy allocation triggers inside an
ISR and grabs a mutex, which isn't allowed when interrupts are
disabled. This also fixes a bug where the mapping for VirtIO device
BARs is never allocated. #9876
2021-09-19 11:46:09 +03:00
..
PCI Kernel: Move ACPI and BIOS code into the new Firmware directory 2021-09-12 11:52:16 +02:00
USB AK+Everywhere: Reduce the number of template parameters of IntrusiveList 2021-09-10 18:05:46 +03:00
VirtIO Kernel/VirtIO: Remove lazy allocation of VirtIO::Device BAR regions 2021-09-19 11:46:09 +03:00