Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2026-04-30 21:06:44 to 2026-05-06 14:48:38 UTC [more...]

[PATCH v4 00/13] media: iris: Add support for glymur platform
 2026-05-06 14:48 UTC  (24+ messages)
` [PATCH v4 01/13] media: iris: Fix VM count passed to firmware
` [PATCH v4 02/13] dt-bindings: media: qcom,venus: Remove clock, power-domain, and iommus from common schema
` [PATCH v4 03/13] dt-bindings: media: qcom,glymur-iris: Add glymur video codec
` [PATCH v4 04/13] media: iris: Add iris vpu bus support
` [PATCH v4 05/13] iommu: Add iris-vpu-bus to iommu_buses
` [PATCH v4 06/13] media: iris: Add context bank hooks for platform specific initialization
` [PATCH v4 07/13] media: iris: Enable Secure PAS support with IOMMU managed by Linux
` [PATCH v4 08/13] media: iris: Rename clock and power domain macros to use vcodec prefix
` [PATCH v4 09/13] media: iris: Use power domain type to look up pd_devs index
` [PATCH v4 10/13] media: iris: Add power sequence for Glymur
` [PATCH v4 11/13] media: iris: Add support to select core for dual core platforms
` [PATCH v4 12/13] media: iris: Add platform data for glymur
` [PATCH v4 13/13] arm64: dts: qcom: glymur: Add iris video node

[PATCH v4 0/3] Enforce host page-size alignment for shared buffers
 2026-05-06 14:23 UTC  (6+ messages)
` [PATCH v4 3/3] coco: guest: arm64: Query host IPA-change alignment via RHI

[PATCH V2 00/11] PCI passthru on Hyper-V (Part I)
 2026-05-06 10:07 UTC  (15+ messages)
