Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-11-26 03:59:11 to 2025-12-04 06:32:58 UTC [more...]

[RFC PATCH v2 00/32] Add live update state preservation
 2025-12-04  6:28 UTC  (37+ messages)
` [RFC PATCH v2 01/32] iommufd: Allow HWPTs to have a NULL IOAS
` [RFC PATCH v2 02/32] iommufd: split alloc and domain assign from iommufd_hwpt_paging_alloc
` [RFC PATCH v2 03/32] iommufd: Add basic skeleton based on liveupdate_file_handler
` [RFC PATCH v2 04/32] iommufd-lu: Implement basic prepare/cancel/finish/retrieve using folios
` [RFC PATCH v2 05/32] iommufd-lu: Implement ioctl to let userspace mark an HWPT to be preserved
` [RFC PATCH v2 06/32] iommufd-lu: Persist iommu hardware pagetables for live update
` [RFC PATCH v2 07/32] iommu: Add liveupdate FLB for IOMMU state preservation
` [RFC PATCH v2 08/32] iommu: Register IOMMU FLB with iommufd file handler
` [RFC PATCH v2 09/32] iommu: Implement IOMMU LU FLB preserve/unpreserve callbacks
` [RFC PATCH v2 10/32] iommu: Add iommu_domain ops to preserve, unpreserve and restore
` [RFC PATCH v2 11/32] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages
` [RFC PATCH v2 12/32] iommupt: Implement preserve/unpreserve/restore callbacks
` [RFC PATCH v2 13/32] iommu: Add APIs to preserve/unpreserve iommu domains
` [RFC PATCH v2 14/32] iommufd: Use the iommu_domain_preserve/unpreserve APIs
` [RFC PATCH v2 15/32] iommu: Add API to keep track of iommu domain attachments
` [RFC PATCH v2 16/32] iommu: Add API to preserve/unpreserve a device
` [RFC PATCH v2 17/32] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [RFC PATCH v2 18/32] iommufd: Add APIs to preserve/unpreserve a vfio cdev
` [RFC PATCH v2 19/32] vfio/pci: Preserve the iommufd state of the "
` [RFC PATCH v2 20/32] iommu: Add APIs to get preserved state of a device
` [RFC PATCH v2 21/32] iommu/vt-d: Clean the context entries of unpreserved devices
` [RFC PATCH v2 22/32] iommu: Implement IOMMU FLB retrieve and finish ops
` [RFC PATCH v2 23/32] iommu: Add an API get the preserved state of an IOMMU
` [RFC PATCH v2 24/32] iommu/vt-d: restore state of the preserved IOMMU
` [RFC PATCH v2 25/32] iommu: Add helper APIs to fetch preserved device state
` [RFC PATCH v2 26/32] iommu/vt-d: reclaim domain ids of the preserved devices
` [RFC PATCH v2 27/32] iommu: restore preserved domain and reattach
` [RFC PATCH v2 28/32] iommu/vt-d: reuse the preserved domain id for preserved devices
` [RFC PATCH v2 29/32] iommufd: Handle the iommufd can_finish properly
` [RFC PATCH v2 30/32] iommu: Transfer device ownership after liveupdate
` [RFC PATCH v2 31/32] iommu: Allow replacing restored domain
` [RFC PATCH v2 32/32] iommufd/selftest: Add test to verify iommufd preservation

[RFC 0/8] iommufd: Enable noiommu mode for cdev
 2025-12-03 22:36 UTC  (15+ messages)
` [RFC 1/8] iommu: Make iommu_device_register_bus available beyond selftest
` [RFC 2/8] iommu: Add a helper to check if any iommu device is registered
` [RFC 3/8] iommufd: Add a mock page table format for noiommu mode
` [RFC 4/8] iommu: Add a dummy driver "
` [RFC 5/8] vfio: IOMMUFD relax requirement "
` [RFC 6/8] vfio: Rename and remove compat from noiommu set function
` [RFC 7/8] iommu: Enable cdev noiommu mode under iommufd
` [RFC 8/8] iommufd: Add an ioctl IOMMU_IOAS_GET_PA to query PA from IOVA

Seeking help on AMD IOMMU unmap logic
 2025-12-03 19:37 UTC  (5+ messages)

amd iommu: rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 0-.... } 8 jiffies s: 113 root: 0x1/
 2025-12-03 17:16 UTC  (8+ messages)

[PATCH V3 0/3] Add device tree support for NVIDIA Tegra CMDQV
 2025-12-03 15:49 UTC  (10+ messages)
` [PATCH V3 1/3] iommu/arm-smmu-v3: Add device-tree support for CMDQV driver
` [PATCH V3 2/3] dt-bindings: iommu: Add NVIDIA Tegra CMDQV support
` [PATCH V3 3/3] arm64: dts: nvidia: Add nodes for CMDQV

[PATCH v2 0/4] PCI: Fix ACS enablement for Root Ports in OF platforms
 2025-12-03 12:04 UTC  (8+ messages)
  ` [PATCH v2 1/4] PCI: Enable ACS only after configuring IOMMU for "
  ` [PATCH v2 2/4] PCI: Cache ACS capabilities
  ` [PATCH v2 3/4] PCI: Disable ACS SV capability for the broken IDT switches
  ` [PATCH v2 4/4] PCI: Extend the pci_disable_acs_sv quirk for one more IDT switch

amd_iommu x2apic irq_remap broken on consumer AM5 X670/X870?
 2025-12-03 11:21 UTC 

[PATCH v3 0/2] iommu: Avoid setting C-bit for MMIO addresses
 2025-12-03  1:21 UTC  (3+ messages)
` [PATCH v3 2/2] vfio/type1: Set IOMMU_MMIO in dma->prot for MMIO-backed addresses

[PATCH kernel v3 0/4] PCI/TSM: Enabling core infrastructure on AMD SEV TIO
 2025-12-02 22:39 UTC  (11+ messages)
` [PATCH kernel v3 1/4] ccp: Make snp_reclaim_pages and __sev_do_cmd_locked public
` [PATCH kernel v3 2/4] psp-sev: Assign numbers to all status codes and add new
` [PATCH kernel v3 3/4] iommu/amd: Report SEV-TIO support
` [PATCH kernel v3 4/4] crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-12-02 17:50 UTC 

[PATCH] dma/pool: eliminate alloc_pages warning in atomic_pool_expand
 2025-12-02 15:49 UTC  (3+ messages)

[PATCH kernel v2 0/5] PCI/TSM: Enabling core infrastructure on
 2025-12-02 14:24 UTC  (12+ messages)
` [PATCH kernel v2 4/5] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [PATCH kernel v2 5/5] crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)

[PATCH V4] iommu/arm-smmu: add actlr settings for mdss on Qualcomm platforms
 2025-12-02 12:54 UTC 

[PATCH v4] of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()
 2025-12-02  6:54 UTC  (7+ messages)

[PATCH v2 0/2] amd/iommu: Preserve domain ids inside the kdump kernel
 2025-12-02  5:23 UTC  (7+ messages)
` [PATCH v2 1/2] "

[PATCH] iommu/amd: move wait_on_sem() out of spinlock
 2025-12-02  5:14 UTC  (2+ messages)

[PATCH v4 0/2] SMMU v3 CMDQ fix and improvement
 2025-12-01 21:49 UTC  (10+ messages)
` [PATCH v4 1/2] iommu/arm-smmu-v3: Fix CMDQ timeout warning
` [PATCH v4 2/2] iommu/arm-smmu-v3: Improve CMDQ lock fairness and efficiency

[PATCH V2 0/3] Add device tree support for NVIDIA Tegra CMDQV
 2025-12-01 15:55 UTC  (10+ messages)
` [PATCH V2 1/3] iommu/arm-smmu-v3: Add device-tree support for CMDQV driver
` [PATCH V2 3/3] arm64: dts: nvidia: Add nodes for CMDQV

[PATCH v3] io: add io_pgtable abstraction
 2025-12-01 13:55 UTC  (7+ messages)

[git pull] IOMMU Updates for Linux v6.19
 2025-12-01 13:15 UTC 

[PATCH v2 0/2] iommu/rockchip: Add support for multiple interface clocks
 2025-12-01  8:54 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: iommu: rockchip: "
` [PATCH v2 2/2] iommu/rockchip: Use devm_clk_bulk_get_all() to get multiple iface clock

[PATCH] iommu: ipmmu-vmsa: Add DMA controllers to devices_allowlist
 2025-12-01  5:14 UTC  (3+ messages)

[PATCH] iommu/io-pgtable-arm: Add misisng concatenated PGD cases
 2025-11-30 19:45 UTC 

[PATCH v5 00/27] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-11-28 17:12 UTC  (13+ messages)
` [PATCH v5 04/27] iommu/io-pgtable-arm: Factor kernel specific code out
` [PATCH v5 05/27] iommu/arm-smmu-v3: Split code with hyp
` [PATCH v5 07/27] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v5 14/27] iommu/arm-smmu-v3: Support probing KVM emulated devices
` [PATCH v5 17/27] iommu/arm-smmu-v3-kvm: Probe SMMU HW
` [PATCH v5 27/27] iommu/arm-smmu-v3-kvm: Enable nesting

[PATCH 0/2] Fix VT-d when the IOVA limit is small
 2025-11-28  7:48 UTC  (7+ messages)
` [PATCH 1/2] iommupt/vtd: Allow VT-d to have a larger table top than the vasz requires
` [PATCH 2/2] iommupt/vtd: Support mgaw's less than a 4 level walk for first stage

[PATCH] iommu/rockchip: disable fetch dte time limit
 2025-11-28  7:26 UTC  (3+ messages)

[linux-next:master] [syscore] a97fbc3ee3: will-it-scale.per_process_ops 3.2% regression
 2025-11-28  6:35 UTC 

[GIT PULL] more dma-mapping fixes for Linux 6.18
 2025-11-28  1:38 UTC  (2+ messages)

[PATCH next] iommu/vt-d: Use shallowest supported table depth in sagaw
 2025-11-28  0:04 UTC  (4+ messages)

[PATCH] iommupt: Avoid a compiler bug with sw_bit
 2025-11-27 13:16 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: add actlr settings for mdss and fastrpc
 2025-11-27 11:14 UTC  (5+ messages)

[PATCH 0/2] iommu/rockchip: Add support for multiple interface clocks
 2025-11-27  8:02 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: iommu: rockchip: "
` [PATCH 2/2] iommu/rockchip: Use devm_clk_bulk_get_all() to get multiple iface clock

[PATCH v7 5/5] PCI: Suspend iommu function prior to resetting a device
 2025-11-26 21:51 UTC  (3+ messages)

[PATCH] dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappings
 2025-11-26 21:51 UTC  (5+ messages)

[PATCH v6 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2025-11-26 18:36 UTC  (5+ messages)
` [PATCH v6 3/7] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH v6 4/7] iommu/arm-smmu-v3: Pre-allocate a per-master invalidation array

[PATCH v2 0/9] Initial DMABUF support for iommufd
 2025-11-26 18:27 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3-iommufd: Separate vDEVICE allocation list
 2025-11-26 18:22 UTC  (3+ messages)

[PATCH 0/6] of: iommu-map parsing for multi-cell IOMMU
 2025-11-26 17:30 UTC  (6+ messages)

[PATCH v9 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-26 16:54 UTC  (6+ messages)
` [PATCH v9 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine

[PATCH v7 0/5] Disable ATS via iommu during PCI resets
 2025-11-26 16:21 UTC  (6+ messages)
` [PATCH v7 1/5] iommu: Lock group->mutex in iommu_deferred_attach()

[PATCH V3] iommu/arm-smmu: add actlr settings for mdss on Qualcomm platforms
 2025-11-26 11:36 UTC  (3+ messages)

[RFC PATCH] iommu/amd: Add control register in `struct iommu_hw_info_amd`
 2025-11-26  5:07 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