linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-01 09:59:48 to 2022-03-03 23:02:46 UTC [more...]

[PATCH v8 0/9] vfio/hisilicon: add ACC live migration driver
 2022-03-03 23:01 UTC  (6+ messages)
` [PATCH v8 1/9] crypto: hisilicon/qm: Move the QM header to include/linux
` [PATCH v8 2/9] crypto: hisilicon/qm: Move few definitions to common header
` [PATCH v8 3/9] hisi_acc_qm: Move VF PCI device IDs "
` [PATCH v8 4/9] hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devices
` [PATCH v8 5/9] hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration region

cleanup swiotlb initialization v4
 2022-03-03 22:49 UTC  (25+ messages)
` [PATCH 01/12] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/12] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/12] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/12] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/12] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 06/12] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/12] x86: remove the IOMMU table infrastructure
` [PATCH 08/12] x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
` [PATCH 09/12] swiotlb: make the swiotlb_init interface more useful
` [PATCH 10/12] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 11/12] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 12/12] x86: remove cruft from <asm/dma-mapping.h>

[PATCH v7 00/10] vfio/hisilicon: add ACC live migration driver
 2022-03-03 19:59 UTC  (30+ messages)
` [PATCH v7 01/10] crypto: hisilicon/qm: Move the QM header to include/linux
` [PATCH v7 02/10] crypto: hisilicon/qm: Move few definitions to common header
` [PATCH v7 03/10] hisi_acc_qm: Move VF PCI device IDs "
` [PATCH v7 04/10] hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devices
` [PATCH v7 05/10] hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration region
` [PATCH v7 06/10] hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driver
` [PATCH v7 07/10] vfio: Extend the device migration protocol with PRE_COPY
` [PATCH v7 08/10] crypto: hisilicon/qm: Set the VF QM state register
` [PATCH v7 09/10] hisi_acc_vfio_pci: Add support for VFIO live migration
` [PATCH v7 10/10] hisi_acc_vfio_pci: Use its own PCI reset_done error handler

[RFC PATCH v4] ACPI: Move sdei_init and ghes_init ahead to handle platform errors earlier
 2022-03-03 19:27 UTC  (3+ messages)
` [PATCH v8 1/2] ACPI: APEI: explicit init HEST and GHES in apci_init

[PATCH v2 1/5] dmaengine: dw-edma: fix dw_edma_probe() can't be call globally
 2022-03-03 18:46 UTC  (5+ messages)
` [PATCH v2 2/5] dmaengine: dw-edma-pcie: don't touch internal struct dw_edma
` [PATCH v2 3/5] dmaengine: dw-edma: add flags at struct dw_edma_chip
` [PATCH v2 4/5] PCI: imx6: add PCIe embedded DMA support
` [PATCH v2 5/5] PCI: endpoint: functions/pci-epf-test: Support PCI controller DMA

[PATCH] PCI: Support BAR sizes up to 8TB
 2022-03-03 18:11 UTC  (3+ messages)

[PATCH 1/5] dmaengine: dw-edma: fix dw_edma_probe() can't be call globally
 2022-03-03 18:00 UTC  (14+ messages)
` [PATCH 2/5] dmaengine: dw-edma-pcie: don't touch internal struct dw_edma
` [PATCH 3/5] dmaengine: dw-edma: add flags at struct dw_edma_chip
` [PATCH 4/5] PCI: imx6: add PCIe embedded DMA support
` [PATCH 5/5] PCI: endpoint: functions/pci-epf-test: Support PCI controller DMA

[PATCH] PM: Add device name to suspend_report_result()
 2022-03-03 17:57 UTC  (8+ messages)

[RFC PATCH v2 00/14] PCI/CMA and SPDM Library
 2022-03-03 13:59 UTC  (15+ messages)
