iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-29 23:34:48 to 2020-08-07 02:14:56 UTC [more...]

[PATCH 00/21] MT8192 IOMMU support
 2020-08-07  2:13 UTC  (4+ messages)
` [PATCH 11/21] iommu/mediatek: Add power-domain operation

[PATCH] iommu/vt-d:Add support for ACPI device in RMRR
 2020-08-07  1:07 UTC  (15+ messages)
  ` 答复: "
      ` 答复: "
          ` 答复: "
              ` 答复: "
                  ` 答复: "
                      ` 答复: "

[PATCH v3 0/2] dma-pool fixes
 2020-08-07  0:16 UTC  (4+ messages)
` [PATCH v3 1/2] dma-pool: fix coherent pool allocations for IOMMU mappings
` [PATCH v3 2/2] dma-pool: Only allocate from CMA when in same memory zone

[PATCH 0/3] iommu/tegra-smmu: Reference count fixes
 2020-08-06 15:54 UTC  (4+ messages)
` [PATCH 1/3] iommu/tegra-smmu: Set IOMMU group name
` [PATCH 2/3] iommu/tegra-smmu: Balance IOMMU group reference count
` [PATCH 3/3] iommu/tegra-smmu: Prune IOMMU group when it is released

[PATCH v2 0/2] dma-pool fixes
 2020-08-06 13:55 UTC  (8+ messages)
` [PATCH v2 1/2] dma-pool: fix coherent pool allocations for IOMMU mappings
` [PATCH v2 2/2] dma-pool: Only allocate from CMA when in same memory zone

upstream boot error: general protection fault in swiotlb_map
 2020-08-06 10:46 UTC 

[RFC PATCH] dma-iommu: allow devices to set IOVA range dynamically
 2020-08-06  6:58 UTC  (2+ messages)

[PATCH v2 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-05 17:11 UTC  (34+ messages)
` [PATCH v2 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v2 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH v2 03/17] arm, xtensa: simplify initialization of high memory pages
` [PATCH v2 04/17] arm64: numa: simplify dummy_numa_init()
` [PATCH v2 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH v2 06/17] riscv: drop unneeded node initialization
` [PATCH v2 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH v2 08/17] memblock: make for_each_memblock_type() iterator private
` [PATCH v2 09/17] memblock: make memblock_debug and related functionality private
` [PATCH v2 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH v2 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH v2 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH v2 13/17] x86/setup: simplify initrd relocation and reservation
` [PATCH v2 14/17] x86/setup: simplify reserve_crashkernel()
` [PATCH v2 15/17] memblock: remove unused memblock_mem_size()
` [PATCH v2 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [PATCH v2 17/17] memblock: use separate iterators for memory and reserved regions

[PATCH v3 36/38] virtio-iommu: convert to LE accessors
 2020-08-05 13:44 UTC 

[GIT PULL] dma-mapping updates for 5.9
 2020-08-05  1:05 UTC  (2+ messages)

VFIO/IOMMU/PCI MC at LPC20 - Call for Topics
 2020-08-04 10:34 UTC 

[PATCH 1/1] iommu/arm-smmu: Implement qcom,skip-init
 2020-08-03 23:57 UTC  (10+ messages)

[PATCH v3] iommu/arm-smmu-v3: permit users to disable MSI polling
 2020-08-03 20:40 UTC  (3+ messages)

[PATCH v10 00/11] PCI: brcmstb: enable PCIe for STB chips
 2020-08-03 19:45 UTC  (2+ messages)
` [PATCH v10 07/11] device-mapping: Introduce DMA range map, supplanting dma_pfn_offset

[PATCH v11 00/12] iommu/arm-smmu: Add Adreno SMMU specific implementation
 2020-08-03 19:35 UTC  (13+ messages)
` [PATCH v11 01/12] iommu/arm-smmu: Pass io-pgtable config to implementation specific function
` [PATCH v11 02/12] iommu/arm-smmu: Add support for split pagetables
` [PATCH v11 03/12] iommu/arm-smmu: Prepare for the adreno-smmu implementation
` [PATCH v11 04/12] iommu: Add a domain attribute to get/set a pagetable configuration
` [PATCH v11 05/12] iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
` [PATCH v11 06/12] dt-bindings: arm-smmu: Add compatible string for Adreno "
` [PATCH v11 07/12] drm/msm: Add a context pointer to the submitqueue
` [PATCH v11 08/12] drm/msm: Set the global virtual address range from the IOMMU domain
` [PATCH v11 09/12] drm/msm: Add support to create a local pagetable
` [PATCH v11 10/12] drm/msm: Add support for private address space instances
` [PATCH v11 11/12] drm/msm/a6xx: Add support for per-instance pagetables
` [PATCH v11 12/12] arm: dts: qcom: sm845: Set the compatible string for the GPU SMMU

[PATCH v6 00/12] x86: tag application address space for devices
 2020-08-03 19:24 UTC  (15+ messages)
` [PATCH v6 09/12] x86/process: Clear PASID state for a newly forked/cloned thread
` [PATCH v6 12/12] x86/traps: Fix up invalid PASID

dma-pool fixes
 2020-08-03 18:30 UTC  (31+ messages)
                        ` revert scope for 5.8, was "

[RFC v2 0/5] Restricted DMA
 2020-08-03 15:15 UTC  (5+ messages)
` [RFC v2 4/5] dt-bindings: of: Add plumbing for restricted DMA pool

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

[PATCH 1/2] iommu/iova: Retry from last rb tree node if iova search fails
 2020-08-03 10:00 UTC  (4+ messages)
` [PATCH 2/2] iommu/iova: Free global iova rcache on iova alloc failure

[RFC PATCH 00/17] Drop uses of pci_read_config_*() return value
 2020-08-03  6:56 UTC  (9+ messages)
` [RFC PATCH 15/17] iommu/vt-d: "

[PATCH v3 0/4] iommu aux-domain APIs extensions
 2020-08-03  2:15 UTC  (31+ 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] MAINTAINERS: update QUALCOMM IOMMU after Arm SSMU drivers move
 2020-08-02  6:53 UTC 

[PATCH 00/15] memblock: seasonal cleaning^w cleanup
 2020-08-02 13:14 UTC  (14+ messages)
` [PATCH 04/15] arm64: numa: simplify dummy_numa_init()
` [PATCH 06/15] powerpc: fadamp: simplify fadump_reserve_crash_area()
` [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 v5] PCI/ACS: Enable PCI_ACS_TB and disable only when needed for ATS
 2020-08-02  0:30 UTC  (4+ messages)

[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

[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  (13+ messages)

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

[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


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