messages from 2024-12-18 15:24:44 to 2024-12-20 16:19:48 UTC [more...]
[PATCH v7 00/18] NVMe PCI endpoint target driver
2024-12-20 16:19 UTC (23+ 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] nvme-pci: Shutdown the device if D3Cold is allowed by the user
2024-12-20 15:15 UTC (24+ messages)
[PATCH] PCI: cadence: Fixed cdns_pcie_host_link_setup return value
2024-12-20 12:32 UTC (12+ messages)
[PATCH 00/38] rockchip: Add rk3562 support
2024-12-20 12:21 UTC (2+ messages)
[PATCH v2 0/7] Rockchip: add Rockchip rk3576 EVB1 board
2024-12-20 11:43 UTC (3+ messages)
` [PATCH v2 2/7] dt-bindings: PCI: dwc: rockchip: Add rk3576 support
[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 0/4] Add PCIe support for IPQ5424
2024-12-20 11:28 UTC (7+ messages)
` [PATCH 3/4] arm64: dts: qcom: ipq5424: Add PCIe PHYs and controller nodes
[PATCH v3 0/8] pci: qcom: Add QCS8300 PCIe support
2024-12-20 10:17 UTC (12+ 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 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 "
[v2] misc: pci_endpoint_test: Fix return resource_size_t from pci_resource_len
2024-12-20 9:22 UTC (3+ messages)
[PATCH for-linus v3 0/2] Fix bwctrl boot hang
2024-12-20 8:57 UTC (9+ messages)
` [PATCH for-linus v3 1/2] PCI: Honor Max Link Speed when determining supported speeds
[PATCH v7 00/16] Device / Driver PCI / Platform Rust abstractions
2024-12-20 7:24 UTC (18+ messages)
` [PATCH v7 01/16] rust: module: add trait `ModuleMetadata`
` [PATCH v7 02/16] rust: implement generic driver registration
` [PATCH v7 03/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
` [PATCH v7 04/16] rust: add rcu abstraction
` [PATCH v7 05/16] rust: types: add `Opaque::pin_init`
` [PATCH v7 06/16] rust: add `Revocable` type
` [PATCH v7 07/16] rust: add `io::{Io, IoRaw}` base types
` [PATCH v7 08/16] rust: add devres abstraction
` [PATCH v7 09/16] rust: pci: add basic PCI device / driver abstractions
` [PATCH v7 10/16] rust: pci: implement I/O mappable `pci::Bar`
` [PATCH v7 11/16] samples: rust: add Rust PCI sample driver
` [PATCH v7 12/16] rust: of: add `of::DeviceId` abstraction
` [PATCH v7 13/16] rust: driver: implement `Adapter`
` [PATCH v7 14/16] rust: platform: add basic platform device / driver abstractions
` [PATCH v7 15/16] samples: rust: add Rust platform sample driver
` [PATCH v7 16/16] MAINTAINERS: add Danilo to DRIVER CORE
[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
[PATCH v3 0/5] Add PCIe support for Qualcomm IPQ5332
2024-12-19 21:34 UTC (5+ messages)
` [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
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 (16+ messages)
` [PATCH v13 1/9] genirq/msi: Provide DOMAIN_BUS_PLATFORM_PCI_EP_MSI
` [PATCH v13 2/9] PCI: EP: Add helper function pci_epf_msi_domain_get_msi_rid()
` [PATCH v13 3/9] irqchip/gic-v3-its: Add helper function its_pmsi_prepare_devid()
` [PATCH v13 4/9] irqchip/gic-v3-its: Add DOMAIN_BUS_DEVICE_PCI_EP_MSI support
` [PATCH v13 5/9] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v13 6/9] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v13 7/9] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v13 8/9] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v13 9/9] tools: PCI: Add 'B' option for test doorbell
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)
[PATCH v8 0/7] PCI: dwc: opitimaze RC Host/EP pci_fixup_addr()
2024-12-19 19:55 UTC (4+ messages)
[PATCH iwl-next v4] e1000e: Fix real-time violations on link up
2024-12-19 19:27 UTC
[PATCH] PCI: cpci: remove unused fields
2024-12-19 18:49 UTC
PCI IO ECS access is no longer possible for AMD family 17h
2024-12-19 16:44 UTC (3+ messages)
[PATCH v6 00/16] Device / Driver PCI / Platform Rust abstractions
2024-12-19 15:07 UTC (5+ messages)
` [PATCH v6 13/16] rust: driver: implement `Adapter`
[PATCH] PCI: dw-rockchip: Enumerate endpoints based on dll_link_up irq in the combined sys irq
2024-12-19 14:22 UTC (4+ messages)
[PATCH v3 0/2] PCI endpoint test: Add support for capabilities
2024-12-19 14:20 UTC (3+ messages)
[PATCH 1/2] misc: pci_endpoint_test: Fix irq_type to convey the correct type
2024-12-19 13:08 UTC (5+ messages)
` [PATCH 2/2] misc: pci_endpoint_test: Set reserved BARs for each SoCs
[PATCH 00/11] PCI/TSM: Core infrastructure for PCI device security (TDISP)
2024-12-19 10:05 UTC (4+ messages)
` [PATCH 08/11] PCI/IDE: Add IDE establishment helpers
[PATCH v4 00/18] NVMe PCI endpoint target driver
2024-12-19 5:47 UTC (16+ messages)
` [PATCH v4 17/18] nvmet: New "
[PATCH v2 2/5] PCI: sg2042: Add Sophgo SG2042 PCIe driver
2024-12-19 3:23 UTC (2+ messages)
[PATCH v3] PCI: vmd: Fix spinlock usage on config access for RT kernel
2024-12-19 1:45 UTC
[PATCH] PCI: fix reference leak in pci_alloc_child_bus()
2024-12-19 1:39 UTC (2+ messages)
[PATCH v2] PCI: vmd: Fix spinlock usage on config access for RT kernel
2024-12-19 0:55 UTC (8+ messages)
[PATCH v3 0/2] Add support for CPM5 controller 1
2024-12-19 0:04 UTC (2+ messages)
[PATCH v6 0/6] PCI endpoint additional pci_epc_set_bar() checks
2024-12-18 23:55 UTC (2+ messages)
[PATCH v2] PCI: Update code comment on PCI_EXP_LNKCAP_SLS for PCIe r3.0
2024-12-18 23:51 UTC (2+ messages)
[PATCH v3] PCI: Add decode disable/enable to device level and separate BAR info logging into separate function
2024-12-18 22:42 UTC
[PATCH iwl-next v3] e1000e: Fix real-time violations on link up
2024-12-18 19:43 UTC (9+ messages)
` [Intel-wired-lan] "
[PATCH v12 0/9] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
2024-12-18 17:44 UTC (4+ messages)
` [PATCH v12 2/9] PCI: endpoint: Add RC-to-EP doorbell support using "
[PATCH v4 00/10] Add PCIe support for bcm2712
2024-12-18 16:20 UTC (5+ messages)
` [PATCH v4 06/10] PCI: brcmstb: Enable external MSI-X if available
[PATCH v5 0/3] Provide devm_clk_bulk_get_all_enabled() helper
2024-12-18 15:35 UTC (3+ messages)
` [PATCH v5 1/3] soc: mediatek: pwrap: Switch to devm_clk_bulk_get_all_enabled()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox