linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-20 22:01:11 to 2020-04-24 18:12:18 UTC [more...]

[PATCH RFC 00/15] Add VFIO mediated device support and IMS support for the idxd driver
 2020-04-24 18:12 UTC  (34+ messages)
` [PATCH RFC 01/15] drivers/base: Introduce platform_msi_ops
` [PATCH RFC 02/15] drivers/base: Introduce a new platform-msi list
` [PATCH RFC 03/15] drivers/base: Allocate/free platform-msi interrupts by group
` [PATCH RFC 04/15] drivers/base: Add support for a new IMS irq domain
` [PATCH RFC 05/15] ims-msi: Add mask/unmask routines
` [PATCH RFC 06/15] ims-msi: Enable IMS interrupts
` [PATCH RFC 07/15] Documentation: Interrupt Message store
` [PATCH RFC 08/15] vfio/mdev: Add a member for iommu domain in mdev_device
` [PATCH RFC 09/15] vfio/type1: Save domain when attach domain to mdev
` [PATCH RFC 10/15] dmaengine: idxd: add config support for readonly devices
` [PATCH RFC 11/15] dmaengine: idxd: add IMS support in base driver
` [PATCH RFC 12/15] dmaengine: idxd: add device support functions in prep for mdev
` [PATCH RFC 13/15] dmaengine: idxd: add support for VFIO mediated device
` [PATCH RFC 14/15] dmaengine: idxd: add error notification from host driver to "
` [PATCH RFC 15/15] dmaengine: idxd: add ABI documentation for mediated device support

[PATCH v5 0/6] Loongson PCI Generic Driver
 2020-04-24 18:03 UTC  (9+ messages)
` [PATCH v5 1/6] PCI: OF: Don't remap iospace on unsupported platform
` [PATCH v5 2/6] PCI: Don't disable decoding when mmio_always_on is set
` [PATCH v5 3/6] PCI: Add Loongson PCI Controller support
` [PATCH v5 4/6] dt-bindings: Document Loongson PCI Host Controller
` [PATCH v5 5/6] MIPS: DTS: Loongson64: Add PCI Controller Node
` [PATCH v5 6/6] MIPS: Loongson64: Switch to generic PCI driver

[GIT PULL] PCI fixes for v5.7
 2020-04-24 17:21 UTC  (6+ messages)

[PATCH v3 00/12] PCI: aardvark: Fix support for Turris MOX and Compex wifi cards
 2020-04-24 17:05 UTC  (16+ messages)
` [PATCH v3 01/12] PCI: aardvark: Train link immediately after enabling training
` [PATCH v3 02/12] PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only register
` [PATCH v3 03/12] PCI: of: Return -ENOENT if max-link-speed property is not found
` [PATCH v3 04/12] PCI: aardvark: Improve link training
` [PATCH v3 05/12] PCI: aardvark: Issue PERST via GPIO
` [PATCH v3 06/12] PCI: aardvark: Add FIXME comment for PCIE_CORE_CMD_STATUS_REG access
` [PATCH v3 07/12] PCI: aardvark: Add PHY support
` [PATCH v3 08/12] PCI: aardvark: Replace custom macros by standard linux/pci_regs.h macros
` [PATCH v3 09/12] dt-bindings: PCI: aardvark: Describe new properties
` [PATCH v3 10/12] arm64: dts: marvell: armada-37xx: Set pcie_reset_pin to gpio function
` [PATCH v3 11/12] arm64: dts: marvell: armada-37xx: Move PCIe comphy handle property
` [PATCH v3 12/12] arm64: dts: marvell: armada-37xx: Move PCIe max-link-speed property

[PATCH] Replace -EINVAL with PCIBIOS_BAD_REGISTER_NUMBER
 2020-04-24 15:17 UTC  (2+ messages)

[PATCH RFC] pci: Make return value of pcie_capability_read*() consistent
 2020-04-24 15:12 UTC  (6+ messages)

[PATCH v4] pci: Make return value of pcie_capability_read*() consistent
 2020-04-24 14:27 UTC 

[PATCH v2 0/9] PCI: aardvark: Fix support for Turris MOX and Compex wifi cards
 2020-04-24 12:49 UTC  (25+ messages)
` [PATCH v2 1/9] PCI: aardvark: train link immediately after enabling training
` [PATCH v2 2/9] PCI: aardvark: don't write to read-only register
` [PATCH v2 3/9] PCI: aardvark: improve link training
` [PATCH v2 4/9] PCI: aardvark: issue PERST via GPIO
` [PATCH v2 5/9] PCI: aardvark: add FIXME comment for PCIE_CORE_CMD_STATUS_REG access
` [PATCH v2 6/9] PCI: aardvark: add PHY support
` [PATCH v2 7/9] dt-bindings: PCI: aardvark: describe new properties
` [PATCH v2 8/9] arm64: dts: marvell: armada-37xx: set pcie_reset_pin to gpio function
` [PATCH v2 9/9] arm64: dts: marvell: armada-37xx: move PCIe comphy handle property

