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
Age
Commit message (
Expand
)
Author
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-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: Remove Address from enumeration callback
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-29
Kernel/PCI: Cache more details about PCI devices when enumerating them
Liav A
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-07
Kernel: Make it possible for KBufferBuilder creation to fail
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-09-07
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
Andreas Kling
2021-09-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-09-06
Kernel: Make SysFS and ProcFS generator functions return KResult
Andreas Kling
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-06
Kernel/USB: Tidy up USB::Transfer construction
Andreas Kling
2021-09-06
Kernel: Use TRY() some more in USB::Hub
Andreas Kling
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
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-09-04
Kernel/SysFS: Ensure data stability when reading from Inodes
Liav A
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-08-31
Kernel/Userland: Expose usb device address and use it in `lsusb`
Jesse Buhagiar
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-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
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
2021-08-17
Kernel: Fix compilation with Clang
Timothy Flynn
2021-08-15
Kernel: Make Kernel::VMObject allocation functions return KResultOr
sin-ack
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: Split SysFS code into its own file
Luke
2021-08-14
Kernel/USB: Replace PortNumber enum with a raw u8
Luke
2021-08-14
Kernel/USB: Remove get_device_{at_port,from_address}
Luke
2021-08-14
Kernel/USB: Add Hubs and the UHCI Root Hub
Luke
2021-08-14
Kernel/USB: Add the USB 1.x/2.0 hub descriptor
Luke
2021-08-14
Kernel/USB: Use allocate_kernel_region in Transfer buffer allocations
Luke
2021-08-14
Kernel/USB: Pass in device address as last argument to Pipe constructor
Luke
2021-08-14
Kernel/USB: Use "Pipe" instead of "USBPipe" in USBEndpoint
Luke
2021-08-14
Kernel/USB: Add endpoint directions and make endpoint constants public
Luke
[next]