Age | Commit message (Expand) | Author |
---|---|---|
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-10-14 | Kernel: Add per platform Processor.h headers | James Mintram |
2021-10-14 | Kernel: Add header includes closer to their use | James Mintram |
2021-09-06 | Kernel: Use TRY() some more in USB::Hub | Andreas Kling |
2021-09-05 | Kernel/USB: Use TRY() in the various USB classes | Andreas Kling |
2021-09-03 | AK: Rename create<T> => make_ref_counted<T> | Andreas Kling |
2021-08-14 | Kernel/USB: Remove UAF in device removal | Luke |
2021-08-14 | Kernel/USB: Update SysFS from the generic hub instead of from UHCI | Luke |
2021-08-14 | Kernel/USB: Replace PortNumber enum with a raw u8 | Luke |
2021-08-14 | Kernel/USB: Add Hubs and the UHCI Root Hub | Luke |