Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2022-11-28 13:43:38 to 2022-12-07 20:44:49 UTC [more...]

[PATCH 0/3] iommufd review updates
 2022-12-07 20:44 UTC  (4+ messages)
` [PATCH 1/3] iommufd: Fix comment typos
` [PATCH 2/3] iommufd: Improve a few unclear bits of code
` [PATCH 3/3] iommufd: Change the order of MSI setup

[PATCH] iommu/mediatek: Fix forever loop in error handling
 2022-12-07 15:56 UTC 

[PATCH v2 0/7] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2022-12-07 14:30 UTC  (33+ messages)
` [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 7/7] iommu/s390: flush queued IOVAs on RPCIT out of resource indication

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

[PATCH v5 14/19] iommufd: Add kAPI toward external drivers for kernel access
 2022-12-06 20:40 UTC  (4+ messages)

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

[PATCH v3 1/9] dt-bindings: arm-smmu: Allow 3 power domains on SM6375 MMU500
 2022-12-06  9:56 UTC  (4+ messages)

[PATCH] hwmon/coretemp: Simplify platform device antics
 2022-12-06  5:54 UTC  (4+ messages)

[PATCH] dma-mapping: benchmark: Fix compile error in user-space tool
 2022-12-06  3:13 UTC  (2+ messages)

[PATCH] iommu/vt-d: Fix buggy QAT device mask
 2022-12-05 16:29 UTC  (3+ messages)

[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.1
 2022-12-05 13:28 UTC  (3+ messages)
` [PATCH 1/1] iommu/vt-d: Fix buggy QAT device mask

[PATCH v3] iommu/vt-d: Add a fix for devices need extra dtlb flush
 2022-12-05 13:19 UTC  (7+ messages)

[PATCH v2] iommu/mediatek: Fix crash on isr after kexec()
 2022-12-05 10:55 UTC  (4+ messages)

[PATCH] iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITY
 2022-12-05 10:53 UTC  (3+ messages)

[PATCH] iommu/amd: Fix typo in macro parameter name
 2022-12-05 10:48 UTC  (2+ messages)

[PATCH v7 0/6] iommu/mediatek: Improve safety from invalid dts input
 2022-12-05 10:46 UTC  (2+ messages)

[PATCH v5 0/4] MT8188 IOMMU SUPPORT
 2022-12-05  9:50 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: mediatek: mt8188: Add binding for MM & INFRA IOMMU
` [PATCH v5 2/4] iommu/mediatek: Adjust mtk_iommu_config flow
` [PATCH v5 3/4] iommu/mediatek: Add enable IOMMU SMC command for INFRA master
` [PATCH v5 4/4] iommu/mediatek: Add MT8188 IOMMU Support

[PATCH 0/4] [PULL REQUEST] iommu/vt-d: Fixes for v6.1-rc8
 2022-12-03  0:54 UTC  (8+ messages)
` [PATCH 1/4] iommu/vt-d: Add a fix for devices need extra dtlb flush
` [PATCH 2/4] iommu/vt-d: Fix PCI device refcount leak in prq_event_thread()
` [PATCH 3/4] iommu/vt-d: Fix PCI device refcount leak in has_external_pci()
` [PATCH 4/4] iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()

[git pull] IOMMU Fixes for Linux v6.1-rc7
 2022-12-03  0:10 UTC  (2+ messages)

[PATCH v2] iommu: fix smmu initialization memory leak problem
 2022-12-01 13:31 UTC  (6+ messages)

[PATCH v3 00/20] iommu: Retire detach_dev callback
 2022-12-01  4:50 UTC  (39+ messages)
` [PATCH v3 02/20] iommu/apple-dart: Remove "
` [PATCH v3 03/20] iommu/qcom: "
` [PATCH v3 04/20] iommu/exynos: "
` [PATCH v3 05/20] iommu/ipmmu: "
` [PATCH v3 06/20] iommu/mtk: "
` [PATCH v3 07/20] iommu/rockchip: "
` [PATCH v3 08/20] iommu/sprd: "
` [PATCH v3 09/20] iommu/sun50i: "
` [PATCH v3 10/20] iommu: Add set_platform_dma iommu ops
` [PATCH v3 11/20] iommu/fsl_pamu: Add set_platform_dma callback
` [PATCH v3 18/20] iommu: Call set_platform_dma if default domain is unavailable
` [PATCH v3 20/20] iommu: Rename attach_dev to set_dev

[PATCH 0/2] iommu/vt-d: Fix PCI device reference count leak
 2022-12-01  4:04 UTC  (2+ messages)

[PATCH v2] iommu/vt-d: fix pci device refcount leak in prq_event_thread()
 2022-12-01  4:03 UTC  (2+ messages)

[PATCH v5 05/19] iommufd: Document overview of iommufd
 2022-12-01  0:08 UTC  (3+ messages)

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2022-11-30 23:32 UTC  (7+ messages)
` [PATCH v3 13/13] dma: arm64: Add CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC and enable it for arm64

[PATCH] iommu/s390: Remove duplicate statement
 2022-11-30 16:29 UTC 

[Patch v3 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-30 16:11 UTC  (23+ messages)
` [Patch v3 05/14] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [Patch v3 07/14] x86/hyperv: Change vTOM handling to use standard coco mechanisms

[PATCH v2] iommu/vt-d: Add a fix for devices need extra dtlb flush
 2022-11-30  0:34 UTC  (5+ messages)

stop drivers from passing GFP_COMP to dma_alloc_coherent
 2022-11-29 14:00 UTC  (4+ messages)
` [PATCH 1/7] media: videobuf-dma-contig: use dma_mmap_coherent

[PATCH v5 13/19] iommufd: Add kAPI toward external drivers for physical devices
 2022-11-29  1:09 UTC  (7+ messages)

[PATCH] iommu/mediatek: Fix crash on isr after kexec()
 2022-11-28 22:14 UTC  (3+ messages)

[PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility
 2022-11-28 20:54 UTC  (4+ messages)

[PATCH v5 11/19] iommufd: IOCTLs for the io_pagetable
 2022-11-28 20:09 UTC  (6+ messages)

[PATCH] iommu/vt-d: Add a fix for devices need extra dtlb flush
 2022-11-28 16:13 UTC  (10+ messages)

[PATCH v4 1/1] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
 2022-11-28 16:04 UTC  (5+ messages)


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