linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-15 17:33:49 to 2024-07-17 23:18:03 UTC [more...]

[PATCH v2 00/18] PCI device authentication
 2024-07-17 23:17 UTC  (3+ messages)
` [PATCH v2 11/18] PCI/CMA: Expose in sysfs whether devices are authenticated

[PATCH v2 00/13] PCI: qcom: Simulate PCIe hotplug using 'global' interrupt
 2024-07-17 22:57 UTC  (15+ messages)
` [PATCH v2 01/13] PCI: qcom-ep: Drop the redundant masking of global IRQ events
` [PATCH v2 02/13] PCI: qcom-ep: Reword the error message for receiving unknown global IRQ event
` [PATCH v2 03/13] dt-bindings: PCI: pci-ep: Update Maintainers
` [PATCH v2 04/13] dt-bindings: PCI: pci-ep: Document 'linux,pci-domain' property
` [PATCH v2 05/13] PCI: endpoint: Assign PCI domain number for endpoint controllers
` [PATCH v2 06/13] PCI: qcom-ep: Modify 'global_irq' and 'perst_irq' IRQ device names
` [PATCH v2 07/13] ARM: dts: qcom: sdx55: Add 'linux,pci-domain' to PCIe EP controller node
` [PATCH v2 08/13] ARM: dts: qcom: sdx65: "
` [PATCH v2 09/13] arm64: dts: qcom: sa8775p: Add 'linux,pci-domain' to PCIe EP controller nodes
` [PATCH v2 10/13] dt-bindings: PCI: qcom: Add 'global' interrupt
` [PATCH v2 11/13] dt-bindings: PCI: qcom,pcie-sm8450: "
` [PATCH v2 12/13] PCI: qcom: Simulate PCIe hotplug using "
` [PATCH v2 13/13] arm64: dts: qcom: sm8450: Add 'global' interrupt to the PCIe RC node

[PATCH v2] PCI: pciehp: Clear LBMS on hot-remove to prevent link speed reduction
 2024-07-17 21:14 UTC  (7+ messages)

[PATCH v4 00/12] PCI: brcnstb: Enable STB 7712 SOC
 2024-07-17 21:06 UTC  (18+ messages)
` [PATCH v4 01/12] dt-bindings: PCI: Cleanup of brcmstb YAML and add 7712 SoC
` [PATCH v4 02/12] dt-bindings: PCI: brcmstb: Add 7712 SoC description
` [PATCH v4 03/12] PCI: brcmstb: Use common error handling code in brcm_pcie_probe()
` [PATCH v4 04/12] PCI: brcmstb: Use bridge reset if available
` [PATCH v4 05/12] PCI: brcmstb: Use swinit "
` [PATCH v4 06/12] PCI: brcmstb: PCI: brcmstb: Make HARD_DEBUG, INTR2_CPU_BASE offsets SoC-specific
` [PATCH v4 07/12] PCI: brcmstb: Remove two unused constants from driver
` [PATCH v4 08/12] PCI: brcmstb: Don't conflate the reset rescal with phy ctrl
` [PATCH v4 09/12] PCI: brcmstb: Refactor for chips with many regular inbound BARs
` [PATCH v4 10/12] PCI: brcmstb: Check return value of all reset_control_xxx calls
` [PATCH v4 11/12] PCI: brcmstb: Change field name from 'type' to 'model'
` [PATCH v4 12/12] PCI: brcmstb: Enable 7712 SOCs

[PATCH V3 00/10] PCIe TPH and cache direct injection support
 2024-07-17 20:55 UTC  (11+ messages)
` [PATCH V3 01/10] PCI: Introduce PCIe TPH support framework
` [PATCH V3 02/10] PCI: Add TPH related register definition
` [PATCH V3 03/10] PCI/TPH: Add pci=notph to prevent use of TPH
` [PATCH V3 04/10] PCI/TPH: Add pci=nostmode to force No ST Mode
` [PATCH V3 05/10] PCI/TPH: Introduce API to check interrupt vector mode support
` [PATCH V3 06/10] PCI/TPH: Introduce API to retrieve TPH steering tags from ACPI
` [PATCH V3 07/10] PCI/TPH: Introduce API to update TPH steering tags in PCIe devices
` [PATCH V3 08/10] PCI/TPH: Add TPH documentation
` [PATCH V3 09/10] bnxt_en: Add TPH support in BNXT driver
` [PATCH V3 10/10] bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG rings

