Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2022-11-14 14:23:39 to 2022-11-17 17:01:12 UTC [more...]

[Patch v3 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-17 17:01 UTC  (24+ messages)
` [Patch v3 01/14] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
` [Patch v3 02/14] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [Patch v3 03/14] x86/hyperv: Reorder code in prep for subsequent patch
` [Patch v3 04/14] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [Patch v3 05/14] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [Patch v3 06/14] init: Call mem_encrypt_init() after Hyper-V hypercall init is done
` [Patch v3 07/14] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [Patch v3 08/14] swiotlb: Remove bounce buffer remapping for Hyper-V
` [Patch v3 09/14] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [Patch v3 10/14] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [Patch v3 11/14] hv_netvsc: Remove second mapping of send and recv buffers
` [Patch v3 12/14] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [Patch v3 13/14] PCI: hv: Add hypercalls to read/write MMIO space
` [Patch v3 14/14] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH 1/2] dt-bindings: arm-smmu: Add SM6350 GPU SMMUv2
 2022-11-17 13:07 UTC  (4+ messages)
` [PATCH 2/2] iommu/arm-smmu-qcom: Add SM6350 SMMUv2

[PATCH v2 0/7] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2022-11-17  1:55 UTC  (9+ messages)
` [PATCH v2 1/7] s390/ism: Set DMA coherent mask
` [PATCH v2 2/7] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v2 3/7] s390/pci: Use dma-iommu layer
` [PATCH v2 4/7] iommu: Let iommu.strict override ops->def_domain_type
` [PATCH v2 5/7] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v2 6/7] iommu/dma: Enable variable queue size and use larger single queue
` [PATCH v2 7/7] iommu/s390: flush queued IOVAs on RPCIT out of resource indication

[PATCH v5 00/19] IOMMUFD Generic interface
 2022-11-16 21:00 UTC  (20+ messages)
` [PATCH v5 01/19] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v5 02/19] iommu: Add device-centric DMA ownership interfaces
` [PATCH v5 03/19] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v5 04/19] scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -export
` [PATCH v5 05/19] iommufd: Document overview of iommufd
` [PATCH v5 06/19] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v5 07/19] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v5 08/19] iommufd: PFN handling for iopt_pages
` [PATCH v5 09/19] iommufd: Algorithms for PFN storage
` [PATCH v5 10/19] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v5 11/19] iommufd: IOCTLs for the io_pagetable
` [PATCH v5 12/19] iommufd: Add a HW pagetable object
` [PATCH v5 13/19] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v5 14/19] iommufd: Add kAPI toward external drivers for kernel access
` [PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility
` [PATCH v5 16/19] iommufd: Add kernel support for testing iommufd
` [PATCH v5 17/19] iommufd: Add some fault injection points
` [PATCH v5 18/19] iommufd: Add additional invariant assertions
` [PATCH v5 19/19] iommufd: Add a selftest

[PATCH] iommu/hyper-v: Allow hyperv irq remapping without x2apic
 2022-11-16 18:49 UTC  (11+ messages)

stop drivers from passing GFP_COMP to dma_alloc_coherent
 2022-11-16 18:37 UTC  (17+ messages)
` [PATCH 2/7] RDMA/hfi1: don't pass bogus GFP_ flags "
` [PATCH 3/7] RDMA/qib: "
` [PATCH 5/7] s390/ism: "
` [PATCH 7/7] dma-mapping: reject __GFP_COMP in dma_alloc_attrs

[bug report] iommufd: vfio container FD ioctl compatibility
 2022-11-16 18:11 UTC  (3+ messages)

[PATCH v2 00/12] Drivers: hv: Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-16 16:38 UTC  (15+ messages)
` [PATCH v2 01/12] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
` [PATCH v2 02/12] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [PATCH v2 05/12] x86/hyperv: Change vTOM handling to use standard coco mechanisms

[PATCH v3 0/6] Add support for Qualcomm's legacy IOMMU v2
 2022-11-16 12:22 UTC  (8+ messages)
` [PATCH v3 1/6] dt-bindings: iommu: qcom,iommu: Document qcom,ctx-num property
` [PATCH v3 2/6] iommu/qcom: Use the asid read from device-tree if specified
` [PATCH v3 3/6] iommu/qcom: Properly reset the IOMMU context
` [PATCH v3 4/6] iommu/qcom: Index contexts by asid number to allow asid 0
` [PATCH v3 5/6] dt-bindings: iommu: qcom,iommu: Document QSMMUv2 and MSM8976 compatibles
` [PATCH v3 6/6] iommu/qcom: Add support for QSMMUv2 and QSMMU-500 secured contexts

[PATCH v3 0/7] iommu/vt-d: Some cleanups
 2022-11-16 12:08 UTC  (14+ messages)
` [PATCH v3 2/7] iommu/vt-d: Add device_block_translation() helper
` [PATCH v3 3/7] iommu/vt-d: Add blocking domain support
` [PATCH v3 4/7] iommu/vt-d: Fold dmar_remove_one_dev_info() into its caller
` [PATCH v3 5/7] iommu/vt-d: Rename domain_add_dev_info()

[PATCH v2 -next] iommu/dma: avoid expensive indirect calls for sync operations
 2022-11-16  6:53 UTC  (4+ messages)

[PATCH] iommu/vt-d: Present Access bit for IOVA in FL non-leaf paging entries
 2022-11-16  5:20 UTC  (2+ messages)

[PATCH v2] iommu/vt-d: Set SRE bit when hardware has SRS cap
 2022-11-16  5:19 UTC  (2+ messages)

[PATCH 0/2] [PULL REQUEST] iommu/vt-d: Fixes for v6.1-rc6
 2022-11-16  5:15 UTC  (3+ messages)
` [PATCH 1/2] iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries
` [PATCH 2/2] iommu/vt-d: Set SRE bit only when hardware has SRS cap

[PATCH v4 00/17] IOMMUFD Generic interface
 2022-11-16  2:30 UTC  (35+ messages)
` [PATCH v4 02/17] iommu: Add device-centric DMA ownership interfaces
` [PATCH v4 04/17] iommufd: Document overview of iommufd
  ` [PATCH v4 4/17] "
` [PATCH v4 07/17] iommufd: PFN handling for iopt_pages
` [PATCH v4 08/17] iommufd: Algorithms for PFN storage
  ` [PATCH v4 8/17] "
` [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v4 13/17] iommufd: Add kAPI toward external drivers for kernel access

[bug report] iommu/vt-d: Add SVA domain support
 2022-11-16  0:57 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: Warn once when the perfetcher errata patch fails to apply
 2022-11-15 18:32 UTC  (2+ messages)

[PATCH v4 03/17] interval-tree: Add a utility to iterate over spans in an interval tree
 2022-11-15 16:44 UTC  (3+ messages)

[PATCH v3 1/9] dt-bindings: arm-smmu: Allow 3 power domains on SM6375 MMU500
 2022-11-15 15:52 UTC  (2+ messages)

[PATCH 0/9] iommu: {map,unmap}_pages cleanup
 2022-11-15 15:26 UTC  (10+ messages)
` [PATCH 1/9] iommu/mediatek-v1: Update to {map,unmap}_pages
` [PATCH 2/9] iommu/sprd: "
` [PATCH 3/9] iommu/mediatek: "
` [PATCH 4/9] iommu/msm: "
` [PATCH 5/9] iommu/ipmmu-vmsa: "
` [PATCH 6/9] iommu/qcom: "
` [PATCH 7/9] iommu/io-pgtable-arm: Remove map/unmap
` [PATCH 8/9] iommu/io-pgtable-arm-v7s: "
` [PATCH 9/9] iommu/io-pgtable: "

[PATCH v2 1/9] dt-bindings: arm-smmu: Allow up to 3 power-domains
 2022-11-15 15:04 UTC  (12+ messages)

[bug report] iommufd: Add a selftest
 2022-11-15 13:25 UTC  (2+ messages)

[PATCH] iommufd: vfio: info leak in iommufd_vfio_unmap_dma()
 2022-11-15 13:22 UTC  (2+ messages)

The arm smmu driver for Linux does not support debugfs
 2022-11-15 12:00 UTC  (3+ messages)
    `  "

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2022-11-15 11:48 UTC  (4+ messages)
` [PATCH v3 03/13] iommu/dma: Force bouncing of the size is not cacheline-aligned

[PATCH] hwmon/coretemp: Simplify platform device antics
 2022-11-15 10:14 UTC  (2+ messages)

[PATCH v2 0/8] Add support for Qualcomm's legacy IOMMU v2
 2022-11-15  9:52 UTC  (4+ messages)
` [PATCH v2 8/8] dt-bindings: iommu: qcom,iommu: Document MSM8976 compatible

[PATCH v2 00/11] Connect VFIO to IOMMUFD
 2022-11-15  5:41 UTC  (16+ messages)

[patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes
 2022-11-15  3:00 UTC  (2+ messages)

[PATCH] iommu/vt-d: Set SRE bit when hardware has SRS cap
 2022-11-15  2:12 UTC  (5+ messages)

[PATCH v1 00/10] iommu/arm-smmu-qcom: Rework Qualcomm SMMU bindings and implementation
 2022-11-14 19:34 UTC  (12+ messages)
` [PATCH v1 01/10] dt-bindings: arm-smmu: Add missing Qualcomm SMMU compatibles
` [PATCH v1 02/10] dt-bindings: arm-smmu: fix clocks/clock-names schema
` [PATCH v1 03/10] dt-bindings: arm-smmu: add special case for Google Cheza platform
` [PATCH v1 04/10] dt-bindings: arm-smmu: Add generic qcom,smmu-500 bindings
` [PATCH v1 05/10] iommu/arm-smmu-qcom: Move implementation data into match data
` [PATCH v1 06/10] iommu/arm-smmu-qcom: Move the qcom,adreno-smmu check into qcom_smmu_create
` [PATCH v1 07/10] iommu/arm-smmu-qcom: provide separate implementation for SDM845-smmu-500
` [PATCH v1 08/10] iommu/arm-smmu-qcom: Merge table from arm-smmu-qcom-debug into match data
` [PATCH v1 09/10] iommu/arm-smmu-qcom: Stop using mmu500 reset for v2 MMUs
` [PATCH v1 10/10] iommu/arm-smmu-qcom: Add generic qcom,smmu-500 match entry

[PATCH 0/2] fix the memory leak of iopf
 2022-11-14 18:08 UTC  (3+ messages)
` [PATCH 2/2] iommu: fix smmu initialization memory leak problem

[RFC PATCH v2 00/11] iommu/arm-smmu-qcom: Rework Qualcomm SMMU bindings and implementation
 2022-11-14 17:07 UTC  (3+ messages)

vIOMMU&IOMMU gIOVA to HPA mapping
 2022-11-14 16:18 UTC  (2+ messages)

[PATCH v3 0/2] Add smmu support for QDU1000/QRU1000 SoCs
 2022-11-14 15:53 UTC  (5+ messages)
` [PATCH v3 2/2] drivers: arm-smmu-impl: Add QDU1000 and QRU1000 iommu implementation

[PATCH v2 0/5] iommu/s390: Further improvements
 2022-11-14 15:30 UTC  (4+ messages)
` [PATCH v2 1/5] iommu/s390: Make attach succeed even if the device is in error state

[PATCH v2 11/11] iommufd: Allow iommufd to supply /dev/vfio/vfio
 2022-11-14 14:50 UTC  (3+ messages)

[PATCH v2 07/11] vfio-iommufd: Support iommufd for physical VFIO devices
 2022-11-14 14:47 UTC  (3+ messages)


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