Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-12-06 00:23:49 to 2024-12-12 18:04:57 UTC [more...]

[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
 2024-12-12 18:03 UTC  (7+ messages)
` [RFC PATCH v2 01/58] iommu/io-pgtable-arm: Split the page table driver
` [RFC PATCH v2 02/58] iommu/io-pgtable-arm: Split initialization
` [RFC PATCH v2 03/58] iommu/io-pgtable: Add configure() operation
` [RFC PATCH v2 04/58] iommu/arm-smmu-v3: Move some definitions to arm64 include/
` [RFC PATCH v2 05/58] iommu/arm-smmu-v3: Extract driver-specific bits from probe function
` [RFC PATCH v2 06/58] iommu/arm-smmu-v3: Move some functions to arm-smmu-v3-common.c

[GIT PULL] iommu/arm-smmu: Fix for 6.13-rc
 2024-12-12 16:26 UTC  (2+ messages)

[PATCH v18 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-12-12 15:14 UTC  (6+ messages)
` [PATCH v18 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation
` [PATCH v18 2/5] iommu/arm-smmu: refactor qcom_smmu structure to include single pointer
` [PATCH v18 3/5] iommu/arm-smmu: add support for PRR bit setup
` [PATCH v18 4/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH v18 5/5] iommu/arm-smmu: add ACTLR data and support for qcom_smmu_500

[PATCH] iommu/vt-d: Fix kernel NULL pointer dereference in cache_tag_flush_range_np()
 2024-12-12 11:50 UTC  (7+ messages)

[PATCH v4 00/18] Provide a new two step DMA mapping API
 2024-12-12  8:54 UTC  (17+ messages)
` [PATCH v4 04/18] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v4 05/18] dma-mapping: Add check if IOVA can be used
` [PATCH v4 06/18] dma: Provide an interface to allow allocate IOVA
` [PATCH v4 08/18] dma-mapping: Implement link/unlink ranges API
` [PATCH v4 11/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v4 12/18] mm/hmm: provide generic DMA managing logic

[PATCH v2] iommu/vt-d: Fix qi_batch NULL pointer with nested parent domain
 2024-12-12  7:27 UTC  (5+ messages)

ath11k swiotlb buffer is full (on IMX8M with 4GiB DRAM)
 2024-12-12  7:18 UTC  (11+ messages)

missing clear bdr in check_ram_in_range_map()?
 2024-12-12  7:14 UTC  (2+ messages)

[PATCH v5 00/12] iommufd support pasid attach/replace
 2024-12-12  7:13 UTC  (12+ messages)
` [PATCH v5 08/12] iommufd: Enforce pasid compatible domain for PASID-capable device

[PATCH 1/1] iommu/vt-d: Avoid draining PRQ in sva mm release path
 2024-12-12  6:57 UTC  (3+ messages)

Using KASAN to catch streaming DMA API violations
 2024-12-12  5:40 UTC  (5+ messages)

[PATCH] iommufd: Deal with IOMMU_HWPT_FAULT_ID_VALID in iommufd core
 2024-12-12  2:22 UTC  (11+ messages)

[bug report] iommu/vt-d: Drain PRQs when domain removed from RID
 2024-12-12  0:42 UTC  (2+ messages)

[PATCH] dma-mapping: Save base/size instead of pointer to shared DMA pool
 2024-12-11 22:33 UTC  (2+ messages)

[PATCH 0/6] iommu/s390: add support for IOMMU passthrough
 2024-12-11 18:42 UTC  (14+ messages)
` [PATCH 1/6] s390/pci: check for relaxed translation capability
` [PATCH 2/6] s390: enable ARCH_HAS_PHYS_TO_DMA
` [PATCH 3/6] iommu/s390: implement iommu passthrough via identity domain
` [PATCH 4/6] iommu: add routine to check strict setting
` [PATCH 5/6] iommu: document missing def_domain_type return
` [PATCH 6/6] iommu/s390: implement def_domain_type

[PATCH] iommufd/selftest: Remove domain_alloc_paging()
 2024-12-11 18:14 UTC  (4+ messages)

[PATCH v8 0/8] Add MSM8917/PM8937/Redmi 5A
 2024-12-11 17:59 UTC  (9+ messages)
` [PATCH v8 1/8] arm64: dts: qcom: Add PM8937 PMIC
` [PATCH v8 2/8] dt-bindings: pinctrl: qcom: Add MSM8917 pinctrl
` [PATCH v8 3/8] pinctrl: qcom: Add MSM8917 tlmm pinctrl driver
` [PATCH v8 4/8] dt-bindings: iommu: qcom,iommu: Add MSM8917 IOMMU to SMMUv1 compatibles
` [PATCH v8 5/8] dt-bindings: nvmem: Add compatible for MS8917
` [PATCH v8 6/8] arm64: dts: qcom: Add initial support for MSM8917
` [PATCH v8 7/8] dt-bindings: arm: qcom: Add Xiaomi Redmi 5A
` [PATCH v8 8/8] arm64: dts: "

[PATCH RESEND v17 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-12-11 15:22 UTC  (12+ messages)
` [PATCH RESEND v17 3/5] iommu/arm-smmu: add support for PRR bit setup

[PATCH 0/7] iommu/s390: support additional table regions
 2024-12-11 10:57 UTC  (10+ messages)
` [PATCH 1/7] iommu/s390: add initial fields to track table size
` [PATCH 2/7] s390/pci: set appropriate IOTA region type
` [PATCH 3/7] iommu/s390: add basic routines for region 1st and 2nd tables
` [PATCH 4/7] iommu/s390: support cleanup of additional table regions
` [PATCH 5/7] iommu/s390: support iova_to_phys for "
` [PATCH 6/7] iommu/s390: support map/unmap "
` [PATCH 7/7] iommu/s390: allow larger region tables

[PATCH] iommu/vt-d: Fix qi_batch NULL pointer with nested parent domain
 2024-12-11  9:29 UTC  (7+ messages)

[PATCH v6 0/7] Support attaching PASID to the blocked_domain
 2024-12-11  8:24 UTC  (3+ messages)
` [PATCH v6 1/7] iommu: Prevent pasid attach if no ops->remove_dev_pasid

[PATCH v2 00/13] iommufd: Add vIOMMU infrastructure (Part-3: vIRQ)
 2024-12-11  8:21 UTC  (21+ messages)
` [PATCH v2 01/13] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v2 02/13] iommufd/fault: Move iommufd_fault_iopf_handler() to header
` [PATCH v2 03/13] iommufd: Rename IOMMUFD_OBJ_FAULT to IOMMUFD_OBJ_EVENTQ_IOPF
` [PATCH v2 04/13] iommufd: Rename fault.c to eventq.c
` [PATCH v2 05/13] iommufd: Add IOMMUFD_OBJ_EVENTQ_VIRQ and IOMMUFD_CMD_VIRQ_ALLOC
` [PATCH v2 06/13] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v2 07/13] iommufd/viommu: Add iommufd_viommu_report_irq helper
` [PATCH v2 11/13] Documentation: userspace-api: iommufd: Update EVENTQ_IOPF and EVENTQ_VIRQ
` [PATCH v2 12/13] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v2 13/13] iommu/arm-smmu-v3: Report IRQs that belong to devices attached to vIOMMU

[PATCH] iommu/vt-d: Remove cache tags before disabling ATS
 2024-12-11  7:42 UTC  (4+ messages)

[PATCH v5 0/5] vfio-pci support pasid attach/detach
 2024-12-11  3:12 UTC  (4+ messages)
` [PATCH v5 5/5] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability

[PATCH 0/5] hyper-v: Don't assume cpu_possible_mask is dense
 2024-12-11  0:14 UTC  (6+ messages)
` [PATCH 4/5] scsi: storvsc: "

[PATCH v7 0/2] Add dma coherent allocator abstraction
 2024-12-10 22:14 UTC  (3+ messages)
` [PATCH v7 1/2] rust: error: Add EOVERFLOW
` [PATCH v7 2/2] rust: add dma coherent allocator abstraction

[PATCH v11 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-12-10 16:51 UTC  (5+ messages)
` [PATCH v11 1/4] iommu/io-pgtable-arm: Make pgtable walker more generic
` [PATCH v11 2/4] iommu/io-pgtable-arm: Re-use the pgtable walk for iova_to_phys
` [PATCH v11 3/4] iommu/io-pgtable-arm: Add way to debug pgtable walk
` [PATCH v11 4/4] drm/msm: Extend gpu devcore dumps with pgtbl info

[PATCH v10 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-12-10 14:30 UTC  (3+ messages)

[PATCH v2 0/2] Fix missing case for concatenation
 2024-12-10  9:40 UTC  (5+ messages)
` [PATCH v2 1/2] iommu/io-pgtable-arm: Fix stage-2 concatenation with 16K

[PATCH rc 0/2] iommu/amd: Fix locking for domain->dev_list
 2024-12-10  9:12 UTC  (2+ messages)

[RFC PATCH v2 00/10] RISC-V IOMMU HPM and nested IOMMU support
 2024-12-10  8:48 UTC  (4+ messages)
` [RFC PATCH v2 02/10] iommu/riscv: support HPM and interrupt handling
  ` [External] "

[PATCH v2 0/4] iommu/arm-smmu: Minor probe_device related improvements
 2024-12-10  0:17 UTC  (2+ messages)

[PATCH 1/2] iommu/arm-smmu-v3: Document SVA interaction with new pagetable features
 2024-12-10  0:17 UTC  (4+ messages)

[PATCH v6 0/2] iommu/arm-smmu-v3: Parse out event records
 2024-12-10  0:17 UTC  (2+ messages)

[PATCH v2] iommu/tegra241-cmdqv: do not use smp_processor_id in preemptible context
 2024-12-10  0:17 UTC  (4+ messages)

[PATCH] iommu/arm-smmuv3: Update comments about ATS and bypass
 2024-12-10  0:17 UTC  (2+ messages)

[PATCH 0/3] iommu/arm-smmuv3: Update domain_alloc_paging_flags()
 2024-12-10  0:17 UTC  (5+ messages)
` [PATCH 3/3] iommu/arm-smmu-v3: Remove domain_alloc_paging()

[PATCH 0/2] Add support for GPU SMMU on QCS615
 2024-12-09 19:28 UTC  (2+ messages)

[PATCH RESEND v2] dt-bindings: arm-smmu: Document SM8750 SMMU
 2024-12-09 19:28 UTC  (2+ messages)

[PATCH v2 0/2] iommu/arm-smmu-qcom: Add SDM670 SMMU v2
 2024-12-09 19:28 UTC  (2+ messages)

[PATCH v3 0/5] Introduce new headers for Hyper-V
 2024-12-09 19:19 UTC  (11+ messages)
` [PATCH v3 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH v3 3/5] hyperv: Add new Hyper-V headers in include/hyperv
` [PATCH v3 4/5] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
` [PATCH v3 5/5] hyperv: Remove the now unused hyperv-tlfs.h files

[PATCH] iommu/vt-d: Remove domain_alloc_paging()
 2024-12-09 18:31 UTC  (3+ messages)

[PATCH rc 1/2] iommu/amd: Put list_add/del(dev_data) back under the domain->lock
 2024-12-09  8:23 UTC  (2+ messages)

[PATCH rc 2/2] iommu/amd: Add lockdep asserts for domain->dev_list
 2024-12-09  8:18 UTC  (2+ messages)

[PATCH] drivers/iommu: Protect STE base address in multi-core and multi-process concurrent scenarios
 2024-12-08 13:39 UTC 

[RFC 0/1] swiotlb: Mitigate potential DoS caused by BUG_ON()
 2024-12-06 20:36 UTC  (4+ messages)
` [RFC 1/1] swiotlb: Replace BUG_ON() with graceful error handling

[PATCH 0/4] Fix omap-iommu bitrot
 2024-12-06 17:00 UTC  (3+ messages)
` [PATCH 1/4] remoteproc/omap: Handle ARM dma_iommu_mapping

[PATCH 0/7] iommu/amd: Cleanup some of the domain_alloc_paging path
 2024-12-06  0:23 UTC  (8+ messages)
` [PATCH 1/7] iommu/amd: Remove unused amd_iommu_domain_update()
` [PATCH 2/7] iommu/amd: Remove domain_alloc()
` [PATCH 3/7] iommu/amd: Remove dev == NULL checks
` [PATCH 4/7] iommu/amd: Remove type argument from do_iommu_domain_alloc() and related
` [PATCH 5/7] iommu/amd: Change amd_iommu_pgtable to use enum protection_domain_mode
` [PATCH 6/7] iommu/amd: Move the nid to pdom_setup_pgtable()
` [PATCH 7/7] iommu/amd: Fully decode all combinations of alloc_paging_flags


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