Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2024-11-12 10:57:37 to 2024-11-14 01:55:18 UTC [more...]

[PATCH v4 00/10] blk: refactor queue affinity helpers
 2024-11-14  1:54 UTC  (16+ messages)
` [PATCH v4 01/10] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v4 02/10] driver core: add irq_get_affinity callback device_driver
` [PATCH v4 03/10] PCI: hookup irq_get_affinity callback
` [PATCH v4 04/10] virtio: "
` [PATCH v4 05/10] blk-mq: introduce blk_mq_hctx_map_queues
` [PATCH v4 06/10] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v4 07/10] scsi: hisi_sas: use blk_mq_hctx_map_queues to map queues
` [PATCH v4 08/10] nvme: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v4 09/10] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v4 10/10] blk-mq: remove unused queue mapping helpers

[PATCH v2 0/2] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2024-11-14  1:39 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] pci: pciehp: Generate tracepoints "

[PATCH v4] PCI: hotplug: Add OCTEON PCI hotplug controller driver
 2024-11-14  0:03 UTC  (4+ messages)

[PATCH v2 0/4] Add new headers for Hyper-V Dom0
 2024-11-13 23:32 UTC  (6+ messages)
` [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv

[PATCH v3 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-11-13 21:54 UTC  (16+ messages)
` [PATCH v3 01/15] PCI/AER: Introduce 'struct cxl_err_handlers' and add to 'struct pci_driver'
` [PATCH v3 02/15] PCI/AER: Rename AER driver's interfaces to also indicate CXL PCIe port support
` [PATCH v3 03/15] cxl/pci: Introduce PCIe helper functions pcie_is_cxl() and pcie_is_cxl_port()
` [PATCH v3 04/15] PCI/AER: Modify AER driver logging to report CXL or PCIe bus error type
` [PATCH v3 05/15] PCI/AER: Add CXL PCIe port correctable error support in AER service driver
` [PATCH v3 06/15] PCI/AER: Change AER driver to read UCE fatal status for all CXL PCIe port devices
` [PATCH v3 07/15] PCI/AER: Add CXL PCIe port uncorrectable error recovery in AER service driver
` [PATCH v3 08/15] cxl/pci: Map CXL PCIe root port and downstream switch port RAS registers
` [PATCH v3 09/15] cxl/pci: Map CXL PCIe upstream "
` [PATCH v3 10/15] cxl/pci: Update RAS handler interfaces to also support CXL PCIe ports
` [PATCH v3 11/15] cxl/pci: Change find_cxl_port() to non-static
` [PATCH v3 12/15] cxl/pci: Add error handler for CXL PCIe port RAS errors
` [PATCH v3 13/15] cxl/pci: Add trace logging "
` [PATCH v3 14/15] cxl/pci: Add support to assign and clear pci_driver::cxl_err_handlers
` [PATCH v3 15/15] PCI/AER: Enable internal errors for CXL upstream and downstream switch ports

[PATCH v9 0/9] PCI: Add PCIe bandwidth controller
 2024-11-13 21:48 UTC  (2+ messages)

[PATCH v7 2/2] PCI: Rename pci_dev->untrusted to pci_dev->untrusted_dma
 2024-11-13 21:38 UTC  (5+ messages)
` [PATCH 0/2] PCI/ACPI: Support Microsoft's "DmaProperty"
  ` [PATCH 1/2] "
  ` [PATCH 2/2] PCI: Rename pci_dev->untrusted to pci_dev->untrusted_dma

[PATCH RFCv1 0/7] vfio: Allow userspace to specify the address for each MSI vector
 2024-11-13 21:11 UTC  (10+ messages)
` [PATCH RFCv1 6/7] PCI/MSI: Add pci_alloc_irq_vectors_iovas helper

[PATCH v5 00/14] Fix and improve the Rockchip endpoint driver
 2024-11-13 20:59 UTC  (6+ messages)

[PATCH] PCI: cadence: Lower severity of message when phy-names property is absent in DTS
 2024-11-13 20:48 UTC  (2+ messages)

[PATCH -next] PCI: mediatek-gen3: Remove unneeded semicolon
 2024-11-13 20:43 UTC  (4+ messages)

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-13 18:41 UTC  (11+ messages)

