Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2022-04-04 10:05:59 to 2022-04-07 08:01:44 UTC [more...]

[PATCH v6 00/34] MT8195 IOMMU SUPPORT
 2022-04-07  7:57 UTC  (28+ messages)
` [PATCH v6 01/34] dt-bindings: mediatek: mt8195: Add binding for MM IOMMU
` [PATCH v6 02/34] dt-bindings: mediatek: mt8195: Add binding for infra IOMMU
` [PATCH v6 03/34] iommu/mediatek: Fix 2 HW sharing pgtable issue
` [PATCH v6 04/34] iommu/mediatek: Add list_del in mtk_iommu_remove
` [PATCH v6 05/34] iommu/mediatek: Remove clk_disable "
` [PATCH v6 06/34] iommu/mediatek: Add mutex for m4u_group and m4u_dom in data
` [PATCH v6 07/34] iommu/mediatek: Add mutex for data in the mtk_iommu_domain
` [PATCH v6 08/34] iommu/mediatek: Adapt sharing and non-sharing pgtable case
` [PATCH v6 09/34] iommu/mediatek: Add 12G~16G support for multi domains
` [PATCH v6 10/34] iommu/mediatek: Add a flag DCM_DISABLE
` [PATCH v6 11/34] iommu/mediatek: Add a flag NON_STD_AXI
` [PATCH v6 12/34] iommu/mediatek: Remove the granule in the tlb flush
` [PATCH v6 13/34] iommu/mediatek: Always enable output PA over 32bits in isr
` [PATCH v6 14/34] iommu/mediatek: Add SUB_COMMON_3BITS flag
` [PATCH v6 15/34] iommu/mediatek: Add IOMMU_TYPE flag
` [PATCH v6 16/34] iommu/mediatek: Contain MM IOMMU flow with the MM TYPE
` [PATCH v6 17/34] iommu/mediatek: Adjust device link when it is sub-common
` [PATCH v6 18/34] iommu/mediatek: Allow IOMMU_DOMAIN_UNMANAGED for PCIe VFIO
` [PATCH v6 19/34] iommu/mediatek: Add a PM_CLK_AO flag for infra iommu
` [PATCH v6 20/34] iommu/mediatek: Add infra iommu support
` [PATCH v6 21/34] iommu/mediatek: Add PCIe support
` [PATCH v6 22/34] iommu/mediatek: Add mt8195 support
` [PATCH v6 23/34] iommu/mediatek: Only adjust code about register base
` [PATCH v6 24/34] iommu/mediatek: Just move code position in hw_init
` [PATCH v6 25/34] iommu/mediatek: Separate mtk_iommu_data for v1 and v2
` [PATCH v6 26/34] iommu/mediatek: Remove mtk_iommu.h
` [PATCH v6 27/34] iommu/mediatek-v1: Just rename mtk_iommu to mtk_iommu_v1

[PATCH v2 0/2] Fix issues with untrusted devices and AMD IOMMU
 2022-04-07  7:58 UTC  (7+ messages)
` [PATCH v2 1/2] iommu/amd: Enable swiotlb in all cases
` [PATCH v2 2/2] dma-iommu: Check that swiotlb is active before trying to use it

[PATCH RESEND v5 0/5] iommu: Allow IOVA rcache range be configured
 2022-04-07  7:52 UTC  (8+ messages)
` [PATCH RESEND v5 1/5] iommu: Refactor iommu_group_store_type()
` [PATCH RESEND v5 2/5] iova: Allow rcache range upper limit to be flexible
` [PATCH RESEND v5 3/5] iommu: Allow iommu_change_dev_def_domain() realloc same default domain type
` [PATCH RESEND v5 4/5] iommu: Allow max opt DMA len be set for a group via sysfs
` [PATCH RESEND v5 5/5] iova: Add iova_len argument to iova_domain_init_rcaches()

[PATCH 0/5] Make the iommu driver no-snoop block feature consistent
 2022-04-07  7:18 UTC  (31+ messages)
