Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-06-16 13:14:57 to 2025-06-19 08:57:16 UTC [more...]

[PATCH v7 0/4] Initial BBML2 support for contpte_convert()
 2025-06-19  8:57 UTC  (9+ messages)
` [PATCH v7 1/4] arm64: cpufeature: Introduce MATCH_ALL_EARLY_CPUS capability type
` [PATCH v7 2/4] arm64: Add BBM Level 2 cpu feature
` [PATCH v7 3/4] iommu/arm: Add BBM Level 2 smmu feature
` [PATCH v7 4/4] arm64/mm: Elide tlbi in contpte_convert() under BBML2

[PATCH v2 0/6] PCI/VGA: Look at all PCI display devices in VGA arbiter
 2025-06-19  6:50 UTC  (21+ messages)
` [PATCH v2 1/6] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v2 2/6] vfio/pci: Use pci_is_display()
` [PATCH v2 3/6] vga_switcheroo: "
` [PATCH v2 4/6] iommu/vt-d: "
` [PATCH v2 5/6] ALSA: hda: "
` [PATCH v2 6/6] vgaarb: Look at all PCI display devices in VGA arbiter

[PATCH v2 0/5] Add support for Verisilicon IOMMU used by media codec blocks
 2025-06-19  6:47 UTC  (10+ messages)
` [PATCH v2 1/5] dt-bindings: vendor-prefixes: Add Verisilicon
` [PATCH v2 2/5] dt-bindings: iommu: verisilicon: Add binding for VSI IOMMU
` [PATCH v2 3/5] iommu: Add verisilicon IOMMU driver
` [PATCH v2 4/5] arm64: dts: rockchip: Add verisilicon IOMMU node on RK3588
` [PATCH v2 5/5] arm64: defconfig: enable Verisilicon IOMMU

[PATCH v2 00/14] iommufd: Prepare for IOMMUFD_OBJ_HW_QUEUE
 2025-06-19  5:49 UTC  (25+ messages)
` [PATCH v2 03/14] iommufd: Use enum iommu_viommu_type for type in struct iommufd_viommu
` [PATCH v2 04/14] iommufd: Use enum iommu_veventq_type for type in struct iommufd_veventq
` [PATCH v2 05/14] iommufd: Return EOPNOTSUPP for failures due to driver bugs
` [PATCH v2 06/14] iommu: Introduce get_viommu_size and viommu_init ops
` [PATCH v2 07/14] iommufd/viommu: Support "
` [PATCH v2 08/14] iommufd/selftest: Drop parent domain from mock_iommu_domain_nested
` [PATCH v2 10/14] iommu/arm-smmu-v3: Replace arm_vsmmu_alloc with arm_vsmmu_init
` [PATCH v2 11/14] iommu: Deprecate viommu_alloc op
` [PATCH v2 13/14] iommufd: Introduce iommufd_object_alloc_ucmd helper
  ` [PATCH v2 13/14] iommufd: Introduce iommufd_object_alloc_ucmd helpery
` [PATCH v2 14/14] iommufd: Apply the new iommufd_object_alloc_ucmd helper

[RFC PATCH] iommufd: Destroy vdevice on device unbind
 2025-06-19  5:37 UTC  (15+ messages)

[PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
 2025-06-19  5:35 UTC  (8+ messages)
` [PATCH 01/11] pmdomain: apple: Drop default ARCH_APPLE in Kconfig
` [PATCH 06/11] cpufreq: apple: drop "
` [PATCH 08/11] Input: apple_z2: Drop "
` (subset) [PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead

[PATCH v3 1/2] vfio: Fix unbalanced vfio_df_close call in no-iommu mode
 2025-06-18 23:46 UTC  (2+ messages)
` [PATCH v3 2/2] vfio: Prevent open_count decrement to negative

[PATCH v2 1/2] vfio: Prevent open_count decrement to negative
 2025-06-18 23:25 UTC  (14+ messages)
