serenity/Kernel/Bus/USB
b14ckcat 6aea13e229 Kernel/USB: Make UHCI descriptor pool thread-safe
Right now the TD and QH descriptor pools look to be susceptible
to a race condition in the event they are accessed simultaneously
by separate threads making USB transfers. This fix does not seem to
add any noticeable overhead.
2022-07-19 11:29:58 +01:00
..
UHCI Kernel/USB: Make UHCI descriptor pool thread-safe 2022-07-19 11:29:58 +01:00
PacketTypes.h
USBClasses.h
USBConfiguration.cpp Kernel/USB: Rename get_interfaces to something more sensible 2022-06-02 13:14:29 +02:00
USBConfiguration.h Kernel/USB: Rename get_interfaces to something more sensible 2022-06-02 13:14:29 +02:00
USBConstants.h
USBController.cpp
USBController.h Kernel/USB: Add support for bulk transfers 2022-05-21 22:12:05 +02:00
USBDescriptors.h Kernel/USB: Add new USBHIDDescriptor type 2022-04-22 15:16:56 +02:00
USBDevice.cpp Kernel/SysFS: Adapt USB plug code to work with SysFS patterns 2022-07-15 12:29:23 +02:00
USBDevice.h Kernel/SysFS: Adapt USB plug code to work with SysFS patterns 2022-07-15 12:29:23 +02:00
USBEndpoint.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
USBHub.cpp Kernel/SysFS: Adapt USB plug code to work with SysFS patterns 2022-07-15 12:29:23 +02:00
USBHub.h
USBInterface.h Kernel/USB: Add interface descriptor accessor 2022-06-02 13:14:29 +02:00
USBManagement.cpp Kernel/SysFS: Split bulky SysFSUSB file into two separate class files 2022-06-17 11:01:27 +02:00
USBManagement.h
USBPipe.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
USBPipe.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
USBRequest.h Kernel: Put USB request constants in namespace 2022-04-26 22:56:45 +02:00
USBTransfer.cpp Kernel/USB: Move buffer allocation from USB transfer to USB pipe 2022-07-03 01:15:07 +02:00
USBTransfer.h Kernel/USB: Move buffer allocation from USB transfer to USB pipe 2022-07-03 01:15:07 +02:00