iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-29 12:38:49 to 2022-05-03 18:22:30 UTC [more...]

[PATCH v5 00/12] iommu: SVA and IOPF refactoring
 2022-05-03 18:20 UTC  (19+ messages)
` [PATCH v5 01/12] dmaengine: idxd: Separate user and kernel pasid enabling
` [PATCH v5 02/12] iommu: Add pasid_bits field in struct dev_iommu
` [PATCH v5 03/12] iommu: Add attach/detach_dev_pasid domain ops
` [PATCH v5 04/12] iommu/sva: Basic data structures for SVA
` [PATCH v5 05/12] iommu/vt-d: Remove SVM_FLAG_SUPERVISOR_MODE support
` [PATCH v5 06/12] iommu/vt-d: Add SVA domain support
` [PATCH v5 07/12] arm-smmu-v3/sva: "
` [PATCH v5 08/12] iommu/sva: Use attach/detach_pasid_dev in SVA interfaces
` [PATCH v5 09/12] iommu: Remove SVA related callbacks from iommu ops
` [PATCH v5 10/12] iommu: Prepare IOMMU domain for IOPF
` [PATCH v5 11/12] iommu: Per-domain I/O page fault handling
` [PATCH v5 12/12] iommu: Rename iommu-sva-lib.{c,h}

