aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-12-03Merge branch 'pci/pwrctrl-tc9563'Bjorn Helgaas6-0/+696
2025-12-03Merge branch 'pci/controller/stm32'Bjorn Helgaas3-33/+27
2025-12-03Merge branch 'pci/controller/spacemit-k1'Bjorn Helgaas3-0/+371
2025-12-03Merge branch 'pci/controller/sky1'Bjorn Helgaas13-516/+1754
2025-12-03Merge branch 'pci/controller/sg2042'Bjorn Helgaas1-3/+0
2025-12-03Merge branch 'pci/controller/s32g'Bjorn Helgaas4-0/+425
2025-12-03Merge branch 'pci/controller/rzg3s-host'Bjorn Helgaas3-0/+1771
2025-12-03Merge branch 'pci/controller/rcar-gen2'Bjorn Helgaas1-4/+3
2025-12-03Merge branch 'pci/controller/qcom'Bjorn Helgaas1-2/+15
2025-12-03Merge branch 'pci/controller/meson'Bjorn Helgaas2-8/+22
2025-12-03Merge branch 'pci/controller/mediatek'Bjorn Helgaas1-32/+81
2025-12-03Merge branch 'pci/controller/keystone'Bjorn Helgaas6-37/+64
2025-12-03Merge branch 'pci/controller/j721e'Bjorn Helgaas1-22/+11
2025-12-03Merge branch 'pci/controller/ixp4xx'Bjorn Helgaas2-1/+7
2025-12-03Merge branch 'pci/controller/dw-rockchip'Bjorn Helgaas1-17/+6
2025-12-03Merge branch 'pci/controller/dwc'Bjorn Helgaas6-41/+79
2025-12-03Merge branch 'pci/controller/brcmstb'Bjorn Helgaas1-13/+196
2025-12-03Merge branch 'pci/controller/host-common'Bjorn Helgaas3-43/+14
2025-12-03Merge branch 'pci/endpoint'Bjorn Helgaas3-51/+266
2025-12-03Merge branch 'pci/resource'Bjorn Helgaas8-301/+436
2025-12-03Merge branch 'pci/ptm'Bjorn Helgaas1-0/+23
2025-12-03Merge branch 'pci/err'Bjorn Helgaas5-8/+7
2025-12-02Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+1
2025-12-02PCI: sky1: Add PCIe host support for CIX Sky1Hans Zhang3-0/+254
2025-12-02PCI: cadence: Add support for High Perf Architecture (HPA) controllerManikandan K Pillai7-21/+913
2025-12-02PCI: s32g: Add NXP S32G PCIe controller driver (RC)Vincent Guittot3-0/+417
2025-12-02PCI: dwc: Add register and bitfield definitionsVincent Guittot1-0/+8
2025-12-02Merge tag 'irq-msi-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-107/+5
2025-11-28Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki1-2/+2
2025-11-27vmcoreinfo: track and log recoverable hardware errorsBreno Leitao1-0/+2
2025-11-25PCI: Add Renesas RZ/G3S host controller driverClaudiu Beznea3-0/+1771
2025-11-25PCI: host-generic: Move bridge allocation outside of pci_host_common_init()Marc Zyngier3-43/+14
2025-11-24PCI: Validate pci_rebar_size_supported() inputIlpo Järvinen1-0/+3
2025-11-24mm/zone_device: rename page_free callback to folio_freeBalbir Singh1-2/+3
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-1/+0
2025-11-24PCI/ERR: Ensure error recoverability at all timesLukas Wunner2-3/+3
2025-11-24PCI/PM: Stop needlessly clearing state_saved on enumeration and thawLukas Wunner2-4/+0
2025-11-24PCI/PM: Reinstate clearing state_saved in legacy and !PM codepathsLukas Wunner1-0/+4
2025-11-24PCI: dw-rockchip: Configure L1SS supportShawn Lin1-0/+40
2025-11-24PCI: tegra194: Remove unnecessary L1SS disable codeBjorn Helgaas1-40/+5
2025-11-24PCI: dwc: Advertise L1 PM Substates only if driver requests itBjorn Helgaas5-0/+33
2025-11-24PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definitionShawn Lin1-1/+1
2025-11-24PCI: pwrctrl: Add power control driver for TC9563Krishna Chaitanya Chundru3-0/+665
2025-11-24PCI: Use max() instead of max_t() to ease static analysisDavid Laight1-2/+1
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-22PCI: iproc: Implement MSI controller node detection with of_msi_xlate()Lorenzo Pieralisi1-17/+5
2025-11-22Merge tag 'v6.18-rc3' into irq/msiThomas Gleixner8-112/+53
2025-11-20PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() functionLeon Romanovsky1-2/+12
2025-11-20PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocationLeon Romanovsky1-31/+120