index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Bus
/
USB
/
UHCI
Age
Commit message (
Expand
)
Author
2022-05-21
Kernel/USB: Add support for bulk transfers
b14ckcat
2022-04-22
Kernel/USB: Send correct data for Root Hub Configuration Descriptor
Jesse Buhagiar
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-01-28
Kernel: Make UHCIController::spawn_port_process OOM-fallible
Idan Horowitz
2022-01-28
Kernel: Rename UHCIController::{spawn_port_proc => spawn_port_process}
Idan Horowitz
2022-01-09
Kernel: Use DMA helper everywhere
Pankaj Raghav
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-12-09
Kernel: Some clang-tidy fixes in Bus/USB
Hendiadyoin1
2021-12-05
Kernel: Mark kernel smart-pointer classes as [[nodiscard]]
Sam Atkins
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-03
Kernel: Use `operator ""sv` in all purpose() implementations
Brian Gianforcaro
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
2021-09-29
Kernel/PCI: Cache interrupt line and interrupt pin of a device
Liav A
2021-09-29
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
Liav A
2021-09-29
Kernel: Rename two PCI components
Liav A
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-09-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-09-06
Kernel/USB: Use TRY() and adopt_nonnull_own_or_enomem() some more
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-06
Kernel/USB: Tidy up UHCIDescriptorPool construction
Andreas Kling
2021-09-05
Kernel: Switch static_asserts of a type size to AK::AssertSize
Brian Gianforcaro
2021-09-05
Kernel/USB: Use TRY() in the various USB classes
Andreas Kling
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-08-23
Kernel: Rename PCI::DeviceController => PCI::Device
Liav A
2021-08-23
Kernel/PCI: Delete PCI::Device in its current form
Liav A
2021-08-19
Kernel/USB: Remove unused `free` function from QueueHead
Jesse Buhagiar
2021-08-19
Kernel/USB: Harden Descriptor memory allocation
Jesse Buhagiar
2021-08-19
Kernel/USB: Remove unused include from UHCIController.cpp
Jesse Buhagiar
2021-08-19
Kernel/USB: Move UHCI related structures to subdirectory
Jesse Buhagiar