iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-24 11:07:34 to 2020-07-31 23:34:29 UTC [more...]

[PATCH v6 00/12] x86: tag application address space for devices
 2020-07-31 23:34 UTC  (3+ messages)
` [PATCH v6 12/12] x86/traps: Fix up invalid PASID

[PATCH v5 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-07-31 23:11 UTC  (3+ messages)
` [PATCH v5 1/2] dma-contiguous: provide the ability to reserve per-numa CMA
` [PATCH v5 2/2] arm64: mm: reserve per-numa CMA to localize coherent dma buffers

[RFC v2 0/5] Restricted DMA
 2020-07-31 20:58 UTC  (8+ messages)
` [RFC v2 1/5] swiotlb: Add io_tlb_mem struct
` [RFC v2 2/5] swiotlb: Add device swiotlb pool
` [RFC v2 3/5] swiotlb: Use device swiotlb pool if available
` [RFC v2 4/5] dt-bindings: of: Add plumbing for restricted DMA pool
` [RFC v2 5/5] "

dma-pool fixes
 2020-07-31 19:04 UTC  (21+ messages)
` [PATCH 1/2] dma-pool: fix coherent pool allocations for IOMMU mappings
` [PATCH 2/2] dma-pool: Only allocate from CMA when in same memory zone

[PATCH v3 0/4] iommu aux-domain APIs extensions
 2020-07-31 18:14 UTC  (29+ messages)
` [PATCH v3 1/4] iommu: Check IOMMU_DEV_FEAT_AUX feature in aux api's
` [PATCH v3 2/4] iommu: Add iommu_aux_at(de)tach_group()
` [PATCH v3 3/4] iommu: Add iommu_aux_get_domain_for_dev()
` [PATCH v3 4/4] vfio/type1: Use iommu_aux_at(de)tach_group() APIs

[PATCH v9 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-07-31 14:23 UTC  (15+ messages)
` [PATCH v9 08/12] device core: Introduce DMA range map, supplanting dma_pfn_offset

[PATCH v2] iommu/arm-smmu-v3: disable MSI polling if SEV polling is faster
 2020-07-31 12:43 UTC  (6+ messages)

[PATCH] dma-pool: Do not allocate pool memory from CMA
 2020-07-31 10:09 UTC  (22+ messages)

[PATCH] iommu/vt-d:Add support for ACPI device in RMRR
 2020-07-31  9:06 UTC  (2+ messages)

[PATCH 1/1] iommu/arm-smmu: Implement qcom,skip-init
 2020-07-31  5:48 UTC  (9+ messages)

[PATCH 00/15] memblock: seasonal cleaning^w cleanup
 2020-07-30 12:15 UTC  (32+ messages)
` [PATCH 01/15] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH 02/15] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH 03/15] arm, xtensa: simplify initialization of high memory pages
` [PATCH 04/15] arm64: numa: simplify dummy_numa_init()
` [PATCH 05/15] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH 06/15] powerpc: fadamp: simplify fadump_reserve_crash_area()
` [PATCH 07/15] riscv: drop unneeded node initialization
` [PATCH 08/15] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH 09/15] memblock: make for_each_memblock_type() iterator private
` [PATCH 10/15] memblock: make memblock_debug and related functionality private
` [PATCH 11/15] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH 12/15] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH 13/15] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH 14/15] x86/numa: remove redundant iteration over memblock.reserved
` [PATCH 15/15] memblock: remove 'type' parameter from for_each_memblock()

[PATCH v2] iommu: amd: Fix IO_PAGE_FAULT due to __unmap_single() size overflow
 2020-07-30  7:28 UTC  (4+ messages)

[PATCH v7 0/7] IOMMU user API enhancement
 2020-07-30  0:21 UTC  (8+ messages)
` [PATCH v7 1/7] docs: IOMMU user API
` [PATCH v7 2/7] iommu/uapi: Add argsz for user filled data
` [PATCH v7 3/7] iommu/uapi: Introduce enum type for PASID data format
` [PATCH v7 4/7] iommu/uapi: Use named union for user data
` [PATCH v7 5/7] iommu/uapi: Rename uapi functions
` [PATCH v7 6/7] iommu/uapi: Handle data and argsz filled by users
` [PATCH v7 7/7] iommu/vt-d: Check UAPI data processed by IOMMU core

[PATCH v6 0/6] IOMMU user API enhancement
 2020-07-29 22:05 UTC  (8+ messages)
` [PATCH v6 1/6] docs: IOMMU user API
` [PATCH v6 5/6] iommu/uapi: Handle data and argsz filled by users

[PATCH V5 0/3] iommu: Add support to change default domain of an iommu group
 2020-07-29 20:24 UTC  (6+ messages)
