public inbox for iommu@lists.linux-foundation.org
 help / color / mirror / Atom feed
[PATCH 0/2] iommu/riscv: Support Svpbmt memory types in generic_pt
 2026-04-11  2:22 UTC  (3+ messages)
` [PATCH 1/2] iommu/riscv: Advertise Svpbmt support to generic page table
` [PATCH 2/2] iommupt: Encode IOMMU_MMIO/IOMMU_CACHE via RISC-V Svpbmt bits

[PATCH v4 00/10] iommu/arm-smmu-v3: Share domain across SMMU/vSMMU instances
 2026-04-11  0:06 UTC  (30+ messages)
` [PATCH v4 01/10] iommu/arm-smmu-v3: Add a wrapper for arm_smmu_make_sva_cd()
` [PATCH v4 02/10] iommu/arm-smmu-v3: Pass in arm_smmu_make_cd_fn to arm_smmu_set_pasid()
` [PATCH v4 03/10] iommu/arm-smmu-v3: Store IOTLB cache tags in struct arm_smmu_attach_state
` [PATCH v4 04/10] iommu/arm-smmu-v3: Pass in IOTLB cache tag to arm_smmu_master_build_invs()
` [PATCH v4 06/10] iommu/arm-smmu-v3: Introduce INV_TYPE_S2_VMID_VSMMU
` [PATCH v4 07/10] iommu/arm-smmu-v3: Allocate IOTLB cache tag if no id to reuse
` [PATCH v4 08/10] iommu/arm-smmu-v3: Allocate INV_TYPE_S2_VMID_VSMMU in arm_vsmmu_init
` [PATCH v4 09/10] iommu/arm-smmu-v3: Remove ASID/VMID from arm_smmu_domain
` [PATCH v4 10/10] iommu/arm-smmu-v3: Allow sharing domain across SMMUs

[PATCH 00/14] iommu: Add live update state preservation
 2026-04-10 23:16 UTC  (16+ messages)
` [PATCH 01/14] iommu: Implement IOMMU LU FLB callbacks
` [PATCH 04/14] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages
` [PATCH 05/14] iommupt: Implement preserve/unpreserve/restore callbacks

(no subject)
 2026-04-10 23:09 UTC  (12+ messages)
` [PATCH V3 03/10] iommufd: Allow binding to a noiommu device
` [PATCH V3 04/10] iommufd: Add an ioctl IOMMU_IOAS_GET_PA to query PA from IOVA
` [PATCH V3 05/10] vfio: Allow null group for noiommu without containers
` [PATCH V3 07/10] vfio: Enable cdev noiommu mode under iommufd

[FYI] iommu/iova: unbounded memory growth on 160-core ARM64 with 64K pages and DMA-FQ
 2026-04-10 22:39 UTC  (5+ messages)
    ` [PATCH] nvme-pci: fix swapped arguments in SGL DMA unmap path

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-10 20:56 UTC  (45+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
  ` [patch V1.1 "
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 08/38] x86/tsc: Use rdtsc() instead of get_cycles()
` [patch 09/38] iommu/vt-d: Use sched_clock() "
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
  ` [patch V1.1 "
` [patch 12/38] wifi: wil6210: Replace get_cyles() usage
` [patch 13/38] crypto: tcrypt: Replace get_cycles() with ktime_get()
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 16/38] fbdev: udlfb: Replace get_cycles() with ktime_get()
` [patch 17/38] ext4: Replace get_cycles() usage "
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 20/38] kasan: sw_tags: Replace get_cycles() by random_get_entropy()
` [patch 21/38] hamradio: baycom_epp: Remove BAYCOM_DEBUG
` [patch 22/38] random: Provide CONFIG_ARCH_HAS_RANDOM_ENTROPY
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 24/38] ARM: "
` [patch 25/38] arm64: "
` [patch 26/38] loongarch: "
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 29/38] nios2: "
` [patch 30/38] openrisc: "
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 34/38] riscv: "
` [patch 35/38] s390: "
` [patch 36/38] sparc: Select ARCH_HAS_RANDOM_ENTROPY for SPARC64
` [patch 37/38] x86: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 38/38] treewide: Remove asm/timex.h includes from generic code

[PATCH v3] Fixes a race in iopt_unmap_iova_range
 2026-04-10 18:33 UTC  (3+ messages)

[PATCH v4] Fixes a race in iopt_unmap_iova_range
 2026-04-10 18:32 UTC 

[RFC PATCH v3 0/5] dma-mapping: Fixes for memory encryption
 2026-04-10 18:05 UTC  (9+ messages)
` [RFC PATCH v3 1/5] swiotlb: Return state of memory from swiotlb_alloc()
` [RFC PATCH v3 2/5] dma-mapping: Move encryption in __dma_direct_free_pages()
` [RFC PATCH v3 3/5] dma-mapping: Decrypt memory on remap
` [RFC PATCH v3 4/5] dma-mapping: Encapsulate memory state during allocation
` [RFC PATCH v3 5/5] dma-mapping: Fix memory decryption issues

[PATCH] iommu/vt-d: Disable DMAR for Intel Q35 IGFX
 2026-04-10 16:16 UTC 

[PATCH 0/7] Support non-leaf and range invalidation features in RISC-V
 2026-04-10 15:57 UTC  (8+ messages)
` [PATCH 1/7] iommu: Split the kdoc comment for struct iommu_iotlb_gather
` [PATCH 2/7] iommupt: Add struct iommupt_pending_gather
` [PATCH 3/7] iommupt: Add PT_FEAT_DETAILED_GATHER
` [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 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH] iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs
 2026-04-10 12:55 UTC 

