aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2026-01-28PCI: dwc: Advertise dynamic inbound mapping supportKoichiro Den13-0/+19
2026-01-28PCI: endpoint: Add BAR subrange mapping supportKoichiro Den1-0/+8
2026-01-27PCI: Move CardBus bridge scanning to setup-cardbus.cIlpo Järvinen3-58/+149
2026-01-27PCI: Add pbus_validate_busn() for Bus Number validationIlpo Järvinen2-12/+22
2026-01-27PCI: Add dword #defines for Bus Number + Secondary Latency TimerIlpo Järvinen1-12/+13
2026-01-27PCI: Use scnprintf() instead of sprintf()Ilpo Järvinen1-3/+4
2026-01-27PCI: Handle CardBus-specific params in setup-cardbus.cIlpo Järvinen3-13/+26
2026-01-27PCI: Separate CardBus setup & build it only with CONFIG_CARDBUSIlpo Järvinen4-166/+196
2026-01-27PCI: Add 'pci' prefix to struct pci_dev_resource handling functionsIlpo Järvinen1-53/+61
2026-01-27PCI: Use resource_assigned() in setup-bus.c algorithmIlpo Järvinen1-31/+33
2026-01-27PCI: Add pbus_mem_size_optional() to handle optional sizesIlpo Järvinen1-23/+54
2026-01-27PCI: Check invalid align earlier in pbus_size_mem()Ilpo Järvinen1-13/+12
2026-01-27PCI: Log reset and restore of resourcesIlpo Järvinen1-1/+9
2026-01-27PCI: Add pci_resource_is_bridge_win()Ilpo Järvinen4-6/+10
2026-01-27PCI: Fetch dev_res to local var in __assign_resources_sorted()Ilpo Järvinen1-15/+16
2026-01-27PCI: Use res_to_dev_res() in reassign_resources_sorted()Ilpo Järvinen1-10/+1
2026-01-27PCI: Pass bridge window resource to pbus_size_mem()Ilpo Järvinen1-18/+17
2026-01-27PCI: Push realloc check into pbus_size_mem()Ilpo Järvinen1-22/+12
2026-01-27PCI: Remove old_size limit from bridge window sizingIlpo Järvinen1-8/+3
2026-01-27PCI: Stop over-estimating bridge window sizeIlpo Järvinen1-92/+5
2026-01-27PCI: Rewrite bridge window head alignment functionIlpo Järvinen1-9/+44
2026-01-27irqchip/gic-v5: Add ACPI ITS probingLorenzo Pieralisi1-0/+2
2026-01-27PCI/MSI: Make the pci_msi_map_rid_ctlr_node() interface firmware agnosticLorenzo Pieralisi1-5/+16
2026-01-26PCI: Fix bridge window alignment with optional resourcesIlpo Järvinen1-4/+6
2026-01-26PCI/MSI: Unmap MSI-X region on errorHaoxiang Li1-1/+3
2026-01-23PCI: endpoint: Fix swapped parameters in pci_{primary/secondary}_epc_epf_unlink() functionsManikanta Maddireddy1-4/+4
2026-01-23Merge tag 'pci-v6.19-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds2-21/+20
2026-01-23PCI: dwc: Rename dw_pcie_rp::has_msi_ctrl to dw_pcie_rp::use_imsi_rx for clarityQiang Yu3-11/+11
2026-01-23PCI: dwc: Fix grammar and formatting for comment in dw_pcie_remove_ext_capability()Qiang Yu1-1/+2
2026-01-22PCI/IDE: Fix reading a wrong reg for unused sel stream initializationLi Ming1-1/+1
2026-01-22PCI/IDE: Fix off by one error calculating VF RID rangeLi Ming1-2/+2
2026-01-22Revert "PCI/TSM: Report active IDE streams"Dan Williams1-4/+0
2026-01-22PCI/AER: Update struct aer_err_info with kernel-doc formattingTerry Bowman1-6/+25
2026-01-22PCI/AER: Report CXL or PCIe bus type in AER trace loggingTerry Bowman2-8/+20
2026-01-22PCI/AER: Use guard() in cxl_rch_handle_error_iter()Terry Bowman1-4/+2
2026-01-22PCI/AER: Move CXL RCH error handling to aer_cxl_rch.cTerry Bowman4-101/+114
2026-01-22PCI/AER: Update is_internal_error() to be non-static is_aer_internal_error()Terry Bowman2-2/+11
2026-01-22PCI/AER: Export pci_aer_unmask_internal_errors()Terry Bowman1-3/+8
2026-01-22PCI/AER: Replace PCIEAER_CXL symbol with CXL_RASDan Williams1-9/+0
2026-01-22PCI: Replace cxl_error_is_native() with pcie_aer_is_native()Terry Bowman1-9/+2
2026-01-22PCI: Introduce pcie_is_cxl()Terry Bowman1-0/+31
2026-01-22PCI/PM: Prevent runtime suspend until devices are fully initializedBrian Norris2-1/+15
2026-01-22PCI: Prepare to protect against concurrent isolated cpuset changeFrederic Weisbecker1-9/+38
2026-01-22PCI: Fix Resizable BAR restore orderIlpo Järvinen2-19/+19
2026-01-22PCI: Fix BAR resize rollback path overwriting retIlpo Järvinen1-2/+1
2026-01-22PCI: dwc: Use multiple iATU windows for mapping large bridge windows and DMA rangesSamuel Holland1-17/+57
2026-01-21PCI: Mark 3ware-9650SA Root Port Extended Tags as brokenJörg Wedekind1-0/+1
2026-01-21PCI: dwc: Remove duplicate dw_pcie_ep_hide_ext_capability() functionQiang Yu3-49/+1
2026-01-21PCI: dwc: Skip waiting for L2/L3 Ready if dw_pcie_rp::skip_l23_wait is trueRichard Zhu3-0/+16
2026-01-21PCI: dwc: Fail dw_pcie_host_init() if dw_pcie_wait_for_link() returns -ETIMEDOUTManivannan Sadhasivam1-2/+7