Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-01-21 21:40:31 to 2025-01-29 17:49:30 UTC [more...]

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-01-29 17:49 UTC  (38+ messages)
` [PATCH RFCv2 01/13] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH RFCv2 02/13] genirq/msi: Rename iommu_dma_compose_msi_msg() to msi_msg_set_msi_addr()
` [PATCH RFCv2 03/13] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH RFCv2 05/13] iommu: Turn fault_data to iommufd private pointer
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic
` [PATCH RFCv2 07/13] iommufd: Implement sw_msi support natively
` [PATCH RFCv2 09/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls

[PATCH v3 0/3] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
 2025-01-29 15:58 UTC  (20+ messages)
` [PATCH v3 1/3] iommu/arm-smmu: Fix spurious interrupts with stall-on-fault
` [PATCH v3 2/3] iommu/arm-smmu-qcom: Make set_stall work when the device is on
` [PATCH v3 3/3] drm/msm: Temporarily disable stall-on-fault after a page fault

[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
 2025-01-29 14:08 UTC  (25+ messages)
` [RFC PATCH v2 27/58] KVM: arm64: smmu-v3: Setup command queue

[PATCH v3 0/3] iommu/s390: add support for IOMMU passthrough
 2025-01-29 10:29 UTC  (8+ messages)
` [PATCH v3 1/3] s390/pci: check for relaxed translation capability
` [PATCH v3 2/3] s390/pci: store DMA offset in bus_dma_region
` [PATCH v3 3/3] iommu/s390: implement iommu passthrough via identity domain

[PATCH 0/4] Fix broken SNP support with KVM module built-in
 2025-01-29  9:24 UTC  (15+ messages)
` [PATCH 1/4] iommu/amd: Check SNP support before enabling IOMMU
` [PATCH 2/4] crypto: ccp: Add external API interface for PSP module initialization
` [PATCH 3/4] KVM: SVM: Ensure PSP module initialized before built-in KVM module
` [PATCH 4/4] x86/sev: Fix broken SNP support with KVM module built-in

[PATCH] kernel/dma: dma_common_find_pages returns pages for requested address
 2025-01-29  8:13 UTC  (5+ messages)

[PATCH] iommu: Fix a spelling error
 2025-01-28 19:05 UTC 

[Regression] File corruptions on SSD in 1st M.2 socket of AsRock X600M-STX
 2025-01-28 14:24 UTC  (14+ messages)
      ` [Bug 219609] File corruptions on SSD in 1st M.2 socket of AsRock X600M-STX + Ryzen 8700G

[PATCH v11 0/3] Add dma coherent allocator abstraction
 2025-01-28 11:28 UTC  (32+ messages)
` [PATCH v11 1/3] rust: error: Add EOVERFLOW
` [PATCH v11 2/3] rust: add dma coherent allocator abstraction
` [PATCH v11 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API

[PATCH v8 2/2] rust: add dma coherent allocator abstraction
 2025-01-28 10:14 UTC  (16+ messages)

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-01-28  8:21 UTC  (16+ messages)
` [PATCH v6 01/14] iommufd/fault: Move two fault functions out of the header
` [PATCH v6 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v6 03/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v6 04/14] iommufd: Rename fault.c to eventq.c
` [PATCH v6 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v6 06/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v6 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v6 08/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v6 09/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
` [PATCH v6 10/14] iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage
` [PATCH v6 11/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ
` [PATCH v6 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v6 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v6 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations

[RFC v8 0/5] fix two bugs related to page_pool
 2025-01-28  6:12 UTC  (5+ messages)
` [RFC v8 3/5] page_pool: fix IOMMU crash when driver has already unbound
` [RFC v8 4/5] page_pool: support unlimited number of inflight pages
` [RFC v8 5/5] page_pool: skip dma sync operation for "

Make intel iommu disable swiotlb
 2025-01-27 16:53 UTC  (2+ messages)

[PATCH 00/34] address all -Wunused-const warnings
 2025-01-27 13:24 UTC  (2+ messages)

[PATCH] iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume path
 2025-01-27  9:44 UTC 

[PATCH AUTOSEL 6.1 3/8] iommu/arm-smmu-v3: Clean up more on probe failure
 2025-01-26 15:08 UTC 

[PATCH AUTOSEL 6.6 2/9] iommu/arm-smmu-qcom: add sdm670 adreno iommu compatible
 2025-01-26 15:08 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 4/9] iommu/arm-smmu-v3: Clean up more on probe failure

[PATCH AUTOSEL 6.12 04/14] iommu/arm-smmu-qcom: add sdm670 adreno iommu compatible
 2025-01-26 15:07 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 06/14] iommu/arm-smmu-v3: Clean up more on probe failure

[PATCH AUTOSEL 6.13 05/16] iommu/arm-smmu-qcom: add sdm670 adreno iommu compatible
 2025-01-26 15:07 UTC  (3+ messages)
` [PATCH AUTOSEL 6.13 07/16] iommu/arm-smmu-v3: Clean up more on probe failure
` [PATCH AUTOSEL 6.13 11/16] iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-01-24 21:45 UTC  (2+ messages)

[PATCH v2 0/6] iommu/s390: support additional table regions
 2025-01-24 20:18 UTC  (7+ messages)
` [PATCH v2 1/6] iommu/s390: add initial fields to track table size
` [PATCH v2 2/6] s390/pci: set appropriate IOTA region type
` [PATCH v2 3/6] iommu/s390: support cleanup of additional table regions
` [PATCH v2 4/6] iommu/s390: support iova_to_phys for "
` [PATCH v2 5/6] iommu/s390: support map/unmap "
` [PATCH v2 6/6] iommu/s390: allow larger region tables

[git pull] IOMMU Updates for Linux v6.14
 2025-01-24 15:47 UTC  (2+ messages)

[PATCH RFC] iommu: fix wrong DMA ops for iommu device
 2025-01-24 14:17 UTC  (13+ messages)

[PATCH] iommu/arm-smmu: Set rpm auto_suspend once during probe
 2025-01-23 19:56 UTC 

[PATCH v10 0/3] Add dma coherent allocator abstraction
 2025-01-23 14:19 UTC  (9+ messages)
` [PATCH v10 2/3] rust: add "
` [PATCH v10 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API

[PATCH v5 08/14] iommufd/viommu: Add iommufd_viommu_report_event helper
 2025-01-23 13:43 UTC  (20+ messages)

[PATCH v9 0/3] Add dma coherent allocator abstraction
 2025-01-23 13:37 UTC  (4+ messages)
` [PATCH v9 2/3] rust: add "

[PATCH 0/2] RISC-V IOMMU HPM support
 2025-01-23 12:16 UTC  (6+ messages)
` [PATCH 1/2] iommu/riscv: add RISC-V IOMMU PMU support

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2025-01-22 19:26 UTC  (9+ messages)

[PATCH v2 0/3] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
 2025-01-22 13:52 UTC  (3+ messages)
` [PATCH v2 1/3] iommu/arm-smmu: Fix spurious interrupts with stall-on-fault

[PATCH 0/3] make MSI IOVA base address and its length configurable
 2025-01-22  0:19 UTC  (4+ messages)


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