iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-08 12:00:57 to 2020-04-14 12:25:25 UTC [more...]

generic DMA bypass flag v3
 2020-04-14 12:25 UTC  (4+ messages)
` [PATCH 1/4] dma-mapping: move the remaining DMA API calls out of line
` [PATCH 2/4] dma-mapping: inline the fast path dma-direct calls
` [PATCH 3/4] dma-mapping: add a dma_ops_bypass flag to struct device

[PATCH v2 0/3] IOMMU user API enhancement
 2020-04-14  8:15 UTC  (18+ messages)
` [PATCH v2 1/3] iommu/uapi: Define uapi version and capabilities

[rfc] dma-mapping: preallocate unencrypted DMA atomic pool
 2020-04-14  6:44 UTC  (17+ 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 1/2] dma-mapping: add a dma_ops_bypass flag to struct device
 2020-04-14  6:30 UTC  (14+ messages)

[PATCH v1 0/2] vfio/pci: expose device's PASID capability to VMs
 2020-04-14  3:42 UTC  (21+ messages)
` [PATCH v1 2/2] vfio/pci: Emulate PASID/PRI capability for VFs

[RFC PATCH] iommu/amd: fix a race in fetch_pte()
 2020-04-14  1:36 UTC  (4+ messages)

[PATCH 0/2] iommu/arm-smmu: Allow client devices to select direct mapping
 2020-04-13 23:12 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH] of_device: removed #include that caused a recursion in included headers
 2020-04-13 23:02 UTC  (4+ messages)

[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-13 22:10 UTC  (18+ messages)
` [RFC PATCH 11/34] iommu: Split off default domain allocation from group assignment
` [RFC PATCH 17/34] iommu/arm-smmu: Store device instead of group in arm_smmu_s2cr
  ` [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
              ` [PATCH] iommu/exynos: Rework intialization
  ` [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths

[PATCH 00/10] IOASID extensions for guest SVA
 2020-04-13 22:06 UTC  (9+ messages)
` [PATCH 05/10] iommu/ioasid: Create an IOASID set for host SVA use
` [PATCH 08/10] iommu/ioasid: Introduce notifier APIs

decruft the vmalloc API
 2020-04-13 20:03 UTC  (62+ 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 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 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
` [PATCH 04/28] dma-mapping: use vmap insted of reimplementing it

[PATCH 0/1] Real DMA dev DMA domain patch
 2020-04-13 16:08 UTC  (9+ messages)
` [PATCH 1/1] iommu/vt-d: use DMA domain for real DMA devices and subdevices

[PATCH v2 0/3] virtio-iommu on x86 and non-devicetree platforms
 2020-04-13 13:22 UTC  (3+ messages)
` [PATCH v2 1/3] iommu/virtio: Add topology description to virtio-iommu config space

[PATCH] dt-bndings: iommu: renesas, ipmmu-vmsa: convert to json-schema
 2020-04-13 10:25 UTC 

[GIT PULL] dma-mapping fixes for 5.7
 2020-04-11 20:10 UTC  (2+ messages)

[PATCH v1 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-04-11  5:52 UTC  (26+ messages)
` [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 v11 00/10] Nested Shared Virtual Address (SVA) VT-d support
 2020-04-10 21:56 UTC  (17+ 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 0/2] iommu: Remove iommu_sva_ops::mm_exit()
 2020-04-10 15:52 UTC  (23+ messages)
` [PATCH 1/2] uacce: Remove mm_exit() op
` [PATCH 2/2] iommu: Remove iommu_sva_ops::mm_exit()

[PATCH] netfilter: nft_fwd_netdev: Fix CONFIG_NET_CLS_ACT=n build
 2020-04-10 14:31 UTC  (2+ messages)

[PATCH] iommu: Fix MTK_IOMMU dependencies
 2020-04-10 14:30 UTC 

[PATCH AUTOSEL 5.4 13/46] dma-mapping: Fix dma_pgprot() for unencrypted coherent pages
 2020-04-10  3:48 UTC 

[PATCH AUTOSEL 5.5 19/56] dma-mapping: Fix dma_pgprot() for unencrypted coherent pages
 2020-04-10  3:47 UTC 

[PATCH AUTOSEL 5.6 28/68] dma-mapping: Fix dma_pgprot() for unencrypted coherent pages
 2020-04-10  3:45 UTC 

[PATCH v6 0/5] iommu/arm-smmu: Split pagetable support for arm-smmu-v2
 2020-04-09 23:33 UTC  (6+ messages)
` [PATCH v6 1/5] iommu: Add DOMAIN_ATTR_SPLIT_TABLES
` [PATCH v6 2/5] iommu/arm-smmu: Add support for TTBR1
` [PATCH v6 3/5] drm/msm: Attach the IOMMU device during initialization
` [PATCH v6 4/5] drm/msm: Refactor address space initialization
` [PATCH v6 5/5] drm/msm/a6xx: Support split pagetables

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

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

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

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


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