iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-05 08:34:17 to 2020-04-09 12:47:25 UTC [more...]

[PATCH v1 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-04-09 12:47 UTC  (37+ messages)
` [PATCH v1 1/8] vfio: Add VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [PATCH v1 5/8] vfio/type1: Report 1st-level/stage-1 format to userspace
` [PATCH v1 6/8] vfio/type1: Bind guest page tables to host
` [PATCH v1 7/8] vfio/type1: Add VFIO_IOMMU_CACHE_INVALIDATE

[PATCH 0/2] iommu: Remove iommu_sva_ops::mm_exit()
 2020-04-09 12:12 UTC  (15+ messages)
` [PATCH 1/2] uacce: Remove mm_exit() op
` [PATCH 2/2] iommu: Remove iommu_sva_ops::mm_exit()

"DMAR hardware is malfunctioning" error when powering off
 2020-04-09 12:01 UTC 

decruft the vmalloc API
 2020-04-09 11:46 UTC  (56+ messages)
` [PATCH 01/28] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 02/28] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 03/28] staging: media: ipu3: use vmap insted of reimplementing it
` [PATCH 04/28] dma-mapping: "
` [PATCH 05/28] powerpc: add an ioremap_phb helper
` [PATCH 06/28] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 07/28] mm: remove __get_vm_area
` [PATCH 08/28] mm: unexport unmap_kernel_range_noflush
` [PATCH 09/28] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [PATCH 10/28] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 11/28] mm: pass addr as unsigned long to vb_free
` [PATCH 12/28] mm: remove vmap_page_range_noflush and vunmap_page_range
` [PATCH 13/28] mm: rename vmap_page_range to map_kernel_range
` [PATCH 14/28] mm: don't return the number of pages from map_kernel_range{, _noflush}
` [PATCH 15/28] mm: remove map_vm_range
` [PATCH 16/28] mm: remove unmap_vmap_area
` [PATCH 17/28] mm: remove the prot argument from vm_map_ram
` [PATCH 18/28] mm: enforce that vmap can't map pages executable
` [PATCH 19/28] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [PATCH 20/28] mm: remove the pgprot argument to __vmalloc
` [PATCH 21/28] mm: remove the prot argument to __vmalloc_node
` [PATCH 22/28] mm: remove both instances of __vmalloc_node_flags
` [PATCH 23/28] mm: remove __vmalloc_node_flags_caller
` [PATCH 24/28] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 25/28] mm: remove vmalloc_user_node_flags
` [PATCH 26/28] arm64: use __vmalloc_node in arch_alloc_vmap_stack
` [PATCH 27/28] s390: use __vmalloc_node in alloc_vm_stack
` [PATCH 28/28] s390: use __vmalloc_node in stack_alloc

[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-09 11:46 UTC  (43+ messages)
` [RFC PATCH 01/34] iommu: Move default domain allocation to separate function
` [RFC PATCH 02/34] iommu: Add def_domain_type() callback in iommu_ops
` [RFC PATCH 03/34] iommu/amd: Implement iommu_ops->def_domain_type call-back
` [RFC PATCH 04/34] iommu/vt-d: Wire up iommu_ops->def_domain_type
` [RFC PATCH 05/34] iommu/amd: Remove dma_mask check from check_device()
` [RFC PATCH 06/34] iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
` [RFC PATCH 07/34] iommu: Add probe_device() and remove_device() call-backs
` [RFC PATCH 08/34] iommu: Move default domain allocation to iommu_probe_device()
` [RFC PATCH 09/34] iommu: Keep a list of allocated groups in __iommu_probe_device()
` [RFC PATCH 10/34] iommu: Move new probe_device path to separate function
` [RFC PATCH 11/34] iommu: Split off default domain allocation from group assignment
` [RFC PATCH 12/34] iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
` [RFC PATCH 13/34] iommu: Export bus_iommu_probe() and make is safe for re-probing
` [RFC PATCH 14/34] iommu/amd: Remove dev_data->passthrough
` [RFC PATCH 15/34] iommu/amd: Convert to probe/release_device() call-backs
` [RFC PATCH 16/34] iommu/vt-d: "
` [RFC PATCH 17/34] iommu/arm-smmu: Store device instead of group in arm_smmu_s2cr
` [RFC PATCH 18/34] iommu/arm-smmu: Convert to probe/release_device() call-backs
` [RFC PATCH 19/34] iommu/pamu: "
` [RFC PATCH 20/34] iommu/s390: "
` [RFC PATCH 21/34] iommu/virtio: "
` [RFC PATCH 22/34] iommu/msm: "
` [RFC PATCH 23/34] iommu/mediatek: "
` [RFC PATCH 24/34] iommu/mediatek-v1 "
` [RFC PATCH 25/34] iommu/qcom: "
` [RFC PATCH 26/34] iommu/rockchip: "
` [RFC PATCH 27/34] iommu/tegra: "
` [RFC PATCH 28/34] iommu/renesas: "
` [RFC PATCH 29/34] iommu/omap: Remove orphan_dev tracking
` [RFC PATCH 30/34] iommu/omap: Convert to probe/release_device() call-backs
` [RFC PATCH 31/34] iommu/exynos: Create iommu_device in struct exynos_iommu_owner
      ` [PATCH] iommu/exynos: Get rid of 'struct exynos_iommu_owner' exynos_iommu_owner
` [RFC PATCH 32/34] iommu/exynos: Convert to probe/release_device() call-backs
` [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths
` [RFC PATCH 34/34] iommu: Unexport iommu_group_get_for_dev()

[PATCH v11 00/10] Nested Shared Virtual Address (SVA) VT-d support
 2020-04-09 10:31 UTC  (14+ messages)
` [PATCH v11 02/10] iommu/uapi: Define a mask for bind data
` [PATCH v11 04/10] iommu/vt-d: Add nested translation helper function
` [PATCH v11 05/10] iommu/vt-d: Add bind guest PASID support
` [PATCH v11 07/10] iommu/vt-d: Add svm/sva invalidate function
` [PATCH v11 08/10] iommu/vt-d: Cache virtual command capability register
` [PATCH v11 10/10] iommu/vt-d: Add custom allocator for IOASID

[PATCH v1 0/2] vfio/pci: expose device's PASID capability to VMs
 2020-04-09  7:35 UTC  (12+ messages)
` [PATCH v1 2/2] vfio/pci: Emulate PASID/PRI capability for VFs

[git pull] IOMMU Updates for Linux v5.7
 2020-04-09  4:05 UTC  (2+ messages)

[PATCH v4] iommu/vt-d: consider real PCI device when checking if mapping is needed
 2020-04-09  0:33 UTC  (4+ messages)

[rfc] dma-mapping: preallocate unencrypted DMA atomic pool
 2020-04-08 21:21 UTC  (11+ messages)
    ` [rfc 0/6] unencrypted atomic DMA pools with dynamic expansion
      ` [rfc v2 "
        ` [rfc v2 1/6] dma-remap: separate DMA atomic pools from direct remap code
        ` [rfc v2 2/6] dma-pool: add additional coherent pools to map to gfp mask
        ` [rfc v2 3/6] dma-pool: dynamically expanding atomic pools
        ` [rfc v2 4/6] dma-direct: atomic allocations must come from atomic coherent pools
        ` [rfc v2 5/6] x86/mm: unencrypted non-blocking DMA allocations use "
        ` [rfc v2 6/6] dma-pool: scale the default DMA coherent pool size with memory capacity

[PATCH v2] dma-debug: fix displaying of dma allocation type
 2020-04-08 19:49 UTC  (3+ messages)

[PATCH] dma-debug: fix displaying of dma allocation type
 2020-04-08 19:16 UTC  (4+ messages)

[PATCH] dma-direct: Fix data truncation in dma_direct_get_required_mask()
 2020-04-08 18:52 UTC  (2+ messages)

[RFC PATCH] iommu/amd: fix a race in fetch_pte()
 2020-04-08 14:19 UTC  (3+ messages)

[PATCH v2 0/4] iommu: Add Allwinner H6 IOMMU driver
 2020-04-08 14:06 UTC  (5+ messages)
` [PATCH v2 2/4] "

[PATCH] iommu/qcom:fix local_base status check
 2020-04-08 11:27 UTC  (3+ messages)
  `  "

[PATCH 00/10] IOASID extensions for guest SVA
 2020-04-07 11:01 UTC  (14+ messages)
` [PATCH 03/10] iommu/ioasid: Introduce per set allocation APIs
` [PATCH 05/10] iommu/ioasid: Create an IOASID set for host SVA use
` [PATCH 06/10] iommu/ioasid: Convert to set aware allocations

[PATCH 1/2] dma-mapping: add a dma_ops_bypass flag to struct device
 2020-04-07 10:12 UTC  (14+ messages)

[PATCH 00/19] [PULL REQUEST] iommu/vt-d: patches for v5.7
 2020-04-07  0:09 UTC  (16+ messages)
` [PATCH 05/19] iommu/vt-d: Add def_domain_type callback
` [PATCH 06/19] iommu/vt-d: Apply per-device dma_ops
` [PATCH 07/19] iommu/vt-d: Move domain helper to header
` [PATCH 10/19] iommu/vt-d: Add nested translation helper function
` [PATCH 11/19] iommu/vt-d: Add bind guest PASID support
` [PATCH 12/19] iommu/vt-d: Support flushing more translation cache types
` [PATCH 13/19] iommu/vt-d: Add svm/sva invalidate function
` [PATCH 14/19] iommu/vt-d: Cache virtual command capability register
` [PATCH 15/19] iommu/vt-d: Enlightened PASID allocation
` [PATCH 16/19] iommu/vt-d: Add custom allocator for IOASID
` [PATCH 17/19] iommu/vt-d: Add get_domain_info() helper
` [PATCH 18/19] iommu/vt-d: Report SVA feature with generic flag
` [PATCH 19/19] iommu/vt-d: Replace intel SVM APIs with generic SVA APIs

[RFC/RFT][PATCH v2] dma-mapping: set default segment_boundary_mask to ULONG_MAX
 2020-04-06 21:06 UTC 

[RFC/RFT][PATCH] dma-mapping: set default segment_boundary_mask to ULONG_MAX
 2020-04-06 21:00 UTC  (3+ messages)

[PATCH v2 0/8] Sort out SMMUv3 ATC invalidation and locking
 2020-04-06 15:11 UTC  (4+ messages)
` arm-smmu-v3 high cpu usage for NVMe

How to fix WARN from drivers/base/dd.c in next-20200401 if CONFIG_MODULES=y?
 2020-04-06 10:01 UTC  (6+ messages)

[PATCH v10 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-04-06  6:29 UTC  (5+ messages)
` [PATCH v10 04/11] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type


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