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
/
MMIOAccess.cpp
Age
Commit message (
Expand
)
Author
2020-04-28
Kernel: Add Region helpers for accessing underlying physical pages
Andreas Kling
2020-04-11
Kernel: Keep records of PCI::Address & PCI::ID pairs for enumeration
Liav A
2020-04-08
Kernel: Fix typos in PCI access boot message
Andreas Kling
2020-04-08
Kernel: Simplify PCI::MMIOAccess segment storage
Andreas Kling
2020-04-08
Kernel: Move PCI::MMIOSegment declaration into MMIOAccess.cpp
Andreas Kling
2020-04-08
Kernel: Fix up various PCI-related function signatures
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-09
LibBareMetal: Return FlatPtr from PhysicalAddress::offset_in_page()
Liav A
2020-03-06
Meta: Claim copyright on `PCI` files
Liav A
2020-03-06
Kernel: Simplify a bunch of dbg() and klog() calls
Andreas Kling
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-29
PCI: Adopt changes in ACPI definitions file
Liav A
2020-02-27
PCI MMIOAccess: Use dbg() instead of dbgprintf()
Liav A
2020-02-24
Kernel: Don't use references or pointers to physical addresses
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-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-02
Kernel: Fixing PCI MMIO access mechanism
Liav A
2020-01-02
Kernel: Create support for PCI ECAM
Liav A