Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2026-05-14 06:48:06 to 2026-05-18 14:10:07 UTC [more...]

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-18 14:10 UTC  (15+ messages)
` [PATCH v2 01/16] liveupdate: luo_file: Add internal APIs for file preservation
` [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] dma-debug: skip cacheline overlap tracking on cache-coherent architectures
 2026-05-18 13:29 UTC  (5+ messages)

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

[PATCH] dma-direct: Clear pages before coherent remap
 2026-05-18 12:40 UTC  (3+ messages)

[PATCH 0/2] iommu/arm-smmu: Add interconnect bandwidth voting support
 2026-05-18 12:33 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: iommu: arm,smmu: Document optional interconnects property
` [PATCH 2/2] iommu/arm-smmu: Add interconnect bandwidth voting support

[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-05-18 10:04 UTC  (28+ messages)
` [PATCH v4 03/13] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v4 04/13] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v4 07/13] dma-direct: make dma_direct_map_phys() "

[PATCH 0/3] Add mt8196 SMI support
 2026-05-18 10:02 UTC  (5+ messages)
` [PATCH 2/3] memory: mtk-smi: Add a flag skip_rpm

[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-18  9:38 UTC  (21+ messages)
` [PATCH v1 1/4] iommu: Move Hyper-V IOMMU driver to its own subdirectory
` [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v1 4/4] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH] iommu: Allow device driver to use its own PASID space for SVA
 2026-05-18  9:06 UTC  (3+ messages)

[PATCH v5] dma-contiguous: add kconfig option to setup numa cma area if not configured explicitly
 2026-05-18  7:14 UTC  (2+ messages)

[PATCH v3] dma-mapping: move dma_map_resource() sanity check into debug code
 2026-05-18  7:07 UTC  (3+ messages)

[PATCH rc v1 0/4] iommufd: Fix veventq_depth boundary
 2026-05-18  2:28 UTC  (5+ messages)
` [PATCH rc v1 1/4] iommufd: Move vevent memory allocation outside spinlock
` [PATCH rc v1 2/4] iommufd: Set veventq_depth upper bound
` [PATCH rc v1 3/4] iommufd: Fix data_len byte-count vs element-count mismatch
` [PATCH rc v1 4/4] iommufd/selftest: Add boundary tests for veventq_depth

[PATCH 0/8] arm64: dts: qcom: Devicetree support for Kaanapali GPU
 2026-05-17 18:26 UTC  (19+ messages)
` [PATCH 1/8] dt-bindings: arm-smmu: Update the description for Kaanapali GPU SMMU
` [PATCH 3/8] arm64: dts: qcom: kaanapali: add the GPU SMMU node
` [PATCH 4/8] arm64: dts: qcom: kaanapali: Add qfprom node
` [PATCH 5/8] arm64: dts: qcom: Add GPU support for Kaanapali
` [PATCH 6/8] arm64: dts: qcom: kaanapali: Add GPU cooling
` [PATCH 7/8] arm64: dts: qcom: kaanapali-mtp: Enable GPU
` [PATCH 8/8] arm64: dts: qcom: kaanapali-qrd: "

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

[PATCH v1 0/3] iommu/amd: Fix and improve SB IOAPIC IVRS validation
 2026-05-17 17:55 UTC  (3+ messages)

[PATCH v5 0/4] Respect VASIZE for address limits
 2026-05-17 17:49 UTC  (8+ messages)
` [PATCH v5 2/4] iommu_pt: support small VA for AMDv1
` [PATCH v5 3/4] iommu_pt: add kunit config for 32-bit VA (amdv1_cfg_1)

[PATCH v5 00/14] media: iris: Add support for glymur platform
 2026-05-17 17:29 UTC  (17+ messages)
` [PATCH v5 03/14] media: iris: Fix VM count passed to firmware
` [PATCH v5 04/14] dt-bindings: media: qcom,venus: Remove clock, power-domain, and iommus from common schema
` [PATCH v5 08/14] media: iris: Rename clock and power domain macros to use vcodec prefix

[PATCH] iommu/amd: Fix premature break in init_iommu_one()
 2026-05-17 12:29 UTC 

[PATCH] x86/events/amd/iommu: Fix cpumask of IOMMU events
 2026-05-17 11:40 UTC 

[PATCH] iommu/arm-smmu: pass smmu->dev to report_iommu_fault
 2026-05-17  0:50 UTC 

[PATCH 0/5] iova augmented rbtree O(log n) alloc_iova
 2026-05-16  3:20 UTC  (4+ messages)
` [PATCH 5/5] iova: add KUnit test suite

[git pull] IOMMU Fixes for Linux v7.1-rc3
 2026-05-16  0:06 UTC  (2+ messages)

[PATCH v16 00/38] x86: Secure Launch support for Intel TXT
 2026-05-15 23:51 UTC  (48+ messages)
` [PATCH v16 01/38] tpm: Initial step to reorganize TPM public headers
` [PATCH v16 02/38] tpm: Move TPM1 specific definitions to the command header
` [PATCH v16 03/38] tpm: Move TPM2 "
` [PATCH v16 04/38] tpm: Move TPM common base "
` [PATCH v16 05/38] tpm: Move platform specific definitions to the new PTP header
` [PATCH v16 06/38] tpm: Remove main TPM header from TPM event log header
` [PATCH v16 07/38] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v16 08/38] tpm-buf: Remove chip parameter from tpm_buf_append_handle()
` [PATCH v16 09/38] tpm-buf: Implement managed allocations
` [PATCH v16 10/38] tpm-buf: Add TPM buffer support header for standalone reuse
` [PATCH v16 11/38] tpm/tpm_tis: Close all localities
` [PATCH v16 12/38] tpm/tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v16 13/38] tpm/tpm_tis: Allow locality to be set to a different value
` [PATCH v16 14/38] tpm/sysfs: Show locality used by kernel
` [PATCH v16 15/38] Documentation/security: Secure Launch kernel documentation
` [PATCH v16 16/38] x86: Secure Launch Kconfig
` [PATCH v16 17/38] x86: Secure Launch Resource Table header file
` [PATCH v16 18/38] x86/efi: Secure Launch Resource Table EFI definitions "
` [PATCH v16 19/38] x86: Secure Launch main "
` [PATCH v16 20/38] x86/txt: Intel Trusted eXecution Technology (TXT) definitions
` [PATCH v16 21/38] lib/crypto: Add SHA1 support for pre-boot environments
` [PATCH v16 22/38] lib/crypto: Add SHA512 "
` [PATCH v16 23/38] x86: Allow WARN_trap() macro to be included in "
` [PATCH v16 24/38] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v16 25/38] x86/boot: Slight refactor of the 5 level paging logic
` [PATCH v16 26/38] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v16 27/38] x86: Add early SHA-256 "
` [PATCH v16 28/38] x86: Add early SHA-384/512 "
` [PATCH v16 29/38] x86/tpm: Early startup TPM PCR extending driver
` [PATCH v16 30/38] x86/slaunch: Add MLE header and Secure Launch entrypoint to the core kernel
` [PATCH v16 31/38] x86/slaunch: Secure Launch kernel early boot initialization
` [PATCH v16 32/38] x86/slaunch: Secure Launch kernel late "
` [PATCH v16 33/38] x86/slaunch: Secure Launch SMP bringup support
` [PATCH v16 34/38] kexec/slaunch: Secure Launch kexec SEXIT support
` [PATCH v16 35/38] reboot/slaunch: Secure Launch SEXIT support on reboot paths
` [PATCH v16 36/38] x86/slaunch: Secure Launch late initcall platform module
` [PATCH v16 37/38] x86/efistub: EFI stub DRTM support for Secure Launch
` [PATCH v16 38/38] x86/boot: Legacy boot "

[PATCH v4 0/6] Devicetree support for Glymur GPU
 2026-05-15 22:15 UTC  (6+ messages)
` [PATCH v4 2/6] dt-bindings: display/msm: gpu: Document Adreno X2-185
` [PATCH v4 3/6] dt-bindings: arm-smmu: Update the description for Glymur GPU SMMU

[PATCH] [v2] iommu, debugobjects: avoid gcc-16.1 section mismatch warnings
 2026-05-15 20:56 UTC  (3+ messages)

[PATCH V3 00/11] PCI passthru on Hyper-V (Part I)
 2026-05-15 18:23 UTC  (7+ messages)
` [PATCH V3 01/11] iommu/hyperv: Rename hyperv-iommu.c to hyperv-irq.c
` [PATCH V3 09/11] x86/hyperv: Implement Hyper-V virtual IOMMU

[PATCH] dt-bindings: arm-smmu: qcom: Add compatible for IPQ9650 SoC
 2026-05-15 15:28 UTC  (4+ messages)

[PATCH 0/3] iommu/io-pgtable-arm: iommu-pages and cleanup
 2026-05-15 13:54 UTC  (7+ messages)
` [PATCH 1/3] iommu/io-pgtable-arm: Use consistent sizes for page allocation and freeing
` [PATCH 2/3] iommu/io-pgtable-arm: Rework to use the iommu-pages API
` [PATCH 3/3] iommu/io-pgtable-arm: Use address conversion consistently

[PATCH v2 0/8] Add Samsung Galaxy S4 support
 2026-05-15  9:35 UTC  (8+ messages)
` [PATCH v2 8/8] ARM: dts: qcom: Add Samsung Galaxy S4

[PATCH] iommupt: Fixup build warning by using BIT_ULL() for RISCVPT_NC/IO
 2026-05-15  5:33 UTC  (2+ messages)

[PATCH] MAINTAINERS: update Tomasz Jeznach's email address
 2026-05-15  5:30 UTC  (2+ messages)

[PATCH rc 0/5] Fix some iommupt mistakes from Sashiko
 2026-05-15  5:29 UTC  (2+ messages)

[PATCH v2 0/8] Support non-leaf and range invalidation features in RISC-V
 2026-05-14 20:04 UTC  (3+ messages)
` [PATCH v2 7/8] iommu/riscv: Include the dword number in RISCV_IOMMU_CMD macros

[PATCH v5 0/9] iommufd: Enable noiommu mode for cdev
 2026-05-14  6:51 UTC  (5+ messages)
` [PATCH v5 4/9] iommufd: Allow binding to a noiommu device


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