[patch V4 00/21] genirq, irqchip: Convert ARM MSI handling to per device MSI domains
 2024-07-17 20:10 UTC  (12+ messages)

[PATCH] PCI: r8169: add suspend/resume aspm quirk
 2024-07-17 19:34 UTC  (9+ messages)

[PATCH v2 0/8] PCI: Align small (<4k) BARs
 2024-07-17 19:28 UTC  (13+ messages)
` [PATCH v2 1/8] x86/PCI: Move some logic to new function
` [PATCH v2 2/8] PCI: Don't unnecessarily disable memory decoding
` [PATCH v2 3/8] PCI: Restore resource alignment
` [PATCH v2 4/8] PCI: Restore memory decoding after reallocation
` [PATCH v2 5/8] x86/PCI: Preserve IORESOURCE_STARTALIGN alignment
` [PATCH v2 6/8] powerpc/pci: "
` [PATCH v2 7/8] PCI: Don't reassign resources that are already aligned
` [PATCH v2 8/8] PCI: Align small (<4k) BARs

[PATCH] dt-bindings: PCI: altera: msi: Convert to YAML
 2024-07-17 18:17 UTC 

[PATCH V2 0/7] Add power domain and MSI functionality with PCIe host generic ECAM driver
 2024-07-17 17:20 UTC  (20+ messages)
` [PATCH V2 1/7] PCI: dwc: Move MSI functionality related code to separate file
` [PATCH V222/7] PCI: dwc: Add msi_ops to allow DBI based MSI register access
` [PATCH V2 3/7] PCI: dwc: Add pcie-designware-msi driver related Kconfig option
` [PATCH V2 4/7] dt-bindings: PCI: host-generic-pci: Add power-domains related binding
` [PATCH V2 5/7] PCI: host-generic: Add power domain based handling for PCIe controller
` [PATCH V226/7] dt-bindings: PCI: host-generic-pci: Add snps,dw-pcie-ecam-msi binding
` [PATCH V2 7/7] PCI: host-generic: Add dwc PCIe controller based MSI controller usage

[PATCH v14 1/4] PCI/DOE: Rename DOE protocol to feature
 2024-07-17 16:12 UTC  (4+ messages)
` [PATCH v14 3/4] PCI/DOE: Expose the DOE features via sysfs

[PATCH v2] Kconfig: reduce the amount of power sequencing noise
 2024-07-17 15:13 UTC  (2+ messages)

[PATCH] PCI/pwrctl: reduce the amount of Kconfig noise
 2024-07-17 12:31 UTC  (11+ messages)

[PATCH 0/3] Add support for ACSPCIE refclk output on J784S4-EVM
 2024-07-17 12:08 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: mfd: syscon: Add ti,j784s4-acspcie-proxy-ctrl compatible
` [PATCH 2/3] dt-bindings: PCI: ti,j721e-pci-host: Add ACSPCIE proxy control property

[PATCH V6 0/4] Add PCIe support for IPQ9574
 2024-07-17  8:40 UTC  (10+ messages)
` [PATCH V6 1/4] dt-bindings: PCI: qcom: Document the IPQ9574 PCIe controller
` [PATCH V6 2/4] arm64: dts: qcom: ipq9574: Add PCIe PHYs and controller nodes
` [PATCH V6 3/4] arm64: dts: qcom: ipq9574: Enable PCIe PHYs and controllers
` [PATCH V6 4/4] PCI: qcom: Add support for IPQ9574

[PATCH v1] PCI: qcom: Avoid DBI and ATU register space mirror to BAR/MMIO region
 2024-07-17  8:13 UTC  (4+ messages)

[PATCH v2] PCI: Check for the existence of 'dev.of_node' before calling of_platform_populate()
 2024-07-17  4:27 UTC 

[PATCH v3 00/12] PCI: brcnstb: Enable STB 7712 SOC
 2024-07-16 19:06 UTC  (22+ messages)
` [PATCH v3 03/12] PCI: brcmstb: Use common error handling code in brcm_pcie_probe()
` [PATCH v3 04/12] PCI: brcmstb: Use bridge reset if available
` [PATCH v3 05/12] PCI: brcmstb: Use swinit "
` [PATCH v3 06/12] PCI: brcmstb: PCI: brcmstb: Make HARD_DEBUG, INTR2_CPU_BASE offsets SoC-specific
` [PATCH v3 07/12] PCI: brcmstb: Remove two unused constants from driver
` [PATCH v3 08/12] PCI: brcmstb: Don't conflate the reset rescal with phy ctrl
` [PATCH v3 10/12] PCI: brcmstb: Check return value of all reset_control_xxx calls
` [PATCH v3 11/12] PCI: brcmstb: Change field name from 'type' to 'model'
` [PATCH v3 12/12] PCI: brcmstb: Enable 7712 SOCs

