Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | PCI: imx: Add PME_Turn_Off support | Leonard Crestez | 2018-10-05 | 1 | -0/+24 | |
| | * | | | | | | PCI: kirin: Fix section mismatch warning | Nathan Chancellor | 2018-10-01 | 1 | -2/+2 | |
| | * | | | | | | PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode | Vignesh R | 2018-09-25 | 1 | -3/+8 | |
| | * | | | | | | PCI: qcom: Fix error handling in runtime PM support | Bjorn Andersson | 2018-09-18 | 1 | -17/+39 | |
| | * | | | | | | PCI: imx: Initial imx7d pm support | Leonard Crestez | 2018-09-18 | 1 | -5/+92 | |
| | * | | | | | | PCI: imx6: Support MPLL reconfiguration for 100MHz and 200MHz refclock | Lucas Stach | 2018-09-18 | 1 | -0/+55 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'remotes/lorenzo/pci/controller-misc' | Bjorn Helgaas | 2018-10-20 | 12 | -325/+764 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI: aardvark: Implement emulated root PCI bridge config space | Zachary Zhang | 2018-10-18 | 2 | -3/+127 | |
| | * | | | | | | PCI: mvebu: Convert to PCI emulated bridge config space | Thomas Petazzoni | 2018-10-18 | 2 | -270/+101 | |
| | * | | | | | | PCI: mvebu: Drop unused PCI express capability code | Thomas Petazzoni | 2018-10-18 | 1 | -14/+0 | |
| | * | | | | | | PCI: Introduce PCI bridge emulated config space common logic | Thomas Petazzoni | 2018-10-18 | 4 | -0/+536 | |
| | * | | | | | | PCI: Remove unnecessary check of device_type == pci | Rob Herring | 2018-09-25 | 5 | -38/+0 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'remotes/lorenzo/pci/cadence' | Bjorn Helgaas | 2018-10-20 | 2 | -14/+19 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI: cadence: Write MSI data with 32bits | Alan Douglas | 2018-10-12 | 1 | -1/+1 | |
| | * | | | | | | PCI: cadence: Use AXI region 0 to signal interrupts from EP | Alan Douglas | 2018-10-12 | 1 | -5/+6 | |
| | * | | | | | | PCI: cadence: Correct probe behaviour when failing to get PHY | Alan Douglas | 2018-09-28 | 1 | -8/+12 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/virtualization' | Bjorn Helgaas | 2018-10-20 | 3 | -1/+20 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI/IOV: Remove unnecessary include of <linux/pci-ats.h> | Bjorn Helgaas | 2018-10-11 | 1 | -1/+0 | |
| | * | | | | | | PCI/IOV: Use VF0 cached config space size for other VFs | KarimAllah Ahmed | 2018-10-11 | 3 | -0/+20 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/peer-to-peer' | Bjorn Helgaas | 2018-10-20 | 3 | -0/+823 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpers | Logan Gunthorpe | 2018-10-17 | 1 | -0/+82 | |
| | * | | | | | | PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offset | Logan Gunthorpe | 2018-10-17 | 1 | -0/+43 | |
| | * | | | | | | PCI/P2PDMA: Add sysfs group to display p2pmem stats | Logan Gunthorpe | 2018-10-17 | 1 | -0/+54 | |
| | * | | | | | | PCI/P2PDMA: Support peer-to-peer memory | Logan Gunthorpe | 2018-10-10 | 3 | -0/+644 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/msi' | Bjorn Helgaas | 2018-10-20 | 1 | -3/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice | Tonghao Zhang | 2018-09-25 | 1 | -3/+6 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/misc' | Bjorn Helgaas | 2018-10-20 | 5 | -68/+44 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI: pcie: Remove redundant 'default n' from Kconfig | Bartlomiej Zolnierkiewicz | 2018-10-18 | 1 | -4/+0 | |
| | * | | | | | | PCI: Fix Switchtec DMA aliasing quirk dmesg noise | Logan Gunthorpe | 2018-10-11 | 1 | -2/+2 | |
| | * | | | | | | PCI: Add macro for Switchtec quirk declarations | Logan Gunthorpe | 2018-10-11 | 1 | -56/+34 | |
| | * | | | | | | PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk | Bin Meng | 2018-10-11 | 1 | -0/+4 | |
| | * | | | | | | PCI: Remove pci_set_dma_max_seg_size() | Christoph Hellwig | 2018-10-10 | 1 | -1/+1 | |
| | * | | | | | | PCI: Remove pci_set_dma_seg_boundary() | Christoph Hellwig | 2018-10-10 | 1 | -1/+1 | |
| | * | | | | | | PCI / ACPI: Mark expected switch fall-through | Gustavo A. R. Silva | 2018-10-04 | 1 | -0/+1 | |
| | * | | | | | | PCI: Remove set but unused variable | Joshua Abraham | 2018-09-17 | 1 | -2/+0 | |
| | * | | | | | | PCI: Fix pci.c kernel-doc parameter warning | Randy Dunlap | 2018-09-17 | 1 | -1/+1 | |
| | * | | | | | | PCI: Allocate dma_alias_mask with bitmap_zalloc() | Andy Shevchenko | 2018-09-17 | 2 | -3/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'pci/hotplug' | Bjorn Helgaas | 2018-10-20 | 44 | -1484/+1254 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCI/AER: Refactor error injection fallbacks | Keith Busch | 2018-10-18 | 1 | -28/+38 | |
| | * | | | | | | PCI/AER: Abstract AER interrupt handling | Keith Busch | 2018-10-18 | 3 | -7/+5 | |
| | * | | | | | | PCI/AER: Reuse existing pcie_port_find_device() interface | Keith Busch | 2018-10-18 | 2 | -21/+5 | |
| | * | | | | | | PCI/AER: Use managed resource allocations | Keith Busch | 2018-10-18 | 1 | -12/+5 | |
| | * | | | | | | PCI/AER: Use threaded IRQ for bottom half | Keith Busch | 2018-10-08 | 1 | -47/+13 | |
| | * | | | | | | PCI/AER: Use kfifo_in_spinlocked() to insert locked elements | Keith Busch | 2018-10-08 | 1 | -4/+2 | |
| | * | | | | | | PCI/AER: Use kfifo for tracking events instead of reimplementing it | Keith Busch | 2018-10-08 | 1 | -77/+11 | |
| | * | | | | | | PCI/AER: Remove error source from AER struct aer_rpc | Keith Busch | 2018-10-08 | 1 | -17/+16 | |
| | * | | | | | | PCI/AER: Remove unused aer_error_resume() | Keith Busch | 2018-10-08 | 1 | -13/+0 | |
| | * | | | | | | PCI: Uninline PCI bus accessors for better ftracing | Keith Busch | 2018-10-04 | 1 | -2/+2 | |
| | * | | | | | | PCI: pnv_php: Use kmemdup() | YueHaibing | 2018-10-02 | 1 | -2/+1 | |
| | * | | | | | | PCI: cpqphp: Remove set but not used variable 'physical_slot' | YueHaibing | 2018-10-02 | 1 | -2/+0 |