summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-34/+35
2023-02-22Merge branch 'pci/reset'Bjorn Helgaas1-34/+25
2023-02-11Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"Bjorn Helgaas1-7/+0
2023-02-09PCI/DPC: Await readiness of secondary bus after resetLukas Wunner1-3/+0
2023-02-07PCI: Unify delay handling for reset and resumeLukas Wunner1-30/+24
2023-02-07PCI/PM: Observe reset delay irrespective of bridge_d3Lukas Wunner1-1/+1
2023-02-01PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen1-0/+10
2022-11-12PCI: Fix pci_device_is_present() for VFs by checking PFMichael S. Tsirkin1-0/+2
2022-11-08PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár1-43/+60
2022-10-06Merge branch 'pci/pm'Bjorn Helgaas1-33/+11
2022-10-05PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeVidya Sagar1-0/+7
2022-09-29PCI/PM: Reduce D3hot delay with usleep_range()Sajid Dalvi1-7/+9
2022-09-12PCI/PM: Always disable PTM for all devices during suspendBjorn Helgaas1-26/+2
2022-09-12PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()Bjorn Helgaas1-2/+2
2022-08-04Merge branch 'pci/header-cleanup-immutable'Bjorn Helgaas1-0/+2
2022-07-23PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-0/+2
2022-07-12PCI/ASPM: Remove pcie_aspm_pm_state_change()Kai-Heng Feng1-6/+0
2022-05-31PCI/PM: Fix bridge_d3_blacklist[] Elo i2 overwrite of Gigabyte X299Bjorn Helgaas1-0/+2
2022-05-28Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-153/+200
2022-05-25Merge branch 'pci/virtualization'Bjorn Helgaas1-5/+5
2022-05-12PCI: Avoid pci_dev_lock() AB/BA deadlock with sriov_numvfs_store()Yicong Yang1-5/+5
2022-05-05PCI/PM: Rearrange pci_set_power_state()Rafael J. Wysocki1-11/+17
2022-05-05PCI/PM: Clean up pci_set_low_power_state()Rafael J. Wysocki1-8/+1
2022-05-05PCI/PM: Do not restore BARs if device is not in D0Rafael J. Wysocki1-16/+16
2022-05-05PCI/PM: Split pci_power_up()Rafael J. Wysocki1-6/+35
2022-05-05PCI/PM: Write 0 to PMCSR in pci_power_up() in all casesRafael J. Wysocki1-8/+3
2022-05-05PCI/PM: Do not call pci_update_current_state() from pci_power_up()Rafael J. Wysocki1-21/+28
2022-05-05PCI/PM: Unfold pci_platform_power_transition() in pci_power_up()Rafael J. Wysocki1-1/+8
2022-05-05PCI/PM: Set current_state to D3cold if the device is not accessibleRafael J. Wysocki1-0/+2
2022-05-05PCI/PM: Relocate pci_set_low_power_state()Rafael J. Wysocki1-79/+79
2022-05-05PCI/PM: Split pci_raw_set_power_state()Rafael J. Wysocki1-60/+83
2022-05-05PCI/PM: Rearrange pci_update_current_state()Rafael J. Wysocki1-3/+6
2022-05-05PCI/PM: Drop the runtime_d3cold device flagRafael J. Wysocki1-3/+0
2022-05-05PCI/PM: Resume subordinate bus in bus type callbacksRafael J. Wysocki1-15/+0
2022-04-11PCI/PM: Avoid putting Elo i2 PCIe Ports in D3coldRafael J. Wysocki1-0/+10
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+13
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas1-5/+5
2022-01-11PCI: Use DWORD accesses for LTR, L1 SS to avoid erratumRajat Jain1-8/+8
2021-12-17PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner1-5/+0
2021-11-18PCI/ERR: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu1-5/+5
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+2
2021-11-12Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+8
2021-11-11Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas1-9/+8
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-0/+32
2021-11-08PCI: Export pci_dev_lock()Niklas Schnelle1-1/+2
2021-11-07Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+51
2021-11-05Merge branch 'pci/misc'Bjorn Helgaas1-4/+5
2021-11-05Merge branch 'pci/hotplug'Bjorn Helgaas1-0/+2
2021-11-05Merge branch 'pci/driver'Bjorn Helgaas1-8/+9
2021-11-05Merge branch 'pci/enumeration'Bjorn Helgaas1-2/+10