| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | 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 | |
| | | * | | | | | | PCI/ERR: Remove duplicated include from err.c | YueHaibing | 2018-10-02 | 1 | -1/+0 | |
| | | * | | | | | | PCI: Equalize hotplug memory and io for occupied and empty slots | Jon Derrick | 2018-10-02 | 1 | -13/+15 | |
| | | * | | | | | | PCI / ACPI: Whitelist D3 for more PCIe hotplug ports | Mika Westerberg | 2018-10-02 | 3 | -0/+53 | |
| | | * | | | | | | PCI/PME: Implement runtime PM callbacks | Mika Westerberg | 2018-10-02 | 1 | -0/+27 | |
| | | * | | | | | | PCI: pciehp: Implement runtime PM callbacks | Mika Westerberg | 2018-10-02 | 1 | -0/+18 | |
| | | * | | | | | | PCI/portdrv: Add runtime PM hooks for port service drivers | Mika Westerberg | 2018-10-02 | 3 | -6/+28 | |
| | | * | | | | | | PCI/portdrv: Resume upon exit from system suspend if left runtime suspended | Mika Westerberg | 2018-10-02 | 1 | -2/+2 | |
| | | * | | | | | | PCI: pciehp: Do not handle events if interrupts are masked | Mika Westerberg | 2018-10-02 | 1 | -2/+4 | |
| | | * | | | | | | PCI: pciehp: Disable hotplug interrupt during suspend | Mika Westerberg | 2018-10-02 | 3 | -0/+30 | |
| | | * | | | | | | PCI / ACPI: Enable wake automatically for power managed bridges | Mika Westerberg | 2018-10-02 | 1 | -1/+15 | |
| | | * | | | | | | PCI: Do not skip power-managed bridges in pci_enable_wake() | Mika Westerberg | 2018-10-02 | 1 | -3/+6 | |
| | | * | | | | | | PCI: Make link active reporting detection generic | Keith Busch | 2018-10-02 | 5 | -33/+33 | |
| | | * | | | | | | PCI: Unify device inaccessible | Keith Busch | 2018-10-02 | 2 | -11/+59 | |