` [PATCH V2 01/11] iommu/hyperv: rename hyperv-iommu.c to hyperv-irq.c
` [PATCH V2 02/11] x86/hyperv: cosmetic changes in irqdomain.c for readability
` [PATCH V2 03/11] mshv: Provide a way to get partition id if running in a VMM process
` [PATCH V2 04/11] mshv: Declarations and definitions for VFIO-MSHV bridge device
` [PATCH V2 05/11] mshv: Implement mshv bridge device for VFIO
` [PATCH V2 06/11] mshv: Add ioctl support for MSHV-VFIO bridge device
` [PATCH V2 07/11] mshv: Import data structs around device passthru from hyperv headers
` [PATCH V2 08/11] PCI: hv: Build device id for a VMBus device, export PCI devid function
` [PATCH V2 09/11] x86/hyperv: Implement hyperv virtual IOMMU
` [PATCH V2 10/11] mshv: Populate mmio mappings for PCI passthru
` [PATCH V2 11/11] mshv: Mark mem regions as non-movable upfront if device passthru

[PATCH v6 00/25] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-05-06  9:56 UTC  (44+ messages)
` [PATCH v6 01/25] KVM: arm64: Generalize trace clock
` [PATCH v6 02/25] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v6 03/25] iommu/arm-smmu-v3: Split code with hyp
` [PATCH v6 04/25] iommu/arm-smmu-v3: Move TLB range invalidation into common code
` [PATCH v6 05/25] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v6 06/25] iommu/io-pgtable-arm: Rework to use the iommu-pages API
` [PATCH v6 07/25] KVM: arm64: iommu: Introduce IOMMU driver infrastructure
` [PATCH v6 08/25] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v6 09/25] KVM: arm64: iommu: Add memory pool
` [PATCH v6 10/25] KVM: arm64: iommu: Support DABT for IOMMU
` [PATCH v6 11/25] iommu/arm-smmu-v3-kvm: Add SMMUv3 driver
` [PATCH v6 12/25] iommu/arm-smmu-v3-kvm: Add the kernel driver
` [PATCH v6 13/25] iommu/arm-smmu-v3-kvm: Probe SMMU HW
` [PATCH v6 14/25] iommu/arm-smmu-v3-kvm: Add MMIO emulation
` [PATCH v6 15/25] iommu/arm-smmu-v3-kvm: Shadow the command queue
` [PATCH v6 16/25] iommu/arm-smmu-v3-kvm: Add CMDQ functions
` [PATCH v6 17/25] iommu/arm-smmu-v3-kvm: Emulate CMDQ for host
` [PATCH v6 18/25] iommu/arm-smmu-v3-kvm: Shadow stream table
` [PATCH v6 19/25] iommu/arm-smmu-v3-kvm: Shadow STEs
` [PATCH v6 20/25] iommu/arm-smmu-v3-kvm: Share other queues
` [PATCH v6 21/25] iommu/arm-smmu-v3-kvm: Emulate GBPA
` [PATCH v6 22/25] iommu/io-pgtable-arm: Support io-pgtable-arm in the hypervisor
` [PATCH v6 23/25] iommu/arm-smmu-v3-kvm: Shadow the CPU stage-2 page table
` [PATCH v6 24/25] iommu/arm-smmu-v3-kvm: Enable nesting
` [PATCH v6 25/25] KVM: arm64: Add documentation for pKVM DMA isolation

[PATCH rc v2] iommu/arm-smmu-v3: Fix inconsistent ATS state tracking
 2026-05-06  9:46 UTC  (17+ messages)

[PATCH 0/7] Support non-leaf and range invalidation features in RISC-V
 2026-05-06  9:13 UTC  (13+ messages)
` [PATCH 4/7] iommu/riscv: Enable PT_FEAT_DETAILED_GATHER and pass gather to iotlb_inval
` [PATCH 5/7] iommu/riscv: Compute best stride for single invalidation
` [PATCH 6/7] iommu/riscv: Add RISCV_IOMMU_CAPABILITIES_NL
` [PATCH 7/7] iommu/riscv: Add NAPOT range invalidation support

[PATCH 0/9] Remove SMMUv3 struct arm_smmu_cmdq_ent
 2026-05-06  6:11 UTC  (11+ messages)
` [PATCH 1/9] iommu/arm-smmu-v3: Add struct arm_smmu_cmd to represent the HW format command
` [PATCH 2/9] iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq selection functions
` [PATCH 3/9] iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq submission functions
` [PATCH 4/9] iommu/arm-smmu-v3: Convert arm_smmu_cmdq_batch cmds to struct arm_smmu_cmd
` [PATCH 5/9] iommu/arm-smmu-v3: Remove CMDQ_OP_CFGI_CD_ALL from arm_smmu_cmdq_build_cmd()
` [PATCH 6/9] iommu/arm-smmu-v3: Directly encode simple commands
` [PATCH 7/9] iommu/arm-smmu-v3: Directly encode CMDQ_OP_ATC_INV
` [PATCH 8/9] iommu/arm-smmu-v3: Directly encode CMDQ_OP_SYNC
` [PATCH 9/9] iommu/arm-smmu-v3: Directly encode TLBI commands

[PATCH] iommu/amd: Explicitly bail from enable_iommus_vapic() when in legacy mode
 2026-05-06  5:16 UTC  (6+ messages)

[PATCH V4 00/10] iommufd: Enable noiommu mode for cdev
 2026-05-05 23:04 UTC  (18+ messages)
` [PATCH V4 02/10] iommufd: Move igroup allocation to a function
` [PATCH V4 03/10] iommufd: Allow binding to a noiommu device
` [PATCH V4 04/10] iommufd: Add an ioctl IOMMU_IOAS_GET_PA to query PA from IOVA
` [PATCH V4 07/10] vfio: Enable cdev noiommu mode under iommufd
` [PATCH V4 10/10] Documentation: Update VFIO NOIOMMU mode

[PATCH] rust: io: use newtype for PhysAddr
 2026-05-05 18:28 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[RFC PATCH 00/11] iommu/riscv: Add hardware dirty tracking for second-stage domains
 2026-05-05 13:48 UTC  (3+ messages)
  `  "