` [PATCH v2 2/2] vfio: Fix unbalanced vfio_df_close call in no-iommu mode

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2025-06-18 20:59 UTC  (14+ messages)
` [PATCH v3 12/62] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH v3 13/62] KVM: SVM: Drop redundant check in AVIC code on ID during "
` [PATCH v3 14/62] KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
` [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-06-18 15:02 UTC  (6+ messages)
` [PATCH v14 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v14 02/19] x86: Secure Launch Kconfig

Help: Samsung Exynos 7870 DECON SYSMMU panic
 2025-06-18 14:06 UTC  (2+ messages)

[PATCH 0/5] Add support for Verisilicon IOMMU used by media codec blocks
 2025-06-18 13:27 UTC  (23+ messages)
` [PATCH 1/5] dt-bindings: vendor-prefixes: Add Verisilicon
` [PATCH 2/5] dt-bindings: iommu: verisilicon: Add binding for VSI IOMMU
` [PATCH 3/5] iommu: Add verisilicon IOMMU driver
` [PATCH 4/5] arm64: dts: rockchip: Add verisilicon IOMMU node on RK3588
` [PATCH 5/5] media: verisilicon: Flush IOMMU before decoding a frame

[PATCH rc 0/4] Fix iommufd selftest FAIL and warnings with v6.16
 2025-06-18 11:38 UTC  (15+ messages)
` [PATCH rc 1/4] iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizes
` [PATCH rc 2/4] iommufd/selftest: Add missing close(mfd) in memfd_mmap()
` [PATCH rc 3/4] iommufd/selftest: Add asserts testing global mfd
` [PATCH rc 4/4] iommufd/selftest: Fix build warnings due to uninitialized mfd

amd-iommu / agpgart-amd64 problem: Resources present before probing
 2025-06-18  5:27 UTC  (2+ messages)

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2025-06-18  4:54 UTC  (8+ messages)
` [RFC PATCH 19/30] vfio/pci: Add TSM TDI bind/unbind IOCTLs for TEE-IO support

[PATCH 0/2] rust: add initial scatterlist abstraction
 2025-06-18  1:03 UTC  (10+ messages)
` [PATCH 1/2] rust: add initial scatterlist bindings

Virtio-IOMMU interrupt remapping design
 2025-06-17 23:03 UTC  (9+ messages)

[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
 2025-06-17 21:31 UTC  (2+ messages)
` (subset) "

[PATCH v10 0/2] Dynamic Allocation of the reserved_mem array
 2025-06-17 17:15 UTC  (3+ messages)
` [PATCH v10 1/2] of: reserved_mem: Restruture how the reserved memory regions are processed

[PATCH v3 00/15] Consolidate iommu page table implementations (AMD)
 2025-06-17 16:51 UTC  (18+ messages)
` [PATCH v3 01/15] genpt: Generic Page Table base API
` [PATCH v3 02/15] genpt: Add Documentation/ files
` [PATCH v3 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v3 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v3 05/15] iommupt: Add iova_to_phys op
` [PATCH v3 06/15] iommupt: Add unmap_pages op
` [PATCH v3 07/15] iommupt: Add map_pages op
` [PATCH v3 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v3 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v3 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v3 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v3 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v3 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v3 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v3 15/15] iommupt: Add a kunit test for the IOMMU implementation

[PATCH] iommu/vt-d: remove the CONFIG_X86 wrapping from iommu init hook
 2025-06-17 15:55 UTC  (2+ messages)

[PATCH] dma-mapping: Stub out dma_{alloc,free,map}_pages() API
 2025-06-17 15:55 UTC  (18+ messages)

[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-06-17 11:55 UTC  (30+ messages)
` [PATCH v6 06/25] iommufd/access: Allow access->ops to be NULL for internal use
` [PATCH v6 07/25] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v6 09/25] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v6 10/25] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v6 11/25] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v6 13/25] iommufd: Add mmap interface
` [PATCH v6 17/25] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v6 19/25] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v6 20/25] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v6 23/25] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v6 24/25] iommu/tegra241-cmdqv: Add user-space use support

[RFC PATCH 0/8] Add mt8196 SMMU support
 2025-06-17  6:28 UTC  (10+ messages)
` [RFC PATCH 1/8] dt-bindings: iommu: mediatek: Add mt8196 support
` [RFC PATCH 2/8] iommu/arm-smmu-v3: Add SMMU implementation
` [RFC PATCH 5/8] iommu/arm-smmu-v3: Add IRQ handle for smmu impl
` [RFC PATCH 7/8] iommu/arm-smmu-v3: Invoke rpm operation before accessing the hw

[RFC PATCH v3 0/8] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2025-06-16 20:31 UTC  (9+ messages)
` [RFC PATCH v3 1/8] iommu/arm-smmu-v3: Refactor arm_smmu_setup_irqs
` [RFC PATCH v3 2/8] iommu/arm-smmu-v3: Add a helper to drain cmd queues
` [RFC PATCH v3 3/8] iommu/tegra241-cmdqv: Add a helper to drain VCMDQs
` [RFC PATCH v3 4/8] iommu/arm-smmu-v3: Cache and restore MSI config
` [RFC PATCH v3 5/8] pm: runtime: Introduce pm_runtime_get_if_not_suspended()
` [RFC PATCH v3 6/8] iommu/arm-smmu-v3: Implement pm_runtime & system sleep ops
` [RFC PATCH v3 7/8] iommu/arm-smmu-v3: Enable pm_runtime and setup devlinks
` [RFC PATCH v3 8/8] iommu/arm-smmu-v3: Invoke pm_runtime before hw access

Virtio interrupt remapping
 2025-06-16 16:07 UTC  (5+ messages)


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