Age | Commit message (Expand) | Author |
---|---|---|
2021-12-14 | Kernel/SysFS: Prevent allocation for component name during construction | Liav A |
2021-12-11 | Kernel: Remove unused String.h includes | Hendiadyoin1 |
2021-12-09 | Kernel: Construct PCIDeviceAttributeSysFSComponent with StringViews | Hendiadyoin1 |
2021-11-10 | Everywhere: Remove unused AK/Bitmap includes | Ben Wiederhake |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-29 | Kernel/PCI: Remove all macros and replace them with enum classes | 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/PCI: Simplify the entire subsystem | Liav A |