summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2026-02-07Merge branch 'pci/iov'Bjorn Helgaas1-5/+4
2026-02-07Merge branch 'pci/iommu'Bjorn Helgaas2-0/+12
2026-02-07Merge branch 'pci/enumeration'Bjorn Helgaas6-41/+64
2026-02-07Merge branch 'pci/endpoint'Bjorn Helgaas1-14/+9
2026-02-07Merge branch 'pci/bwctrl'Bjorn Helgaas2-0/+13
2026-02-07PCI/bwctrl: Disable BW controller on Intel P45 using a quirkIlpo Järvinen2-0/+13
2026-02-07PCI: Disable ACS SV for IDT 0x8090 switchManivannan Sadhasivam1-1/+1
2026-02-07PCI: Disable ACS SV for IDT 0x80b5 switchManivannan Sadhasivam4-47/+13
2026-02-07PCI: Cache ACS Capabilities registerManivannan Sadhasivam1-10/+14
2026-02-07PCI: Enable ACS after configuring IOMMU for OF platformsManivannan Sadhasivam3-9/+10
2026-02-07PCI: Add ACS quirk for Pericom PI7C9X2G404 switches [12d8:b404]Nicolas Cavallari1-0/+4
2026-02-07PCI: Add ACS quirk for Qualcomm Hamoa & GlymurKrishna Chaitanya Chundru1-0/+4
2026-02-07PCI: Use device_lock_assert() to verify device lock is heldIlpo Järvinen1-2/+10
2026-02-07PCI: Use lockdep_assert_held(pci_bus_sem) to verify lock is heldIlpo Järvinen1-1/+4
2026-02-07PCI: Fix pci_slot_lock () device lockingKeith Busch1-6/+17
2026-02-07PCI: Fix pci_slot_trylock() error handlingJinhui Guo1-3/+1
2026-02-07PCI: Mark Nvidia GB10 to avoid bus resetJohnny-CC Chang1-0/+8
2026-02-07PCI: Mark ASM1164 SATA controller to avoid bus resetAlex Williamson1-0/+10
2026-02-07PCI: host-generic: Avoid reporting incorrect 'missing reg property' errorJess1-1/+1
2026-02-07PCI/PME: Replace RMW of Root Status register with direct writeLukas Wunner1-1/+1
2026-02-07PCI/AER: Clear stale errors on reporting agents upon probeLukas Wunner1-1/+25
2026-02-07PCI: Don't claim disabled bridge windowsIlpo Järvinen1-0/+2
2026-02-07PCI: rzg3s-host: Fix device node reference leak in rzg3s_pcie_host_parse_port()Felix Gu1-1/+2
2026-02-06Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c...Joerg Roedel3-10/+87
2026-02-05Merge branch 'acpi-apei'Rafael J. Wysocki1-1/+1
2026-02-05PCI: dwc: Fix missing iATU setup when ECAM is enabledKrishna Chaitanya Chundru2-11/+28
2026-02-05PCI: dwc: Clean up iATU index usage in dw_pcie_iatu_setup()Niklas Cassel1-28/+31
2026-02-05PCI: dwc: Fix msg_atu_index assignmentNiklas Cassel1-1/+8
2026-02-05Merge branches 'acpi-pm', 'acpi-sysfs', 'acpi-pci' and 'acpi-resource'Rafael J. Wysocki1-9/+6
2026-02-05Merge tag 'tsm-fixes-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+3
2026-02-04PCI: hv: remove unnecessary module_init/exit functionsEthan Nelson-Moore1-12/+0
2026-02-04PCI: hv: Remove unused field pci_bus in struct hv_pcibus_deviceMichael Kelley1-1/+0
2026-02-04PCI: dwc: ep: Add comment explaining controller level PTM access in multi PF ...Aksh Garg1-0/+12
2026-02-04PCI: dwc: ep: Add per-PF BAR and inbound ATU mapping supportAksh Garg2-37/+54
2026-02-03PCI: Remove superfluous HK_TYPE_WQ checkFrederic Weisbecker1-14/+3
2026-02-03PCI: Flush PCI probe workqueue on cpuset isolated partition changeFrederic Weisbecker1-1/+16
2026-02-03PCI: s32g: Skip Root Port removal during successVincent Guittot1-4/+4
2026-02-02PCI/IOV: Fix race between SR-IOV enable/disable and hotplugNiklas Schnelle1-0/+4
2026-02-02Revert "PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV"Niklas Schnelle1-5/+0
2026-01-31PCI/MSI: Check the device specific address mask in msi_verify_entries()Vivian Wang1-3/+5
2026-01-31PCI/MSI: Convert the boolean no_64bit_msi flag to a DMA address maskVivian Wang3-2/+9
2026-01-30PCI/ACPI: Restrict program_hpx_type2() to AER bitsHåkon Bugge3-38/+27
2026-01-30PCI: Initialize RCB from pci_configure_device()Håkon Bugge1-0/+32
2026-01-30PCI: dwc: ep: Fix resizable BAR support for multi-PF configurationsAksh Garg1-16/+32
2026-01-30PCI: endpoint: pci-epf-test: Allow overriding default BAR sizesNiklas Cassel1-2/+97
2026-01-30PCI: endpoint: pci-epf-test: Add BAR subrange mapping test supportKoichiro Den1-1/+171
2026-01-30PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATUKoichiro Den2-11/+209
2026-01-30PCI/pwrctrl: Create pwrctrl device if graph port is foundManivannan Sadhasivam1-3/+4
2026-01-29PCI: Check parent for NULL in of_pci_bus_release_domain_nr()Sergey Shtylyov1-1/+1
2026-01-28PCI/pwrctrl: Add PCIe M.2 connector supportManivannan Sadhasivam2-4/+28