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
Age
Commit message (
Expand
)
Author
2020-02-24
Kernel: Don't use references or pointers to physical addresses
Liav A
2020-02-24
Kernel: Change get_pci_address() to pci_address() in PCI::Device class
Liav A
2020-02-24
Kernel: Update PCI::Device class to use the new IRQHandler class
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-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
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: Move DMI decoder initialization method to init_stage2
Liav A
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