Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2026-05-22 10:12:47 to 2026-05-28 08:00:25 UTC [more...]

[PATCH v2 00/11] iommu/arm-smmu-v3: Add PRI support
 2026-05-28  7:59 UTC  (4+ messages)
` [PATCH v2 01/11] iommu/arm-smmu-v3: Add arm_smmu_attach_release()
` [PATCH v2 02/11] iommu/arm-smmu-v3: Factor out __queue_empty() and __queue_consumed()
` [PATCH v2 03/11] iommu/arm-smmu-v3: Add arm_smmu_drain_queue_for_iopf() helper

[PATCH 0/2] Update IOMMU related MAINTAINER entries
 2026-05-28  7:53 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: Add Vasant Hegde to reviewers of AMD IOMMU
` [PATCH 2/2] MAINTAINERS: Add my employer to my entries

[PATCH v3 0/5] Improve the invalidation path in AMD
 2026-05-28  7:42 UTC  (2+ messages)

[PATCH v6 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-05-28  7:35 UTC  (2+ messages)

[PATCH] iommu/vsi: Use list_for_each_entry()
 2026-05-28  7:30 UTC  (2+ messages)

[PATCH] iommu: vsi: avoid -Wformat-security warning
 2026-05-28  7:30 UTC  (2+ messages)

[PATCH] iommu/amd: Fix premature break in init_iommu_one()
 2026-05-28  7:29 UTC  (2+ messages)

[PATCH] x86/events/amd/iommu: Fix cpumask of IOMMU events
 2026-05-28  7:28 UTC  (2+ messages)

[PATCH v1 0/1] Don't split flush for amd_iommu_domain_flush_all()
 2026-05-28  7:25 UTC  (2+ messages)

[PATCH] [v2] iommu, debugobjects: avoid gcc-16.1 section mismatch warnings
 2026-05-28  7:08 UTC  (2+ messages)

[REGRESSION] GPU passes into VM improperly after c376a3456d8b or a98db518dde2
 2026-05-28  6:09 UTC  (9+ messages)

[PATCH] iommu: Documentation: rearrange, update kernel-parameters
 2026-05-28  5:46 UTC 

[PATCH v2 00/26] iommu/amd: Introduce AMD Hardware-accelerated Virtualized IOMMU (vIOMMU) Support
 2026-05-28  5:17 UTC  (27+ messages)
` [PATCH v2 01/26] iommu/amd: Make amd_iommu_completion_wait() non-static
` [PATCH v2 02/26] iommu/amd: Introduce vIOMMU-specific events and event
` [PATCH v2 03/26] iommu/amd: Detect and initialize AMD vIOMMU feature
` [PATCH v2 04/26] iommu/amd: Introduce IOMMUFD vIOMMU support for AMD
` [PATCH v2 05/26] iommu/amd: Allocate Guest IDs for IOMMUFD vIOMMU instances
` [PATCH v2 06/26] iommu/amd: Map vIOMMU VF and VF Control MMIO BARs
` [PATCH v2 07/26] iommu/amd: Add support for AMD vIOMMU VF MMIO region
` [PATCH v2 08/26] iommu/amd: Introduce Reset vMMIO Command
` [PATCH v2 09/26] iommu/amd: Introduce domain for IOMMU Private Address (IPA) region
` [PATCH v2 10/26] iommu/amd: Assign IOMMU Private Address domain to IOMMU
` [PATCH v2 11/26] iommu/amd: Allocate and map vIOMMU private regions
` [PATCH v2 12/26] iommu/amd: Add per-VM private IPA alloc/map helpers
` [PATCH v2 13/26] iommu/amd: Add helper functions to manage DevID / DomID mapping tables
` [PATCH v2 14/26] iommu/amd: Introduce IOMMUFD vDevice support for AMD
` [PATCH v2 15/26] iommu/amd: Introduce helper function for updating domain ID mapping table
` [PATCH v2 16/26] iommu/amd: Introduce helper function for updating device "
` [PATCH v2 17/26] iommu/amd: Pass KVM FD from userspace when initializing vIOMMU
` [PATCH v2 18/26] iommu/amd: Add translation DTE and VFctrl TransDevID helpers
` [PATCH v2 19/26] iommu/amd: Add per-segment translate device ID pool
` [PATCH v2 20/26] iommu/amd: Reserve translate-device-id for PCI requestor aliases
` [PATCH v2 21/26] iommu/amd: Map kvmfd to shared translate device ID for vIOMMU
` [PATCH v2 22/26] iommufd: Add hw_queue_init and split queue alloc paths
` [PATCH v2 23/26] iommu/amd: Add support for vIOMMU HW queues initialization
` [PATCH v2 24/26] iommufd: Introduce vIOMMU command via VIOMMU_COMMAND ioctl
` [PATCH v2 25/26] iommu/amd: Handle set/get command for AMD vIOMMU
` [PATCH v2 26/26] iommu/amd: Introduce logic to check and enable vIOMMU feature

[PATCH] iommu/vt-d: Clear Present bit before tearing down scalable-mode context entry
 2026-05-28  2:55 UTC 

[PATCH] iommu/vt-d: improve IOMMU fault information
 2026-05-28  2:29 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v7 00/11] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2026-05-28  1:35 UTC  (13+ messages)
