Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge branch 'pci/host-iproc' into next | Bjorn Helgaas | 2017-11-14 | 1 | -7/+12 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: iproc: Allow allocation of multiple MSIs | Sandor Bodo-Merle | 2017-10-17 | 1 | -7/+12 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/host-hv' into next | Bjorn Helgaas | 2017-11-14 | 1 | -3/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: hv: Use effective affinity mask | Dexuan Cui | 2017-11-07 | 1 | -3/+5 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/host-hisi' into next | Bjorn Helgaas | 2017-11-14 | 3 | -0/+481 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: hisi: Add HiSilicon STB SoC PCIe controller driver | Jianguo Sun | 2017-10-24 | 3 | -0/+481 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/host-generic' into next | Bjorn Helgaas | 2017-11-14 | 1 | -0/+43 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: generic: Add support for Synopsys DesignWare RC in ECAM mode | Ard Biesheuvel | 2017-10-06 | 1 | -0/+43 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/host-faraday' into next | Bjorn Helgaas | 2017-11-14 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: faraday: Fix wrong pointer passed to PTR_ERR() | Wei Yongjun | 2017-10-20 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/host-dra7xx' into next | Bjorn Helgaas | 2017-11-14 | 1 | -0/+17 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: dra7xx: Add shutdown handler to cleanly turn off clocks | Keerthy | 2017-10-11 | 1 | -0/+17 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/host-altera' into next | Bjorn Helgaas | 2017-11-14 | 1 | -4/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up() | Bjorn Helgaas | 2017-11-09 | 1 | -4/+4 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/virtualization' into next | Bjorn Helgaas | 2017-11-14 | 7 | -59/+89 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: Document reset method return values | Bjorn Helgaas | 2017-10-25 | 1 | -0/+8 | |
| | * | | | | PCI: Detach driver before procfs & sysfs teardown on device remove | Alex Williamson | 2017-10-25 | 1 | -1/+1 | |
| | * | | | | PCI: Apply Cavium ThunderX ACS quirk to more Root Ports | Vadim Lomovtsev | 2017-10-19 | 1 | -1/+14 | |
| | * | | | | PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF | Vadim Lomovtsev | 2017-10-19 | 1 | -5/+7 | |
| | * | | | | PCI: Restore ARI Capable Hierarchy before setting numVFs | Tony Nguyen | 2017-10-10 | 1 | -0/+8 | |
| | * | | | | PCI: Create SR-IOV virtfn/physfn links before attaching driver | Stuart Hayes | 2017-10-10 | 1 | -1/+2 | |
| | * | | | | PCI: Expose SR-IOV offset, stride, and VF device ID via sysfs | Filippo Sironi | 2017-10-10 | 1 | -0/+33 | |
| | * | | | | PCI: Cache the VF device ID in the SR-IOV structure | Filippo Sironi | 2017-10-05 | 2 | -2/+4 | |
| | * | | | | PCI: Add Kconfig PCI_IOV dependency for PCI_REALLOC_ENABLE_AUTO | Sascha El-Sharkawy | 2017-10-05 | 1 | -4/+4 | |
| | * | | | | PCI: Remove unused function __pci_reset_function() | Jan H. Schönherr | 2017-10-05 | 1 | -32/+3 | |
| | * | | | | PCI: Remove reset argument from pci_iov_{add,remove}_virtfn() | Jan H. Schönherr | 2017-10-05 | 1 | -13/+5 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/switchtec' into next | Bjorn Helgaas | 2017-11-14 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | switchtec: Make struct event_regs static | Colin Ian King | 2017-10-05 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/resource' into next | Bjorn Helgaas | 2017-11-14 | 5 | -15/+286 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: Fail pci_map_rom() if the option ROM is invalid | Changbin Du | 2017-11-08 | 1 | -0/+5 | |
| | * | | | | PCI: Move pci_map_rom() error path | Changbin Du | 2017-11-08 | 1 | -6/+8 | |
| | * | | | | PCI: Add pci_resize_resource() for resizing BARs | Christian König | 2017-10-25 | 2 | -0/+156 | |
| | * | | | | PCI: Add resizable BAR infrastructure | Christian König | 2017-10-24 | 2 | -0/+109 | |
| | * | | | | PCI: Add PCI resource type mask #define | Christian König | 2017-10-24 | 1 | -9/+8 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/portdrv' into next | Bjorn Helgaas | 2017-11-14 | 1 | -0/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI/portdrv: Turn off PCIe services during shutdown | Sinan Kaya | 2017-11-06 | 1 | -0/+1 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/msi' into next | Bjorn Helgaas | 2017-11-14 | 1 | -96/+75 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocation | Bjorn Helgaas | 2017-10-21 | 1 | -10/+20 | |
| | * | | | | PCI/portdrv: Factor out Interrupt Message Number lookup | Bjorn Helgaas | 2017-10-20 | 1 | -48/+62 | |
| | * | | | | PCI/portdrv: Consolidate comments | Bjorn Helgaas | 2017-10-20 | 1 | -54/+9 | |
| | * | | | | PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masks | Dongdong Liu | 2017-10-19 | 1 | -2/+2 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2017-11-14 | 5 | -4/+16 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: Fix kernel-doc build warning | Randy Dunlap | 2017-11-08 | 1 | -1/+1 | |
| | * | | | | PCI: Move PCI_QUIRKS to the PCI bus menu | Randy Dunlap | 2017-11-07 | 1 | -0/+9 | |
| | * | | | | PCI/PME: Handle invalid data when reading Root Status | Qiang | 2017-11-07 | 1 | -1/+4 | |
| | * | | | | PCI: Constify pci_dev_type structure | Bhumika Goyal | 2017-10-05 | 2 | -2/+2 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'pci/hotplug' into next | Bjorn Helgaas | 2017-11-14 | 15 | -113/+413 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: pciehp: Do not clear Presence Detect Changed during initialization | Mika Westerberg | 2017-11-06 | 1 | -3/+8 | |
| | * | | | | PCI: pciehp: Fix race condition handling surprise link down | Mika Westerberg | 2017-11-06 | 3 | -5/+10 | |
| | * | | | | PCI: Distribute available resources to hotplug-capable bridges | Mika Westerberg | 2017-11-06 | 1 | -0/+177 |