[PATCH v6 0/2] Adding support for Versal CPM as Root Port driver
 2020-04-24 12:04 UTC  (3+ messages)
` [PATCH v6 1/2] PCI: xilinx-cpm: Add device tree binding for Versal CPM Root Port
` [PATCH v6 2/2] PCI: xilinx-cpm: Add Versal CPM Root Port driver

[PATCH V3] PCI: rcar: Add the suspend/resume for pcie-rcar driver
 2020-04-24 11:54 UTC  (2+ messages)

[RFC PATCH] PCI: rcar: Fix incorrect programming of OB windows
 2020-04-24 11:50 UTC  (2+ messages)

[PATCH v9 0/8] Add endpoint driver for R-Car PCIe controller
 2020-04-24  8:00 UTC  (15+ messages)
` [PATCH v9 1/8] PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c
` [PATCH v9 2/8] PCI: rcar: Move shareable code to a common file
` [PATCH v9 3/8] PCI: rcar: Fix calculating mask for PCIEPAMR register
` [PATCH v9 4/8] PCI: endpoint: Pass page size as argument to pci_epc_mem_init()
` [PATCH v9 5/8] PCI: endpoint: Add support to handle multiple base for mapping outbound memory
` [PATCH v9 6/8] dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller
` [PATCH v9 7/8] PCI: rcar: Add endpoint mode support
` [PATCH v9 8/8] MAINTAINERS: Add file patterns for rcar PCI device tree bindings

runtime pm without pci or platform subsystem involvement
 2020-04-23 20:14 UTC  (2+ messages)

[PATCH] PCI/P2PDMA: Add additional AMD ZEN root ports to the whitelist
 2020-04-23 19:55 UTC  (3+ messages)

[PATCH] PCI: pciehp: Cleanup unused EMI() and HP_SUPR_RM() macros
 2020-04-23 18:47 UTC  (2+ messages)

[PATCH] PCI: pciehp: remove unused EMI() macro
 2020-04-23 18:01 UTC  (3+ messages)

[PATCH 0/7] PM: sleep: core: Rearrange the handling of driver power management flags
 2020-04-23 17:07 UTC  (7+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 7/9] PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP

[PATCH v2][next] dmaengine: dw-edma: Check MSI descriptor before copying
 2020-04-23 16:47 UTC  (3+ messages)

[PATCH 0/1] KVM support for VMD devices
 2020-04-23 15:18 UTC  (3+ messages)

[PATCH v2 0/2] Honoring Native AER/DPC Host Bridges
 2020-04-23 15:11 UTC  (7+ messages)
` [PATCH v2 1/2] PCI/AER: Allow Native AER Host Bridges to use AER
` [PATCH v2 2/2] PCI/DPC: Allow Native DPC Host Bridges to use DPC

Unrecoverable AER error when resuming from RAM (hda regression in 5.7-rc2)
 2020-04-23  7:05 UTC  (6+ messages)

[PATCH -next v2] PCI: dwc: Make hisi_pcie_platform_ops static
 2020-04-23  6:14 UTC  (2+ messages)

