summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: hv: Avoid a kmemleak false positive caused by the hbus bufferDexuan Cui2019-11-261-3/+21
| | * | PCI: hv: Change pci_protocol_version to per-hbusDexuan Cui2019-11-261-12/+10
| | * | PCI: hv: Add hibernation supportDexuan Cui2019-11-261-2/+123
| | * | PCI: hv: Reorganize the code in preparation of hibernationDexuan Cui2019-11-261-15/+28
| | |/
| * | Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2019-11-281-1/+1
| |\ \
| | * | PCI: endpoint: Cast the page number to phys_addr_tAlan Mikhak2019-10-151-1/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2019-11-281-5/+6
| |\ \
| | * | PCI: dwc: Fix find_next_bit() usageNiklas Cassel2019-10-151-5/+6
| | |/
| * | Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2019-11-289-210/+315
| |\ \
| | * | PCI: cadence: Move all files to per-device cadence directoryTom Joseph2019-11-119-47/+52
| | * | PCI: cadence: Refactor driver to use as a core libraryTom Joseph2019-11-116-187/+287
| | |/
| * | Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas2019-11-283-66/+109
| |\ \
| | * | PCI: pci-bridge-emul: Fix big-endian supportGrzegorz Jaszczyk2019-10-172-51/+52
| | * | PCI: aardvark: Fix big endian supportGrzegorz Jaszczyk2019-10-171-5/+7
| | * | PCI: aardvark: Don't rely on jiffies while holding spinlockRemi Pommarel2019-10-151-5/+5
| | * | PCI: aardvark: Fix PCI_EXP_RTCTL register configurationRemi Pommarel2019-10-151-4/+9
| | * | PCI: aardvark: Wait for endpoint to be ready before training linkRemi Pommarel2019-10-151-0/+8
| | * | PCI: aardvark: Use LTSSM state to build link training flagRemi Pommarel2019-10-141-1/+28
| | |/
| * | Merge branch 'pci/virtualization'Bjorn Helgaas2019-11-285-143/+246
| |\ \
| | * | PCI: Unify ACS quirk desired vs provided checkingBjorn Helgaas2019-11-141-22/+45
| | * | PCI: Make ACS quirk implementations more uniformBjorn Helgaas2019-11-141-22/+19
| | * | PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3George Cherian2019-11-111-7/+13
| | * | PCI/IOV: Serialize sysfs sriov_numvfs reads vs writesPierre Crégut2019-10-151-1/+7
| | * | PCI: Add DMA alias quirk for Intel VCA NTBSlawomir Pawlowski2019-10-151-0/+34
| | * | PCI: Fix Intel ACS quirk UPDCR register addressSteffen Liebergeld2019-10-151-1/+1
| | * | PCI/ATS: Make pci_restore_pri_state(), pci_restore_pasid_state() privateBjorn Helgaas2019-10-151-0/+4
| | * | PCI/ATS: Remove unnecessary EXPORT_SYMBOL_GPL()Bjorn Helgaas2019-10-151-14/+0
| | * | PCI/ATS: Cache PRI PRG Response PASID Required bitBjorn Helgaas2019-10-151-13/+10
| | * | PCI/ATS: Cache PASID Capability offsetKuppuswamy Sathyanarayanan2019-10-153-21/+30
| | * | PCI/ATS: Cache PRI Capability offsetKuppuswamy Sathyanarayanan2019-10-153-25/+35
| | * | PCI/ATS: Disable PF/VF ATS service independentlyKuppuswamy Sathyanarayanan2019-10-151-11/+0
| | * | PCI/ATS: Handle sharing of PF PASID Capability with all VFsKuppuswamy Sathyanarayanan2019-10-151-0/+23
| | * | PCI/ATS: Handle sharing of PF PRI Capability with all VFsKuppuswamy Sathyanarayanan2019-10-151-0/+24
| | * | PCI/ATS: Move pci_prg_resp_pasid_required() to CONFIG_PCI_PRIBjorn Helgaas2019-10-151-30/+25
| | |/
| * | Merge branch 'pci/switchtec'Bjorn Helgaas2019-11-281-1/+1
| |\ \
| | * | PCI/switchtec: Read all 64 bits of part_event_bitmapLogan Gunthorpe2019-09-301-1/+1
| | |/
| * | Merge branch 'pci/resource'Bjorn Helgaas2019-11-2814-60/+105
| |\ \
| | * | PCI: Do not use bus number zero from EA capabilitySubbaraya Sundeep2019-11-141-5/+11
| | * | PCI: Avoid double hpmemsize MMIO window assignmentNicholas Johnson2019-11-141-11/+27
| | * | PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parametersNicholas Johnson2019-10-233-16/+31
| | * | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-1411-27/+28
| | * | PCI: Fix missing bridge dma_ranges resource list cleanupRob Herring2019-10-141-0/+1
| | * | PCI: Protect pci_reassign_bridge_resources() against concurrent addition/removalBenjamin Herrenschmidt2019-09-301-1/+7
| | |/
| * | Merge branch 'pci/pm'Bjorn Helgaas2019-11-283-223/+314
| |\ \
| | * | PCI/PM: Move pci_dev_wait() definition earlierVidya Sagar2019-11-201-41/+41
| | * | PCI/PM: Add missing link delays required by the PCIe specMika Westerberg2019-11-203-7/+133
| | * | PCI/PM: Add pcie_wait_for_link_delay()Mika Westerberg2019-11-201-3/+18
| | * | PCI/PM: Return error when changing power state from D3coldBjorn Helgaas2019-11-201-0/+6
| | * | PCI/PM: Decode D3cold power state correctlyBjorn Helgaas2019-11-201-7/+10
| | * | PCI/PM: Fold __pci_complete_power_transition() into its callerRafael J. Wysocki2019-11-201-23/+7