Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-11-13 01:24:04 to 2024-11-19 15:03:10 UTC [more...]

[RFC PATCH 00/15] iommu/riscv: Add irqbypass support
 2024-11-19 15:03 UTC  (22+ messages)
` [RFC PATCH 01/15] irqchip/riscv-imsic: Use hierarchy to reach irq_set_affinity
` [RFC PATCH 02/15] genirq/msi: Provide DOMAIN_BUS_MSI_REMAP
` [RFC PATCH 03/15] irqchip/riscv-imsic: Add support for DOMAIN_BUS_MSI_REMAP
` [RFC PATCH 04/15] iommu/riscv: report iommu capabilities
` [RFC PATCH 05/15] iommu/riscv: use data structure instead of individual values
` [RFC PATCH 06/15] iommu/riscv: support GSCID and GVMA invalidation command
` [RFC PATCH 07/15] iommu/riscv: Move definitions to iommu.h
` [RFC PATCH 08/15] iommu/riscv: Add IRQ domain for interrupt remapping
` [RFC PATCH 09/15] RISC-V: KVM: Enable KVM_VFIO interfaces on RISC-V arch
` [RFC PATCH 10/15] RISC-V: KVM: Add irqbypass skeleton
` [RFC PATCH 11/15] RISC-V: Define irqbypass vcpu_info
` [RFC PATCH 12/15] iommu/riscv: Add guest file irqbypass support
` [RFC PATCH 13/15] RISC-V: KVM: "
` [RFC PATCH 14/15] vfio: enable IOMMU_TYPE1 for RISC-V
` [RFC PATCH 15/15] RISC-V: defconfig: Add VFIO modules

[PATCH v3 00/17] Provide a new two step DMA mapping API
 2024-11-19 13:57 UTC  (13+ messages)
` [PATCH v3 03/17] iommu: generalize the batched sync after map interface
` [PATCH v3 07/17] dma-mapping: Implement link/unlink ranges API

[PATCH v2 0/5] iommu: sun50i: Add Allwinner H616 support
 2024-11-19 13:45 UTC  (3+ messages)
` [PATCH v2 2/5] iommu: sun50i: allocate page tables from below 4 GiB

[PATCH v5 0/3] iommu/arm-smmu-v3: Parse out event records
 2024-11-19  9:27 UTC  (12+ messages)
` [PATCH v5 1/3] iommu/arm-smmu-v3: Introduce struct arm_smmu_event
` [PATCH v5 3/3] iommu/arm-smmu-v3: Avoid redundant master lookup in events

[PATCH] iommu/tegra241-cmdqv: do not call smp_processor_id in preemptible context
 2024-11-19  7:15 UTC  (2+ messages)

[PATCH net-next v3 0/3] fix two bugs related to page_pool
 2024-11-18 15:11 UTC  (16+ messages)
` [PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound

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

[PATCH v4 0/3] Add support for APPS SMMU on QCS615
 2024-11-18 13:22 UTC  (4+ messages)
` [PATCH v4 3/3] arm64: dts: qcom: qcs615: add the APPS SMMU node

[PATCH v6 00/10] Add MSM8917/PM8937/Redmi 5A
 2024-11-18 10:21 UTC  (15+ messages)
` [PATCH v6 01/10] arm64: dts: qcom: Add PM8937 PMIC
` [PATCH v6 02/10] dt-bindings: pinctrl: qcom: Add MSM8917 pinctrl
` [PATCH v6 03/10] pinctrl: qcom: Add MSM8917 tlmm pinctrl driver
` [PATCH v6 04/10] dt-bindings: thermal: tsens: Add MSM8937
` [PATCH v6 05/10] thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsens
` [PATCH v6 06/10] dt-bindings: iommu: qcom,iommu: Add MSM8917 IOMMU to SMMUv1 compatibles
` [PATCH v6 07/10] dt-bindings: nvmem: Add compatible for MS8917
` [PATCH v6 08/10] arm64: dts: qcom: Add initial support for MSM8917
` [PATCH v6 09/10] dt-bindings: arm: qcom: Add Xiaomi Redmi 5A
` [PATCH v6 10/10] arm64: dts: "

[PATCH v7 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-11-18  6:10 UTC  (10+ messages)
` [PATCH v7 13/13] Documentation: userspace-api: iommufd: Update vIOMMU

[PATCH v12 0/9] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-11-18  5:49 UTC  (10+ messages)
` [PATCH v12 1/9] iommu/amd: Misc ACPI IVRS debug info clean up
` [PATCH v12 2/9] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v12 3/9] iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags
` [PATCH v12 4/9] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v12 5/9] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v12 6/9] iommu/amd: Introduce helper function get_dte256()
` [PATCH v12 7/9] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v12 8/9] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
` [PATCH v12 9/9] iommu/amd: Remove amd_iommu_apply_erratum_63()

[PATCH V7 0/9] iommu_ioas_map_file
 2024-11-18  1:24 UTC  (11+ messages)
