aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-06igb: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-08-06PCI/ASPM: Convert to use sysfs_match_string() helperAndy Shevchenko1-5/+3
2018-08-06PCI/xilinx: Depend on OF instead of the ARCHChristoph Hellwig1-1/+1
2018-07-31PCI: Unify PCI and normal DMA direction definitionsShunyong Yang2-8/+6
2018-07-31PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definitionBjorn Helgaas1-2/+0
2018-07-31PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner2-31/+46
2018-07-31PCI: pciehp: Avoid implicit fallthroughs in switch statementsLukas Wunner1-0/+5
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas9-12/+27
2018-07-31PCI: Whitelist Thunderbolt ports for runtime D3Lukas Wunner1-1/+5
2018-07-31PCI: Whitelist native hotplug ports for runtime D3Lukas Wunner1-5/+10
2018-07-31PCI: sysfs: Resume to D0 on function resetLukas Wunner1-0/+2
2018-07-31PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner2-0/+21
2018-07-31PCI: pciehp: Resume to D0 on enable/disableLukas Wunner1-0/+6
2018-07-31PCI: pciehp: Support interrupts sent from D3hotLukas Wunner2-2/+48
2018-07-31PCI: pciehp: Obey compulsory command delay after resumeLukas Wunner1-0/+4
2018-07-31PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner6-16/+30
2018-07-31PCI: portdrv: Deduplicate PM callback iteratorLukas Wunner1-18/+12
2018-07-31PCI: pciehp: Avoid slot access during resetLukas Wunner3-7/+14
2018-07-31PCI: Use IRQF_ONESHOT if pci_request_irq() called with no handlerHeiner Kallweit1-1/+5
2018-07-30PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig4-9/+1
2018-07-30PCI: mobiveil: Add Kconfig/Makefile entriesLorenzo Pieralisi2-0/+11
2018-07-30PCI: mobiveil: Add missing ../pci.h includeLorenzo Pieralisi1-0/+2
2018-07-30PCI: mobiveil: Fix struct mobiveil_pcie.pcie_reg_base address typeLorenzo Pieralisi1-1/+1
2018-07-27PCI: mobiveil: Avoid integer overflow in IB_WIN_SIZEDan Carpenter1-1/+1
2018-07-27PCI: Document ACPI description of PCI host bridgesBjorn Helgaas2-0/+189
2018-07-26PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()Thomas Tai1-0/+2
2018-07-26PCI: mobiveil: Integer overflow in IB_WIN_SIZEDan Carpenter1-1/+1
2018-07-23PCI: pciehp: Always enable occupied slot on probeLukas Wunner2-15/+6
2018-07-23PCI: pciehp: Become resilient to missed eventsLukas Wunner3-53/+40
2018-07-23PCI: pciehp: Tolerate initially unstable linkLukas Wunner1-0/+5
2018-07-23PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner2-4/+5
2018-07-23PCI: pciehp: Drop enable/disable lockLukas Wunner3-15/+0
2018-07-23PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner4-60/+93
2018-07-23PCI: pciehp: Track enable/disable statusLukas Wunner3-13/+35
2018-07-23PCI: pciehp: Publish to user space last on probeLukas Wunner1-5/+15
2018-07-23PCI: hotplug: Demidlayer registration with the coreLukas Wunner16-178/+168
2018-07-23PCI: pciehp: Drop slot workqueueLukas Wunner4-17/+2
2018-07-23PCI: pciehp: Handle events synchronouslyLukas Wunner3-158/+67
2018-07-23PCI: pciehp: Stop blinking on slot enable failureLukas Wunner2-38/+42
2018-07-23PCI: pciehp: Convert to threaded pollingLukas Wunner2-37/+34
2018-07-23PCI: pciehp: Convert to threaded IRQLukas Wunner2-32/+41
2018-07-23PCI: pciehp: Document struct slot and struct controllerLukas Wunner1-4/+44
2018-07-23PCI: pciehp: Declare pciehp_unconfigure_device() voidLukas Wunner3-11/+6
2018-07-23PCI: pciehp: Drop unnecessary NULL pointer checkLukas Wunner1-3/+0
2018-07-23PCI: pciehp: Fix unprotected list iteration in IRQ handlerLukas Wunner1-10/+3
2018-07-23PCI: pciehp: Fix use-after-free on unplugLukas Wunner3-3/+10
2018-07-23PCI: hotplug: Don't leak pci_slot on registration failureLukas Wunner1-0/+9
2018-07-23PCI: hotplug: Delete skeleton driverLukas Wunner1-348/+0
2018-07-20PCI/portdrv: Remove pcie_portdrv_err_handler.slot_resetOza Pawandeep1-25/+0
2018-07-20PCI/AER: Clear device status bits during ERR_COR handlingOza Pawandeep1-0/+1