summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2026-08-19PCI: tegra264: Add Tegra264 supportThierry Reding3-1/+477
2026-08-18PCI/AER: Support Advisory Non-Fatal ErrorsLukas Wunner2-13/+157
2026-08-13PCI: Fix 32-bit config write in Intel PCH Root Port MPC ACS quirkMohamad Raizudeen1-1/+1
2026-08-13Merge branch 'slot' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci ...Alex Williamson5-20/+77
2026-08-13PCI: dwc: Handle return value from endpoint .pre_init callbackMarek Vasut3-5/+10
2026-08-13PCI: dwc: Handle return value from endpoint .init callbackMarek Vasut8-10/+25
2026-08-12PCI/MSI: Enable memory decoding before restoring MSI-X messagesFarhan Ali1-0/+10
2026-08-12PCI: Fail FLR when config space is inaccessibleFarhan Ali1-0/+3
2026-08-12PCI: Avoid saving config space state if inaccessibleFarhan Ali1-0/+25
2026-08-12PCI: Allow per function PCI slots to fix slot reset on s390Farhan Ali2-8/+26
2026-08-12PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder valueFarhan Ali3-12/+13
2026-08-12PCI/ASPM: Mask ASPM states based on Devicetree propertiesKrishna Chaitanya Chundru1-42/+90
2026-08-12PCI/ASPM: Disable/restore ASPM on every function for multi-function devicesKrishna Chaitanya Chundru1-3/+6
2026-08-11PCI/ASPM: Use pcie_capability_clear_and_set_word() for ASPM disable/restoreKrishna Chaitanya Chundru1-6/+10
2026-08-11PCI: Add support for PCIe WAKE# interruptKrishna Chaitanya Chundru5-0/+95
2026-08-11PCI: Allow D3 for native hotplug-capable Root Ports on non-x86 platformsManivannan Sadhasivam1-4/+4
2026-08-11PCI/ASPM: Avoid L0s for Realtek RTS525AMax Lee1-0/+3
2026-08-11Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'qualcomm...Joerg Roedel1-3/+10
2026-08-10PCI: ultrarisc: Use module_platform_driver()Jia Wang1-1/+1
2026-08-10PCI: ultrarisc: Get and enable DP1000 PCIe controller clocksJia Wang1-7/+78
2026-08-10Merge branch 'acpi-video'Rafael J. Wysocki1-3/+1
2026-08-07Merge tag 'mhi-for-v7.3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-0/+10
2026-08-06Merge tag 'wireless-next-2026-08-06' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-3/+0
2026-08-06PCI: cadence: Fix host/endpoint dependencies for cadence-plat driverAksh Garg1-2/+2
2026-08-04PCI/proc: Use file_ns_capable() when checking config space read accessKrzysztof Wilczyński1-1/+1
2026-08-04PCI/proc: Warn on writes to kernel-exclusive config space regionsKrzysztof Wilczyński1-0/+8
2026-08-04PCI/proc: Avoid spurious runtime PM wakeup on config space accessesKrzysztof Wilczyński1-0/+6
2026-08-04PCI/sysfs: Add legacy I/O and memory attribute macrosKrzysztof Wilczyński1-34/+25
2026-08-04PCI/sysfs: Add pci_ prefix to static PCI resource attribute namesKrzysztof Wilczyński1-25/+25
2026-08-04PCI/sysfs: Add lockdown checks to legacy I/O and memory handlersKrzysztof Wilczyński1-0/+15
2026-08-04PCI/sysfs: Return -EINVAL for unsupported I/O BAR mmapKrzysztof Wilczyński1-1/+10
2026-08-04PCI/sysfs: Avoid spurious runtime PM wakeup on config space accessesKrzysztof Wilczyński1-2/+2
2026-08-04PCI: dw-rockchip: Implement .reset_root_port() and use for link downWilfred Mallawa2-3/+132
2026-08-04PCI: qcom: Implement .reset_root_port() and use for link downManivannan Sadhasivam1-1/+139
2026-08-03PCI: dwc: ep: Fix unmap potentially unmapping the wrong iATUNiklas Cassel1-0/+11
2026-08-03PCI: dwc: ep: Flush cached MSI write before unmapping the iATUNiklas Cassel2-0/+4
2026-08-02Merge tag 'rtw-next-2026-08-02' of https://github.com/pkshih/rtwJohannes Berg1-3/+0
2026-08-01PCI: Use %pe format specifier to print error pointersKrzysztof Wilczyński7-18/+17
2026-07-31PCI: host-common: Add link down handling for Root PortsManivannan Sadhasivam4-0/+38
2026-07-31Merge tag 'pci-v7.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-22/+30
2026-07-31PCI/ERR: Add support for resetting the Root Ports in a platform-specific wayManivannan Sadhasivam2-5/+13
2026-07-31PCI: qcom: Clear Attention Button Present in Slot CapabilitiesQiang Yu1-0/+6
2026-07-30PCI: dwc: ep: Clear MSI iATU mapping in dw_pcie_ep_cleanup()Manivannan Sadhasivam1-0/+5
2026-07-30PCI: epf-mhi: Implement mhi_cntrl->flush_async() to flush DMA read/writeManivannan Sadhasivam1-0/+10
2026-07-29PCI: starfive: Fix unchecked pm_runtime_get_sync() in probeAli Tariq1-1/+5
2026-07-29PCI: starfive: Fix Runtime PM handling and teardown orderingAli Tariq1-2/+2
2026-07-29PCI: plda: Fix IRQ domain leaks in the error paths of plda_init_interrupts()Ali Tariq1-7/+21
2026-07-29PCI: plda: Fix use-after-free of event IRQs during teardownAli Tariq1-3/+21
2026-07-29PCI: Use standard wait times for PCIe link monitoringThierry Reding7-33/+12
2026-07-29PCI: vmd: Only copy root bridge _OSC control flags in bare metal OSNirmal Patel1-4/+12