` [PATCH 1/5] iommu: Replace uses of IOMMU_CAP_CACHE_COHERENCY with dev_is_dma_coherent()
` [PATCH 2/5] vfio: Require that devices support DMA cache coherence
` [PATCH 3/5] iommu: Introduce the domain op enforce_cache_coherency()
` [PATCH 4/5] vfio: Move the Intel no-snoop control off of IOMMU_CACHE
` [PATCH 5/5] iommu: Delete IOMMU_CAP_CACHE_COHERENCY

remve dead iommu code
 2022-04-07  6:26 UTC  (5+ messages)
` [PATCH 1/4] iommu: remove the unused dev_has_feat method
` [PATCH 2/4] iommu: remove iommu_dev_feature_enabled
` [PATCH 3/4] iommu: remove the put_resv_regions method
` [PATCH 4/4] iommu/arm-smmu-v3: cleanup arm_smmu_dev_{enable, disable}_feature

[PATCH] iommu/omap: Fix regression in probe for NULL pointer dereference
 2022-04-07  5:39 UTC  (2+ messages)

[PATCH v6 0/7] Add support for HiSilicon PCIe Tune and Trace device
 2022-04-07  4:28 UTC  (9+ messages)
` [PATCH v6 1/7] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH v6 2/7] hwtracing: Add trace function support for HiSilicon PCIe Tune and Trace device
` [PATCH v6 3/7] hisi_ptt: Add support for dynamically updating the filter list
` [PATCH v6 4/7] hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Trace device
` [PATCH v6 5/7] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v6 6/7] docs: Add HiSilicon PTT device driver documentation
` [PATCH v6 7/7] MAINTAINERS: Add maintainer for HiSilicon PTT driver

cleanup swiotlb initialization v8
 2022-04-07  0:31 UTC  (10+ messages)
` [PATCH 07/15] x86: remove the IOMMU table infrastructure
` [PATCH 09/15] swiotlb: make the swiotlb_init interface more useful
` [PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
  ` [PATCH 12/15] swiotlb: provide swiotlb_init variants that remap the buffer

[PATCH RFC v2 00/11] iommu: SVA and IOPF refactoring
 2022-04-07  0:11 UTC  (30+ messages)
` [PATCH RFC v2 02/11] iommu: Add iommu_group_singleton_lockdown()
` [PATCH RFC v2 03/11] iommu/sva: Add iommu_domain type for SVA

[PATCH v3 12/35] x86/msi: Provide msi message shadow structs
 2022-04-06 22:11 UTC  (5+ messages)
  ` [PATCH] x86/msi: Fix msi message data shadow struct

[PATCH] RDMA/usnic: Refactor usnic_uiom_alloc_pd()
 2022-04-06 21:53 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 109f6d10ec17302c4666f7df3dfa0e31d8589d41
 2022-04-06 20:58 UTC 

[PATCH] drm/tegra: Stop using iommu_present()
 2022-04-06 18:06 UTC  (3+ messages)

[PATCH] drm/msm: Stop using iommu_present()
 2022-04-06 16:07 UTC  (2+ messages)

[PATCH v9 00/11] ACPI/IORT: Support for IORT RMR node
 2022-04-06 15:54 UTC  (17+ messages)
` [PATCH v9 01/11] ACPI/IORT: Add temporary RMR node flag definitions
` [PATCH v9 02/11] iommu: Introduce a union to struct iommu_resv_region
` [PATCH v9 03/11] ACPI/IORT: Make iort_iommu_msi_get_resv_regions() return void
` [PATCH v9 04/11] ACPI/IORT: Provide a generic helper to retrieve reserve regions
` [PATCH v9 05/11] iommu/dma: Introduce a helper to remove reserved regions
` [PATCH v9 06/11] ACPI/IORT: Add support to retrieve IORT RMR "
` [PATCH v9 07/11] ACPI/IORT: Add a helper to retrieve RMR info directly
` [PATCH v9 08/11] iommu/arm-smmu-v3: Introduce strtab init helper
` [PATCH v9 09/11] iommu/arm-smmu-v3: Refactor arm_smmu_init_bypass_stes() to force bypass
` [PATCH v9 10/11] iommu/arm-smmu-v3: Get associated RMR info and install bypass STE
` [PATCH v9 11/11] iommu/arm-smmu: Get associated RMR info and install bypass SMR

[PATCH v3 0/4] thunderbolt: Make iommu_dma_protection more accurate
 2022-04-06 10:32 UTC  (10+ messages)
` [PATCH v3 1/4] iommu: Introduce device_iommu_capable()
` [PATCH v3 2/4] iommu: Add capability for pre-boot DMA protection
` [PATCH v3 3/4] thunderbolt: Make iommu_dma_protection more accurate
` [PATCH v3 4/4] iommu/amd: Indicate whether DMA remap support is enabled

[PATCH] drm/arm/malidp: Stop using iommu_present()
 2022-04-06  9:27 UTC  (2+ messages)

