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
/
Initializer.cpp
Age
Commit message (
Expand
)
Author
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-04-11
Kernel: Instantiate network adapters in their own detect() methods
Liav A
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-09
Kernel: Remove redundant "ACPI" from filenames in ACPI/
Andreas Kling
2020-04-09
Kernel: Remove "non-operational" ACPI parser state
Andreas Kling
2020-04-09
Kernel: Simplify PCI::initialize() a bit more
Andreas Kling
2020-04-08
Kernel: Simplify PCI::initialize()
Andreas Kling
2020-04-08
Kernel: Simplify PCI initialization logic
Andreas Kling
2020-04-08
Kernel: Use nested Kernel::PCI namespaces more to reduce PCI:: spam
Andreas Kling
2020-04-08
Kernel: Rename KParams => Kernel::CommandLine
Andreas Kling
2020-03-06
Meta: Claim copyright on `PCI` files
Liav A
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-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-02-02
Kernel: Detect devices when enumerating the PCI bus
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-02
Kernel: Create support for PCI ECAM
Liav A