linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-25 12:22:45 to 2022-03-02 00:01:39 UTC [more...]

[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  (8+ messages)
` [PATCH V6 1/3] PCI/ASPM: Add pci_enable_default_link_state()
` [PATCH V6 2/3] PCI: vmd: Add vmd_device_data
` [PATCH V6 3/3] PCI: vmd: Configure PCIe ASPM and LTR

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

[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 v3 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-03-01 17:28 UTC  (24+ messages)
` [PATCH v3 01/11] driver: platform: Add helper for safer setting of driver_override
` [PATCH v3 02/11] amba: Use driver_set_override() instead of open-coding
` [PATCH v3 03/11] fsl-mc: "
` [PATCH v3 04/11] hv: "
` [PATCH v3 05/11] PCI: "
` [PATCH v3 06/11] s390: cio: "
` [PATCH v3 07/11] spi: Use helper for safer setting of driver_override
` [PATCH v3 08/11] vdpa: "
` [PATCH v3 09/11] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v3 10/11] slimbus: qcom-ngd: "
` [PATCH v3 11/11] rpmsg: "

[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 v2 0/1] x86/PCI: Disable exclusion of E820 reserved addressed in some cases
 2022-03-01 12:31 UTC  (3+ messages)
` [PATCH v2] "

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

cleanup swiotlb initialization v4
 2022-03-01 11:43 UTC  (15+ 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] x86/PCI: Fix use after free in pci_acpi_root_prepare_resources()
 2022-03-01 11:22 UTC  (2+ messages)

[RFC PATCH 0/4] PCI/CMA and SPDM library
 2022-03-01  9:59 UTC  (5+ messages)
` [RFC PATCH 2/4] spdm: Introduce a library for DMTF SPDM

[PATCH 5/6] PCI: mvebu: Add support for sending Set_Slot_Power_Limit message
 2022-03-01  9:50 UTC  (7+ messages)

[PATCH v5 3/7] PCI: Drop the `is_thunderbolt` attribute from PCI core
 2022-03-01  7:04 UTC  (10+ messages)

[helgaas-pci:pci/vga] BUILD SUCCESS 617a8cdc7f6118248b8412e91ad1028ada080a98
 2022-03-01  5:37 UTC 

[PATCH v7 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-03-01  2:54 UTC  (19+ messages)
` [PATCH v7 01/11] iommu: Add DMA ownership management interfaces
` [PATCH v7 02/11] driver core: Add dma_cleanup callback in bus_type
` [PATCH v7 03/11] amba: Stop sharing platform_dma_configure()
` [PATCH v7 04/11] bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management
` [PATCH v7 05/11] PCI: pci_stub: Set driver_managed_dma
` [PATCH v7 06/11] PCI: portdrv: "
` [PATCH v7 07/11] vfio: Set DMA ownership for VFIO devices
` [PATCH v7 08/11] vfio: Remove use of vfio_group_viable()
` [PATCH v7 09/11] vfio: Delete the unbound_list
` [PATCH v7 10/11] vfio: Remove iommu group notifier
` [PATCH v7 11/11] iommu: Remove iommu group changes notifier

[RFC] PCI: fu740: Force Gen1 to fix initial device probing on some boards
 2022-02-28 23:22 UTC 

[PATCHv4 2/2] PCI: fu740: Force gen1 for initial device probe
 2022-02-28 23:15 UTC  (4+ messages)

[PATCH v6 03/10] hisi_acc_qm: Move PCI device IDs to common header
 2022-02-28 20:55 UTC  (4+ messages)

[Bug 215644] New: "PCIe Bus Error: severity=Corrected, type=Data Link Layer" flood
 2022-02-28 18:15 UTC 

[PATCH 0/6] PCI: mvebu: Slot support
 2022-02-28 16:13 UTC  (3+ messages)
` [PATCH 6/6] ARM: dts: turris-omnia: Set PCIe slot-power-limit-milliwatt properties

[PATCH 00/18] PCI: aardvark controller changes BATCH 5
 2022-02-28 15:52 UTC  (3+ messages)
` [PATCH 15/18] arm64: dts: marvell: armada-37xx: Add clock to PCIe node

[PATCH v2 0/5] PCI: Keystone: Misc fixes for TI's AM65x PCIe
 2022-02-28 11:38 UTC  (3+ messages)
` [PATCH v2 5/5] PCI: keystone: Set DMA mask and coherent DMA mask

[PATCH topic/core-for-CI] PCI: vmd: Prevent recursive locking on interrupt allocation
 2022-02-28  6:33 UTC  (2+ messages)

[PATCH v2] PCI: endpoint: Use blocking notifier instead of atomic
 2022-02-28  6:28 UTC  (3+ messages)

[PATCH] PCI: endpoint: Use blocking notifier instead of atomic
 2022-02-28  5:31 UTC 

[PATCH v8 0/8] PCI: imx6: refine codes and add compliance tests mode support
 2022-02-28  3:43 UTC  (4+ messages)
` [PATCH v8 5/8] PCI: imx6: Refine the regulator usage

