ladybird/Kernel/Bus
Idan Horowitz 2dc91865a4 Kernel: Stop allocating VirtIO configuration structs on the heap
These are trivially-copyable 12-byte structs, so there's no point in
allocating them on the heap.
2022-02-03 23:33:20 +01:00
..
PCI Kernel: Protect PCI access with spinlock instead of mutex 2022-02-03 16:11:26 +01:00
USB Kernel: Make UHCIController::spawn_port_process OOM-fallible 2022-01-28 19:05:52 +02:00
VirtIO Kernel: Stop allocating VirtIO configuration structs on the heap 2022-02-03 23:33:20 +01:00