messages from 2026-07-03 04:07:53 to 2026-07-06 12:44:37 UTC [more...]
[PATCH v6 00/20] rust: I/O type generalization and projection
2026-07-06 12:44 UTC (8+ messages)
` [PATCH v6 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v6 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v6 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v6 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v6 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v6 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v6 08/20] rust: pci: io: make `ConfigSpace` a view
[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
2026-07-06 12:42 UTC (32+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM
` [PATCH 02/15] tools: ynl: Teach pyynl to handle blobs
` [PATCH 03/15] tools: ynl: Teach ynl_gen_c to validate and dump 'blob' attributes
` [PATCH 04/15] device core: Introduce "device evidence" over netlink
` [PATCH 05/15] device core: Add "device evidence" 'validate' command
` [PATCH 06/15] PCI/TSM: Add device evidence support
` [PATCH 07/15] modules: Document the global async_probe parameter
` [PATCH 08/15] device core: Initial device trust infrastructure
` [PATCH 09/15] PCI, device core: Move "untrusted" concept to DEVICE_TRUST_ADVERSARY
` [PATCH 10/15] PCI/TSM: Add device interface security LOCKED support
` [PATCH 11/15] PCI/TSM: Add device interface security RUN support
` [PATCH 12/15] PCI/TSM: Add device interface security DMA enable/disable
` [PATCH 13/15] PCI, device core: Add private memory access for DEVICE_TRUST_TCB
` [PATCH 14/15] PCI/TSM: Create MMIO descriptors via TDISP Report
` [PATCH 15/15] PCI/TSM: Add relative MMIO offset support?
[PATCH v1] PCI: acpiphp_ibm: Do not use uninitialized device_class
2026-07-06 12:40 UTC
[RFC PATCH] PCI: Get the hotplug bridge window sizes from DT
2026-07-06 12:37 UTC (2+ messages)
[PATCH v1] Documentation: PCI: Update header defining struct pci_device_id
2026-07-06 10:41 UTC (3+ messages)
[PATCH 0/3] arm64: dts: qcom: eliza-evk: Enable PCIe0 and PCIe1 with M.2 and TC9563 switch
2026-07-06 10:33 UTC (13+ messages)
` [PATCH 1/3] arm64: dts: qcom: eliza-evk: Add PCIe0 with M.2 E key connector
` [PATCH 2/3] arm64: dts: qcom: eliza-evk: Add PCIe1 with TC9563 PCIe switch
` [PATCH 3/3] power: sequencing: pwrseq-pcie-m2: Add QCC2072 BT PCI device ID
` (subset) [PATCH 0/3] arm64: dts: qcom: eliza-evk: Enable PCIe0 and PCIe1 with M.2 and TC9563 switch
[PATCH] PCI: imx6: Keep Root Port MSI capability also for i.MX6Q
2026-07-06 10:29 UTC (5+ messages)
[PATCH v2] PCI: Mask Replay Timer Timeout for Realtek RTS525A
2026-07-06 10:20 UTC (5+ messages)
` [PATCH v3] PCI: Disable ASPM L0s "
[PATCH v2 0/3] PCI: ultrarisc: Add DP1000 PCIe clock support
2026-07-06 10:11 UTC (7+ messages)
` [PATCH v2 1/3] dt-bindings: pci: ultrarisc: add required DP1000 PCIe clocks
` [PATCH v2 2/3] PCI: ultrarisc: get and enable "
` [PATCH v2 3/3] PCI: ultrarisc: allow DP1000 driver to build as module
[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
2026-07-06 9:16 UTC (8+ messages)
` [PATCH v2 15/31] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v2 20/31] x86/virt/tdx: Add a helper to loop on TDX_INTERRUPTED_RESUMABLE
[PATCH v1] PCI: imx6: Add runtime PM support for i.MX95
2026-07-06 9:16 UTC
[PATCH] PCI: Fix AB-BA deadlock between remove and SR-IOV sysfs
2026-07-06 8:16 UTC (3+ messages)
[PATCH v1] PCI: imx6: Update MPLLB bandwidth for i.MX95 PCIe Gen3 stability
2026-07-06 7:16 UTC (2+ messages)
[PATCH 0/2] dt-bindings: pci: qcom,hawi-pcie: Add Maili PCIe compatibles
2026-07-06 6:46 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: pci: qcom,hawi-pcie: Add Maili PCIe compatible
` [PATCH 2/2] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Add Maili PCIe PHY compatibles
[PATCH v2 0/4] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
2026-07-06 6:44 UTC (14+ messages)
` [PATCH v2 1/4] dt-bindings: connector: pcie-m2-e: Add vendor LGA connector compatible
` [PATCH v2 2/4] power: sequencing: pcie-m2: Add QCA2066 (QCNFA765) BT serdev ID
` (subset) "
` [PATCH v2 3/4] Bluetooth: hci_qca: Support QCA2066 on M.2 connector via pwrseq
[PATCH v1] PCI: imx6: Fix i.MX6Q/DL boot hang by separating PHY power and reference clock control
2026-07-06 3:18 UTC (2+ messages)
[PATCH v1] PCI: dwc: Add force_l2 flag for platforms requiring L2 entry without D3cold
2026-07-06 2:56 UTC (2+ messages)
[PATCH v2] PCI: Mask Replay Timer Timeout for Realtek RTS525A
2026-07-06 2:34 UTC (6+ messages)
[PATCH v5 00/20] rust: I/O type generalization and projection
2026-07-06 1:02 UTC (40+ messages)
` [PATCH v5 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v5 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v5 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v5 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v5 11/20] rust: io: remove `MmioOwned`
` [PATCH v5 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v5 13/20] rust: io: add projection macro and methods
` [PATCH v5 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v5 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v5 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v5 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v5 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v5 19/20] rust: io: add copying methods
` [PATCH v5 20/20] rust: io: implement `IoSysMap`
[PATCH] rust: pci: rework device enabling API
2026-07-05 21:04 UTC (3+ messages)
[PATCH] PCI: Fix BAR resize for devices on a root bus
2026-07-05 17:20 UTC (2+ messages)
[PATCH v3 0/5] PCI: rcar-gen4: irqchip/gic-v3: Handle GIC ITS
2026-07-05 13:35 UTC (3+ messages)
` [PATCH v3 2/5] PCI: rcar-gen4: Configure AXIINTC if iMSI-RX not used
[PATCH v3 0/6] riscv: spacemit: Add PCIe RC controller support for K3
2026-07-05 11:22 UTC (8+ messages)
` [PATCH v3 5/6] dt-bindings: PCI: spacemit: Introduce Spacemit K3 PCIe host controller
` [PATCH v3 6/6] PCI: spacemit-k1: Add Spacemit K3 PCIe host controller support
[PATCH] PCI/P2PDMA: Add Nvidia Vera Rubin device to P2P whitelist
2026-07-05 9:56 UTC (2+ messages)
[PATCH 0/5] PCI: dwc: rcar-gen4: Add support for R-Car X5H PCIe4
2026-07-04 20:25 UTC (6+ messages)
` [PATCH 1/5] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car X5H PCIe4 compatible
` [PATCH 2/5] PCI: dwc: rcar-gen4: Return error code from .additional_common_init
` [PATCH 3/5] PCI: dwc: rcar-gen4: Split .start_link into ltssm_control and speed_control
` [PATCH 4/5] PCI: dwc: rcar-gen4: Handle PERST via reset subsystem
` [PATCH 5/5] PCI: dwc: rcar-gen4: Add support for R-Car X5H PCIe4
[PATCH] PCI: cadence: add missing MODULE_DEVICE_TABLE()
2026-07-04 12:36 UTC (2+ messages)
[PATCH] PCI: dwc: spacemit: add missing MODULE_DEVICE_TABLE()
2026-07-04 12:29 UTC (2+ messages)
[PATCH v3] PCI/ASPM: Mask ASPM states based on Devicetree properties
2026-07-04 3:04 UTC (2+ messages)
[PATCH v8 00/10] PCI/CXL: Add CXL reset support for Type 2 devices
2026-07-03 22:08 UTC (12+ messages)
` [PATCH v8 01/10] cxl: Split decoder programming into a reusable helper
` [PATCH v8 02/10] cxl: Cache decoder settings on PCI devices
` [PATCH v8 03/10] cxl: Share HDM decoder decode logic
` [PATCH v8 04/10] cxl: Cache endpoint decoder settings during PCI enumeration
` [PATCH v8 05/10] cxl: Add CXL Device Reset helper
` [PATCH v8 06/10] cxl: Validate HDM ranges before CXL reset
` [PATCH v8 07/10] PCI/CXL: Discover the CXL reset scope
` [PATCH v8 08/10] cxl: Restore CXL HDM state after PCI reset
` [PATCH v8 09/10] PCI/CXL: Expose CXL Reset as a PCI reset method
` [PATCH v8 10/10] Documentation/ABI: Document CXL Reset "
` [PATCH RFC] PCI/CXL: Restore HDM state after CXL bus reset
[PATCH] rust: irq: make Registration compatible with lifetime-bound drivers
2026-07-03 21:19 UTC (2+ messages)
[PATCH v2 0/4] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
2026-07-03 21:12 UTC (4+ messages)
` [PATCH v2 4/4] rust: samples: add EDU PCI driver sample
[PATCH v2 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-07-03 17:32 UTC (5+ messages)
` [PATCH v2 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v2 4/4] iommu/hyperv: Add page-selective IOTLB flush support
[PATCH v9 0/4] iommu: Standardize ATS robustness and state tracking
2026-07-03 13:46 UTC (2+ messages)
[PATCH v11 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
2026-07-03 6:57 UTC (4+ messages)
` [PATCH v11 3/4] vfio/pci: implement get_pci_tph and DMA_BUF_TPH feature
[PATCH v5 00/18] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
2026-07-03 4:40 UTC (37+ messages)
` [PATCH v5 01/18] PCI: Don't suspend IOMMU when probing reset capability
` [PATCH v5 02/18] PCI/CXL: Probe the underlying bus reset in cxl_reset_bus_function()
` [PATCH v5 03/18] PCI: Propagate FLR return values to callers
` [PATCH v5 04/18] iommu: Convert gdev->blocked from bool to enum gdev_blocked
` [PATCH v5 05/18] iommu: Pass in reset result to pci_dev_reset_iommu_done()
` [PATCH v5 06/18] iommu/arm-smmu-v3: Don't rb_erase() a never-inserted stream node
` [PATCH v5 07/18] iommu/arm-smmu-v3: Mark ATC invalidate timeouts via lockless bitmap
` [PATCH v5 08/18] iommu/arm-smmu-v3: Skip remaining GERROR causes on SFM
` [PATCH v5 09/18] iommu/arm-smmu-v3: Introduce per-cmdq cmdq_err_handler callback
` [PATCH v5 10/18] iommu/arm-smmu-v3: Recheck CMDQ_ERR in tegra241_vintf0_handle_error()
` [PATCH v5 11/18] iommu/arm-smmu-v3: Co-clear pending CMDQ_ERR when CMD_SYNC times out
` [PATCH v5 12/18] iommu/arm-smmu-v3: Introduce arm_smmu_cmdq_batch_issue() wrapper
` [PATCH v5 13/18] iommu/arm-smmu-v3: Add streams_lock for atomic-context SID->master lookup
` [PATCH v5 14/18] iommu/arm-smmu-v3: Add has_ats to struct arm_smmu_cmdq_batch
` [PATCH v5 15/18] iommu/arm-smmu-v3: Add INV_TYPE_ATS_BROKEN to skip quarantined ATS masters
` [PATCH v5 16/18] iommu/arm-smmu-v3: Factor out CMDQ batch force-sync conditions
` [PATCH v5 17/18] iommu/arm-smmu-v3: Thread arm_smmu_master_domain on a per-master list
` [PATCH v5 18/18] iommu/arm-smmu-v3: Block ATS for a master upon an ATC invalidation timeout
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