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
/
PCI
/
Definitions.h
Age
Commit message (
Expand
)
Author
2020-04-11
Kernel: Keep records of PCI::Address & PCI::ID pairs for enumeration
Liav A
2020-04-09
Kernel: Simplify PCI messages on initialization
Liav A
2020-04-08
Kernel: Simplify PCI initialization logic
Andreas Kling
2020-04-08
Kernel: Remove an unnecessary layer of indirection in the PCI code
Andreas Kling
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-03-09
Kernel: Allow to reboot in ACPI via PCI or MMIO access
Liav A
2020-03-09
PCI: Enable LogStream output for addresses
Liav A
2020-03-06
Meta: Claim copyright on `PCI` files
Liav A
2020-02-27
Kernel: Run clang-format on PCI definitions file
Liav A
2020-02-24
Kernel: Add PCI helpers to enable and disable the interrupt line
Liav A
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-02
Kernel: Detect devices when enumerating the PCI bus
Liav A
2020-01-22
Kernel: Introduce IRQ sharing support
Liav A
2020-01-21
Kernel: PCI MMIO no longer uses map_for_kernel()
Liav A
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-14
Kernel: Remove problematic memory mapping methods
Liav A
2020-01-02
Kernel: Fixing PCI MMIO access mechanism
Liav A
2020-01-02
Kernel: Create support for PCI ECAM
Liav A