[RESEND PATCH v8 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-05-03 17:22 UTC  (6+ messages)

[PATCH 1/2] iommu/io-pgtable-arm-v7s: Add a quirk to support TTBR up to 35bit for MediaTek
 2022-05-03 17:18 UTC  (4+ messages)
` [PATCH 2/2] iommu/mediatek: Enable allocating page table in normal memory

[PATCH v12 0/9] ACPI/IORT: Support for IORT RMR node
 2022-05-03 16:33 UTC  (10+ messages)
` [PATCH v12 1/9] iommu: Introduce a callback to struct iommu_resv_region
` [PATCH v12 2/9] ACPI/IORT: Make iort_iommu_msi_get_resv_regions() return void
` [PATCH v12 3/9] ACPI/IORT: Provide a generic helper to retrieve reserve regions
` [PATCH v12 4/9] ACPI/IORT: Add support to retrieve IORT RMR reserved regions
` [PATCH v12 5/9] ACPI/IORT: Add a helper to retrieve RMR info directly
` [PATCH v12 6/9] iommu/arm-smmu-v3: Introduce strtab init helper
` [PATCH v12 7/9] iommu/arm-smmu-v3: Refactor arm_smmu_init_bypass_stes() to force bypass
` [PATCH v12 8/9] iommu/arm-smmu-v3: Get associated RMR info and install bypass STE
` [PATCH v12 9/9] iommu/arm-smmu: Get associated RMR info and install bypass SMR

[PATCH 0/2] iommu/arm-smmu-qcom: Add SC8280XP support
 2022-05-03 16:34 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP
` [PATCH 2/2] iommu/arm-smmu-qcom: Add SC8280XP support

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

[PATCH 0/7] dt-bindings: renesas: R-Car V3U is R-Car Gen4
 2022-05-03 13:02 UTC  (15+ messages)
` [PATCH 1/7] dt-bindings: gpio: renesas, rcar-gpio: "
  ` [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: "
` [PATCH 2/7] dt-bindings: i2c: renesas, rcar-i2c: "
  ` [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: "
` [PATCH 3/7] dt-bindings: iommu: renesas, ipmmu-vmsa: "
` [PATCH 4/7] dt-bindings: renesas,rcar-dmac: "
` [PATCH 5/7] dt-bindings: serial: renesas, hscif: "
  ` [PATCH 5/7] dt-bindings: serial: renesas,hscif: "
` [PATCH 6/7] dt-bindings: serial: renesas, scif: "
` [PATCH 7/7] dt-bindings: watchdog: renesas, wdt: "
  ` [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: "

[PATCH 0/4] SDHCI and SMEM updates for sdx65
 2022-05-03 12:25 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible
` [PATCH 2/4] mmc: host/sdhci-msm: Add compatible string check for sdx65
` [PATCH 3/4] dt-bindings: arm-smmu: Add binding for SDX65 SMMU
` [PATCH 4/4] ARM: dts: qcom: sdx65: Add Shared memory manager support

[PATCH RFC 00/19] IOMMUFD Dirty Tracking
 2022-05-03 10:48 UTC  (63+ messages)
` [PATCH RFC 01/19] iommu: Add iommu_domain ops for dirty tracking
` [PATCH RFC 02/19] iommufd: Dirty tracking for io_pagetable
` [PATCH RFC 03/19] iommufd: Dirty tracking data support
` [PATCH RFC 04/19] iommu: Add an unmap API that returns dirtied IOPTEs
` [PATCH RFC 05/19] iommufd: Add a dirty bitmap to iopt_unmap_iova()
` [PATCH RFC 07/19] iommufd/vfio-compat: Dirty tracking IOCTLs compatibility
` [PATCH RFC 13/19] iommu/arm-smmu-v3: Add feature detection for BBML
` [PATCH RFC 15/19] iommu/arm-smmu-v3: Add set_dirty_tracking_range() support
` [PATCH RFC 16/19] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
` [PATCH RFC 18/19] iommu/intel: Access/Dirty bit support for SL domains

[PATCH v4 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
 2022-05-03  7:49 UTC  (15+ messages)

[PATCH v2 0/4] iommu: M1 Pro/Max DART support
 2022-05-03  6:23 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: iommu: dart: add t6000 compatible
` [PATCH v2 2/4] iommu/io-pgtable: Add DART subpage protection support
` [PATCH v2 3/4] iommu/io-pgtable: Add DART PTE support for t6000
` [PATCH v2 4/4] iommu: dart: Support t6000 variant

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-05-02  7:30 UTC  (22+ messages)
` [PATCH RFC 08/12] iommufd: IOCTLs for the io_pagetable
` [PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility

[PATCH] drm/rockchip: Refactor IOMMU initialisation
 2022-05-02 22:24 UTC  (2+ messages)

[PATCH 0/5] iommu/vt-d: Force snooping improvement
 2022-05-02 21:36 UTC  (13+ messages)
` [PATCH 1/5] iommu/vt-d: Block force-snoop domain attaching if no SC support
` [PATCH 2/5] iommu/vt-d: Set SNP bit only in second-level page table entries
` [PATCH 3/5] iommu/vt-d: Check domain force_snooping against attached devices
` [PATCH 4/5] iommu/vt-d: Remove domain_update_iommu_snooping()
` [PATCH 5/5] iommu/vt-d: Remove hard coding PGSNP bit in PASID entries

fully convert arm to use dma-direct v2
 2022-05-02 19:21 UTC  (12+ messages)
` [PATCH 01/10] ARM: sa1100/assabet: move dmabounce hack to ohci driver
` [PATCH 02/10] ARM/dma-mapping: remove dmabounce
` [PATCH 03/10] ARM/dma-mapping: mark various dma-mapping routines static in dma-mapping.c
` [PATCH 04/10] ARM/dma-mapping: remove the unused virt_to_dma helper
` [PATCH 05/10] ARM/dma-mapping: use dma_to_phys/phys_to_dma in the dma-mapping code
` [PATCH 06/10] ARM/dma-mapping: use the generic versions of dma_to_phys/phys_to_dma by default
` [PATCH 07/10] ARM/dma-mapping: use dma-direct unconditionally
` [PATCH 08/10] ARM/dma-mapping: drop .dma_supported for IOMMU ops
` [PATCH 09/10] ARM/dma-mapping: consolidate IOMMU ops callbacks
` [PATCH 10/10] ARM/dma-mapping: merge IOMMU ops

[PATCH] iommu: dart: Add missing module owner to ops structure
 2022-05-02 15:23 UTC  (2+ messages)

[RFC PATCH V2 0/2] swiotlb: Add child io tlb mem support
 2022-05-02 12:54 UTC  (3+ messages)
` [RFC PATCH V2 1/2] swiotlb: Add Child IO TLB "
` [RFC PATCH V2 2/2] Swiotlb: Add device bounce buffer allocation interface

[PATCH v2 00/37] iommu/amd: Add multiple PCI segments support
 2022-05-02 10:54 UTC  (19+ messages)
` [PATCH v2 01/37] iommu/amd: Update struct iommu_dev_data defination
` [PATCH v2 02/37] iommu/amd: Introduce pci segment structure
` [PATCH v2 10/37] iommu/amd: Introduce per PCI segment last_bdf
` [PATCH v2 27/37] iommu/amd: Remove global amd_iommu_dev_table
` [PATCH v2 37/37] iommu/amd: Update amd_iommu_fault structure to include PCI seg ID

[PATCH v2] iommu: fix an incorrect NULL check on list iterator
 2022-05-02  9:13 UTC  (2+ messages)

[PATCH v2] iommu: fix an incorrect NULL check on list iterator
 2022-05-01 13:28 UTC 

[PATCH v6 00/34] MT8195 IOMMU SUPPORT
 2022-05-01  2:33 UTC  (4+ messages)
` [PATCH v6 31/34] iommu/mediatek: Get the proper bankid for multi banks

[PATCH v7 0/7] Add support for HiSilicon PCIe Tune and Trace device
 2022-04-30  7:35 UTC  (5+ messages)
` [PATCH v7 2/7] hwtracing: Add trace function "
` [PATCH v7 5/7] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver

[PATCH] swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on arm
 2022-04-29 23:15 UTC  (8+ messages)

[PATCH v1] driver core: Extend deferred probe timeout on driver registration
 2022-04-29 22:09 UTC 

[PATCH v2 00/14] iommu: Retire bus_set_iommu()
 2022-04-29 18:06 UTC  (5+ messages)
` [PATCH v2 03/14] iommu: Move bus setup to IOMMU device registration

[GIT PULL] Please pull VFIO changes
 2022-04-29 16:55 UTC 

[RFC PATCH 1/2] swiotlb: Split up single swiotlb lock
 2022-04-29 14:25 UTC  (3+ messages)
` [RFC PATCH] swiotlb: Add Child IO TLB mem support


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).