index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
fault-injection
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-15
PCI: Limit config space size for Netronome NFP5000
Jakub Kicinski
2
-0
/
+2
2018-08-14
PCI/MSI: Set IRQCHIP_ONESHOT_SAFE for PCI-MSI irqchips
Heiner Kallweit
1
-0
/
+3
2018-08-14
PCI/VPD: Check for VPD access completion before checking for timeout
Bert Kenward
1
-2
/
+5
2018-08-14
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-13
PCI: Add function 1 DMA alias quirk for Marvell 88SS9183
Bjorn Helgaas
1
-0
/
+3
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-09
PCI: Allow specifying devices using a base bus and path of devfns
Logan Gunthorpe
2
-23
/
+103
2018-08-09
PCI: Make specifying PCI devices in kernel parameters reusable
Logan Gunthorpe
2
-59
/
+126
2018-08-09
PCI: Hide ACS quirk declarations inside PCI core
Bjorn Helgaas
2
-11
/
+14
2018-08-09
PCI: Delay after FLR of Intel DC P3700 NVMe
Alex Williamson
1
-0
/
+22
2018-08-09
PCI: Disable Samsung SM961/PM961 NVMe before FLR
Alex Williamson
1
-0
/
+83
2018-08-09
PCI: Export pcie_has_flr()
Alex Williamson
2
-1
/
+3
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-06
PCI/xilinx: Depend on OF instead of the ARCH
Christoph Hellwig
1
-1
/
+1
2018-08-01
PCI: Unify PCI and normal DMA direction definitions
Shunyong Yang
2
-8
/
+6
2018-07-31
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
2018-07-26
PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()
Thomas Tai
1
-0
/
+2
2018-07-24
PCI: pciehp: Always enable occupied slot on probe
Lukas Wunner
2
-15
/
+6
2018-07-24
PCI: pciehp: Become resilient to missed events
Lukas Wunner
3
-53
/
+40
2018-07-24
PCI: pciehp: Tolerate initially unstable link
Lukas Wunner
1
-0
/
+5
2018-07-24
PCI: pciehp: Declare pciehp_enable/disable_slot() static
Lukas Wunner
2
-4
/
+5
2018-07-24
PCI: pciehp: Drop enable/disable lock
Lukas Wunner
3
-15
/
+0
2018-07-24
PCI: pciehp: Enable/disable exclusively from IRQ thread
Lukas Wunner
4
-60
/
+93
[next]