iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-02 19:31:22 to 2019-11-11 14:07:05 UTC [more...]

[PATCH v3 0/6] iommu/ipmmu-vmsa: minor updates
 2019-11-11 14:07 UTC  (14+ messages)
` [PATCH v3 1/6] iommu/ipmmu-vmsa: Remove all unused register definitions
` [PATCH v3 2/6] iommu/ipmmu-vmsa: tidyup "
` [PATCH v3 3/6] iommu/ipmmu-vmsa: Add helper functions for MMU "context" registers
` [PATCH v3 4/6] iommu/ipmmu-vmsa: Calculate context registers' offset instead of a macro
` [PATCH v3 5/6] iommu/ipmmu-vmsa: Add helper functions for "uTLB" registers
` [PATCH v3 6/6] iommu/ipmmu-vmsa: Add utlb_offset_base

[PATCH v2 1/1] iommu/vt-d: Add Kconfig option to enable/disable scalable mode
 2019-11-11 14:05 UTC  (8+ messages)

[PATCH v5 0/7] Improve tlb range flush
 2019-11-11 14:02 UTC  (10+ messages)
` [PATCH v5 1/7] iommu/mediatek: Correct the flush_iotlb_all callback
` [PATCH v5 2/7] iommu/mediatek: Add a new tlb_lock for tlb_flush
` [PATCH v5 3/7] iommu/mediatek: Use gather to achieve the tlb range flush
` [PATCH v5 4/7] iommu/mediatek: Delete the leaf in the tlb_flush
` [PATCH v5 5/7] iommu/mediatek: Move the tlb_sync into tlb_flush
` [PATCH v5 6/7] iommu/mediatek: Get rid of the pgtlock
` [PATCH v5 7/7] iommu/mediatek: Reduce the tlb flush timeout value

use generic DMA mapping code in powerpc V4
 2019-11-11 12:22 UTC  (22+ messages)
                          ` Bug 205201 - overflow of DMA mask and bus mask

[PATCH 1/2] iommu/arm-smmu-v3: Don't display an error when IRQ lines are missing
 2019-11-11 11:52 UTC  (3+ messages)
` [PATCH 2/2] iommu/arm-smmu: Remove duplicate error message

[PATCH v7 0/3] Add uacce module for Accelerator
 2019-11-11 11:30 UTC  (14+ messages)
` [PATCH v7 2/3] uacce: add uacce driver
` [PATCH v7 3/3] crypto: hisilicon - register zip engine to uacce

[PATCH v2] iommu/vt-d: Turn off translations at shutdown
 2019-11-11  5:00 UTC  (5+ messages)

[PATCH] intel-iommu: Turn off translations at shutdown
 2019-11-11  2:35 UTC  (15+ messages)

[PATCH] iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macros
 2019-11-09  0:45 UTC  (3+ messages)

[PATCH v7 00/11] Nested Shared Virtual Address (SVA) VT-d support
 2019-11-08 23:05 UTC  (17+ messages)
` [PATCH v7 01/11] iommu/vt-d: Cache virtual command capability register
` [PATCH v7 02/11] iommu/vt-d: Enlightened PASID allocation
` [PATCH v7 03/11] iommu/vt-d: Add custom allocator for IOASID
` [PATCH v7 04/11] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [PATCH v7 07/11] iommu/vt-d: Add nested translation helper function
` [PATCH v7 10/11] iommu/vt-d: Support flushing more translation cache types

[PATCH v2 0/9] iommu: Permit modular builds of ARM SMMU[v3] drivers
 2019-11-08 18:00 UTC  (18+ messages)
` [PATCH v2 1/9] drivers/iommu: Export core IOMMU API symbols to permit modular drivers
` [PATCH v2 2/9] iommu/of: Request ACS from the PCI core when configuring IOMMU linkage
` [PATCH v2 3/9] PCI: Export pci_ats_disabled() as a GPL symbol to modules
` [PATCH v2 4/9] drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device()
` [PATCH v2 5/9] iommu/of: Take a ref to the IOMMU driver during ->of_xlate()
` [PATCH v2 6/9] Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"
` [PATCH v2 7/9] iommu/arm-smmu-v3: Allow building as a module
` [PATCH v2 8/9] Revert "iommu/arm-smmu: Make arm-smmu explicitly non-modular"
` [PATCH v2 9/9] iommu/arm-smmu: Allow building as a module

[PATCH v2 0/8] iommu: Add PASID support to Arm SMMUv3
 2019-11-08 15:25 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: document PASID property for IOMMU masters
` [PATCH v2 2/8] iommu/arm-smmu-v3: Support platform SSID
` [PATCH v2 3/8] ACPI/IORT: Support PASID for platform devices
` [PATCH v2 4/8] iommu/arm-smmu-v3: Prepare for SSID support
` [PATCH v2 5/8] iommu/arm-smmu-v3: Add support for Substream IDs
` [PATCH v2 6/8] iommu/arm-smmu-v3: Add second level of context descriptor table
` [PATCH v2 7/8] iommu/arm-smmu-v3: Improve add_device() error handling
` [PATCH v2 8/8] iommu/arm-smmu-v3: Add support for PCI PASID

[RFC v2 0/3] vfio: support Shared Virtual Addressing
 2019-11-08 15:15 UTC  (14+ messages)
` [RFC v2 1/3] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [RFC v2 2/3] vfio/type1: VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [RFC v2 3/3] vfio/type1: bind guest pasid (guest page tables) to host

[PATCH 0/7] iommu: Permit modular builds of ARM SMMU[v3] drivers
 2019-11-08 14:54 UTC  (31+ messages)
` [PATCH 5/7] iommu/arm-smmu-v3: Allow building as a module
` [PATCH 7/7] iommu/arm-smmu: "

[RESEND PATCH v8 0/3] Add uacce module for Accelerator
 2019-11-08 13:31 UTC  (4+ messages)
` [RESEND PATCH v8 1/3] uacce: Add documents for uacce
` [RESEND PATCH v8 2/3] uacce: add uacce driver
` [RESEND PATCH v8 3/3] crypto: hisilicon - register zip engine to uacce

[PATCH v8 0/3] Add uacce module for Accelerator
 2019-11-08 12:34 UTC  (4+ messages)
` [PATCH v8 1/3] uacce: Add documents for uacce
` [PATCH v8 2/3] uacce: add uacce driver
` [PATCH v8 3/3] crypto: hisilicon - register zip engine to uacce

[PATCH 1/1] iommu/vt-d: Add Kconfig option to enable/disable scalable mode
 2019-11-08  1:35 UTC  (3+ messages)

switch xtensa over to the generic DMA remap / uncached segment code
 2019-11-07 17:44 UTC  (3+ messages)

[PATCH] dma-mapping: drop the dev argument to arch_sync_dma_for_*
 2019-11-07 17:41 UTC 

provide in-place uncached remapping for dma-direct
 2019-11-07 17:40 UTC  (3+ messages)
` [PATCH 1/2] dma-mapping: support setting memory uncached in place
` [PATCH 2/2] openrisc: use the generic in-place uncached DMA allocator

[PATCH v3 0/2] x86: Get rid of custom DMA functions
 2019-11-07 15:06 UTC  (2+ messages)
` [PATCH v3 1/2] dma-direct: check for overflows on 32 bit DMA addresses

[GIT PULL] iommu/arm-smmu: Updates for 5.5
 2019-11-07 14:30 UTC 

[PATCH v2 0/3] dma-mapping: introduce new dma unmap and sync variants
 2019-11-07 12:30 UTC  (10+ messages)
` [PATCH v2 1/3] dma-mapping: introduce new dma unmap and sync api variants
` [PATCH v2 3/3] dpaa2_eth: use new unmap and sync dma "

[RESEND,PATCH 00/13] MT6779 IOMMU SUPPORT
 2019-11-06 23:40 UTC  (15+ messages)
` [RESEND,PATCH 01/13] dt-bindings: mediatek: Add bindings for MT6779
` [RESEND,PATCH 02/13] iommu/mediatek: Add mt6779 IOMMU basic support
` [RESEND,PATCH 03/13] iommu/mediatek: Add mtk_iommu_pgtable structure
` [RESEND, PATCH 04/13] iommu/mediatek: Remove mtk_iommu_domain_finalise
` [RESEND, PATCH 05/13] iommu/mediatek: Remove pgtable info in mtk_iommu_domain
` [RESEND,PATCH 06/13] iommu/mediatek: Change get the way of m4u_group
` [RESEND,PATCH 07/13] iommu/mediatek: Add smi_larb info about device
` [RESEND,PATCH 08/13] iommu/mediatek: Add mtk_domain_data structure
` [RESEND, PATCH 09/13] iommu/mediatek: Remove the usage of m4u_dom variable
` [RESEND, PATCH 10/13] iommu/mediatek: Remove mtk_iommu_get_m4u_data api
` [RESEND,PATCH 11/13] iommu/mediatek: Add iova reserved function
` [RESEND, PATCH 12/13] iommu/mediatek: Change single domain to multiple domains
` [RESEND, PATCH 13/13] iommu/mediatek: Add multiple mtk_iommu_domain support for mt6779

[PATCH v2] iommu/vt-d: Check VT-d RMRR region in BIOS is reported as reserved
 2019-11-06 18:42 UTC  (2+ messages)

[PATCH] iommu/io-pgtable-arm: Rename IOMMU_QCOM_SYS_CACHE and improve doc
 2019-11-06 13:03 UTC 

[PATCH] Ensure pci transactions coming from PLX NTB are handled when IOMMU is turned on
 2019-11-05 12:17 UTC  (2+ messages)

[PATCHv7 0/3] QCOM smmu-500 wait-for-safe handling for sdm845
 2019-11-05  2:29 UTC  (15+ messages)
` [PATCHv7 1/3] firmware: qcom_scm-64: Add atomic version of qcom_scm_call
` [PATCHv7 2/3] firmware/qcom_scm: Add scm call to handle smmu errata

[PATCH v2 00/10] iommu/io-pgtable: Cleanup and prep for split tables
 2019-11-04 23:40 UTC  (22+ messages)
` [PATCH v2 06/10] iommu/io-pgtable-arm: Simplify level indexing
` [PATCH v2 07/10] iommu/io-pgtable-arm: Rationalise MAIR handling
` [PATCH v2 08/10] iommu/io-pgtable-arm: Rationalise TTBRn handling
` [PATCH v2 09/10] iommu/io-pgtable-arm: Rationalise TCR handling
` [PATCH v2 10/10] iommu/io-pgtable-arm: Prepare for TTBR1 usage

[PATCH 1/1] iommu/amd: Fix the overwritten exclusion range with multiple IVMDs
 2019-11-04  5:58 UTC 

arm64 iommu groups issue
 2019-11-04 12:18 UTC  (4+ messages)

[PATCH] video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs
 2019-11-02  6:17 UTC  (2+ messages)


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