Age | Commit message (Expand) | Author |
---|---|---|
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-10-01 | Kernel: Remove IO.h include from a bunch of places | Liav A |
2021-09-29 | Kernel/PCI: Remove all macros and replace them with enum classes | Liav A |
2021-09-29 | Kernel/PCI: Remove Address from enumeration callback | 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-12 | Kernel/SysFS: Move the PCI bus directory to the /sys/bus directory | Liav A |
2021-09-07 | Kernel: Make KBuffer::try_create_with_bytes() return KResultOr | Andreas Kling |
2021-09-07 | Kernel: Rename FileDescription => OpenFileDescription | 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 |