[PATCH v2] dma-buf: heaps: system: document system_cc_shared heap
 2026-04-10 12:20 UTC  (3+ messages)

[PATCH 0/3] arm-smmu-v3: Add PMCG child support and update PMU MMIO mapping
 2026-04-10 12:07 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: iommu: arm-smmu-v3: Allow PMU child nodes
` [PATCH 2/3] iommu/arm-smmu-v3: Populate PMU child devices from Devicetree
` [PATCH 3/3] perf/arm-smmuv3: Avoid double-requesting shared SMMU MMIO for PMCG

[PATCH v3 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-04-10 12:05 UTC  (8+ messages)
` [PATCH v3 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices

[PATCH 1/1] dma-direct: fix use of max_pfn
 2026-04-10 11:35 UTC 

[PATCH v2 0/7] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
 2026-04-10  7:39 UTC  (9+ messages)
` [PATCH v2 4/7] iommu/arm-smmu-v3: Mark ATC invalidate timeouts via lockless bitmap

[PATCH rc v1 0/4] iommu/arm-smmu-v3: Fix device crash on kdump kernel
 2026-04-10  6:22 UTC  (7+ messages)
` [PATCH rc v1 1/4] iommu/arm-smmu-v3: Add arm_smmu_adopt_strtab() for kdump
` [PATCH rc v1 2/4] iommu/arm-smmu-v3: Implement is_attach_deferred() "
` [PATCH rc v1 3/4] iommu/arm-smmu-v3: Retain SMMUEN during kdump device reset
` [PATCH rc v1 4/4] iommu/arm-smmu-v3: Detect ARM_SMMU_OPT_KDUMP in arm_smmu_device_hw_probe()

[PATCH v2] Fixes a race in iopt_unmap_iova_range
 2026-04-09 22:10 UTC  (8+ messages)

[GIT PULL] last dma-mapping fix for Linux 7.0
 2026-04-09 20:57 UTC  (2+ messages)

[RFC v1 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-04-09 19:01 UTC  (7+ messages)
` [RFC v1 1/5] PCI: hv: Create and export hv_build_logical_dev_id()

[PATCH 0/1] iommu/generic_pt: disable GCOV for iommu_amdv1.o
 2026-04-09 18:29 UTC  (7+ messages)
` [PATCH] "
` [PATCH v2 0/1] iommu/generic_pt: fix GCOV build failure for amdv1
  ` [PATCH v2] iommu/generic_pt: use __always_inline for amdv1pt_install_leaf_entry()

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-09 18:16 UTC  (2+ messages)

BUG: net-next (7.0-rc6 based and later) fails to boot on Jetson Xavier NX
 2026-04-09 16:16 UTC  (11+ messages)

[GIT PULL] IOMMU Fix for Linux v7.0
 2026-04-09 15:39 UTC  (2+ messages)

[PATCH v0 00/15] PCI passthru on Hyper-V (Part I)
 2026-04-09 14:41 UTC  (5+ messages)
` [PATCH v0 06/15] mshv: Implement mshv bridge device for VFIO

[PATCH v2] iommu: Ensure .iotlb_sync is called correctly
 2026-04-09 13:18 UTC  (2+ messages)

[PATCH] amd/iommu: do not split domain flushes when flushing the entire range
 2026-04-09 13:17 UTC  (3+ messages)

[PATCH] iommu: Ensure .iotlb_sync is called correctly
 2026-04-09 13:01 UTC  (5+ messages)

[PATCH] iommu/vt-d: Restore IOMMU_CAP_CACHE_COHERENCY
 2026-04-09 13:01 UTC  (5+ messages)

[PATCH] MAINTAINERS: Remove obsolete file entry in DMA BUFFER SHARING FRAMEWORK
 2026-04-09 11:49 UTC  (3+ messages)

[PATCH] iommu/arm-smmu-qcom: Fix fastrpc compatible string in ACTLR client match table
 2026-04-09  1:48 UTC  (2+ messages)

[PATCH] iommu: Always fill in gather when unmapping
 2026-04-08 13:34 UTC  (7+ messages)

[PATCH v13 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-04-08 10:03 UTC  (4+ messages)
` [PATCH v13 1/3] of: Add convenience wrappers for of_map_id()
` [PATCH v13 2/3] of: Factor arguments passed to of_map_id() into a struct
` [PATCH v13 3/3] of: Respect #{iommu,msi}-cells in maps

[PATCH v12 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-04-08  3:46 UTC  (3+ messages)
` [PATCH v12 3/3] of: Respect "

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-04-07 22:58 UTC  (3+ messages)

[PATCH rc v6] iommu: Fix nested pci_dev_reset_iommu_prepare/done()
 2026-04-07 19:46 UTC 

[PATCH rc v5] iommu: Fix nested pci_dev_reset_iommu_prepare/done()
 2026-04-07 17:21 UTC  (3+ messages)

[PATCH v2] dt-bindings: arm-smmu: qcom: Add compatible for Hawi SoC
 2026-04-07 17:03 UTC  (2+ messages)

[PATCH] iommu: Use dev_dbg for group handling code
 2026-04-07 15:31 UTC  (2+ messages)

[PATCH v4 0/3] Respect VASIZE for address limits
 2026-04-07 14:54 UTC  (4+ messages)
` [PATCH v4 1/3] iommu_pt: support small VA for AMDv1

[PATCH] iommu/amd: Fix a stale comment about which legacy mode is user visible
 2026-04-07 14:47 UTC  (3+ messages)

[RFC PATCH] iommu: Default to lazy DMA mode on ARM64
 2026-04-07 11:25 UTC  (2+ messages)

[PATCH] dma-buf: heaps: system: document system_cc_shared heap
 2026-04-07  9:25 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