[PATCH -next] PCI: dwc: Make hisi_pcie_platform_ops static
 2020-04-23  3:09 UTC  (3+ messages)
  ` 答复: "

[PATCH] dmaengine: dw-edma: Check MSI descriptor before copying
 2020-04-22 22:38 UTC  (3+ messages)

[PATCH for QEMU] hw/vfio: Add VMD Passthrough Quirk
 2020-04-22 22:17 UTC  (6+ messages)
` [PATCH 1/1] pci: vmd: Use Shadow MEMBAR registers for QEMU/KVM guests

[PATCH] PCI: export and use pci_msi_get_hwirq in pci-hyperv.c
 2020-04-22 19:58 UTC 

[PATCH 0/4] PCI: Don't select Kconfig symbols by default
 2020-04-22 19:29 UTC  (3+ messages)
` [PATCH 1/4] PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST "

[PATCH] PCI: Move Apex Edge TPU class quirk to fix BAR assignment
 2020-04-22 15:58 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Rob Herring and remove Andy Murray as PCI reviewers
 2020-04-22 15:57 UTC  (3+ messages)

[PATCH 5.4 076/118] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges
 2020-04-22  9:57 UTC 

[PATCH 5.6 108/166] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges
 2020-04-22  9:57 UTC 

[PATCH v2] PCI: endpoint: functions/pci-epf-test: Avoid DMA release when DMA is unsupported
 2020-04-22  7:56 UTC  (2+ messages)

[PATCH] PCI: endpoint: functions/pci-epf-test: Avoid DMA release when DMA is unsupported
 2020-04-22  5:59 UTC  (4+ messages)

[PATCH v3 0/2] PCI: Add new UniPhier PCIe endpoint driver
 2020-04-22  5:13 UTC  (2+ messages)

[PATCH AUTOSEL 5.6 084/129] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges
 2020-04-22  0:55 UTC  (3+ messages)

[PATCH] genirq/msi: Check null pointer before copying struct msi_msg
 2020-04-21 23:44 UTC  (7+ messages)

[PATCH] PCI: allow pci_resize_resource() to be used on devices on the root bus
 2020-04-21 17:07 UTC  (3+ messages)

[RESEND PATCH v7 0/6] ACPI / APEI: Add support to notify non-fatal HW errors
 2020-04-21 15:18 UTC  (11+ messages)
  ` [RESEND PATCH v7 1/6] ACPI / APEI: Add support to queuing up the non-fatal HW errors and notify
  ` [RESEND PATCH v7 2/6] ACPI / APEI: Add callback for memory errors to the GHES notifier
  ` [RESEND PATCH v7 3/6] ACPI / APEI: Add callback for AER "
  ` [RESEND PATCH v7 4/6] ACPI / APEI: Add callback for ARM HW errors "
  ` [RESEND PATCH v7 5/6] ACPI / APEI: Add callback for non-standard "
  ` [RESEND PATCH v7 6/6] PCI: hip: Add handling of HiSilicon HIP PCIe controller errors

[PATCH v6 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-04-21 13:18 UTC  (5+ messages)
  ` [PATCH v6 1/2] "

[PATCH AUTOSEL 5.4 70/78] pci/hotplug/pnv-php: Remove erroneous warning
 2020-04-21 11:03 UTC  (2+ messages)

[PATCH v8 0/8] Add support for PCIe controller to work in endpoint mode on R-Car/RZ/G2x SoCs
 2020-04-21  8:58 UTC  (4+ messages)
` [PATCH v8 7/8] PCI: rcar: Add endpoint mode support

[PATCH v5 00/25] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-04-21  8:55 UTC  (10+ messages)
` [PATCH v5 02/25] iommu/sva: Manage process address spaces

[PATCH v2 0/3] virtio-iommu on x86 and non-devicetree platforms
 2020-04-21  7:31 UTC  (3+ messages)
` [PATCH v2 1/3] iommu/virtio: Add topology description to virtio-iommu config space

[PATCH v6 0/2] pciutils: Add basic decode support for CXL DVSEC
 2020-04-20 22:14 UTC  (3+ messages)
` [PATCH v6 1/2] pciutils: Decode available DVSEC details
` [PATCH v6 2/2] pciutils: Decode Compute eXpress Link DVSEC


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).