[PATCH] PCI: Check for the existence of 'dev.of_node' before calling of_platform_populate()
 2024-07-16 18:49 UTC  (4+ messages)

[PATCH 00/14] PCI: qcom: Simulate PCIe hotplug using 'global' interrupt
 2024-07-16 16:47 UTC  (36+ messages)
` [PATCH 01/14] PCI: qcom-ep: Drop the redundant masking of global IRQ events
` [PATCH 02/14] PCI: qcom-ep: Reword the error message for receiving unknown global IRQ event
` [PATCH 03/14] dt-bindings: PCI: pci-ep: Update Maintainers
` [PATCH 04/14] dt-bindings: PCI: pci-ep: Document 'linux,pci-domain' property
` [PATCH 05/14] dt-bindings: PCI: qcom-ep: Document "linux,pci-domain" property
` [PATCH 06/14] PCI: endpoint: Assign PCI domain number for endpoint controllers
` [PATCH 07/14] PCI: qcom-ep: Modify 'global_irq' and 'perst_irq' IRQ device names
` [PATCH 08/14] ARM: dts: qcom: sdx55: Add 'linux,pci-domain' to PCIe EP controller node
` [PATCH 09/14] ARM: dts: qcom: sdx65: "
` [PATCH 10/14] arm64: dts: qcom: sa8775p: Add 'linux,pci-domain' to PCIe EP controller nodes
` [PATCH 11/14] dt-bindings: PCI: qcom: Add 'global' interrupt
` [PATCH 12/14] dt-bindings: PCI: qcom,pcie-sm8450: "
` [PATCH 13/14] PCI: qcom: Simulate PCIe hotplug using "
` [PATCH 14/14] arm64: dts: qcom: sm8450: Add 'global' interrupt to the PCIe RC node

[PATCH v3 0/7] Add support for the LAN966x PCI device using a DT overlay
 2024-07-16 15:58 UTC  (11+ messages)
` [PATCH v3 6/7] mfd: Add support for LAN966x PCI device

[PATCH v7 0/7] Add suspend to ram support for PCIe on J7200
 2024-07-16  9:44 UTC  (2+ messages)

[RFC PATCH v1] Export PBEC Data register into sysfs
 2024-07-16  7:04 UTC  (3+ messages)

[pci:next] BUILD SUCCESS ea4516b2b250965457bb5ee575a3339013478bbb
 2024-07-16  4:23 UTC 

[pci:acs] BUILD SUCCESS 47c8846a49baa8c0b7a6a3e7e7eacd6e8d119d25
 2024-07-16  4:22 UTC 

[PATCH v2 08/18] PCI/CMA: Authenticate devices on enumeration
 2024-07-16  1:35 UTC  (21+ messages)

Lack of _HPX after reset, DPC
 2024-07-15 21:45 UTC 

[PATCH v2] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest
 2024-07-15 20:52 UTC  (3+ messages)

[PATCH v2] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest
 2024-07-15 20:35 UTC  (2+ messages)

[net-next PATCH v5 00/15] eth: fbnic: Add network driver for Meta Platforms Host Network Interface
 2024-07-15 20:10 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).