iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-21 16:05:17 to 2021-09-23 17:43:15 UTC [more...]

[PATCH v2 0/9] cxl_pci refactor for reusability
 2021-09-23 17:26 UTC  (6+ messages)
` [PATCH v2 1/9] cxl: Convert "RBI" to enum
` [PATCH v2 2/9] cxl/pci: Remove dev_dbg for unknown register blocks
` [PATCH v2 3/9] cxl/pci: Remove pci request/release regions
` [PATCH v2 4/9] cxl/pci: Refactor cxl_pci_setup_regs
` [PATCH v2 5/9] cxl/pci: Make more use of cxl_register_map

[PATCH 0/8] Re-enable ENQCMD and PASID MSR
 2021-09-23 17:14 UTC  (21+ messages)
` [PATCH 4/8] x86/traps: Demand-populate PASID MSR via #GP
` [PATCH 5/8] x86/mmu: Add mm-based PASID refcounting
` [PATCH 7/8] tools/objtool: Check for use of the ENQCMD instruction in the kernel

[PATCH 0/3] memblock: cleanup memblock_free interface
 2021-09-23 16:01 UTC  (11+ messages)
` [PATCH 1/3] arch_numa: simplify numa_distance allocation
` [PATCH 2/3] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
` [PATCH 3/3] memblock: cleanup memblock_free interface

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-09-23 13:41 UTC  (116+ messages)
` [RFC 01/20] iommu/iommufd: Add /dev/iommu core
` [RFC 02/20] vfio: Add device class for /dev/vfio/devices
` [RFC 03/20] vfio: Add vfio_[un]register_device()
` [RFC 04/20] iommu: Add iommu_device_get_info interface
` [RFC 05/20] vfio/pci: Register device to /dev/vfio/devices
` [RFC 06/20] iommu: Add iommu_device_init[exit]_user_dma interfaces
` [RFC 07/20] iommu/iommufd: Add iommufd_[un]bind_device()
` [RFC 08/20] vfio/pci: Add VFIO_DEVICE_BIND_IOMMUFD
` [RFC 09/20] iommu: Add page size and address width attributes
` [RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE
` [RFC 12/20] iommu/iommufd: Add IOMMU_CHECK_EXTENSION
` [RFC 14/20] iommu/iommufd: Add iommufd_device_[de]attach_ioasid()
` [RFC 15/20] vfio/pci: Add VFIO_DEVICE_[DE]ATTACH_IOASID
` [RFC 16/20] vfio/type1: Export symbols for dma [un]map code sharing
` [RFC 17/20] iommu/iommufd: Report iova range to userspace

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

[PATCH AUTOSEL 5.14 08/34] dma-debug: prevent an error message from causing runtime problems
 2021-09-23  3:37 UTC 

[PATCH 0/3] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2021-09-22 22:30 UTC  (2+ messages)
` [PATCH 1/3] iommu/io-pgtable-arm: Add way to debug pgtable walk

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-22 21:05 UTC  (14+ messages)
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()

[RFC 0/7] Support in-kernel DMA with PASID and SVA
 2021-09-22 17:04 UTC  (9+ messages)
` [RFC 1/7] ioasid: reserve special PASID for in-kernel DMA
` [RFC 2/7] dma-iommu: Add API for DMA request with PASID
` [RFC 3/7] iommu/vt-d: Add DMA w/ PASID support for PA and IOVA
` [RFC 4/7] dma-iommu: Add support for DMA w/ PASID in KVA
` [RFC 5/7] iommu/vt-d: Add support for KVA PASID mode
` [RFC 6/7] iommu: Add KVA map API
` [RFC 7/7] dma/idxd: Use dma-iommu PASID API instead of SVA lib

[PATCH v4 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-09-22 12:03 UTC  (5+ messages)
` [PATCH v4 01/14] x86/boot: Fix memremap of setup_indirect structures
` [PATCH v4 02/14] x86/boot: Add setup_indirect support in early_memremap_is_setup_data

[PATCH V5 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-09-22 10:34 UTC  (4+ messages)
` [PATCH V5 12/12] net: netvsc: Add Isolation VM support for netvsc driver

[PATCH v4 00/13] MT8195 SMI support
 2021-09-22  6:44 UTC  (4+ messages)
` [PATCH v4 02/13] dt-bindings: memory: mediatek: Add mt8195 smi sub common

[PATCH] iommu/vt-d: Drop "0x" prefix from PCI bus & device addresses
 2021-09-22  5:48 UTC  (2+ messages)

[PATCH 0/1] iommu/vt-d: A fix for v5.15-rc3
 2021-09-22  5:47 UTC  (2+ messages)
` [PATCH 1/1] iommu/vt-d: Drop "0x" prefix from PCI bus & device addresses

[PATCH] iommu/arm-smmu-v3: poll cmdq until it has space
 2021-09-21 17:12 UTC  (3+ messages)

[PATCH RFC v1 00/11] iommu/virtio: vSVA support with Arm
 2021-09-21 16:16 UTC  (9+ messages)
` [PATCH RFC v1 05/11] iommu/virtio: Add SVA feature and related enable/disable callbacks
` [PATCH RFC v1 08/11] iommu/arm-smmu-v3: Implement shared context alloc and free ops
` [PATCH RFC v1 09/11] iommu/virtio: Implement sva bind/unbind calls
` [PATCH RFC v1 10/11] uapi/virtio-iommu: Add a new request type to send page response


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