summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | PCI: Add support for polling DLLLA to pcie_retrain_link()Maciej W. Rozycki2023-06-203-10/+22
| | * | | PCI: Export pcie_retrain_link() for use outside ASPMMaciej W. Rozycki2023-06-203-42/+50
| | * | | PCI: Export PCIe link retrain timeoutMaciej W. Rozycki2023-06-203-5/+5
| | * | | PCI: Execute quirk_enable_clear_retrain_link() earlierMaciej W. Rozycki2023-06-201-3/+3
| | * | | PCI/ASPM: Factor out waiting for link training to completeMaciej W. Rozycki2023-06-201-11/+23
| | * | | PCI/ASPM: Avoid unnecessary pcie_link_state useMaciej W. Rozycki2023-06-201-8/+7
| | * | | PCI/ASPM: Use distinct local vars in pcie_retrain_link()Maciej W. Rozycki2023-06-151-9/+10
| | * | | PCI: pciehp: Rely on dev->link_active_reportingMaciej W. Rozycki2023-06-151-5/+2
| | * | | PCI: Initialize dev->link_active_reporting earlierMaciej W. Rozycki2023-06-151-1/+5
| | * | | PCI: of: Propagate firmware node by calling device_set_node()Andy Shevchenko2023-06-071-10/+4
| | |/ /
| * | | Merge branch 'pci/aspm'Bjorn Helgaas2023-06-261-46/+64
| |\ \ \
| | * | | PCI/ASPM: Avoid link retraining raceIlpo Järvinen2023-06-201-0/+11
| | * | | PCI/ASPM: Factor out pcie_wait_for_retrain()Ilpo Järvinen2023-06-201-12/+18
| | * | | PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()Bjorn Helgaas2023-06-201-9/+11
| | * | | PCI/ASPM: Remove unnecessary ASPM_STATE_L1SS checkAjay Agarwal2023-05-191-4/+1
| | * | | PCI/ASPM: Rename L1.2-specific functions from 'l1ss' to 'l12'Ajay Agarwal2023-05-191-7/+7
| | * | | PCI/ASPM: Set ASPM_STATE_L1 when driver enables L1.1 or L1.2Ajay Agarwal2023-05-191-4/+5
| | * | | PCI/ASPM: Set only ASPM_STATE_L1 when driver enables L1Ajay Agarwal2023-05-181-2/+1
| | * | | PCI/ASPM: Disable only ASPM_STATE_L1 when driver disables L1Ajay Agarwal2023-05-181-2/+1
| | * | | PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-freeDing Hui2023-05-181-9/+12
| | |/ /
| * / / PCI: Unexport pci_save_aer_state()Bjorn Helgaas2023-06-121-0/+4
| |/ /
* | | Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-301-8/+36
|\ \ \
| * | | PCI: tegra194: Add interconnect support in Tegra234Sumit Gupta2023-05-161-16/+35
| * | | PCI: tegra194: Fix possible array out of bounds accessSumit Gupta2023-05-161-2/+11
| |/ /
* | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-0/+1
|\ \ \ | |_|/ |/| |
| * | scatterlist: add dedicated config for DMA flagsRobin Murphy2023-06-201-0/+1
* | | Merge tag 'hyperv-fixes-signed-20230619' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-06-201-57/+82
|\ \ \ | |/ / |/| |
| * | PCI: hv: Add a per-bus mutex state_lockDexuan Cui2023-06-181-3/+26
| * | Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"Dexuan Cui2023-06-181-37/+34
| * | PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_devDexuan Cui2023-06-181-12/+0
| * | PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panicDexuan Cui2023-06-181-6/+5
| * | PCI: hv: Fix a race condition bug in hv_pci_query_relations()Dexuan Cui2023-06-181-0/+18
| |/
* / PCI/DPC: Quirk PIO log size for Intel Ice Lake Root PortsMika Westerberg2023-05-121-2/+7
|/
* Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-04-304-79/+262
|\
| * PCI/DOE: Relax restrictions on request and response sizeLukas Wunner2023-04-181-25/+49
| * PCI/DOE: Make mailbox creation API privateLukas Wunner2023-04-181-37/+4
| * PCI/DOE: Create mailboxes on device enumerationLukas Wunner2023-04-184-0/+86
| * PCI/DOE: Allow mailbox creation without devres managementLukas Wunner2023-04-181-37/+66
| * PCI/DOE: Deduplicate mailbox flushingLukas Wunner2023-04-181-6/+3
| * PCI/DOE: Make asynchronous API privateLukas Wunner2023-04-181-2/+43
| * PCI/DOE: Provide synchronous API and use it internallyLukas Wunner2023-04-181-15/+54
* | Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-04-281-105/+175
|\ \
| * | PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_argDexuan Cui2023-04-211-41/+7
| * | PCI: hv: Enable PCI pass-thru devices in Confidential VMsMichael Kelley2023-04-171-64/+168
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-274-5/+5
|\ \ \
| * \ \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-032-5/+26
| |\ \ \
| * | | | driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-232-3/+3
| * | | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-172-2/+2
* | | | | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-2731-1260/+1072
|\ \ \ \ \
| * | | | | PCI: xilinx: Drop obsolete dependency on COMPILE_TESTJean Delvare2023-04-201-1/+1