` [PATCH v7 01/11] iommu/arm-smmu-v3: Refactor arm_smmu_setup_irqs
` [PATCH v7 02/11] iommu/arm-smmu-v3: Add a helper to drain cmd queues
` [PATCH v7 03/11] iommu/tegra241-cmdqv: Add a helper to drain VCMDQs
` [PATCH v7 04/11] iommu/tegra241-cmdqv: Restore PROD and CONS after resume
` [PATCH v7 05/11] iommu/arm-smmu-v3: Cache and restore MSI config
` [PATCH v7 06/11] iommu/arm-smmu-v3: Handle gerror during suspend
` [PATCH v7 07/11] iommu/arm-smmu-v3: Add CMDQ_PROD_STOP_FLAG to gate CMDQ submissions
` [PATCH v7 08/11] iommu/arm-smmu-v3: Implement pm_runtime & system sleep ops
` [PATCH v7 09/11] iommu/arm-smmu-v3: Enable pm_runtime and setup devlinks
` [PATCH v7 10/11] iommu/arm-smmu-v3: Invoke pm_runtime before hw access
` [PATCH v7 11/11] iommu/arm-smmu-v3: Add KUnit unit tests for Runtime PM

[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
 2026-05-27 22:49 UTC  (14+ messages)
` [PATCH v5 1/5] vfio: cache KVM VM file references instead of raw struct kvm pointers
` [PATCH v5 2/5] iommufd/device: Associate KVM file pointer with iommufd_device
` [PATCH v5 3/5] iommufd/viommu: Keep a reference to the KVM file
` [PATCH v5 4/5] iommufd/tsm: add vdevice TSM bind/unbind ioctl
` [PATCH v5 5/5] iommufd/vdevice: add TSM request ioctl

[PATCH v6 0/7] iommufd: Enable noiommu mode for cdev
 2026-05-27 22:34 UTC  (13+ messages)
` [PATCH v6 5/7] vfio: Enable cdev noiommu mode under iommufd
` [PATCH v6 7/7] Documentation: Update VFIO NOIOMMU mode

[PATCH v2] dma-buf: Fix silent overflow for phys vec to sgt
 2026-05-27 20:50 UTC 

[PATCH 6.12] iommu/vt-d: Draining PRQ in sva unbind path when FPD bit set
 2026-05-27 19:49 UTC  (2+ messages)

