linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-17 13:30:47 to 2024-07-23 07:16:16 UTC [more...]

[PATCH 0/2] PCI: endpoint: Introduce 'get_bar' to map fixed address BARs in EPC
 2024-07-23  7:16 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] PCI: endpoint: pci-epf-test: Add support for controller with fixed addr BARs

[PATCH v2 08/18] PCI/CMA: Authenticate devices on enumeration
 2024-07-23  4:26 UTC  (14+ messages)

[PATCH v7 0/4] PCI: endpoint: add D-state change notifier support
 2024-07-23  3:37 UTC  (3+ messages)
` [PATCH v7 2/4] PCI: qcom-ep: Add support for D-state change notification

[PATCH v2 00/13] PCI: qcom: Simulate PCIe hotplug using 'global' interrupt
 2024-07-23  2:35 UTC  (29+ 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 00/14] PCI: qcom: Simulate PCIe hotplug using 'global' interrupt
 2024-07-22 23:51 UTC  (5+ messages)
` [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 v3 2/3] PCI/rcar-host: Silence set affinity failed warning
 2024-07-22 22:38 UTC  (2+ messages)

[PATCH v2 0/2] Add support for Xilinx XDMA Soft IP as Root Port
 2024-07-22 22:15 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: xilinx-xdma: Add schemas for Xilinx QDMA PCIe Root Port Bridge
` [PATCH v2 2/2] PCI: xilinx-xdma: Add Xilinx QDMA Root Port driver

[PATCH] PCI: qcom: Use OPP only if the platform supports it
 2024-07-22 21:47 UTC  (2+ messages)

[RFC KERNEL PATCH v8 0/2] Support device passthrough when dom0 is PVH on Xen
 2024-07-22 21:30 UTC  (3+ messages)
` [RFC KERNEL PATCH v8 3/3] xen/privcmd: Add new syscall to get gsi from dev

[PATCH v1 0/4] Add dbi2 and atu for i.MX8M PCIe EP
 2024-07-22 20:47 UTC  (7+ messages)
` [PATCH v1 1/4] dt-bindings: imx6q-pcie: Add reg-name "dbi2" and "atu" for i.MX8M PCIe Endpoint
` [PATCH v1 2/4] dts: arm64: imx8mq: Add dbi2 and atu reg for i.MX8MQ PCIe EP
` [PATCH v1 3/4] dts: arm64: imx8mp: Add dbi2 and atu reg for i.MX8MP "
` [PATCH v1 4/4] dts: arm64: imx8mm: Add dbi2 and atu reg for i.MX8MM "

[PATCH v9 12/14] PCI: Provide stub failed link recovery for device probing and hot plug
 2024-07-22 20:40 UTC  (3+ messages)
` PCI: Work around PCIe link training failures

[PATCH v2] PCI: shpchp: Remove hpc_ops
 2024-07-22 19:58 UTC  (2+ messages)

[PATCH V3 00/10] PCIe TPH and cache direct injection support
 2024-07-22 15:38 UTC  (16+ 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 RFC 0/8] pci: rescan/remove locking rework
 2024-07-22 15:19 UTC  (9+ messages)
` [PATCH RFC 1/8] pci: make pci_stop_dev concurrent safe
` [PATCH RFC 2/8] pci: make pci_destroy_dev "
` [PATCH RFC 3/8] pci: move the walk bus lock to where its needed
` [PATCH RFC 4/8] pci: walk bus recursively
` [PATCH RFC 5/8] pci: unexport pci_walk_bus_locked
` [PATCH RFC 6/8] pci: add helpers for stop and remove bus
` [PATCH RFC 7/8] pci: reference count subordinate
` [PATCH RFC 8/8] pci: use finer grain locking for bus protection

[PATCH v7 00/10] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-07-22 15:16 UTC  (14+ messages)
` [PATCH v7 02/10] PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI
` [PATCH v7 04/10] PCI: imx6: Introduce SoC specific callbacks for controlling REFCLK
` [PATCH v7 06/10] PCI: imx6: Improve comment for workaround ERR010728
` [PATCH v7 08/10] dt-bindings: imx6q-pcie: Add i.MX8Q pcie compatible string
` [PATCH v7 09/10] PCI: imx6: Call common PHY API to set mode, speed, and submode
` [PATCH v7 10/10] PCI: imx6: Add i.MX8Q PCIe root complex (RC) support

[PATCH] driver core: get kobject ref when accessing dev_attrs
 2024-07-22 14:44 UTC  (3+ messages)

[REGRESSION] Setting the LED status via attention stopped working
 2024-07-22 14:21 UTC  (2+ messages)

[PATCH] PCI: pciehp_hpc: Fix set raw indicator status
 2024-07-22 14:14 UTC 

[PATCH v2 00/10] Device / Driver and PCI Rust abstractions
 2024-07-22 11:35 UTC  (10+ messages)
` [PATCH v2 01/10] rust: pass module name to `Module::init`

[PATCH v2] x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h
 2024-07-22  9:28 UTC 

[PATCH v2] dt-bindings: PCI: qcom,pcie-sc7280: specify eight interrupts
 2024-07-22  9:18 UTC 

[PATCH v3] PCI: pci_call_probe: call local_pci_probe() when selected cpu is offline
 2024-07-22  7:39 UTC  (3+ messages)

[PATCH v2] PCI: dwc: Fix resume failure if no EP is connected at some platforms
 2024-07-22  6:15 UTC 

[PATCH] PCI: shpchp: Remove hpc_ops
 2024-07-21 11:43 UTC 

[PATCH] dt-bindings: PCI: qcom,pcie-sc7280: specify eight interrupts
 2024-07-21 10:24 UTC  (3+ messages)

