summaryrefslogtreecommitdiff
path: root/Kernel/Bus/PCI/Access.h
AgeCommit message (Expand)Author
2022-01-08Kernel/PCI: Split host bridge code from the Access singletonLiav A
2021-12-11Kernel: Remove unused String.h includesHendiadyoin1
2021-12-09Kernel: Fix some clang-tidy warnings in PCI::AccessHendiadyoin1
2021-10-23Kernel/PCI: Remove InterruptDisabler usageLiav A
2021-10-23Kernel/PCI: Split Access::rescan_hardware methodLiav A
2021-10-23Kernel/PCI: Rename Access::scan_pci_domains methodLiav A
2021-09-29Kernel/PCI: Remove all macros and replace them with enum classesLiav A
2021-09-29Kernel/PCI: Remove Address from enumeration callbackLiav A
2021-09-29Kernel: Rename two PCI componentsLiav A
2021-09-29Kernel/PCI: Cache more details about PCI devices when enumerating themLiav A
2021-09-07Kernel/PCI: Simplify the entire subsystemLiav A
2021-08-15Kernel/SysFS: Don't compute exact size of PCI filesAndreas Kling
2021-08-06Kernel: Remove unused PCI::Access::access_type()Andreas Kling
2021-07-11Kernel: Rename SysFS related classes in PCI codeAndreas Kling
2021-07-11Kernel: Rename SystemExposedFolder => SysFSDirectoryAndreas Kling
2021-07-11Kernel: Rename SystemExposedComponent => SysFSComponentAndreas Kling
2021-07-02Kernel/PCI: Move the PCI components as a subfolder to the Bus directoryLiav A