summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | PCI: imx: Add PME_Turn_Off supportLeonard Crestez2018-10-051-0/+24
| | * | | | | | PCI: kirin: Fix section mismatch warningNathan Chancellor2018-10-011-2/+2
| | * | | | | | PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC modeVignesh R2018-09-251-3/+8
| | * | | | | | PCI: qcom: Fix error handling in runtime PM supportBjorn Andersson2018-09-181-17/+39
| | * | | | | | PCI: imx: Initial imx7d pm supportLeonard Crestez2018-09-181-5/+92
| | * | | | | | PCI: imx6: Support MPLL reconfiguration for 100MHz and 200MHz refclockLucas Stach2018-09-181-0/+55
| | |/ / / / /
| * | | | | | Merge branch 'remotes/lorenzo/pci/controller-misc'Bjorn Helgaas2018-10-2012-325/+764
| |\ \ \ \ \ \
| | * | | | | | PCI: aardvark: Implement emulated root PCI bridge config spaceZachary Zhang2018-10-182-3/+127
| | * | | | | | PCI: mvebu: Convert to PCI emulated bridge config spaceThomas Petazzoni2018-10-182-270/+101
| | * | | | | | PCI: mvebu: Drop unused PCI express capability codeThomas Petazzoni2018-10-181-14/+0
| | * | | | | | PCI: Introduce PCI bridge emulated config space common logicThomas Petazzoni2018-10-184-0/+536
| | * | | | | | PCI: Remove unnecessary check of device_type == pciRob Herring2018-09-255-38/+0
| | |/ / / / /
| * | | | | | Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2018-10-202-14/+19
| |\ \ \ \ \ \
| | * | | | | | PCI: cadence: Write MSI data with 32bitsAlan Douglas2018-10-121-1/+1
| | * | | | | | PCI: cadence: Use AXI region 0 to signal interrupts from EPAlan Douglas2018-10-121-5/+6
| | * | | | | | PCI: cadence: Correct probe behaviour when failing to get PHYAlan Douglas2018-09-281-8/+12
| | |/ / / / /
| * | | | | | Merge branch 'pci/virtualization'Bjorn Helgaas2018-10-203-1/+20
| |\ \ \ \ \ \
| | * | | | | | PCI/IOV: Remove unnecessary include of <linux/pci-ats.h>Bjorn Helgaas2018-10-111-1/+0
| | * | | | | | PCI/IOV: Use VF0 cached config space size for other VFsKarimAllah Ahmed2018-10-113-0/+20
| | |/ / / / /
| * | | | | | Merge branch 'pci/peer-to-peer'Bjorn Helgaas2018-10-203-0/+823
| |\ \ \ \ \ \
| | * | | | | | PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpersLogan Gunthorpe2018-10-171-0/+82
| | * | | | | | PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offsetLogan Gunthorpe2018-10-171-0/+43
| | * | | | | | PCI/P2PDMA: Add sysfs group to display p2pmem statsLogan Gunthorpe2018-10-171-0/+54
| | * | | | | | PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe2018-10-103-0/+644
| | |/ / / / /
| * | | | | | Merge branch 'pci/msi'Bjorn Helgaas2018-10-201-3/+6
| |\ \ \ \ \ \
| | * | | | | | PCI/MSI: Warn and return error if driver enables MSI/MSI-X twiceTonghao Zhang2018-09-251-3/+6
| | |/ / / / /
| * | | | | | Merge branch 'pci/misc'Bjorn Helgaas2018-10-205-68/+44
| |\ \ \ \ \ \
| | * | | | | | PCI: pcie: Remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-10-181-4/+0
| | * | | | | | PCI: Fix Switchtec DMA aliasing quirk dmesg noiseLogan Gunthorpe2018-10-111-2/+2
| | * | | | | | PCI: Add macro for Switchtec quirk declarationsLogan Gunthorpe2018-10-111-56/+34
| | * | | | | | PCI: Add Device IDs for Intel GPU "spurious interrupt" quirkBin Meng2018-10-111-0/+4
| | * | | | | | PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig2018-10-101-1/+1
| | * | | | | | PCI: Remove pci_set_dma_seg_boundary()Christoph Hellwig2018-10-101-1/+1
| | * | | | | | PCI / ACPI: Mark expected switch fall-throughGustavo A. R. Silva2018-10-041-0/+1
| | * | | | | | PCI: Remove set but unused variableJoshua Abraham2018-09-171-2/+0
| | * | | | | | PCI: Fix pci.c kernel-doc parameter warningRandy Dunlap2018-09-171-1/+1
| | * | | | | | PCI: Allocate dma_alias_mask with bitmap_zalloc()Andy Shevchenko2018-09-172-3/+2
| | |/ / / / /
| * | | | | | Merge branch 'pci/hotplug'Bjorn Helgaas2018-10-2044-1484/+1254
| |\ \ \ \ \ \
| | * | | | | | PCI/AER: Refactor error injection fallbacksKeith Busch2018-10-181-28/+38
| | * | | | | | PCI/AER: Abstract AER interrupt handlingKeith Busch2018-10-183-7/+5
| | * | | | | | PCI/AER: Reuse existing pcie_port_find_device() interfaceKeith Busch2018-10-182-21/+5
| | * | | | | | PCI/AER: Use managed resource allocationsKeith Busch2018-10-181-12/+5
| | * | | | | | PCI/AER: Use threaded IRQ for bottom halfKeith Busch2018-10-081-47/+13
| | * | | | | | PCI/AER: Use kfifo_in_spinlocked() to insert locked elementsKeith Busch2018-10-081-4/+2
| | * | | | | | PCI/AER: Use kfifo for tracking events instead of reimplementing itKeith Busch2018-10-081-77/+11
| | * | | | | | PCI/AER: Remove error source from AER struct aer_rpcKeith Busch2018-10-081-17/+16
| | * | | | | | PCI/AER: Remove unused aer_error_resume()Keith Busch2018-10-081-13/+0
| | * | | | | | PCI: Uninline PCI bus accessors for better ftracingKeith Busch2018-10-041-2/+2
| | * | | | | | PCI: pnv_php: Use kmemdup()YueHaibing2018-10-021-2/+1
| | * | | | | | PCI: cpqphp: Remove set but not used variable 'physical_slot'YueHaibing2018-10-021-2/+0