` [RFC PATCH v2 01/14] PCI: Add vendor ID for the PCI SIG
` [RFC PATCH v2 02/14] PCI: Replace magic constant for PCI Sig Vendor ID
` [RFC PATCH v2 03/14] PCI/DOE: Add Data Object Exchange Aux Driver
` [RFC PATCH v2 04/14] PCI/DOE: Introduce pci_doe_create_doe_devices
` [RFC PATCH v2 05/14] cxl/pci: Create DOE auxiliary devices
` [RFC PATCH v2 06/14] cxl/pci: Find the DOE mailbox which supports CDAT
` [RFC PATCH v2 07/14] cxl/mem: Read CDAT table
` [RFC PATCH v2 08/14] cxl/cdat: Introduce cdat_hdr_valid()
` [RFC PATCH v2 09/14] cxl/mem: Retry reading CDAT on failure
` [RFC PATCH v2 10/14] cxl/cdat: Parse out DSMAS data from CDAT table
` [RFC PATCH v2 11/14] lib/asn1_encoder: Add a function to encode many byte integer values
` [RFC PATCH v2 12/14] spdm: Introduce a library for DMTF SPDM
` [RFC PATCH v2 13/14] PCI/CMA: Initial support for Component Measurement and Authentication ECN
` [RFC PATCH v2 14/14] cxl/pci: Add really basic CMA authentication support

[PATCH v2 0/1] x86/PCI: Disable exclusion of E820 reserved addressed in some cases
 2022-03-03 13:29 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2] PM: Add device name to suspend_report_result()
 2022-03-03 11:48 UTC  (2+ messages)

[GIT PULL] Add mlx5 live migration driver and v2 migration protocol
 2022-03-03 11:29 UTC 

[PATCH] dt-bindings: imx6q-pcie: Add iMX8MM PCIe compatible string
 2022-03-03  9:42 UTC  (2+ messages)

[PATCH v2 0/2] Add support for Xilinx Versal CPM5 Root Port
 2022-03-03  9:25 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: xilinx-cpm: Add "
` [PATCH v2 2/2] PCI: xilinx-cpm: Add support for "

[PATCH v2] PCI: imx6: Fix PERST# start-up sequence
 2022-03-03  7:34 UTC  (2+ messages)

[PATCH] PCI: imx6: Invoke the PHY exit function after PHY power off
 2022-03-03  6:34 UTC 

[PATCH v3 0/7] Add PCIe support for SM8150 SoC
 2022-03-03  6:09 UTC  (10+ messages)
` [PATCH v3 1/7] dt-bindings: pci: qcom: Document PCIe bindings "
` [PATCH v3 2/7] dt-bindings: phy: qcom,qmp: Add SM8150 PCIe PHY bindings
` [PATCH v3 3/7] clk: qcom: gcc: Add PCIe0 and PCIe1 GDSC for SM8150
` [PATCH v3 4/7] phy: qcom-qmp: Add SM8150 PCIe QMP PHYs
` [PATCH v3 5/7] PCI: qcom: Add SM8150 SoC support
` [PATCH v3 6/7] arm64: dts: qcom: sm8150: Add PCIe nodes
` [PATCH v3 7/7] arm64: dts: qcom: sa8155: Enable "

[PATCH v1] dt-bindings: pci: qcom: Document PCIe bindings for SC7280
 2022-03-03  0:49 UTC  (2+ messages)

[RFC PATCH 0/4] PCI/CMA and SPDM library
 2022-03-02 21:34 UTC  (6+ messages)
` [RFC PATCH 2/4] spdm: Introduce a library for DMTF SPDM

[PATCH] PCI: vmd: Assign vmd irq domain before enumeration
 2022-03-02 20:55 UTC  (3+ messages)

[PATCH] PCI/AER: Update the link to the aer-inject tool
 2022-03-02 20:13 UTC  (3+ messages)

[RFC PATCH 0/5] PCIe EPF support for internal DMAC handling and driver update for R-Car PCIe EP to support DMAC
 2022-03-02 18:28 UTC  (3+ messages)
  ` [EXT] "