[PATCH] iommu/arm-smmu-qcom: Add glymur MDSS to ACTLR client table
 2026-05-05 10:54 UTC  (2+ messages)

[PATCH] iommu/amd: Fix a stale comment about which legacy mode is user visible
 2026-05-05 10:00 UTC  (4+ messages)

[PATCH] dt-bindings: arm-smmu: Constrain clocks for newer Qualcomm variants
 2026-05-05  7:14 UTC 

[PATCH v3] dt-bindings: arm-smmu: Add compatible for Qualcomm Nord SoC
 2026-05-05  7:05 UTC  (2+ messages)

[PATCH v2] iommufd: Use sizeof(*hdr) instead of sizeof(hdr) in veventq read
 2026-05-05  3:45 UTC  (3+ messages)

[RFC PATCH 0/4] dma-mapping: Add preservation of direct allocations
 2026-05-05  0:29 UTC  (2+ messages)

[RFC PATCH 0/4] dma-mapping: Add preservation of direct allocations
 2026-05-05  0:27 UTC  (5+ messages)
` [RFC PATCH 1/4] dma: Add DMA allocation preservation KHO ABI
` [RFC PATCH 2/4] dma/pool: Add an API to check if DMA allocation is from pool
` [RFC PATCH 3/4] dma-direct: Add API to preserve/restore allocations
` [RFC PATCH 4/4] dma-mapping: Add API to preserve/restore DMA allocation

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-04 19:06 UTC  (9+ messages)
` [PATCH v2 02/16] iommu: Implement IOMMU Live update FLB callbacks
` [PATCH v2 03/16] iommu: Implement IOMMU domain preservation
` [PATCH v2 04/16] iommu: Implement device and IOMMU HW preservation

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-05-04 17:23 UTC  (16+ messages)
` [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v4 07/11] PCI: liveupdate: Inherit ACS flags in incoming preserved devices

[PATCH rc] iommu/arm-smmu-v3: Fix inconsistent ATS state tracking
 2026-05-04 16:40 UTC  (2+ messages)

[PATCH v6 00/10] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2026-05-04 11:15 UTC  (9+ messages)
` [PATCH v6 07/10] iommu/arm-smmu-v3: Implement pm_runtime & system sleep ops

[PATCH v2 0/8] Add Samsung Galaxy S4 support
 2026-05-04  7:41 UTC  (6+ messages)
` [PATCH v2 8/8] ARM: dts: qcom: Add Samsung Galaxy S4

[PATCH] iommu/amd: Fix precedence order in set_dte_passthrough()
 2026-05-04  4:57 UTC  (4+ messages)

[PATCH] iommu/amd: Fix precedence order in set_dte_passthrough()
 2026-05-04  4:36 UTC  (3+ messages)

[PATCH] iommu/arm-smmu-v3-sva: Enable Hardware Access and Hardware Dirty bits
 2026-05-03 13:54 UTC 

[PATCH v4 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-05-02  0:19 UTC  (7+ messages)
` [PATCH v4 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices

[PATCH v3] dma-contiguous: setup default numa cma area if not configured explicitly
 2026-05-01 18:51 UTC  (5+ messages)

[PATCH v2 0/6] Add DMA attributes tracking
 2026-05-01 17:00 UTC  (9+ messages)
` [PATCH v2 1/6] ntb: Store original DMA address for future release
` [PATCH v2 2/6] ntb: Use consistent DMA attributes when freeing DMA mappings
` [PATCH v2 3/6] dma-debug: Remove unused DMA attribute parameter
` [PATCH v2 4/6] dma-debug: Record DMA attributes in debug entry
` [PATCH v2 5/6] dma-debug: Feed DMA attribute for unmapping flows too
` [PATCH v2 6/6] dma-debug: Ensure mappings are created and released with matching attributes

[PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
 2026-05-01 16:57 UTC  (3+ messages)


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