[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
 2026-05-27 18:15 UTC  (3+ messages)

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-27 17:11 UTC  (13+ messages)
` [PATCH v2 02/16] iommu: Implement IOMMU Live update FLB callbacks
` [PATCH v2 06/16] iommupt: Implement preserve/unpreserve/restore callbacks
` [PATCH v2 13/16] iommufd: Persist iommu hardware pagetables for live update

[PATCH 01/23] mfd: tps6586x: fix OF node refcount
 2026-05-27 15:36 UTC  (2+ messages)
` (subset) "

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-05-27 15:31 UTC  (3+ messages)
` [PATCH 15/23] mfd: tps6586: use platform_device_set_of_node()

[PATCH RFT RFC] usb: xhci: Kill hosts with HCE or HSE on command timeout
 2026-05-27  8:32 UTC 

[PATCH v3 00/11] kdump: reduce vmcore size and capture time
 2026-05-27  3:29 UTC  (12+ messages)
` [PATCH v3 01/11] of: reserved_mem: handle NULL name in of_reserved_mem_lookup()
` [PATCH v3 02/11] kexec/crash: provide crash_exclude_mem_range() stub when CONFIG_CRASH_DUMP=n
` [PATCH v3 03/11] of: reserved_mem: avoid post-init UAF when alloc_reserved_mem_array() fails
` [PATCH v3 04/11] of: reserved_mem: zero total_reserved_mem_cnt if no valid /reserved-memory entry
` [PATCH v3 05/11] of: reserved_mem: split alloc_reserved_mem_array() from fdt_scan_reserved_mem_late()
` [PATCH v3 06/11] of: reserved_mem: add dumpable flag to opt-in vmcore
` [PATCH v3 07/11] of: reserved_mem: save /memreserve/ entries into the reserved_mem array
` [PATCH v3 08/11] of: reserved_mem: add kdump helpers to exclude non-dumpable regions
` [PATCH v3 09/11] arm64: kdump: exclude non-dumpable reserved memory regions from vmcore
` [PATCH v3 10/11] riscv: "
` [PATCH v3 11/11] loongarch: "

[RFC PATCH v2 0/5] Add debugfs support for ARM SMMUv3
 2026-05-27  2:43 UTC  (11+ messages)
` [PATCH 1/5] iommu/arm-smmu-v3: Add basic debugfs framework
` [PATCH 2/5] iommu/arm-smmu-v3: Add register display to debugfs
` [PATCH 3/5] iommu/arm-smmu-v3: Add Stream Table Entry "
` [PATCH 5/5] iommu/arm-smmu-v3: Add Context Descriptor "
` [PATCH 0/5] Add debugfs support for ARM SMMUv3

[PATCH V0] iommu/hyperv: Create hyperv subdirectory under iommu
 2026-05-27  1:09 UTC  (3+ messages)

[PATCH v5 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-05-26 15:39 UTC  (7+ messages)
` [PATCH v5 02/20] [DO NOT MERGE] s390: Expose protected virtualization through cc_platform_has()
` [PATCH v5 10/20] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED

[PATCH] iommufd: take dma_resv lock before dma_buf_unpin() in release path
 2026-05-26 15:34 UTC  (3+ messages)

[PATCH] driver core: platform: Setup device MSI domain just before driver probe
 2026-05-26 15:22 UTC  (2+ messages)

[PATCH v2 0/6] iommu/arm-smmu: Add interconnect bandwidth voting support
 2026-05-26 14:42 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: iommu: arm,smmu: Document interconnects property
` [PATCH v2 2/6] iommu/arm-smmu: Add interconnect bandwidth voting support
` [PATCH v2 3/6] arm64: dts: qcom: kodiak: Add GEM_NOC interconnect for adreno SMMU
` [PATCH v2 4/6] arm64: dts: qcom: lemans: "
` [PATCH v2 5/6] arm64: dts: qcom: monaco: "
` [PATCH v2 6/6] arm64: dts: qcom: talos: "

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

[PATCH v2] iommu: Allow device driver to use its own PASID space for SVA
 2026-05-26 12:46 UTC  (10+ messages)

[PATCH v6 00/14] media: iris: Add support for glymur platform
 2026-05-26 11:22 UTC  (13+ messages)
` [PATCH v6 06/14] media: iris: Add context bank hooks for platform specific initialization
` [PATCH v6 10/14] media: iris: Add power sequence 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 v5 00/14] media: iris: Add support for glymur platform
 2026-05-26 11:21 UTC  (6+ messages)