[PATCH] PCI: keystone: Fix && vs || typo
 2024-07-21  8:25 UTC  (3+ messages)

Dell XPS 13 9360: `slp_s0_residency_usec` stays 0
 2024-07-21  6:50 UTC 

[PATCH V2 0/7] Add power domain and MSI functionality with PCIe host generic ECAM driver
 2024-07-20 18:30 UTC  (9+ messages)
` [PATCH V226/7] dt-bindings: PCI: host-generic-pci: Add snps,dw-pcie-ecam-msi binding

[pci:next] BUILD SUCCESS 45659274e60864f9acabba844468e405362bdc8c
 2024-07-20  9:48 UTC 

[pci:controller/loongson] BUILD SUCCESS a4bbcac11d3cea85822af8b40daed7e96bca5068
 2024-07-20  7:00 UTC 

[GIT PULL] PCI changes for v6.11
 2024-07-20  4:01 UTC  (2+ messages)

[PATCH] of.c: replace of_node_put with __free improves cleanup
 2024-07-19 22:38 UTC 

[PATCH 0/7] Add PCIe support for bcm2712
 2024-07-19 16:22 UTC  (7+ messages)
` [PATCH 1/7] dt-bindings: interrupt-controller: Add bcm2712 MSI-X DT bindings
` [PATCH 3/7] irqchip: Add Broadcom bcm2712 MSI-X interrupt controller

does dtb not support pci acs enable?
 2024-07-19 15:01 UTC 

[PATCH v2 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()
 2024-07-19 14:50 UTC  (10+ messages)
` [PATCH v3 0/3] Parse the HEST PCIe AER and set to relevant registers
  ` [PATCH v3 1/3] ACPI/APEI: Add hest_parse_pcie_aer()
  ` [PATCH v3 2/3] PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
  ` [PATCH v3 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()

[PATCH v1] x86/amd_nb: Add new PCI IDs for AMD family 0x1a model 60h
 2024-07-19 14:28 UTC  (7+ messages)

[PATCH v3 0/3] Add support for RAS DES feature in PCIe DW
 2024-07-19 12:12 UTC  (4+ messages)
  ` [PATCH 2/3] PCI: debugfs: Add support for RASDES framework in DWC

[PATCH] PCI: kirin: Fix buffer overflow
 2024-07-19 12:21 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v8 0/4] PCI: vmd: Enable PCI PM's L1 substates of remapped PCIe Root Port and NVMe
 2024-07-19  8:02 UTC  (5+ messages)
` [PATCH v8 1/4] PCI: vmd: Set PCI devices to D0 before enable PCI PM's L1 substates
` [PATCH v8 2/4] PCI/ASPM: Add notes about enabling PCI-PM L1SS to pci_enable_link_state(_locked)
` [PATCH v8 3/4] PCI/ASPM: Introduce aspm_get_l1ss_cap()
` [PATCH v8 4/4] PCI/ASPM: Fix L1.2 parameters when enable link state

[PATCH] PCI: loongson: Add LS7A MSI enablement quirk
 2024-07-19  6:23 UTC  (5+ messages)

[PATCH v2 0/2] PCI: qcom: Avoid DBI ant ATU register space mirroring
 2024-07-19  0:41 UTC  (5+ messages)
` [PATCH v2 1/2] PCI: dwc: Add dbi_phys_addr and atu_phys_addr to struct dw_pcie
` [PATCH v2 2/2] PCI: qcom: Avoid DBI and ATU register space mirror to BAR/MMIO region

[PATCH v2 00/18] PCI device authentication
 2024-07-18 16:11 UTC  (29+ messages)
` [PATCH v2 03/18] X.509: Move certificate length retrieval into new helper
` [PATCH v2 07/18] spdm: Introduce library to authenticate devices
` [PATCH v2 10/18] PCI/CMA: Reauthenticate devices on reset and resume
` [PATCH v2 11/18] PCI/CMA: Expose in sysfs whether devices are authenticated
` [PATCH v2 12/18] PCI/CMA: Expose certificates in sysfs
` [PATCH v2 13/18] sysfs: Allow bin_attributes to be added to groups
` [PATCH v2 14/18] sysfs: Allow symlinks to be added between sibling groups
` [PATCH v2 15/18] PCI/CMA: Expose a log of received signatures in sysfs
` [PATCH v2 16/18] spdm: Limit memory consumed by log of received signatures
` [PATCH v2 17/18] spdm: Authenticate devices despite invalid certificate chain
` [PATCH v2 18/18] spdm: Allow control of next requester nonce through sysfs

[PATCH] dt-bindings: PCI: altera: msi: Convert to YAML
 2024-07-18 15:18 UTC  (2+ messages)

[PATCH v2 0/8] PCI: Align small (<4k) BARs
 2024-07-18 14:54 UTC  (8+ messages)
` [PATCH v2 1/8] x86/PCI: Move some logic to new function

[PATCH v2] Kconfig: reduce the amount of power sequencing noise
 2024-07-18 11:58 UTC  (3+ messages)

[Query] ACS enablement in the DT based boot flow
 2024-07-18 10:13 UTC  (4+ messages)

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

[patch V4 00/21] genirq, irqchip: Convert ARM MSI handling to per device MSI domains
 2024-07-18  7:30 UTC  (13+ messages)

[PATCH V6 0/4] Add PCIe support for IPQ9574
 2024-07-18  6:43 UTC  (13+ 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 v4 00/12] PCI: brcnstb: Enable STB 7712 SOC
 2024-07-18  6:07 UTC  (8+ messages)
` [PATCH v4 01/12] dt-bindings: PCI: Cleanup of brcmstb YAML and add 7712 SoC

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

[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


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