[PATCH V9 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-03-02 16:57 UTC  (17+ messages)
` [PATCH V9 mlx5-next 08/15] vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
` [PATCH V9 mlx5-next 09/15] vfio: Define device migration protocol v2
` [PATCH V9 mlx5-next 10/15] vfio: Extend the device migration protocol with RUNNING_P2P
` [PATCH V9 mlx5-next 11/15] vfio: Remove migration protocol v1 documentation

[helgaas-pci:next] BUILD SUCCESS b3c57902bef6a4da58cb0465e858f797a5885c1a
 2022-03-02 15:46 UTC 

[helgaas-pci:pci/vga] BUILD SUCCESS 943f0c7ba0fd7d6bbedd5875f4d71055a0282997
 2022-03-02 15:47 UTC 

[PATCH v2 0/4] PCI: mvebu: Slot support
 2022-03-02 14:57 UTC  (5+ messages)
` [PATCH v2 1/4] PCI: Add PCI_EXP_SLTCTL_ASPL_DISABLE macro
` [PATCH v2 2/4] dt-bindings: Add 'slot-power-limit-milliwatt' PCIe port property
` [PATCH v2 3/4] PCI: Add function for parsing 'slot-power-limit-milliwatt' DT property
` [PATCH v2 4/4] PCI: mvebu: Add support for sending Set_Slot_Power_Limit message

[PATCH v2 0/7] Add PCIe support for SM8150 SoC
 2022-03-02 12:19 UTC  (9+ messages)
` [PATCH v2 5/7] PCI: qcom: Add SM8150 SoC support
` [PATCH v2 6/7] arm64: dts: qcom: sm8150: Add pcie nodes for SM8150

[PATCH v3 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-03-02 11:01 UTC  (6+ messages)
` [PATCH v3 06/11] s390: cio: Use driver_set_override() instead of open-coding
` [PATCH v3 10/11] slimbus: qcom-ngd: Fix kfree() of static memory on setting driver_override

[PATCH] PCI: dwc: Fix integrated MSI Receiver mask reg setting during resume
 2022-03-02 10:37 UTC  (2+ messages)

[RFC PATCH v2] PCI: hv: Avoid the retarget interrupt hypercall in irq_unmask() on ARM64
 2022-03-02 10:16 UTC  (6+ messages)

cleanup swiotlb initialization v2
 2022-03-02  9:22 UTC  (6+ messages)
` [PATCH 07/11] x86: remove the IOMMU table infrastructure

[RFC] PCI: fu740: Force Gen1 to fix initial device probing on some boards
 2022-03-02  8:18 UTC  (2+ messages)

[helgaas-pci:next] BUILD SUCCESS 404bae20277a47a4f5421417a8cd515b0b2b3444
 2022-03-02  3:45 UTC 

[RESEND][PATCH v2] PCI: Sanitise firmware BAR assignments behind a PCI-PCI bridge
 2022-03-02  0:01 UTC  (4+ messages)
` [PING^2][PATCH "

[PATCH v3] pci: Work around ASMedia ASM2824 PCIe link training failures
 2022-03-02  0:00 UTC  (3+ messages)
` [PING^2][PATCH "

[PATCH AUTOSEL 5.15 14/23] PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken
 2022-03-01 20:16 UTC 

[PATCH AUTOSEL 5.16 18/28] PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken
 2022-03-01 20:13 UTC 

[GIT PULL] Add mlx5 live migration driver and v2 migration protocol
 2022-03-01 19:58 UTC  (3+ messages)

[PATCH] PCI: vmd: Prevent recursive locking on interrupt allocation
 2022-03-01 19:24 UTC  (4+ messages)

[PATCH V6 0/3] PCI: vmd: Enable PCIe ASPM and LTR
 2022-03-01 19:19 UTC  (6+ messages)
` [PATCH V6 1/3] PCI/ASPM: Add pci_enable_default_link_state()

[PATCH v2 00/11] PCI: qcom: add support for PCIe on SM8450 platform
 2022-03-01 17:43 UTC  (7+ messages)
` [PATCH v2 03/11] clk: qcom: gdsc: add support for clocks tied to the GDSC

[PATCH v5 1/2] PCI: rcar: Finish transition to L1 state in rcar_pcie_config_access()
 2022-03-01 17:07 UTC  (2+ messages)

[PATCH v4 00/12] PCI: mvebu: subsystem ids, AER and INTx
 2022-03-01 13:47 UTC  (8+ messages)
` (subset) "

[PATCH] x86/PCI: Fix use after free in pci_acpi_root_prepare_resources()
 2022-03-01 11:22 UTC  (2+ messages)


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).