[PATCH] vfio: Stop using iommu_present()
 2022-04-05 19:04 UTC  (2+ messages)

[PATCH v2] ALSA: emu10k1: Stop using iommu_present()
 2022-04-05 16:17 UTC  (2+ messages)

[PATCH] drm/rockchip: Refactor IOMMU initialisation
 2022-04-05 14:32 UTC 

[PATCH] drm/nouveau/tegra: Stop using iommu_present()
 2022-04-05 14:21 UTC 

[PATCH] drm/mediatek: Stop using iommu_present()
 2022-04-05 14:15 UTC 

[PATCH] habanalabs: Stop using iommu_present()
 2022-04-05 13:46 UTC 

[PATCH net-next] sfc: Stop using iommu_present()
 2022-04-05 13:40 UTC 

[PATCH v5 1/2] PCI: ACPI: Support Microsoft's "DmaProperty"
 2022-04-05 13:26 UTC  (4+ messages)
` [PATCH v5 2/2] PCI: Rename pci_dev->untrusted to pci_dev->untrusted_dma

[PATCH] ALSA: emu10k1: Stop using iommu_present()
 2022-04-05 12:37 UTC  (3+ messages)

[PATCH] crypto: qat - stop using iommu_present()
 2022-04-05 12:25 UTC 

[PATCH] RDMA/usnic: Stop using iommu_present()
 2022-04-05 12:19 UTC 

[PATCH 5.10 399/599] dma-debug: fix return value of __setup handlers
 2022-04-05  7:31 UTC 

[PATCH 5.15 608/913] dma-debug: fix return value of __setup handlers
 2022-04-05  7:27 UTC 

[PATCH 5.16 0673/1017] dma-debug: fix return value of __setup handlers
 2022-04-05  7:26 UTC 

[PATCH 5.17 0742/1126] dma-debug: fix return value of __setup handlers
 2022-04-05  7:24 UTC 

[PATCH] iommu/vt-d: remove unneeded validity check on dev
 2022-04-05  1:38 UTC  (3+ messages)

[PATCH 0/2] Fix issues with untrusted devices and AMD IOMMU
 2022-04-04 17:24 UTC  (6+ messages)
` [PATCH 1/2] swiotlb: Check that slabs have been allocated when requested
` [PATCH 2/2] iommu: Don't use swiotlb unless it's active

[PATCH v1 00/37] iommu/amd: Add multiple PCI segments support
 2022-04-04 10:14 UTC  (2+ messages)

[RESEND PATCH v1 00/37] iommu/amd: Add multiple PCI segments support
 2022-04-04 10:00 UTC  (19+ messages)
` [RESEND PATCH v1 20/37] iommu/amd: Convert to use per PCI segment rlookup_table
` [RESEND PATCH v1 21/37] iommu/amd: Update set_dte_entry and clear_dte_entry
` [RESEND PATCH v1 22/37] iommu/amd: Update iommu_ignore_device
` [RESEND PATCH v1 23/37] iommu/amd: Update dump_dte_entry
` [RESEND PATCH v1 24/37] iommu/amd: Update set_dte_irq_entry
` [RESEND PATCH v1 25/37] iommu/amd: Update (un)init_device_table_dma()
` [RESEND PATCH v1 26/37] iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()
` [RESEND PATCH v1 27/37] iommu/amd: Remove global amd_iommu_dev_table
` [RESEND PATCH v1 28/37] iommu/amd: Remove global amd_iommu_alias_table
` [RESEND PATCH v1 29/37] iommu/amd: Remove global amd_iommu_last_bdf
` [RESEND PATCH v1 30/37] iommu/amd: Flush upto last_bdf only
` [RESEND PATCH v1 31/37] iommu/amd: Introduce get_device_sbdf_id() helper function
` [RESEND PATCH v1 32/37] iommu/amd: Include PCI segment ID when initialize IOMMU
` [RESEND PATCH v1 33/37] iommu/amd: Specify PCI segment ID when getting pci device
` [RESEND PATCH v1 34/37] iommu/amd: Add PCI segment support for ivrs_ioapic, ivrs_hpet, ivrs_acpihid commands
` [RESEND PATCH v1 35/37] iommu/amd: Print PCI segment ID in error log messages
` [RESEND PATCH v1 36/37] iommu/amd: Update device_state structure to include PCI seg ID
` [RESEND PATCH v1 37/37] iommu/amd: Update amd_iommu_fault "


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