messages from 2024-12-18 23:51:11 to 2024-12-22 20:55:23 UTC [more...]
[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 (13+ 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 (26+ messages)
[PATCH] PCI: mediatek-gen3: Enable async probe by default
2024-12-20 22:52 UTC
[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 (19+ 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
[pci:for-linus] BUILD SUCCESS 774c71c52aa487001c7da9f93b10cedc9985c371
2024-12-20 16:36 UTC
[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 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 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 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
[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 (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)
[PATCH v8 0/7] PCI: dwc: opitimaze RC Host/EP pci_fixup_addr()
2024-12-19 19:55 UTC (4+ messages)
[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 (4+ 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 (7+ 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 (2+ messages)
[PATCH v2] PCI: vmd: Fix spinlock usage on config access for RT kernel
2024-12-19 0:53 UTC (2+ 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)
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