serenity/Kernel
Hendiadyoin1 66cfe47ed8 Kernel/USBMS: Add a basic UAS driver
For now we only support USB <3.0 devices, as we don't support streams.
We also don't leverage the benefits of UAS, as we pretend to have a
queue depth of 1, ie are single threaded.

To test this driver, you can use the following command:
```
SERENITY_BOOT_DRIVE=usb-uas Meta/serenity.sh run x86_64 Clang
```
2024-10-30 18:47:50 -04:00
..
API Kernel: Add a prctl option to enter jail mode until an execve syscall 2024-10-03 12:39:45 +02:00
Arch Kernel: Share __assertion_failed() implementation between architectures 2024-10-30 18:42:21 -04:00
Boot Kernel/x86: Bake the Prekernel and the Kernel into one image 2024-05-14 23:37:38 +02:00
Bus Kernel/USBMS: Add a basic UAS driver 2024-10-30 18:47:50 -04:00
Devices Kernel/USBMS: Add a basic UAS driver 2024-10-30 18:47:50 -04:00
FileSystem Kernel/Devices: Remove the DeviceManagement singleton 2024-10-05 12:26:48 +02:00
Firmware Kernel: Remove passing of register state to IRQ handlers 2024-09-01 21:00:18 +02:00
Heap Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Interrupts Kernel: Remove passing of register state to IRQ handlers 2024-09-01 21:00:18 +02:00
Library Kernel: Share __assertion_failed() implementation between architectures 2024-10-30 18:42:21 -04:00
Locking Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Memory Everywhere: Fix compilation with Clang 19 2024-10-02 21:42:33 -04:00
Net E1000NetworkAdapter: Fix incorrect cast of RX buffer descriptor pointer 2024-10-16 16:02:19 -04:00
Prekernel Prekernel: Move the generate_secure_seed function out of init.cpp 2024-06-29 19:56:45 +02:00
Security Kernel+Userland: Reduce jails to be a simple boolean flag 2024-07-21 11:44:23 +02:00
Syscalls Kernel/Syscalls: Require inet promise for AF_INET6 domain 2024-10-05 12:52:10 -04:00
Tasks Kernel/Devices: Remove the DeviceManagement singleton 2024-10-05 12:26:48 +02:00
Time Kernel: Remove passing of register state to IRQ handlers 2024-09-01 21:00:18 +02:00
CMakeLists.txt Kernel/USBMS: Add a basic UAS driver 2024-10-30 18:47:50 -04:00
Debug.h.in Net/Kernel: Add basic ICMPv6 support 2024-10-04 12:04:17 +02:00
embedmap.sh
Forward.h Kernel: Introduce the HostnameContext class 2024-07-21 11:44:23 +02:00
generate-version-file.sh
kprintf.cpp Kernel/Devices: Remove the DeviceManagement singleton 2024-10-05 12:26:48 +02:00
kstdio.h
KSyms.cpp Kernel: Use AK::unwind_stack_from_frame_pointer 2024-05-14 14:02:06 -06:00
KSyms.h Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
mkmap.sh
SanCov.cpp Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Sections.h
UnixTypes.h Kernel/Net: Implement TCP_NODELAY 2023-11-08 09:31:54 +01:00