[PATCH v6 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-28  0:58 UTC  (2+ messages)

[RFC PATCH v4] ACPI: Move sdei_init and ghes_init ahead to handle platform errors earlier
 2022-02-27 12:25 UTC  (3+ messages)
` [PATCH v8 1/2] ACPI: APEI: explicit init HEST and GHES in apci_init
` [PATCH v8 2/2] ACPI: APEI: rename ghes_init with an "acpi_" prefix

[PATCH -next?] x86: PCI: asm/pci_x86.h needs more #includes
 2022-02-26 21:37 UTC 

[PATCH v2] pciutils: Add decode support for Data Object Exchange Extended Capability
 2022-02-26 12:06 UTC  (2+ messages)

[PATCH] lspci: Decode PCIe 6.0 Slot Power Limit values
 2022-02-26 10:52 UTC  (3+ messages)

[PATCH V12 0/6] PCI: Loongson pci improvements and quirks
 2022-02-26 10:47 UTC  (7+ messages)
` [PATCH V12 1/6] PCI: loongson: Use generic 8/16/32-bit config ops on LS2K/LS7A
` [PATCH V12 2/6] PCI: loongson: Add ACPI init support
` [PATCH V12 3/6] PCI: loongson: Don't access unexisting devices
` [PATCH V12 4/6] PCI: loongson: Improve the MRRS quirk for LS7A
` [PATCH V12 5/6] PCI: Add quirk for LS7A to avoid reboot failure
` [PATCH V12 6/6] PCI: Add quirk for multifunction devices of LS7A

[PATCH] PCI: Avoid handing out address 0 to devices
 2022-02-26 10:47 UTC 

[PATCH] PCI: dwc: Fix integrated MSI Receiver mask reg setting during resume
 2022-02-26  9:15 UTC  (6+ messages)

[helgaas-pci:pci/p2pdma] BUILD SUCCESS feaea1fe8b36b2e5b12b2f9e6e050db28dfee789
 2022-02-26  7:02 UTC 

[PATCH] Removed some usages of the deprecated "pci-dma-compat.h" KPI
 2022-02-26  4:16 UTC  (3+ messages)

[PATCH] Removed some usages of the deprecated "pci-dma-compat.h" KPI
 2022-02-26  2:12 UTC  (3+ messages)

[PATCH v9 00/11] vgaarb: Rework default VGA device selection
 2022-02-25 22:15 UTC  (2+ messages)

[PATCH 0/6] Add PCIe support for SM8150 SoC
 2022-02-25 19:44 UTC  (5+ messages)
` [PATCH 1/6] dt-bindings: pci: qcom: Document PCIe bindings "
` [PATCH 2/6] dt-bindings: phy: qcom,qmp: Add SM8150 PCIe PHY bindings

[PATCH] PCI/P2PDMA: Update device table with 3rd gen Xeon platform information
 2022-02-25 19:14 UTC  (4+ messages)

PCI: endpoint: Usage of atomic notifier chain
 2022-02-25 18:26 UTC  (2+ messages)

[PATCH 4/6] PCI: Add function for parsing 'slot-power-limit-milliwatt' DT property
 2022-02-25 17:58 UTC  (5+ messages)

[PATCH 2/6] PCI: Add PCI_EXP_SLTCAP_*_SHIFT macros
 2022-02-25 17:51 UTC  (6+ messages)

[PATCH v2 05/11] pci: use helper for safer setting of driver_override
 2022-02-25 17:13 UTC  (2+ messages)

[PATCH v4 04/12] dt-bindings: PCI: mvebu: Add num-lanes property
 2022-02-25 17:12 UTC  (4+ messages)

[PATCH 00/16] Remove usage of the deprecated "pci-dma-compat.h" API
 2022-02-25 16:20 UTC  (2+ messages)

cleanup swiotlb initialization
 2022-02-25 15:24 UTC  (8+ messages)

[helgaas-pci:next] BUILD SUCCESS 9622b4f2fa4be4e0ee3576d46c642eaf1ff4f54e
 2022-02-25 14:44 UTC 

Kernel 5.16.3 and above fails to detect PCIe devices on Turris Omnia (Armada 385 / mvebu)
 2022-02-25 13:27 UTC  (5+ messages)

[PATCH v4 05/12] PCI: mvebu: Correctly configure x1/x4 mode
 2022-02-25 13:04 UTC  (3+ messages)

[helgaas-pci:pci/bridge-class-codes] BUILD SUCCESS fe665816e0d4ff4945c8ca720278023a4d05a6b3
 2022-02-25 12:29 UTC 

[PATCH 1/5] thermal: tegra-bpmp: Handle errors in BPMP response
 2022-02-25 12:22 UTC  (3+ 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).