Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2022-10-25 18:12:43 to 2022-11-03 13:06:59 UTC [more...]

[PATCH] iommu: Always define struct iommu_fwspec
 2022-11-03 12:59 UTC  (17+ messages)
      ` [PATCH v9 1/4] iommu: Add dummy dev_iommu_fwspec_get() helper
        ` [PATCH v9 2/4] mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC data
        ` [PATCH v9 3/4] mmc: sdhci-tegra: Add support to program MC stream ID
        ` [PATCH v9 4/4] mmc: sdhci-tegra: Issue CMD and DAT resets together
          ` [PATCH v10 1/4] iommu: Always define struct iommu_fwspec
            ` [PATCH v10 2/4] mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC data
            ` [PATCH v10 3/4] mmc: sdhci-tegra: Add support to program MC stream ID
            ` [PATCH v10 4/4] mmc: sdhci-tegra: Issue CMD and DAT resets together

[PATCH 0/4] iommu/exynos: Convert to module
 2022-11-03 13:03 UTC  (7+ messages)
` [PATCH 1/4] iommu: Export iommu_group_default_domain() API
` [PATCH 2/4] iommu/exynos: Fix retval on getting clocks in probe
` [PATCH 3/4] iommu/exynos: Modularize the driver
` [PATCH 4/4] iommu/exynos: Rearrange the platform driver code

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-03  7:23 UTC  (44+ messages)
` [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v3 02/15] iommu: Add device-centric DMA ownership interfaces
` [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v3 04/15] iommufd: Overview documentation
` [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v3 06/15] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v3 07/15] iommufd: PFN handling for iopt_pages
` [PATCH v3 08/15] iommufd: Algorithms for PFN storage
  ` [PATCH v3 8/15] "
` [PATCH v3 09/15] iommufd: Data structure to provide IOVA to PFN mapping
  ` [PATCH v3 9/15] "
` [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
` [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility
` [PATCH v3 15/15] iommufd: Add a selftest

[PATCH 0/7] iommu/vt-d: Some cleanups
 2022-11-03  5:53 UTC  (8+ messages)
` [PATCH 1/7] iommu/vt-d: Allocate pasid table in device probe path
` [PATCH 2/7] iommu/vt-d: Add blocking domain support
` [PATCH 3/7] iommu/vt-d: Use device_block_translation() in dev_attach error path
` [PATCH 4/7] iommu/vt-d: Fold dmar_remove_one_dev_info() into its caller
` [PATCH 5/7] iommu/vt-d: Rename domain_add_dev_info()
` [PATCH 6/7] iommu/vt-d: Remove unnecessary domain_context_mapped()
` [PATCH 7/7] iommu/vt-d: Use real field for indication of first level

[PATCH 00/10] Connect VFIO to IOMMUFD
 2022-11-03  4:52 UTC  (52+ messages)
` [PATCH 01/10] vfio: Move vfio_device driver open/close code to a function
` [PATCH 02/10] vfio: Move vfio_device_assign_container() into vfio_device_first_open()
` [PATCH 03/10] vfio: Rename vfio_device_assign/unassign_container()
` [PATCH 04/10] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c
` [PATCH 05/10] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [PATCH 06/10] vfio-iommufd: Allow iommufd to be used in place of a container fd
` [PATCH 07/10] vfio-iommufd: Support iommufd for physical VFIO devices
` [PATCH 08/10] vfio-iommufd: Support iommufd for emulated "
` [PATCH 09/10] vfio: Make vfio_container optionally compiled
` [PATCH 10/10] iommufd: Allow iommufd to supply /dev/vfio/vfio

[RFC PATCH v2 00/11] iommu/arm-smmu-qcom: Rework Qualcomm SMMU bindings and implementation
 2022-11-02 20:59 UTC  (16+ messages)
` [RFC PATCH v2 01/11] arm64: dts: qcom: msm8996: change order of SMMU clocks on this platform
` [RFC PATCH v2 02/11] dt-bindings: arm-smmu: Add missing Qualcomm SMMU compatibles
` [RFC PATCH v2 03/11] dt-bindings: arm-smmu: fix clocks/clock-names schema
` [RFC PATCH v2 04/11] dt-bindings: arm-smmu: add special case for Google Cheza platform
` [RFC PATCH v2 05/11] dt-bindings: arm-smmu: Add generic qcom,smmu-500 bindings
` [RFC PATCH v2 06/11] iommu/arm-smmu-qcom: Move implementation data into match data
` [RFC PATCH v2 07/11] iommu/arm-smmu-qcom: Move the qcom,adreno-smmu check into qcom_smmu_create
` [RFC PATCH v2 08/11] iommu/arm-smmu-qcom: provide separate implementation for SDM845-smmu-500
` [RFC PATCH v2 09/11] iommu/arm-smmu-qcom: Merge table from arm-smmu-qcom-debug into match data
` [RFC PATCH v2 10/11] iommu/arm-smmu-qcom: Stop using mmu500 reset for v2 MMUs
` [RFC PATCH v2 11/11] iommu/arm-smmu-qcom: Add generic qcom,smmu-500 match entry

[PATCH 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-02 17:28 UTC  (5+ messages)
` [PATCH 02/12] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [PATCH 03/12] x86/hyperv: Reorder code in prep for subsequent patch

[PATCH v6 0/3] iommu/mediatek: Add mt8365 iommu support
 2022-11-02 15:18 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: iommu: mediatek: add binding documentation for MT8365 SoC
` [PATCH v6 2/3] iommu/mediatek: add support for 6-bit encoded port IDs
` [PATCH v6 3/3] iommu/mediatek: add support for MT8365 SoC

[GIT PULL iommu] Please pull iommu errno changes
 2022-11-02 12:51 UTC 

[core-for-CI][PATCH] iommu: Remove iova cpu hotplugging flushing
 2022-11-02 12:20 UTC  (3+ messages)

[PATCH 0/5] iommu/s390: Further improvements
 2022-11-02 10:51 UTC  (7+ messages)
` [PATCH 1/5] iommu/s390: Make attach succeed even if the device is in error state
` [PATCH 2/5] iommu/s390: Add I/O TLB ops

[PATCH] iommu/rockchip: fix permission bits in page table entries v2
 2022-11-02  6:35 UTC 

[PATCH 0/2] fix the memory leak of iopf
 2022-11-02  1:36 UTC  (3+ messages)
` [PATCH 1/2] iommu: fix "

iommufd branch into linux-next
 2022-11-01 21:51 UTC  (2+ messages)

[PATCH kernel v2] swiotlb: Half the size if allocation failed
 2022-11-01 11:09 UTC  (3+ messages)

[PATCH v5 4/8] dt-bindings: arm-smmu: Add compatible for Qualcomm SM6115
 2022-10-31 21:45 UTC  (3+ messages)
` [PATCH v5 5/8] iommu/arm-smmu-qcom: Add SM6115 support

[PATCH v4 0/3] MDSS support for MSM8953
 2022-10-31 16:26 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: qcom-iommu: Add Qualcomm MSM8953 compatible

lockdep splat with intel iommu
 2022-10-31 12:11 UTC  (5+ messages)

[RESEND PATCH v14 00/13] iommu: SVA and IOPF refactoring
 2022-10-31  0:59 UTC  (14+ messages)
` [RESEND PATCH v14 01/13] iommu: Add max_pasids field in struct iommu_device
` [RESEND PATCH v14 02/13] iommu: Add max_pasids field in struct dev_iommu
` [RESEND PATCH v14 03/13] iommu: Remove SVM_FLAG_SUPERVISOR_MODE support
` [RESEND PATCH v14 04/13] PCI: Enable PASID only when ACS RR & UF enabled on upstream path
` [RESEND PATCH v14 05/13] iommu: Add attach/detach_dev_pasid iommu interfaces
` [RESEND PATCH v14 06/13] iommu: Add IOMMU SVA domain support
` [RESEND PATCH v14 07/13] iommu/vt-d: Add "
` [RESEND PATCH v14 08/13] arm-smmu-v3/sva: "
` [RESEND PATCH v14 09/13] iommu/sva: Refactoring iommu_sva_bind/unbind_device()
` [RESEND PATCH v14 10/13] iommu: Remove SVA related callbacks from iommu ops
` [RESEND PATCH v14 11/13] iommu: Prepare IOMMU domain for IOPF
` [RESEND PATCH v14 12/13] iommu: Per-domain I/O page fault handling
` [RESEND PATCH v14 13/13] iommu: Rename iommu-sva-lib.{c,h}

[PATCH kernel] x86/swiotlb/amd: Half the size if allocation failed
 2022-10-30  8:05 UTC  (5+ messages)

[PATCH] iommu/mediatek: check return value after calling platform_get_resource()
 2022-10-29 10:35 UTC 

[PATCH,RFC] iommu/vt-d: Convert dmar_fault IRQ to a threaded IRQ
 2022-10-29  8:12 UTC  (4+ messages)

[PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices
 2022-10-29  7:19 UTC  (2+ messages)

[PATCH 3/5] iommu/s390: Use RCU to allow concurrent domain_list iteration
 2022-10-28 11:28 UTC  (17+ messages)

[PATCH v3 0/2] Add smmu support for QDU1000/QRU1000 SoCs
 2022-10-27 15:26 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: arm-smmu: Add compatible bindings for QDU1000 and QRU1000
` [PATCH v3 2/2] drivers: arm-smmu-impl: Add QDU1000 and QRU1000 iommu implementation

[PATCH] drm/i915: stop abusing swiotlb_max_segment
 2022-10-27  9:07 UTC  (2+ messages)

[RFC PATCH 0/9] iommy/arm-smmu-qcom: Rework Qualcomm SMMU bindings and implementation
 2022-10-27  3:13 UTC  (13+ messages)
` [RFC PATCH 4/9] iommu/arm-smmu-qcom: Move implementation data into match data
` [RFC PATCH 5/9] iommu/arm-smmu-qcom: Move the qcom,adreno-smmu check into qcom_smmu_create
` [RFC PATCH 6/9] iommu/arm-smmu-qcom: provide separate implementation for SDM845-smmu-500
` [RFC PATCH 7/9] iommu/arm-smmu-qcom: Merge table from arm-smmu-qcom-debug into match data
` [RFC PATCH 8/9] iommu/arm-smmu-qcom: Stop using mmu500 reset for v2 MMUs
` [RFC PATCH 9/9] iommu/arm-smmu-qcom: Add generic qcom,smmu-500 match entry


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