iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-14 06:11:04 to 2022-02-18 00:58:25 UTC [more...]

[PATCH v6 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-18  0:55 UTC  (7+ messages)
` [PATCH v6 02/11] driver core: Add dma_cleanup callback in bus_type
` [PATCH v6 04/11] bus: platform, amba, fsl-mc, PCI: Add device DMA ownership management
` [PATCH v6 05/11] PCI: pci_stub: Set driver_managed_dma
` [PATCH v6 06/11] PCI: portdrv: "
` [PATCH v6 07/11] vfio: Set DMA ownership for VFIO devices
` [PATCH v6 09/11] vfio: Delete the unbound_list

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

[PATCH] dma-contiguous: Prioritize restricted DMA pool over shared DMA pool
 2022-02-16 20:39 UTC  (5+ messages)

[PATCH] iommu/vt-d: Enable ATS for the devices in SATC table
 2022-02-16 19:36 UTC 

[PATCH] drivers/iommu: use struct_size over open coded arithmetic
 2022-02-16  3:09 UTC 

[PATCH v1 0/8] Scrap iommu_attach/detach_group() interfaces
 2022-02-16 13:54 UTC  (29+ messages)
` [PATCH v1 1/8] iommu: Add iommu_group_replace_domain()
` [PATCH v1 3/8] iommu: Extend iommu_at[de]tach_device() for multi-device groups
` [PATCH v1 5/8] iommu/amd: Use iommu_attach/detach_device()

[PATCH] iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find
 2022-02-16 13:48 UTC  (2+ messages)

[PATCH v2 1/4] dt-bindings: arm-smmu: Document nvidia, memory-controller property
 2022-02-16 13:25 UTC  (2+ messages)
` [PATCH v2 1/4] dt-bindings: arm-smmu: Document nvidia,memory-controller property

[PATCH -next] iommu/vt-d: Remove unused function intel_svm_capable()
 2022-02-16 11:38 UTC 

[PATCH v3 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-02-16  9:35 UTC  (12+ messages)
` [PATCH v3 1/8] hwtracing: Add trace function "
` [PATCH v3 8/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity

[PATCH v2 1/1] iommu/vt-d: Fix list_add double add when enabling VMD and scalable mode
 2022-02-16  9:13 UTC 

[PATCH v4 00/35] MT8195 IOMMU SUPPORT
 2022-02-16  8:11 UTC  (6+ messages)
` [PATCH v4 08/35] iommu/mediatek: Use kmalloc for protect buffer

[PATCH v2 00/11] iommu/vt-d: Some Intel IOMMU cleanups
 2022-02-16  7:11 UTC  (18+ messages)
` [PATCH v2 05/11] iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFO
` [PATCH v2 06/11] iommu/vt-d: Remove unnecessary includes
` [PATCH v2 07/11] iommu/vt-d: Remove unnecessary prototypes
` [PATCH v2 08/11] iommu/vt-d: Fix indentation of goto labels
` [PATCH v2 09/11] iommu/vt-d: Remove commented code
` [PATCH v2 10/11] iommu/vt-d: Use xarray for global device_domain_info

[PATCH v2 1/1] iommu/vt-d: Move intel_iommu_ops to header file
 2022-02-16  7:03 UTC  (5+ messages)

[PATCH v3 00/10] iommu cleanup and refactoring
 2022-02-16  2:56 UTC  (15+ messages)
` [PATCH v3 06/10] drm/nouveau/device: Get right pgsize_bitmap of iommu_domain
` [PATCH v3 07/10] iommu: Use right way to retrieve iommu_ops
` [PATCH v3 09/10] iommu: Use dev_iommu_ops() helper

[PATCH v4 0/9] iommu cleanup and refactoring
 2022-02-16  2:52 UTC  (10+ messages)
` [PATCH v4 1/9] iommu/vt-d: Remove guest pasid related callbacks
` [PATCH v4 2/9] iommu: Remove guest pasid related interfaces and definitions
` [PATCH v4 3/9] iommu/vt-d: Remove aux-domain related callbacks
` [PATCH v4 4/9] iommu: Remove aux-domain related interfaces and iommu_ops
` [PATCH v4 5/9] iommu: Remove apply_resv_region
` [PATCH v4 6/9] drm/nouveau/device: Get right pgsize_bitmap of iommu_domain
` [PATCH v4 7/9] iommu: Use right way to retrieve iommu_ops
` [PATCH v4 8/9] iommu: Remove unused argument in is_attach_deferred
` [PATCH v4 9/9] iommu: Split struct iommu_ops

[PATCH 00/23] component: Add common helpers for compare/release
 2022-02-15 20:46 UTC  (20+ messages)
` [PATCH 06/23] drm/ingenic: Make use of the helper component_compare_of
` [PATCH 12/23] drm/sun4i: "
` [PATCH 13/23] drm/rockchip: Make use of the helper component_compare_dev
` [PATCH 14/23] drm/exynos: "
` [PATCH 15/23] drm/mcde: "
` [PATCH 16/23] drm/omap: dss: "
` [PATCH 17/23] drm/vc4: "
` [PATCH 18/23] drm: of: Make use of the helper component_release_of
` [PATCH 19/23] iommu/mediatek: Make use of the helper component_compare/release_of
` [PATCH 20/23] ASoC: codecs: wcd938x: "
` [PATCH 21/23] power: supply: ab8500: Make use of the helper component_compare_dev
` [PATCH 22/23] video: omapfb: dss: "
` [PATCH 23/23] ALSA: hda/realtek: Make use of the helper component_compare_dev_name

[PATCH v1 0/2] mm: enforce pageblock_order < MAX_ORDER
 2022-02-15 19:53 UTC  (6+ messages)
` [PATCH v1 1/2] cma: factor out minimum alignment requirement
` [PATCH v1 2/2] mm: enforce pageblock_order < MAX_ORDER

[PATCH v4 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2022-02-15 15:50 UTC  (6+ messages)

[PATCH V2 0/2] x86/hyperv/Swiotlb: Add swiotlb_set_alloc_from_low_pages() switch function
 2022-02-15 15:32 UTC  (6+ messages)
` [PATCH V2 1/2] Swiotlb: Add swiotlb_alloc_from_low_pages switch

[PATCH v4 00/11] Re-enable ENQCMD and PASID MSR
 2022-02-15  9:55 UTC  (8+ messages)
` [PATCH v4 04/11] kernel/fork: Initialize mm's PASID
` [PATCH v4 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
` [PATCH v4 11/11] docs: x86: Change documentation for SVA (Shared Virtual Addressing)

[PATCH] iommu/vt-d: Fix list_add double add when enabling VMD and scalable mode
 2022-02-15  5:36 UTC  (6+ messages)

[PATCH v5 00/14] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-15  3:06 UTC  (18+ messages)
` [PATCH v5 02/14] driver core: Add dma_cleanup callback in bus_type
` [PATCH v5 04/14] driver core: platform: Add driver dma ownership management
` [PATCH v5 07/14] PCI: "

+ mm-enforce-pageblock_order-max_order.patch added to -mm tree
 2022-02-14 21:06 UTC 

+ cma-factor-out-minimum-alignment-requirement.patch added to -mm tree
 2022-02-14 21:06 UTC 

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

[PATCH v5 0/6] Use pageblock_order for cma and alloc_contig_range alignment
 2022-02-14 16:03 UTC  (8+ messages)
` [PATCH v5 1/6] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v5 3/6] mm: make alloc_contig_range work at pageblock granularity

[PATCH v2] iommu/iova: Separate out rcache init
 2022-02-14 14:45 UTC  (5+ messages)

[PATCH] iommu/msm: simplify with dev_err_probe()
 2022-02-14 13:21 UTC  (2+ messages)

[PATCH] iommu/msm: Use standard driver registration
 2022-02-14 13:15 UTC  (4+ messages)
` [PATCH] iommu/rockchip: : "

[PATCH] iommu: Remove trivial ops->capable implementations
 2022-02-14 13:05 UTC  (2+ messages)

[PATCH v3 0/2] iommu/ipmmu-vmsa: Add support for R-Car Gen4
 2022-02-14 13:00 UTC  (2+ messages)

[PATCH] iommu/ipmmu-vmsa: Check for error num after setting mask
 2022-02-14 12:41 UTC  (5+ messages)

[PATCH] IOMMU: Intel: DMAR: Replace acpi_bus_get_device()
 2022-02-14 12:00 UTC  (2+ messages)

[PATCH] iommu/amd: Fix I/O page table memory leak
 2022-02-14 11:52 UTC  (2+ messages)

[PATCH 0/2] iommu/vt-d: Fixes for v5.17-rc2
 2022-02-14 10:31 UTC  (9+ messages)
` [PATCH 1/2] iommu/vt-d: Fix PCI bus rescan device hot add


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).