summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-112-0/+16
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-043-0/+27
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-215-32/+97
| |\ \
| * | | PCI: Add debug print for device ready delayIdo Schimmel2023-11-181-0/+3
| * | | PCI: Add no PM reset quirk for NVIDIA Spectrum devicesIdo Schimmel2023-11-181-0/+13
* | | | Merge tag 'x86-apic-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-081-7/+0
|\ \ \ \
| * | | | x86/apic: Drop apic::delivery_modeAndrew Cooper2023-11-211-7/+0
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-01-082-35/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCI: Move pci_clear_and_set_dword() helper to PCI headerShuai Xue2023-12-132-35/+42
| |/ /
* | | Merge tag 'pci-v6.7-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-033-0/+27
|\ \ \ | |_|/ |/| |
| * | Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas2024-01-023-0/+27
| |/
* | Revert "PCI: acpiphp: Reassign resources on bridge if necessary"Bjorn Helgaas2023-12-151-6/+3
* | PCI/ASPM: Add pci_disable_link_state_locked() lockdep assertJohan Hovold2023-12-111-0/+2
* | PCI/ASPM: Clean up __pci_disable_link_state() 'sem' parameterJohan Hovold2023-12-111-5/+5
* | PCI: qcom: Clean up ASPM commentJohan Hovold2023-12-111-1/+4
* | PCI: qcom: Fix potential deadlock when enabling ASPMJohan Hovold2023-12-111-1/+1
* | PCI: vmd: Fix potential deadlock when enabling ASPMJohan Hovold2023-12-111-1/+1
* | PCI/ASPM: Add pci_enable_link_state_locked()Johan Hovold2023-12-111-13/+40
* | PCI: loongson: Limit MRRS to 256Jiaxun Yang2023-12-081-5/+41
|/
* Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-11-042-6/+162
|\
| * PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error hand...Robert Richter2023-10-271-0/+57
| * PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handlerRobert Richter2023-10-272-2/+100
| * PCI/AER: Refactor cper_print_aer() for use by CXL driver moduleTerry Bowman2023-10-271-4/+5
* | Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-11-031-1/+25
|\ \
| * | PCI: Implement custom llseek for sysfs resource entriesValentine Sinitsyn2023-10-051-1/+25
| |/
* | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-0263-406/+2076
|\ \
| * \ Merge branch 'pci/misc'Bjorn Helgaas2023-10-285-13/+14
| |\ \
| | * | PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word()Ilpo Järvinen2023-10-262-7/+7
| | * | PCI: endpoint: Fix double free in __pci_epc_create()Dan Carpenter2023-10-261-1/+0
| | * | PCI: Replace unnecessary UTF-8 in KconfigLiu Song2023-10-061-1/+1
| | * | PCI: Make pci_assign_unassigned_resources() non-initRandy Dunlap2023-10-051-1/+1
| | * | PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD deviceVicki Pfau2023-10-051-3/+5
| * | | Merge branch 'pci/field-get'Bjorn Helgaas2023-10-2818-91/+112
| |\ \ \
| | * | | PCI/portdrv: Use FIELD_GET()Bjorn Helgaas2023-10-241-3/+4
| | * | | PCI/VC: Use FIELD_GET()Bjorn Helgaas2023-10-241-4/+5
| | * | | PCI/PTM: Use FIELD_GET()Bjorn Helgaas2023-10-241-2/+3
| | * | | PCI/PME: Use FIELD_GET()Bjorn Helgaas2023-10-241-1/+3
| | * | | PCI/ATS: Use FIELD_GET()Bjorn Helgaas2023-10-241-5/+2
| | * | | PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirkBjorn Helgaas2023-10-241-4/+4
| | * | | PCI: Use FIELD_GET()Bjorn Helgaas2023-10-242-27/+26
| | * | | PCI/MSI: Use FIELD_GET/PREP()Ilpo Järvinen2023-10-241-4/+6
| | * | | PCI/DPC: Use defines with DPC reason fieldsIlpo Järvinen2023-10-241-10/+17
| | * | | PCI/DPC: Use defined fields with DPC_CTL registerIlpo Järvinen2023-10-241-3/+7
| | * | | PCI/DPC: Use FIELD_GET()Bjorn Helgaas2023-10-242-3/+4
| | * | | PCI: hotplug: Use FIELD_GET/PREP()Ilpo Järvinen2023-10-243-4/+7
| | * | | PCI: dwc: Use FIELD_GET/PREP()Ilpo Järvinen2023-10-242-6/+11
| | * | | PCI: cadence: Use FIELD_GET()Ilpo Järvinen2023-10-181-4/+5
| | * | | PCI: Use FIELD_GET() to extract Link WidthIlpo Järvinen2023-10-172-6/+4
| | * | | PCI: mvebu: Use FIELD_PREP() with Link WidthIlpo Järvinen2023-10-101-1/+1
| | * | | PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fieldsIlpo Järvinen2023-10-101-5/+4
| | |/ /