ladybird/Kernel/Bus
b14ckcat 143339767b Kernel/USB: Move buffer allocation from USB transfer to USB pipe
Currently when allocating buffers for USB transfers, it is done
once for every transfer rather than once upon creation of the
USB device. This commit changes that by moving allocation of buffers
to the USB Pipe class where they can be reused.
2022-07-03 01:15:07 +02:00
..
PCI Kernel/SysFS: Split bulky SysFSPCI file into separate files 2022-06-17 11:01:27 +02:00
USB Kernel/USB: Move buffer allocation from USB transfer to USB pipe 2022-07-03 01:15:07 +02:00
VirtIO Kernel: Allow WorkQueue items allocation failures propagation 2022-04-20 19:47:18 +02:00