summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'pci-v6.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-12-09PCI: rzg3s-host: Initialize MSI status bitmap before useClaudiu Beznea1-1/+1
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+2
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds11-11/+1890
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2025-12-05Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-42/+144
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds62-1212/+6331
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+13
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+2
2025-12-03Merge branch 'pci/misc'Bjorn Helgaas1-2/+1
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-03Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+2
2025-12-03Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus 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/g...Linus Torvalds2-107/+5
2025-11-28Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki1-2/+2
2025-11-28vmcoreinfo: 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-25PCI: Validate pci_rebar_size_supported() inputIlpo Järvinen1-0/+3
2025-11-25mm/zone_device: rename page_free callback to folio_freeBalbir Singh1-2/+3
2025-11-25treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-1/+0
2025-11-25PCI/ERR: Ensure error recoverability at all timesLukas Wunner2-3/+3
2025-11-25PCI/PM: Stop needlessly clearing state_saved on enumeration and thawLukas Wunner2-4/+0
2025-11-25PCI/PM: Reinstate clearing state_saved in legacy and !PM codepathsLukas Wunner1-0/+4
2025-11-25PCI: dw-rockchip: Configure L1SS supportShawn Lin1-0/+40