summaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30PCI/DPC: Add and use DPC Status register field definitionsBjorn Helgaas2-2/+4
2018-01-30PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error()Bjorn Helgaas1-7/+1
2018-01-30PCI/DPC: Remove unnecessary RP PIO register structsBjorn Helgaas1-56/+24
2018-01-30PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info()Bjorn Helgaas1-1/+2
2018-01-30PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info()Bjorn Helgaas1-39/+21
2018-01-30PCI/DPC: Make RP PIO log size check more genericBjorn Helgaas1-2/+3
2018-01-30PCI/DPC: Rename local "status" to "dpc_status"Bjorn Helgaas1-3/+3
2018-01-30PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error()Bjorn Helgaas1-8/+3
2018-01-30PCI/DPC: Process RP PIO details only if RP PIO extensions supportedBjorn Helgaas1-1/+1
2018-01-30PCI/DPC: Read RP PIO Log Size once at probeBjorn Helgaas1-13/+16
2018-01-30PCI/DPC: Rename struct dpc_dev.rp to rp_extensionsBjorn Helgaas1-4/+4
2018-01-30PCI/DPC: Add local variable for DPC capability offsetBjorn Helgaas1-36/+29
2018-01-26PCI/DPC: Rename interrupt_event_handler() to dpc_work()Bjorn Helgaas1-2/+2
2018-01-26PCI/DPC: Fix interrupt message number printKeith Busch1-1/+1
2018-01-26PCI/DPC: Enable DPC only if AER is availableKeith Busch3-3/+7
2018-01-25PCI: Make of_irq_parse_pci() staticRob Herring2-8/+1
2018-01-24RDMA/qedr: Use pci_enable_atomic_ops_to_root()Felix Kuehling1-51/+8
2018-01-23PCI: Add pci_enable_atomic_ops_to_root()Jay Cornwall3-1/+79
2018-01-18PCI: Remove NULL device handling from PCI DMA APIChristoph Hellwig1-14/+13
2018-01-18net: tsi108: Use DMA API properlyChristoph Hellwig1-16/+20
2018-01-18media: ttusb-dec: Remove pci_zalloc_coherent() abuseChristoph Hellwig1-14/+4
2018-01-18media: ttusb-budget: Remove pci_zalloc_coherent() abuseChristoph Hellwig1-14/+4
2018-01-18powerpc/pci: Use of_irq_parse_and_map_pci() helperRob Herring1-8/+2
2018-01-18PCI: Move OF-related PCI functions into PCI coreRob Herring8-542/+517
2018-01-17video: fbdev: riva: deprecate pci_get_bus_and_slot()Sinan Kaya4-12/+20
2018-01-17video: fbdev: nvidia: deprecate pci_get_bus_and_slot()Sinan Kaya2-6/+8
2018-01-17video: fbdev: intelfb: deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+3
2018-01-17openprom: Deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+3
2018-01-17xen/pcifront: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2018-01-17PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2-3/+4
2018-01-17PCI: ibmphp: Deprecate pci_get_bus_and_slot()Sinan Kaya1-3/+4
2018-01-17PCI: cpqhp: Deprecate pci_get_bus_and_slot()Sinan Kaya1-4/+14
2018-01-17pch_gbe: Deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+4
2018-01-17bnx2x: Deprecate pci_get_bus_and_slot()Sinan Kaya2-1/+10
2018-01-17powerpc/via-pmu: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+1
2018-01-12PCI/AER: Return error if AER is not supportedKeith Busch1-1/+1
2018-01-12iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya3-6/+9
2018-01-12sl82c105: deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+3
2018-01-12drm/nouveau: deprecate pci_get_bus_and_slot()Sinan Kaya4-6/+21
2018-01-12drm/gma500: Deprecate pci_get_bus_and_slot()Sinan Kaya5-21/+39
2018-01-12ibft: Deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+3
2018-01-12edd: Deprecate pci_get_bus_and_slot()Sinan Kaya1-4/+4
2018-01-12agp: sworks: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2018-01-12agp: nvidia: Deprecate pci_get_bus_and_slot()Sinan Kaya1-3/+9
2018-01-12ata: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2018-01-12x86/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2018-01-12powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya3-4/+5
2018-01-12alpha/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2-2/+2
2018-01-10PCI/DPC: Fix shared interrupt handlingAlex Williamson1-20/+40
2017-12-19PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream PortsBjorn Helgaas1-10/+15