aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pci.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-20PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATALOza Pawandeep3-6/+13
2018-07-20PCI/AER: Remove ERR_FATAL code from ERR_NONFATAL pathOza Pawandeep1-8/+3
2018-07-20PCI/AER: Factor out ERR_NONFATAL status bit clearingOza Pawandeep1-8/+1
2018-07-20PCI/AER: Clear only ERR_NONFATAL bits during non-fatal recoveryOza Pawandeep1-1/+4
2018-07-20PCI/AER: Clear only ERR_FATAL status bits during fatal recoveryBjorn Helgaas3-1/+20
2018-07-19PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya4-12/+12
2018-07-19PCI: Deprecate pci_reset_bus() and pci_reset_slot() functionsSinan Kaya2-54/+1
2018-07-19PCI: Unify try slot and bus reset APISinan Kaya4-12/+20
2018-07-19PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya6-10/+9
2018-07-19IB/hfi1: Use pci_try_reset_bus() for initiating PCI Secondary Bus ResetSinan Kaya1-3/+1
2018-07-19PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya4-12/+16
2018-07-19PCI/IOV: Tidy pci_sriov_set_totalvfs()Bjorn Helgaas1-2/+2
2018-07-19PCI/DPC: Remove indirection waiting for inactive linkKeith Busch1-8/+2
2018-07-19PCI/DPC: Use threaded IRQ for bottom half handlingKeith Busch1-7/+8
2018-07-19PCI/DPC: Print AER status in DPC event handlingKeith Busch1-0/+6
2018-07-19PCI/DPC: Remove rp_pio_status from dpc structKeith Busch1-12/+5
2018-07-19PCI/DPC: Defer event handling to work queueKeith Busch1-24/+20
2018-07-19PCI/DPC: Leave interrupts enabled while handling eventKeith Busch1-18/+5
2018-07-19PCI/AER: Honor "pcie_ports=native" even if HEST sets FIRMWARE_FIRSTAlexandru Gagniuc1-0/+6
2018-07-19PCI/AER: Add sysfs attributes for rootport cumulative statsRajat Jain2-0/+75
2018-07-19PCI/AER: Add sysfs attributes to provide AER stats and breakdownRajat Jain5-0/+197
2018-07-19PCI/AER: Define aer_stats structure for AER capable devicesRajat Jain4-2/+55
2018-07-19PCI/AER: Move internal declarations to drivers/pci/pci.hRajat Jain3-6/+10