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-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
2021-08-14
Kernel/USB: Add all USB 2.0 bmRequestType fields
Luke
2021-08-14
Kernel/USB: Add header containing all the current USB classes
Luke
2021-08-14
Kernel: Stop allowing implicit conversion from KResult to int
Andreas Kling
2021-08-09
Kernel/USB: Tighten up USBManagement enumeration code a bit
Liav A
2021-08-09
Kernel/USB: Create controller base class and introduce USBManagement
Luke
2021-08-09
USB: Fix wrong port read/write in portscan daemon
Jesse Buhagiar
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-07-25
Kernel: Remove ContiguousVMObject, let AnonymousVMObject do the job
Andreas Kling
2021-07-22
Everywhere: Prefix hexadecimal numbers with 0x
Gunnar Beutner
2021-07-18
Kernel/USB: Remove unneeded friend declaration in SysFSUSBBusDirectory
Andreas Kling
2021-07-18
Kernel/USB: Move USB bus information from /proc to /sys
Andreas Kling
2021-07-17
Kernel/ProcFS: Remove unused ProcFSExposedComponent::entries_count()
Andreas Kling
2021-07-17
Kernel: Replace "folder" => "directory" everywhere
Andreas Kling
2021-07-11
Kernel: Rename various *VMObject::create*() => try_create()
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-11
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Replace "Folder" => "Directory" everywhere
Andreas Kling
2021-07-11
Kernel: Rename FS => FileSystem
Andreas Kling
2021-07-02
Kernel/ProcFS: Clean dead processes properly
Liav A
2021-07-02
Kernel/USB: Move the USB components as a subfolder to the Bus directory
Liav A
[prev]