` [PATCH V7 6/9] iommufd: pfn reader for file mappings

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-11-17 12:09 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/4] Add new headers for Hyper-V Dom0
 2024-11-15 21:54 UTC  (11+ messages)
` [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv
` [PATCH v2 4/4] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h

[PATCH] drivers/io-pgtable-arm: Fix stage concatenation with 16K
 2024-11-15 19:18 UTC  (3+ messages)

[PATCH v1] iommu: Avoid use of NULL after WARN_ON_ONCE
 2024-11-15 18:46 UTC 

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-11-15 17:55 UTC  (9+ messages)

[PATCH v2 0/2] iommu/arm-smmu-qcom: Add SDM670 SMMU v2
 2024-11-15 17:35 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: iommu: arm,smmu: add sdm670 adreno iommu compatible
` [PATCH v2 2/2] iommu/arm-smmu-qcom: "

[PATCH] iommu/arm-smmu-v3: Improve uAPI comment for IOMMU_HW_INFO_TYPE_ARM_SMMUV3
 2024-11-15 16:32 UTC  (3+ messages)

[PATCH v5 0/7] Support attaching PASID to the blocked_domain
 2024-11-15 14:58 UTC  (9+ messages)
` [PATCH v5 1/7] iommu: Prevent pasid attach if no ops->remove_dev_pasid
` [PATCH v5 2/7] iommu: Consolidate the ops->remove_dev_pasid usage into a helper
` [PATCH v5 3/7] iommu: Detaching pasid by attaching to the blocked_domain
` [PATCH v5 4/7] iommu/arm-smmu-v3: Make the blocked domain support PASID
` [PATCH v5 5/7] iommu/vt-d: "
` [PATCH v5 6/7] iommu/amd: "
` [PATCH v5 7/7] iommu: Remove the remove_dev_pasid op

[PATCH 0/2] Rename ops->domain_alloc_user() to domain_alloc_paging_flags()
 2024-11-15 14:48 UTC  (7+ messages)
` [PATCH 1/2] iommu: Add ops->domain_alloc_nested()
` [PATCH 2/2] iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags()

[PATCH v5 0/5] vfio-pci support pasid attach/detach
 2024-11-15 12:10 UTC  (8+ messages)
` [PATCH v5 4/5] vfio: Add vfio_copy_user_data()

[PATCH v5 00/12] iommufd support pasid attach/replace
 2024-11-15  9:24 UTC  (6+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 6.13
 2024-11-15  8:26 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3: Import IOMMUFD module namespace
 2024-11-15  1:07 UTC  (2+ messages)

[PATCH v11 0/9] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-11-14 20:26 UTC  (12+ messages)
` [PATCH v11 1/9] iommu/amd: Misc ACPI IVRS debug info clean up
` [PATCH v11 2/9] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v11 3/9] iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags
` [PATCH v11 4/9] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v11 5/9] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v11 6/9] iommu/amd: Introduce helper function get_dte256()
` [PATCH v11 7/9] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v11 8/9] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
` [PATCH v11 9/9] iommu/amd: Remove amd_iommu_apply_erratum_63()

[PATCH v10 00/10] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-11-14 20:25 UTC  (24+ messages)
` [PATCH v10 01/10] iommu/amd: Misc ACPI IVRS debug info clean up
` [PATCH v10 02/10] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v10 03/10] compiler_types.h: Introduce 128-bit unqualified scalar type support
` [PATCH v10 04/10] iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags
` [PATCH v10 05/10] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v10 06/10] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v10 07/10] iommu/amd: Introduce helper function get_dte256()
` [PATCH v10 08/10] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v10 09/10] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
` [PATCH v10 10/10] iommu/amd: Remove amd_iommu_apply_erratum_63()

[PATCH V5 0/4] iommufd live update
 2024-11-14 18:01 UTC  (8+ messages)
` [PATCH V5 1/4] iommufd: Export do_update_pinned
` [PATCH V5 2/4] iommufd: Lock all IOAS objects
` [PATCH V5 3/4] iommufd: Add IOMMU_IOAS_CHANGE_PROCESS
` [PATCH V5 4/4] iommufd: IOMMU_IOAS_CHANGE_PROCESS selftest

[PATCH] dma-mapping: Save base/size instead of pointer to shared DMA pool
 2024-11-14  9:37 UTC  (4+ messages)

[PATH v5 0/3] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
 2024-11-14  1:29 UTC  (6+ messages)
` [PATH v5 2/3] iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}

[PATCH v17 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation
 2024-11-14  0:05 UTC  (2+ messages)

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-13 18:41 UTC  (11+ messages)

[PATCH v5 00/10] Add MSM8917/PM8937/Redmi 5A
 2024-11-13 15:07 UTC  (8+ messages)
` [PATCH v5 08/10] arm64: dts: qcom: Add initial support for MSM8917

[PATCH V4 0/4] iommufd live update
 2024-11-13 14:08 UTC  (8+ messages)
` [PATCH V4 1/4] iommufd: Export do_update_pinned
` [PATCH V4 2/4] iommufd: Lock all objects
` [PATCH V4 3/4] iommufd: Add IOMMU_IOAS_CHANGE_PROCESS


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