summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2025-02-28PCI: brcmstb: Add a softdep to MIP MSI-X driverStanimir Varbanov
2025-02-24PCI: hv: Switch hv_compose_multi_msi_req_get_cpu() to using cpumask_next_wrap()Yury Norov
2025-02-24cpumask: deprecate cpumask_next_wrap()Yury Norov
2025-02-24PCI: qcom-ep: Enable EP mode support for SAR2130PDmitry Baryshkov
2025-02-24PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe()Stanimir Varbanov
2025-02-24PCI: qcom-ep: Mark BAR0/BAR2 as 64bit BARs and BAR1/BAR3 as RESERVEDManivannan Sadhasivam
2025-02-22x86/kaslr: Reduce KASLR entropy on most x86 systemsBalbir Singh
2025-02-22PCI: cpcihp: Remove unused .get_power() and .set_power()Guilherme Giacomo Simoes
2025-02-21PCI/ERR: Handle TLP Log in Flit modeIlpo Järvinen
2025-02-21PCI: Track Flit Mode Status & print it with link statusIlpo Järvinen
2025-02-21PCI/AER: Descope pci_printk() to aer_printk()Ilpo Järvinen
2025-02-21PCI/ACS: Fix 'pci=config_acs=' parameterTushar Dave
2025-02-21PCI: epf-mhi: Update device ID for SA8775PMrinmay Sarkar
2025-02-21PCI: mediatek-gen3: Remove leftover mac_reset assert for Airoha EN7581 SoCLorenzo Bianconi
2025-02-21PCI/pwrctrl: Add pwrctrl driver for PCI slotsManivannan Sadhasivam
2025-02-20PCI: hv: Correct a commentEaswar Hariharan
2025-02-20PCI/pwrctrl: Skip scanning for the device further if pwrctrl device is createdManivannan Sadhasivam
2025-02-20PCI/pwrctrl: Move pci_pwrctrl_unregister() to pci_destroy_dev()Manivannan Sadhasivam
2025-02-20PCI/pwrctrl: Move creation of pwrctrl devices to pci_scan_device()Manivannan Sadhasivam
2025-02-20PCI/ASPM: Fix link state exit during switch upstream function removalDaniel Stodden
2025-02-19PCI: shpchp: Remove 'shpchp_debug' module parameterIlpo Järvinen
2025-02-19PCI: shpchp: Remove unused logging wrappersIlpo Järvinen
2025-02-19PCI: shpchp: Change dbg() -> ctrl_dbg()Ilpo Järvinen
2025-02-19PCI: shpchp: Remove logging from module init/exit functionsIlpo Järvinen
2025-02-19PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionallyRafael J. Wysocki
2025-02-18PCI: Rework optional resource handlingIlpo Järvinen
2025-02-18PCI: Perform reset_resource() and build fail list in syncIlpo Järvinen
2025-02-18PCI: Use res->parent to check if resource is assignedIlpo Järvinen
2025-02-18PCI: Add debug print when releasing resources before retryIlpo Järvinen
2025-02-18PCI: Indicate optional resource assignment failuresIlpo Järvinen
2025-02-18PCI: Always have realloc_head in __assign_resources_sorted()Ilpo Järvinen
2025-02-18PCI: Extend enable to check for any optional resourceIlpo Järvinen
2025-02-18PCI: Add restore_dev_resource()Ilpo Järvinen
2025-02-18PCI: Remove incorrect comment from pci_reassign_resource()Ilpo Järvinen
2025-02-18PCI: Consolidate assignment loop next round preparationIlpo Järvinen
2025-02-18PCI: Rename retval to retIlpo Järvinen
2025-02-18PCI: Use while loop and break instead of gotosIlpo Järvinen
2025-02-18PCI: Refactor pdev_sort_resources() & __dev_sort_resources()Ilpo Järvinen
2025-02-18PCI: Converge return paths in __assign_resources_sorted()Ilpo Järvinen
2025-02-18PCI: Add dev & res local variables to resource assignment funcsIlpo Järvinen
2025-02-18PCI: Add pci_resource_num() helperIlpo Järvinen
2025-02-18PCI: Check resource_size() separatelyIlpo Järvinen
2025-02-18PCI: Add pci_resource_is_iov() to identify IOV resourcesMichał Winiarski
2025-02-18PCI: Use resource_set_{range,size}() helpersIlpo Järvinen
2025-02-18PCI: Use SZ_* instead of literals in setup-bus.cIlpo Järvinen
2025-02-18PCI: Fix old_size lower bound in calculate_iosize() tooIlpo Järvinen
2025-02-18PCI: Allow relaxed bridge window tail sizing for optional resourcesIlpo Järvinen
2025-02-18PCI: Simplify size1 assignment logicIlpo Järvinen
2025-02-18PCI: Use min_align, not unrelated add_align, for size0Ilpo Järvinen
2025-02-18PCI: Remove add_align overwrite unrelated to size0Ilpo Järvinen