summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-251-0/+4
|\
| * PCI: Fix pci_register_io_range() memory leakGeert Uytterhoeven2021-02-171-0/+4
* | Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-211-2/+10
|\ \
| * | PCI: Add a REBAR size quirk for Sapphire RX 5600 XT PulseNirmoy Das2021-01-141-1/+8
| * | PCI: Add pci_rebar_bytes_to_size()Nirmoy Das2021-01-141-1/+1
| * | PCI: Export pci_rebar_get_possible_sizes()Darren Salt2021-01-141-0/+1
| |/
* / Revert "PCI/ASPM: Save/restore L1SS Capability for suspend/resume"Bjorn Helgaas2021-01-271-7/+0
|/
* Merge branch 'pci/ptm'Bjorn Helgaas2020-12-151-1/+26
|\
| * PCI: Disable PTM during suspend to save powerDavid E. Box2020-12-101-1/+24
| * PCI/PTM: Save/restore Precision Time Measurement Capability for suspend/resumeDavid E. Box2020-12-101-0/+2
* | Merge branch 'pci/pm'Bjorn Helgaas2020-12-151-11/+5
|\ \
| * | PCI/PM: Do not generate wakeup event when runtime resuming deviceMika Westerberg2020-12-041-1/+0
| * | PCI/PM: Rename pci_wakeup_bus() to pci_resume_bus()Mika Westerberg2020-12-041-10/+5
| |/
* | Merge branch 'pci/misc'Bjorn Helgaas2020-12-151-8/+10
|\ \
| * | PCI: Reduce pci_set_cacheline_size() message to debug levelHeiner Kallweit2020-12-081-1/+1
| * | PCI: Fix overflow in command-line resource alignment requestsColin Ian King2020-11-301-1/+1
| * | PCI: Bounds-check command-line resource alignment requestsBjorn Helgaas2020-11-301-6/+8
| * | PCI: Fix kernel-doc markupMauro Carvalho Chehab2020-11-301-1/+1
| |/
* | Merge branch 'pci/enumeration'Bjorn Helgaas2020-12-151-25/+32
|\ \
| * | PCI: Keep both device and resource name for config space remapsAlexander Lobakin2020-12-101-1/+8
| * | PCI: Return u16 from pci_find_ext_capability() and similarBjorn Helgaas2020-12-041-3/+3
| * | PCI: Return u8 from pci_find_capability() and similarPuranjay Mohan2020-12-041-21/+21
| |/
* / PCI/ASPM: Save/restore L1SS Capability for suspend/resumeVidya Sagar2020-11-201-0/+7
|/
* PCI: Always enable ACS even if no ACS CapabilityRajat Jain2020-10-301-2/+7
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-24/+30
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2020-10-211-13/+4
| |\
| | * PCI: Simplify bool comparisonsKrzysztof Wilczyński2020-09-301-2/+2
| | * PCI: Simplify pci_dev_reset_slot_function()Lukas Wunner2020-09-171-7/+1
| | * PCI: Use scnprintf(), not snprintf(), in sysfs "show" functionsKrzysztof Wilczyński2020-09-011-1/+1
| | * PCI: Remove unnecessary header includesGustavo Pimentel2020-09-011-3/+0
| * | Merge branch 'pci/pm'Bjorn Helgaas2020-10-211-8/+8
| |\ \
| | * | PCI/PM: Revert "PCI/PM: Apply D2 delay as milliseconds, not microseconds"Bjorn Helgaas2020-09-301-1/+1
| | * | PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński2020-09-291-7/+7
| | |/
| * | Merge branch 'pci/hotplug'Bjorn Helgaas2020-10-211-3/+2
| |\ \
| | * | PCI: pciehp: Reduce noisiness on hot removalLukas Wunner2020-09-171-3/+2
| | |/
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2020-10-211-0/+12
| |\ \
| | * | PCI: Add Kconfig options for MPS/MRRS strategyJim Quinlan2020-09-301-0/+12
| | |/
| * / PCI/ACS: Enable Translation Blocking for external devicesRajat Jain2020-09-161-0/+4
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-130/+156
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2020-08-051-2/+8
| |\
| | * PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed2020-06-261-2/+8
| * | Merge branch 'pci/error'Bjorn Helgaas2020-08-051-0/+8
| |\ \
| | * | PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas2020-07-221-0/+8
| | |/
| * | PCI: Cache ACS capability offset in deviceRajat Jain2020-07-101-4/+16
| * | PCI: Reorder pci_enable_acs() and dependenciesRajat Jain2020-07-101-127/+127
| |/
* / Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"Bjorn Helgaas2020-07-221-21/+9
|/
* Merge branch 'pci/pm'Bjorn Helgaas2020-06-041-12/+26
|\
| * PCI/PM: Assume ports without DLL Link Active train links in 100 msMika Westerberg2020-05-151-9/+21
| * PCI/PM: Adjust pcie_wait_for_link_delay() for caller delayBjorn Helgaas2020-05-151-2/+2