aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-03-04PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payloadHans Zhang2-3/+2
2025-03-03PCI: dwc: Add helper to find the Vendor Specific Extended Capability (VSEC)Shradha Todi1-0/+40
2025-03-03PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoCLorenzo Bianconi1-1/+27
2025-02-28PCI: of: Create device tree PCI host bridge nodeHerve Codina5-1/+220
2025-02-28PCI: of_property: Constify parameter in of_pci_get_addr_flags()Herve Codina1-1/+1
2025-02-28PCI: of_property: Add support for NULL pdev in of_pci_set_address()Herve Codina1-3/+7
2025-02-28PCI: of: Use device_{add,remove}_of_node() to attach of_node to existing deviceHerve Codina1-2/+9
2025-02-28PCI: brcmstb: Expand inbound window size up to 64GBStanimir Varbanov1-2/+2
2025-02-28PCI: brcmstb: Reuse pcie_cfg_data structureStanimir Varbanov1-40/+32
2025-02-28PCI: brcmstb: Add a softdep to MIP MSI-X driverStanimir Varbanov1-0/+1
2025-02-24PCI: hv: Switch hv_compose_multi_msi_req_get_cpu() to using cpumask_next_wrap()Yury Norov1-2/+1
2025-02-24cpumask: deprecate cpumask_next_wrap()Yury Norov1-1/+1
2025-02-24PCI: qcom-ep: Enable EP mode support for SAR2130PDmitry Baryshkov1-0/+1
2025-02-24PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe()Stanimir Varbanov1-4/+9
2025-02-24PCI: qcom-ep: Mark BAR0/BAR2 as 64bit BARs and BAR1/BAR3 as RESERVEDManivannan Sadhasivam1-0/+4
2025-02-22x86/kaslr: Reduce KASLR entropy on most x86 systemsBalbir Singh1-0/+6
2025-02-22PCI: cpcihp: Remove unused .get_power() and .set_power()Guilherme Giacomo Simoes2-17/+2
2025-02-21PCI/ERR: Handle TLP Log in Flit modeIlpo Järvinen4-22/+56
2025-02-21PCI: Track Flit Mode Status & print it with link statusIlpo Järvinen4-9/+16
2025-02-21PCI/AER: Descope pci_printk() to aer_printk()Ilpo Järvinen1-3/+7
2025-02-21PCI/ACS: Fix 'pci=config_acs=' parameterTushar Dave1-5/+13
2025-02-21PCI: epf-mhi: Update device ID for SA8775PMrinmay Sarkar1-1/+1
2025-02-21PCI: mediatek-gen3: Remove leftover mac_reset assert for Airoha EN7581 SoCLorenzo Bianconi1-1/+0
2025-02-21PCI/pwrctrl: Add pwrctrl driver for PCI slotsManivannan Sadhasivam3-0/+107
2025-02-20PCI: hv: Correct a commentEaswar Hariharan1-1/+1
2025-02-20PCI/pwrctrl: Skip scanning for the device further if pwrctrl device is createdManivannan Sadhasivam1-10/+17
2025-02-20PCI/pwrctrl: Move pci_pwrctrl_unregister() to pci_destroy_dev()Manivannan Sadhasivam1-1/+1
2025-02-20PCI/pwrctrl: Move creation of pwrctrl devices to pci_scan_device()Manivannan Sadhasivam3-44/+35
2025-02-20PCI/ASPM: Fix link state exit during switch upstream function removalDaniel Stodden1-8/+9
2025-02-19PCI: shpchp: Remove 'shpchp_debug' module parameterIlpo Järvinen2-8/+1
2025-02-19PCI: shpchp: Remove unused logging wrappersIlpo Järvinen1-12/+0
2025-02-19PCI: shpchp: Change dbg() -> ctrl_dbg()Ilpo Järvinen1-1/+1
2025-02-19PCI: shpchp: Remove logging from module init/exit functionsIlpo Järvinen1-9/+1
2025-02-19PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionallyRafael J. Wysocki1-4/+2
2025-02-18PCI: Rework optional resource handlingIlpo Järvinen1-31/+58
2025-02-18PCI: Perform reset_resource() and build fail list in syncIlpo Järvinen1-6/+29
2025-02-18PCI: Use res->parent to check if resource is assignedIlpo Järvinen1-1/+1
2025-02-18PCI: Add debug print when releasing resources before retryIlpo Järvinen1-2/+12
2025-02-18PCI: Indicate optional resource assignment failuresIlpo Järvinen1-2/+6
2025-02-18PCI: Always have realloc_head in __assign_resources_sorted()Ilpo Järvinen1-2/+6
2025-02-18PCI: Extend enable to check for any optional resourceIlpo Järvinen3-2/+14
2025-02-18PCI: Add restore_dev_resource()Ilpo Järvinen1-20/+15
2025-02-18PCI: Remove incorrect comment from pci_reassign_resource()Ilpo Järvinen1-1/+0
2025-02-18PCI: Consolidate assignment loop next round preparationIlpo Järvinen1-62/+42
2025-02-18PCI: Rename retval to retIlpo Järvinen1-5/+4
2025-02-18PCI: Use while loop and break instead of gotosIlpo Järvinen1-103/+103
2025-02-18PCI: Refactor pdev_sort_resources() & __dev_sort_resources()Ilpo Järvinen1-21/+23
2025-02-18PCI: Converge return paths in __assign_resources_sorted()Ilpo Järvinen1-2/+3
2025-02-18PCI: Add dev & res local variables to resource assignment funcsIlpo Järvinen1-29/+37
2025-02-18PCI: Add pci_resource_num() helperIlpo Järvinen2-6/+28