` [PATCH v5 03/14] media: iris: Fix VM count passed to firmware

[PATCH v15 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-05-26  9:45 UTC  (3+ messages)

[PATCH v5 0/5] Devicetree support for Glymur GPU
 2026-05-26  9:35 UTC  (6+ messages)
` [PATCH v5 2/5] dt-bindings: display/msm: gpu: Document Adreno X2-185
` [PATCH v5 3/5] arm64: dts: qcom: glymur: Add GPU smmu node
` [PATCH v5 4/5] arm64: dts: qcom: Add GPU support for Glymur
` [PATCH v5 5/5] arm64: dts: qcom: glymur: Add GPU cooling

[PATCH v10 0/2] PCI/ACPI: Support Microsoft's "DmaProperty"
 2026-05-25 22:40 UTC  (3+ messages)
` [PATCH v10 1/2] "
` [PATCH v10 2/2] PCI: Rename pci_dev->untrusted to pci_dev->requires_dma_protection

[PATCH] dma: map_benchmark: turn dma_sg_map_param buf into a flexible array
 2026-05-25 22:06 UTC 

[PATCH v4 0/5] iommu: Standardize ATS robustness and state tracking
 2026-05-25 20:40 UTC  (11+ messages)
` [PATCH v4 1/5] PCI/ATS: Ensure pci_ats_supported() is PF-aware for VFs
` [PATCH v4 2/5] PCI/ATS: Validate STU for VFs in pci_prepare_ats()
` [PATCH v4 3/5] iommu/arm-smmu-v3: Fix ATS state tracking
` [PATCH v4 4/5] iommu/vt-d: Fail probe on ATS configuration failure
` [PATCH v4 5/5] iommu/amd: "

[PATCH v6 00/10] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2026-05-25 19:53 UTC  (4+ messages)
` [PATCH v6 10/10] iommu/arm-smmu-v3: Invoke pm_runtime before hw access

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

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

[PATCH v3 0/3] iommu/arm-smmu-v3: Fix ATS robustness and state tracking
 2026-05-25 18:38 UTC  (12+ messages)
` [PATCH v3 3/3] iommu/arm-smmu-v3: Fix ATS state tracking via ats_prepared gate

[PATCH v4] dt-bindings: iommu: riscv: Add bindings for Tenstorrent RISC-V IOMMU
 2026-05-25  7:06 UTC  (2+ messages)

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

[PATCH] dt-bindings: arm-smmu: qcom: Add compatible for Maili SoC
 2026-05-25  6:17 UTC 

[PATCH] dma-contiguous: simplify numa cma area handling
 2026-05-25  1:51 UTC 

[PATCH] dma/dma_map_benchmark: fix fd leak on error and exit
 2026-05-25  1:44 UTC  (3+ messages)

[PATCH v4 0/4] Add iommufd ioctls to support TSM operations
 2026-05-23 13:21 UTC  (7+ messages)
` [PATCH v4 1/4] iommufd/device: Associate a kvm pointer to iommufd_device

[PATCH 0/3] iommu: Add PCI vendor:device ID to IOMMU fault logs
 2026-05-22 15:45 UTC  (4+ messages)
` [PATCH 2/3] iommu/vt-d: Add PCI segment and vendor:device ID to DMAR "

[PATCH v1] iommu/riscv: Drop superflous zeros in pci_device_id array
 2026-05-22 14:59 UTC 

[GIT PULL] dma-mapping fixes for Linux 7.1
 2026-05-22 14:25 UTC  (2+ messages)

[PATCH 0/8] arm64: dts: qcom: Devicetree support for Kaanapali GPU
 2026-05-22 14:21 UTC  (6+ messages)
` [PATCH 6/8] arm64: dts: qcom: kaanapali: Add GPU cooling

[PATCH v5 1/2] dma-mapping: introduce DMA_ATTR_CC_SHARED for shared memory
 2026-05-22 13:22 UTC  (11+ messages)


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