Age | Commit message (Expand) | Author |
---|---|---|
2022-11-12 | Kernel/USB: Add support for async & interrupt transfers | b14ckcat |
2022-08-20 | Kernel: Make self-contained locking smart pointers their own classes | Andreas Kling |
2022-08-20 | AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel | Andreas Kling |
2022-05-21 | Kernel/USB: Add support for bulk transfers | b14ckcat |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-10 | AK+Everywhere: Reduce the number of template parameters of IntrusiveList | Ali Mohammad Pur |
2021-09-05 | AK+Kernel: Move KResult.h to Kernel/API for userspace access | sin-ack |
2021-08-14 | Kernel/USB: Remove get_device_{at_port,from_address} | Luke |
2021-08-09 | Kernel/USB: Create controller base class and introduce USBManagement | Luke |