` [PATCH V5 1/3] "
` [PATCH V5 2/3] iommu: Take lock before reading iommu group default domain type
` [PATCH V5 3/3] iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file

[GIT PULL] iommu/arm-smmu: Move driver files into their own subdir
 2020-07-29 12:18 UTC  (2+ messages)

[PATCH v2 0/2] iommu: Move AMD and Intel Kconfig + Makefile bits into their directories
 2020-07-29 12:16 UTC  (3+ messages)

[PATCH v4 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-07-29 11:21 UTC  (8+ messages)
` [PATCH v4 1/2] dma-direct: provide the ability to reserve per-numa CMA
` [PATCH v4 2/2] arm64: mm: reserve per-numa CMA to localize coherent dma buffers

[PATCH v6 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-29  2:20 UTC  (18+ messages)
` [PATCH v6 01/15] vfio/type1: Refactor vfio_iommu_type1_ioctl()
` [PATCH v6 02/15] iommu: Report domain nesting info
` [PATCH v6 03/15] iommu/smmu: Report empty "
` [PATCH v6 04/15] vfio/type1: Report iommu nesting info to userspace
` [PATCH v6 05/15] vfio: Add PASID allocation/free support
` [PATCH v6 06/15] iommu/vt-d: Support setting ioasid set to domain
` [PATCH v6 07/15] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v6 08/15] iommu: Pass domain to sva_unbind_gpasid()
` [PATCH v6 09/15] iommu/vt-d: Check ownership for PASIDs from user-space
` [PATCH v6 10/15] vfio/type1: Support binding guest page tables to PASID
` [PATCH v6 11/15] vfio/type1: Allow invalidating first-level/stage IOMMU cache
` [PATCH v6 12/15] vfio/type1: Add vSVA support for IOMMU-backed mdevs
` [PATCH v6 13/15] vfio/pci: Expose PCIe PASID capability to guest
` [PATCH v6 14/15] vfio: Document dual stage control
` [PATCH v6 15/15] iommu/vt-d: Support reporting nesting capability info

[PATCH 1/3] iommu: amd: Fix kerneldoc
 2020-07-28 17:08 UTC  (3+ messages)
` [PATCH 2/3] iommu: intel: Drop kerneldoc marker from regular comment
` [PATCH 3/3] iommu: qcom: Drop of_match_ptr to fix -Wunused-const-variable

[PATCH 00/12] ACPI/OF: Upgrade MSI/IOMMU ID mapping APIs
 2020-07-28 17:01 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/12] ACPI/IORT: Add an input ID to acpi_dma_configure()

[PATCH v3 1/1] PCI/ATS: Check PRI supported on the PF device when SRIOV is enabled
 2020-07-28 16:31 UTC  (4+ messages)

[PATCH 0/5] iommu/arm-smmu: Support maintaining bootloader mappings
 2020-07-28 15:27 UTC  (5+ messages)
` [PATCH 5/5] iommu/arm-smmu: Setup identity domain for boot mappings

[PATCH 0/4] Bounced DMA support
 2020-07-28  5:05 UTC  (7+ messages)
` [PATCH 1/4] dma-mapping: Add bounced DMA ops

[PATCH] iommu: amd: Add missing function prototypes to fix -Wmissing-prototypes
 2020-07-27 18:36 UTC 

[PATCH] iommu: mtk: Drop of_match_ptr to fix -Wunused-const-variable
 2020-07-27 18:18 UTC 

[PATCH v10 00/13] iommu/arm-smmu: Add Adreno SMMU specific implementation
 2020-07-27 17:17 UTC  (12+ messages)
` [PATCH v10 04/13] iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
` [PATCH v10 06/13] iommu/arm-smmu-qcom: Get and set the pagetable config for split pagetables
  ` [Freedreno] "
` [PATCH v10 07/13] dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU
` [PATCH v10 08/13] drm/msm: Add a context pointer to the submitqueue

[PATCH 10/11] media: exynos4-is: Prevent duplicate call to media_pipeline_stop
 2020-07-27 13:48 UTC  (2+ messages)

[PATCH 00/21] MT8192 IOMMU support
 2020-07-27  8:49 UTC  (6+ messages)
` [PATCH 11/21] iommu/mediatek: Add power-domain operation
` [PATCH 18/21] iommu/mediatek: Add support for multi domain

[PATCH v2] dma-contiguous: cleanup dma_alloc_contiguous
 2020-07-27  6:59 UTC  (2+ messages)

[PATCH v2 03/12] ACPI/IORT: Make iort_msi_map_rid() PCI agnostic
 2020-07-27  6:06 UTC  (3+ messages)
  ` [EXT] "

[PATCH v5 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-25  8:54 UTC  (4+ messages)
` [PATCH v5 14/15] vfio: Document dual stage control

[git pull] IOMMU Fix for Linux v5.8-rc6
 2020-07-24 21:40 UTC  (2+ messages)

[PATCH v2 1/1] iommu/vt-d: Skip TE disabling on quirky gfx dedicated iommu
 2020-07-24 12:34 UTC  (2+ messages)

[PATCH v2 0/2] Some improvements for iommu
 2020-07-24 12:30 UTC  (5+ messages)
` [PATCH v2 2/2] iommu: Add gfp parameter to io_pgtable_ops->map()

[GIT PULL] iommu/arm-smmu: Updates for 5.9
 2020-07-24 12:26 UTC  (4+ messages)


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