[PATCH v5 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-11-13 18:09 UTC  (8+ messages)
` [PATCH v5 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v5 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[pci:reset] BUILD SUCCESS 750af79f55c2925f333021d19d0addf831e076ab
 2024-11-13 17:56 UTC 

[PATCHv2 1/2] pci: provide bus reset attribute
 2024-11-13 17:38 UTC  (4+ messages)

[pci:pm] BUILD SUCCESS 0c33dd680dbbe6ec87c355422c1793a0a138dbe4
 2024-11-13 16:31 UTC 

[PATCH v2 00/11] Remove implicit devres from pci_intx()
 2024-11-13 16:22 UTC  (16+ messages)
` [PATCH v2 01/11] PCI: Prepare removing "
` [PATCH v2 02/11] drivers/xen: Use never-managed version of pci_intx()
` [PATCH v2 03/11] net/ethernet: "
` [PATCH v2 04/11] net/ntb: "
` [PATCH v2 05/11] misc: "
` [PATCH v2 06/11] vfio/pci: "
` [PATCH v2 07/11] PCI: MSI: "
` [PATCH v2 08/11] ata: Use always-managed "
` [PATCH v2 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()
` [PATCH v2 10/11] HID: amd_sfh: Use "
` [PATCH v2 11/11] Remove devres from pci_intx()

[pci:bwctrl] BUILD SUCCESS 78e372d9905b3d23ad024ca74e554bd4d72851fe
 2024-11-13 15:41 UTC 

[PATCH v3 0/8] blk: refactor queue affinity helpers
 2024-11-13 14:30 UTC  (36+ messages)
` [PATCH v3 1/8] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v3 2/8] PCI: hookup irq_get_affinity callback
` [PATCH v3 3/8] virtio: "
` [PATCH v3 4/8] blk-mp: introduce blk_mq_hctx_map_queues
` [PATCH v3 5/8] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v3 6/8] nvme: "
` [PATCH v3 7/8] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v3 8/8] blk-mq: remove unused queue mapping helpers

[PATCH v3] PCI: mediatek-gen3: Avoid PCIe resetting via PCIE_RSTB for Airoha EN7581 SoC
 2024-11-13 13:58 UTC 

[PATCH v3 0/6] PCI: Enable Power and configure the QPS615 PCIe switch
 2024-11-13 13:38 UTC  (16+ messages)
` [PATCH v3 1/6] dt-bindings: PCI: Add binding for qps615
` [PATCH v3 2/6] arm64: dts: qcom: qcs6490-rb3gen2: Add node "
` [PATCH v3 3/6] PCI: Add new start_link() & stop_link function ops
` [PATCH v3 4/6] PCI: dwc: Add support for new pci function op
` [PATCH v3 5/6] PCI: qcom: Add support for host_stop_link() & host_start_link()
` [PATCH v3 6/6] PCI: pwrctl: Add power control driver for qps615

[PATCH v2] PCI/sysfs: Change read permissions for VPD attributes
 2024-11-13 12:59 UTC 

[PATCH v10 0/3] Fix address translations on MPFS PCIe controller
 2024-11-13 11:50 UTC  (2+ messages)

[PATCH 1/1] PCI: armada8k: Add link-down handle
 2024-11-13 11:45 UTC  (3+ messages)

[PATCH v6 0/5] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2024-11-13  9:02 UTC  (9+ messages)
` [PATCH v6 1/5] PCI: endpoint: Add pci_epc_get_fn() API for customizable filtering
` [PATCH v6 2/5] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v6 3/5] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v6 4/5] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v6 5/5] tools: PCI: Add 'B' option for test doorbell

[PATCH v9 0/9] PCI: Add PCIe bandwidth controller
 2024-11-13  8:44 UTC  (7+ messages)
` [PATCH v9 7/9] PCI/bwctrl: Add API to set PCIe Link Speed
` [PATCH v9 8/9] thermal: Add PCIe cooling driver

[PATCH v7 0/2] PCI: Enable runtime pm of the host bridge
 2024-11-13  5:24 UTC  (5+ messages)
` [PATCH v7 2/2] "

[PATCH v1 1/1] usb: cdns3: Synchronise PCI IDs via common data base
 2024-11-13  4:53 UTC  (3+ messages)

[PATCH v8 0/5] Add support for PCIe3 on x1e80100
 2024-11-13  3:15 UTC  (7+ messages)
` [PATCH v8 5/5] arm64: dts: qcom: x1e80100: "

[pci:endpoint] BUILD SUCCESS 70e43606525daada87faf179ff20bb68d552d23b
 2024-11-12 22:28 UTC 

[PATCH v1 1/2] PCI/sysfs: Change read permissions for VPD attributes
 2024-11-12 21:48 UTC  (2+ messages)

[PATCH 1/1] PCI: armada8k: Disable LTSSM on link down interrupts
 2024-11-12 21:43 UTC  (2+ messages)

[PATCH 1/1] PCI: armada8k: use reset controller to reset mac
 2024-11-12 21:41 UTC  (2+ messages)

[PATCH 1/1] PCI: armada8k: Fix bar assignment failure upon rescan
 2024-11-12 21:39 UTC  (2+ messages)

[PATCH 1/1] PCI: armada8k: add device reset to link-down handle
 2024-11-12 21:36 UTC  (2+ messages)

[PATCH 2/5] PCI: sg2042: Add Sophgo SG2042 PCIe driver
 2024-11-12 21:20 UTC  (2+ messages)

[PATCH 0/5] Add STM32MP25 PCIe drivers
 2024-11-12 20:39 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: PCI: Add STM32MP25 PCIe root complex bindings
` [PATCH 2/5] PCI: stm32: Add PCIe host support for STM32MP25
` [PATCH 3/5] dt-bindings: PCI: Add STM32MP25 PCIe endpoint bindings
` [PATCH 4/5] PCI: stm32: Add PCIe endpoint support for STM32MP25
` [PATCH 5/5] MAINTAINERS: add entry for ST STM32MP25 PCIe drivers

[PATCH v1] PCI: dwc: Clean up some unnecessary codes in dw_pcie_suspend_noirq()
 2024-11-12 18:04 UTC  (9+ messages)

[PATCH PCI] PCI: Add ACS quirk for Wangxun FF5XXX NICS
 2024-11-12 17:48 UTC  (2+ messages)

[PATCH] PCI: Fix BAR resizing when VF BARs are assigned
 2024-11-12 16:16 UTC  (3+ messages)

[PATCH 0/5] Add PCIe support to Sophgo SG2042 SoC
 2024-11-12 15:59 UTC  (5+ messages)
` [PATCH 1/5] dt-bindings: pci: Add Sophgo SG2042 PCIe host
` [PATCH 3/5] dt-bindings: mfd: syscon: Add sg2042 pcie ctrl compatible

[PATCH v2] PCI: s390: Handle ARI on bus without associated struct pci_dev
 2024-11-12 14:58 UTC  (3+ messages)

[PATCH v4 6/7] PCI: Allow drivers to control VF BAR size
 2024-11-12 14:55 UTC  (3+ messages)

[PATCH v4 0/7] PCI: VF resizable BAR
 2024-11-12 14:40 UTC  (4+ messages)
` [PATCH v4 3/7] PCI: Add a helper to convert between standard and IOV resources

[PATCH 1/1] dt-bindings: pci: change reset to reset controller phandle
 2024-11-12 14:35 UTC  (2+ messages)

[PATCH v4 5/7] PCI/IOV: Check that VF BAR fits within the reservation
 2024-11-12 14:31 UTC  (3+ messages)

[PATCHv2 00/15] Update dra7 devicetree files to probe with genpd
 2024-11-12 14:15 UTC  (3+ messages)
` [PATCH 07/15] ARM: dts: Configure interconnect target module for dra7 sata

[PATCH v2 0/2] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
 2024-11-12 13:54 UTC  (3+ messages)
` [PATCH v2 1/2] PCI/DPC: Run recovery on device that detected the error
` [PATCH v2 2/2] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd

[pci:bwctrl] BUILD SUCCESS d9bb6290191d47fd72af188d25e2a67a7331373f
 2024-11-12 10:57 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox