Age | Commit message (Expand) | Author | Files | Lines |
2018-08-15 | Merge branch 'pci/resource' | Bjorn Helgaas | 12 | -72/+71 |
2018-08-15 | Merge branch 'pci/peer-to-peer' | Bjorn Helgaas | 5 | -85/+373 |
2018-08-15 | Merge branch 'pci/notes' | Bjorn Helgaas | 2 | -0/+189 |
2018-08-15 | Merge branch 'pci/msi' | Bjorn Helgaas | 1 | -0/+3 |
2018-08-15 | Merge branch 'pci/misc' | Bjorn Helgaas | 14 | -26/+38 |
2018-08-15 | Merge branch 'pci/hotplug' | Bjorn Helgaas | 29 | -964/+715 |
2018-08-15 | Merge branch 'pci/enumeration' | Bjorn Helgaas | 4 | -11/+135 |
2018-08-15 | Merge branch 'pci/dpc' | Bjorn Helgaas | 1 | -65/+42 |
2018-08-15 | Merge branch 'pci/aspm' | Bjorn Helgaas | 8 | -12/+3 |
2018-08-15 | Merge branch 'pci/aer' | Bjorn Helgaas | 9 | -106/+449 |
2018-08-15 | Merge branch 'for-linus' | Bjorn Helgaas | 35 | -61/+187 |
2018-08-15 | PCI/AER: Don't clear AER bits if error handling is Firmware-First | Alexandru Gagniuc | 1 | -0/+9 |
2018-08-15 | PCI: Limit config space size for Netronome NFP5000 | Jakub Kicinski | 2 | -0/+2 |
2018-08-15 | PCI/MSI: Set IRQCHIP_ONESHOT_SAFE for PCI-MSI irqchips | Heiner Kallweit | 1 | -0/+3 |
2018-08-15 | PCI/VPD: Check for VPD access completion before checking for timeout | Bert Kenward | 1 | -2/+5 |
2018-08-15 | PCI: Add PCI_DEVICE_DATA() macro to fully describe device ID entry | Andy Shevchenko | 2 | -6/+15 |
2018-08-14 | PCI: Match Root Port's MPS to endpoint's MPSS as necessary | Myron Stowe | 1 | -2/+10 |
2018-08-14 | PCI: Skip MPS logic for Virtual Functions (VFs) | Myron Stowe | 1 | -0/+4 |
2018-08-10 | PCI: Check for PCIe Link downtraining | Alexandru Gagniuc | 3 | -7/+42 |
2018-08-10 | PCI: Add ACS Redirect disable quirk for Intel Sunrise Point | Logan Gunthorpe | 1 | -0/+25 |
2018-08-10 | PCI: Add device-specific ACS Redirect disable infrastructure | Logan Gunthorpe | 3 | -8/+43 |
2018-08-10 | PCI: Convert device-specific ACS quirks from NULL termination to ARRAY_SIZE | Logan Gunthorpe | 1 | -9/+9 |
2018-08-10 | PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer support | Logan Gunthorpe | 2 | -2/+80 |
2018-08-10 | PCI: Allow specifying devices using a base bus and path of devfns | Logan Gunthorpe | 2 | -23/+103 |
2018-08-10 | PCI: Make specifying PCI devices in kernel parameters reusable | Logan Gunthorpe | 2 | -59/+126 |
2018-08-10 | PCI: Hide ACS quirk declarations inside PCI core | Bjorn Helgaas | 2 | -11/+14 |
2018-08-06 | PCI: Remove unnecessary include of <linux/pci-aspm.h> | Bjorn Helgaas | 4 | -4/+0 |
2018-08-06 | iwlwifi: Remove unnecessary include of <linux/pci-aspm.h> | Bjorn Helgaas | 1 | -1/+0 |
2018-08-06 | ath9k: Remove unnecessary include of <linux/pci-aspm.h> | Bjorn Helgaas | 1 | -1/+0 |
2018-08-06 | igb: Remove unnecessary include of <linux/pci-aspm.h> | Bjorn Helgaas | 1 | -1/+0 |
2018-08-06 | PCI/ASPM: Convert to use sysfs_match_string() helper | Andy Shevchenko | 1 | -5/+3 |
2018-08-01 | PCI: Unify PCI and normal DMA direction definitions | Shunyong Yang | 2 | -8/+6 |
2018-08-01 | PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definition | Bjorn Helgaas | 1 | -2/+0 |
2018-07-31 | PCI: pciehp: Deduplicate presence check on probe & resume | Lukas Wunner | 2 | -31/+46 |
2018-07-31 | PCI: pciehp: Avoid implicit fallthroughs in switch statements | Lukas Wunner | 1 | -0/+5 |
2018-07-31 | PCI: Fix is_added/is_busmaster race condition | Hari Vyas | 9 | -12/+27 |
2018-07-31 | PCI: Whitelist Thunderbolt ports for runtime D3 | Lukas Wunner | 1 | -1/+5 |
2018-07-31 | PCI: Whitelist native hotplug ports for runtime D3 | Lukas Wunner | 1 | -5/+10 |
2018-07-31 | PCI: sysfs: Resume to D0 on function reset | Lukas Wunner | 1 | -0/+2 |
2018-07-31 | PCI: pciehp: Resume parent to D0 on config space access | Lukas Wunner | 2 | -0/+21 |
2018-07-31 | PCI: pciehp: Resume to D0 on enable/disable | Lukas Wunner | 1 | -0/+6 |
2018-07-31 | PCI: pciehp: Support interrupts sent from D3hot | Lukas Wunner | 2 | -2/+48 |
2018-07-31 | PCI: pciehp: Obey compulsory command delay after resume | Lukas Wunner | 1 | -0/+4 |
2018-07-31 | PCI: pciehp: Clear spurious events earlier on resume | Lukas Wunner | 6 | -16/+30 |
2018-07-31 | PCI: portdrv: Deduplicate PM callback iterator | Lukas Wunner | 1 | -18/+12 |
2018-07-31 | PCI: pciehp: Avoid slot access during reset | Lukas Wunner | 3 | -7/+14 |
2018-07-31 | PCI: Use IRQF_ONESHOT if pci_request_irq() called with no handler | Heiner Kallweit | 1 | -1/+5 |
2018-07-30 | PCI: Call dma_debug_add_bus() for pci_bus_type from PCI core | Christoph Hellwig | 4 | -9/+1 |
2018-07-28 | PCI: mobiveil: Avoid integer overflow in IB_WIN_SIZE | Dan Carpenter | 1 | -1/+1 |
2018-07-27 | PCI: Document ACPI description of PCI host bridges | Bjorn Helgaas | 2 | -0/+189 |