summaryrefslogtreecommitdiff
path: root/Kernel/PCI
AgeCommit message (Expand)Author
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-27Kernel: Move PCI vendor and device IDs into Kernel/PCI/IDs.hGunnar Beutner
2021-04-26Kernel/PCI: Add helpers to enable IO and memory accessesLiav A
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17Kernel: Add base support for VirtIO devicesIdan Horowitz
2021-04-17Kernel: Add PCI::get_BAR convenience methodIdan Horowitz
2021-04-17Kernel: Convert PCI Capability struct to class with convenience methodsIdan Horowitz
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-04-06Kernel/PCI + CPU: Allow to access unaligned dataLiav A
2021-04-06Kernel/PCI: Don't expose virtual addresses on the kernel logLiav A
2021-04-03Kernel/PCI: Introduce a new ECAM access mechanismLiav A
2021-04-03Kernel: Enable PCI ECAM method again if availableLiav A
2021-04-03Revert "Kernel/PCI: Allow to set the PCI IRQ line of a device"Liav A
2021-03-21Kernel/PCI: Allow to set the PCI IRQ line of a deviceLiav A
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in PCIAndreas Kling
2021-03-04Everywhere: Remove unnecessary `clang-format off`sWilliam McPherson
2021-03-03Kernel: Move Kernel CommandLine parsing to strongly typed API.Brian Gianforcaro
2021-02-28Kernel: Use default con/de-structorsBen Wiederhake
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-19Kernel: Slap UNMAP_AFTER_INIT on a bunch more functionsAndreas Kling
2021-02-17Kernel: Convert dbgprintf()/klog() => dbgln()/dmesgln() in UHCI codeAndreas Kling
2021-02-14Kernel: Assert if rounding-up-to-page-size would wrap around to 0Andreas Kling
2021-02-14Kernel: Use PANIC() in a bunch of places :^)Andreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-31Kernel: Fix PCI bridge enumerationJean-Baptiste Boric
2021-01-26Meta: Split debug defines into multiple headers.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-25AK: Remove custom %w format string specifierAndreas Kling
2020-12-25AK: Remove custom %b format string specifierAndreas Kling
2020-12-22Kernel/PCI: Add a bunch of debug output to accessorsLuke
2020-12-22Kernel/PCI: Create device configuration space mapping before creating a physi...Luke
2020-12-21Kernel: Add various methods to handle interrupts in the PCI subsystemLiav A
2020-12-21Kernel: Add a method to retrieve the Physical ID for a PCI addressLiav A
2020-12-21PCI: Add list of capabilities for each device during first enumerationLiav A
2020-12-21Kernel: Add the DeviceController class in the PCI subsystemLiav A
2020-11-01Kernel: Reduce code duplication in the PCI IO access read helpersLiav A
2020-11-01Kernel: Map PCI devices only once during bootLiav A
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-09-03Kernel: Add PCI::get_programming_interface(PCI::Address)Andreas Kling
2020-08-22Kernel: Prevent confusing silent misuse of PCI::AddressBen Wiederhake
2020-07-06Kernel: Add SMP IPI supportTom
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre