public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-19 20:17:17 to 2024-12-24 18:28:44 UTC [more...]

[PATCH v4 0/15] Enable CXL PCIe Port protocol error handling and logging
 2024-12-24 18:28 UTC  (3+ messages)
` [PATCH v4 06/15] PCI/AER: Change AER driver to read UCE fatal status for all CXL PCIe Port devices

[bugzilla-daemon@kernel.org: [Bug 219619] New: vfio-pci: screen graphics artifacts after 6.12 kernel upgrade]
 2024-12-24 18:06 UTC  (5+ messages)

[PATCH 0/4] Add PCIe support for IPQ5424
 2024-12-24 15:25 UTC  (8+ messages)
` [PATCH 3/4] arm64: dts: qcom: ipq5424: Add PCIe PHYs and controller nodes
` (subset) [PATCH 0/4] Add PCIe support for IPQ5424

[PATCH v3 0/5] Add PCIe support for Qualcomm IPQ5332
 2024-12-24 14:46 UTC  (10+ messages)
` [PATCH v3 1/5] dt-bindings: phy: qcom,uniphy-pcie: Document PCIe uniphy
` [PATCH v3 2/5] phy: qcom: Introduce PCIe UNIPHY 28LP driver
` [PATCH v3 4/5] arm64: dts: qcom: ipq5332: Add PCIe related nodes
` [PATCH v3 5/5] arm64: dts: qcom: ipq5332-rdp441: Enable PCIe phys and controllers

[PATCH v2 0/4] PCI: dwc: Add ECAM support with iATU configuration
 2024-12-24 14:10 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: dts: qcom: sc7280: Increase config size to 256MB for ECAM feature
` [PATCH v2 2/4] PCI: dwc: Add ECAM support with iATU configuration
` [PATCH v2 3/4] PCI: dwc: Reduce DT reads by allocating host bridge via DWC glue driver
` [PATCH v2 4/4] PCI: qcom: Enable ECAM feature

[PATCH 1/2] misc: pci_endpoint_test: Fix irq_type to convey the correct type
 2024-12-24 11:39 UTC  (8+ messages)
` [PATCH 2/2] misc: pci_endpoint_test: Set reserved BARs for each SoCs

[PATCH v2 0/2] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
 2024-12-24 11:03 UTC  (2+ messages)

[PATCH v3 0/4] PCI: dwc: Add support for configuring lane equalization presets
 2024-12-24 10:57 UTC  (16+ messages)
` [PATCH v3 1/4] arm64: dts: qcom: x1e80100: Add PCIe lane equalization preset properties
` [PATCH v3 2/4] PCI: of: Add API to retrieve equalization presets from device tree
` [PATCH v3 3/4] PCI: dwc: Improve handling of PCIe lane configuration
` [PATCH v3 4/4] PCI: dwc: Add support for configuring lane equalization presets

[PATCH v3 0/6] PCI: Enable Power and configure the QPS615 PCIe switch
 2024-12-24  9:49 UTC  (17+ messages)
` [PATCH v3 1/6] dt-bindings: PCI: Add binding for qps615

[PATCH v2 00/17] rockchip: Add rk3562 support
 2024-12-24  9:49 UTC  (2+ messages)
` [PATCH v2 01/17] dt-bindings: PCI: dwc: "

[PATCH v5 0/5] Add support for the PCI host bridge device-tree node creation
 2024-12-24  8:29 UTC  (3+ messages)
` [PATCH v5 1/5] driver core: Introduce device_{add,remove}_of_node()

[PATCH v2] PCI: fix reference leak in pci_alloc_child_bus()
 2024-12-24  7:16 UTC 

[PATCH v5 5/5] PCI: of: Create device-tree PCI host bridge node
 2024-12-24  6:20 UTC  (2+ messages)

[PATCH v2.1] x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE
 2024-12-24  1:14 UTC  (5+ messages)
` [PATCH v2.2] "

[PATCH v5 0/3] Provide devm_clk_bulk_get_all_enabled() helper
 2024-12-23 20:54 UTC  (10+ messages)
` [PATCH v5 1/3] soc: mediatek: pwrap: Switch to devm_clk_bulk_get_all_enabled()
` [PATCH v5 2/3] PCI: exynos: "
` [PATCH v5 3/3] clk: Drop obsolete devm_clk_bulk_get_all_enable() helper

[PATCH v4 00/10] Add PCIe support for bcm2712
 2024-12-23 16:35 UTC  (2+ messages)

[pci:controller/rockchip] BUILD SUCCESS 220bd83f9da19e862e6c230fff78d3e1219990bd
 2024-12-23 12:53 UTC 

[PATCH v3 0/7] Rockchip: add Rockchip rk3576 EVB1 board
 2024-12-23 12:30 UTC  (3+ messages)
` [PATCH v3 2/7] dt-bindings: PCI: dw: rockchip: Add rk3576 support

[PATCH] PCI: mediatek-gen3: Enable async probe by default
 2024-12-23 11:18 UTC  (3+ messages)

[PATCH v7 00/18] NVMe PCI endpoint target driver
 2024-12-23  9:31 UTC  (24+ messages)
` [PATCH v7 01/18] nvme: Move opcode string helper functions declarations
` [PATCH v7 02/18] nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
` [PATCH v7 03/18] nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
` [PATCH v7 04/18] nvmet: Introduce nvmet_get_cmd_effects_admin()
` [PATCH v7 05/18] nvmet: Add drvdata field to struct nvmet_ctrl
` [PATCH v7 06/18] nvme: Add PCI transport type
` [PATCH v7 07/18] nvmet: Improve nvmet_alloc_ctrl() interface and implementation
` [PATCH v7 08/18] nvmet: Introduce nvmet_req_transfer_len()
` [PATCH v7 09/18] nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
` [PATCH v7 10/18] nvmet: Add support for I/O queue management admin commands
` [PATCH v7 11/18] nvmet: Do not require SGL for PCI target controller commands
` [PATCH v7 12/18] nvmet: Introduce get/set_feature controller operations
` [PATCH v7 13/18] nvmet: Implement host identifier set feature support
` [PATCH v7 14/18] nvmet: Implement interrupt coalescing "
` [PATCH v7 15/18] nvmet: Implement interrupt config "
` [PATCH v7 16/18] nvmet: Implement arbitration "
` [PATCH v7 17/18] nvmet: New NVMe PCI endpoint function target driver
` [PATCH v7 18/18] Documentation: Document the NVMe PCI endpoint "

[PATCH v5 0/3] PCI: dwc: Skip waiting for link up if vendor drivers can detect Link up event
 2024-12-23  6:55 UTC  (2+ messages)

[PATCH v2] PCI/ASPM: Fix UAF by disabling ASPM for link when child function is removed
 2024-12-23  3:39 UTC  (3+ messages)
` [PATCH 0/1] "
  ` [PATCH 1/1] PCI/ASPM: fix link state exit during switch upstream function removal

[PATCH 00/15] treewide: don't include 'pm_wakeup.h' directly
 2024-12-22 21:22 UTC  (3+ messages)
` [PATCH 11/15] PCI: "

[PATCH v3] PCI: mediatek-gen3: Avoid PCIe resetting via PCIE_RSTB for Airoha EN7581 SoC
 2024-12-22 21:17 UTC  (2+ messages)

[PATCH v5 0/6] PCI: mediatek-gen3: mtk_pcie_en7581_power_up() code refactoring
 2024-12-22 21:15 UTC  (2+ messages)

[PATCH v2] PCI: rockchip: Add missing fields descriptions for struct rockchip_pcie_ep
 2024-12-22 21:12 UTC  (2+ messages)

[PATCH] PCI: dw-rockchip: Enumerate endpoints based on dll_link_up irq in the combined sys irq
 2024-12-22 21:12 UTC  (2+ messages)

[PATCH v3 0/2] PCI endpoint test: Add support for capabilities
 2024-12-22 20:58 UTC  (2+ messages)

[PATCH] misc: pci_endpoint_test: Add consecutive BAR test
 2024-12-22 20:55 UTC  (2+ messages)

[PATCH iwl-next v4] e1000e: Fix real-time violations on link up
 2024-12-22  8:49 UTC  (2+ messages)

[PATCH v2 0/7] Rockchip: add Rockchip rk3576 EVB1 board
 2024-12-22  6:39 UTC  (4+ messages)
` [PATCH v2 2/7] dt-bindings: PCI: dwc: rockchip: Add rk3576 support

[PATCH v3 0/8] pci: qcom: Add QCS8300 PCIe support
 2024-12-21 22:04 UTC  (14+ messages)
` [PATCH v3 1/8] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the QCS8300 QMP PCIe PHY Gen4 x2
` [PATCH v3 2/8] phy: qcom-qmp-pcie: add dual lane PHY support for QCS8300
` [PATCH v3 3/8] dt-bindings: PCI: qcom,pcie-sa8775p: document qcs8300
` [PATCH v3 4/8] PCI: qcom: Add QCS8300 PCIe support
` [PATCH v3 5/8] arm64: dts: qcom: qcs8300: enable pcie0 for qcs8300 soc
` [PATCH v3 6/8] arm64: dts: qcom: qcs8300: enable pcie0 for qcs8300 platform
` [PATCH v3 7/8] arm64: dts: qcom: qcs8300: enable pcie1 for qcs8300 soc
` [PATCH v3 8/8] arm64: dts: qcom: qcs8300: enable pcie1 for qcs8300 platform

[PATCH] PCI: endpoint: Set RX DMA channel to NULL aftre freeing it
 2024-12-21 20:00 UTC  (5+ messages)
  ` [PATCH v2] PCI: endpoint: Set RX DMA channel to NULL after "

[GIT PULL] PCI fixes for v6.13
 2024-12-21 18:56 UTC  (2+ messages)

[PATCH] PCI: cadence: Fixed cdns_pcie_host_link_setup return value
 2024-12-21 14:47 UTC  (12+ messages)

[v3] misc: pci_endpoint_test: Fix return resource_size_t from pci_resource_len
 2024-12-21 14:10 UTC 

[PATCH] nvme-pci: Shutdown the device if D3Cold is allowed by the user
 2024-12-21 11:17 UTC  (13+ messages)

[pci:next] BUILD SUCCESS 9e1b45d7a5bc0ad20f6b5267992da422884b916e
 2024-12-20 20:24 UTC 

[pci:controller/mediatek] BUILD SUCCESS 0d0a2b74dc080d89e75c782e7f243a01e7755c07
 2024-12-20 20:22 UTC 

[pci:misc] BUILD SUCCESS cd3e4149e2f60fe1abfdbe40cb64a9978922fd1c
 2024-12-20 20:22 UTC 

[PATCH net-next 09/10] PCI: Add PCI_VDEVICE_SUB helper macro
 2024-12-20 20:15 UTC  (2+ messages)
` [PATCH net-next 10/10] ixgbevf: Add support for Intel(R) E610 device

[pci:controller/rockchip] BUILD SUCCESS a59135cdb6281f4ff06f8c6473ed50f7f8ffc363
 2024-12-20 19:11 UTC 

[v2] misc: pci_endpoint_test: Fix return resource_size_t from pci_resource_len
 2024-12-20 18:02 UTC  (5+ messages)

[pci:endpoint] BUILD SUCCESS a00ac0bc28ed17b39a094c55a5e2217ae5b42ced
 2024-12-20 17:48 UTC 

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-12-20 17:27 UTC  (2+ messages)
` (subset) "

[PATCH v7 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-12-20 16:44 UTC  (3+ messages)

[pci:for-linus] BUILD SUCCESS 774c71c52aa487001c7da9f93b10cedc9985c371
 2024-12-20 16:36 UTC 

[PATCH 00/38] rockchip: Add rk3562 support
 2024-12-20 12:21 UTC  (2+ messages)

[PATCH v4] PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1
 2024-12-20 11:35 UTC 

[PATCH v3] PCI: Avoid putting some root ports into D3 on some Ryzen chips
 2024-12-20 11:34 UTC  (7+ messages)

[PATCH v6 00/18] NVMe PCI endpoint target driver
 2024-12-20  9:34 UTC  (27+ messages)
` [PATCH v6 01/18] nvme: Move opcode string helper functions declarations
` [PATCH v6 02/18] nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
` [PATCH v6 03/18] nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
` [PATCH v6 04/18] nvmet: Introduce nvmet_get_cmd_effects_admin()
` [PATCH v6 05/18] nvmet: Add drvdata field to struct nvmet_ctrl
` [PATCH v6 06/18] nvme: Add PCI transport type
` [PATCH v6 07/18] nvmet: Improve nvmet_alloc_ctrl() interface and implementation
` [PATCH v6 08/18] nvmet: Introduce nvmet_req_transfer_len()
` [PATCH v6 09/18] nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
` [PATCH v6 10/18] nvmet: Add support for I/O queue management admin commands
` [PATCH v6 11/18] nvmet: Do not require SGL for PCI target controller commands
` [PATCH v6 12/18] nvmet: Introduce get/set_feature controller operations
` [PATCH v6 13/18] nvmet: Implement host identifier set feature support
` [PATCH v6 14/18] nvmet: Implement interrupt coalescing "
` [PATCH v6 15/18] nvmet: Implement interrupt config "
` [PATCH v6 16/18] nvmet: Implement arbitration "
` [PATCH v6 17/18] nvmet: New NVMe PCI endpoint function target driver
` [PATCH v6 18/18] Documentation: Document the NVMe PCI endpoint "

[PATCH for-linus v3 0/2] Fix bwctrl boot hang
 2024-12-20  8:57 UTC  (8+ messages)
` [PATCH for-linus v3 1/2] PCI: Honor Max Link Speed when determining supported speeds

[PATCH] PCI: dwc: Reject a negative nr_irqs value in dw_pcie_edma_irq_verify()
 2024-12-20  7:23 UTC 

[PATCH] misc: pci_endpoint_test: fixed pci_resource_len return value out of bounds
 2024-12-20  3:09 UTC  (5+ messages)

[pci:selftests] BUILD SUCCESS 62f966e676b501107d6da2e34e41f694397c3886
 2024-12-20  0:18 UTC 

[PATCH v2 1/5] dt-bindings: pci: Add Sophgo SG2042 PCIe host
 2024-12-20  0:14 UTC  (4+ messages)

[pci:controller/xilinx-cpm] BUILD SUCCESS 4eea7596b8fb5c204f7a454a5166ebdcb6b6c72a
 2024-12-20  0:10 UTC 

hang on enabling PCI AER for IMX8MP + PI7C9X3G606GP 6-port Gen3 switch
 2024-12-19 21:25 UTC  (3+ messages)

[PATCH v13 0/9] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2024-12-19 20:53 UTC  (8+ messages)
` [PATCH v13 4/9] irqchip/gic-v3-its: Add DOMAIN_BUS_DEVICE_PCI_EP_MSI support

My AlderLake Dell (XPS-9320) needs these patches to get full standby/low-power modes
 2024-12-19 20:37 UTC  (5+ messages)

[PATCH v3 0/4] Migrate PCI Endpoint Subsystem tests to Kselftest
 2024-12-19 20:17 UTC  (5+ messages)


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