iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-15 20:10:58 to 2019-08-21 02:46:20 UTC [more...]

[PATCH 0/4] iommu: Add support to change default domain of a group
 2019-08-21  2:42 UTC  (5+ messages)
` [PATCH 1/4] iommu/vt-d: Modify device_def_domain_type() to use at runtime
` [PATCH 2/4] iommu: Add device_def_domain_type() call back function to iommu_ops
` [PATCH 3/4] iommu: Add support to change default domain of an iommu_group
` [PATCH 4/4] iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file

/proc/vmcore and wrong PAGE_OFFSET
 2019-08-20 21:21 UTC 

[PATCH 00/11 v3] Cleanup IOMMU passthrough setting (and disable IOMMU Passthrough when SME is active)
 2019-08-20 21:18 UTC  (14+ messages)
` [PATCH 01/11] iommu: Remember when default domain type was set on kernel command line
` [PATCH 02/11] iommu: Add helpers to set/get default domain type
` [PATCH 03/11] iommu: Use Functions to set default domain type in iommu_set_def_domain_type()
` [PATCH 04/11] iommu/amd: Request passthrough mode from IOMMU core
` [PATCH 05/11] iommu/vt-d: "
` [PATCH 06/11] x86/dma: Get rid of iommu_pass_through
` [PATCH 07/11] ia64: "
` [PATCH 08/11] iommu: Print default domain type on boot
` [PATCH 09/11] iommu: Set default domain type at runtime
` [PATCH 10/11] iommu: Disable passthrough mode when SME is active
` [PATCH 11/11] Documentation: Update Documentation for iommu.passthrough

[PATCH] iommu/vt-d: remove global page flush support
 2019-08-20 21:21 UTC 

regression in ath10k dma allocation
 2019-08-20 20:24 UTC  (13+ messages)

[PATCH 0/7] iommu/arm-smmu: Split pagetable support for Adreno GPUs
 2019-08-20 19:06 UTC  (6+ messages)
` [PATCH 1/7] iommu/arm-smmu: Support split pagetables
` [PATCH 2/7] dt-bindings: arm-smmu: Add Adreno GPU variant
` [PATCH 3/7] iommu/arm-smmu: Add a SMMU variant for the Adreno GPU
` [PATCH 4/7] iommu: Add DOMAIN_ATTR_SPLIT_TABLES
` [PATCH 5/7] iommu/arm-smmu: Support DOMAIN_ATTR_SPLIT_TABLES

[PATCH 0/4] iommu/io-pgtable: Cleanup and prep for split tables
 2019-08-20 18:41 UTC  (18+ messages)
` [PATCH 1/4] iommu/io-pgtable-arm: Rationalise MAIR handling
` [PATCH 2/4] iommu/io-pgtable-arm: Rationalise TTBRn handling
` [PATCH 3/4] iommu/io-pgtable-arm: Rationalise TCR handling
` [PATCH 4/4] iommu/io-pgtable-arm: Prepare for TTBR1 usage

[PATCH v2 00/11] Raspberry Pi 4 DMA addressing support
 2019-08-20 17:27 UTC  (15+ messages)
` [PATCH v2 01/11] asm-generic: add dma_zone_size
` [PATCH v2 02/11] arm: use generic dma_zone_size
` [PATCH v2 03/11] of/fdt: add of_fdt_machine_is_compatible function
` [PATCH v2 04/11] of/fdt: add early_init_dt_get_dma_zone_size()
` [PATCH v2 05/11] arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()
` [PATCH v2 06/11] arm64: rename variables used to calculate ZONE_DMA32's size
` [PATCH v2 07/11] arm64: re-introduce max_zone_dma_phys()
` [PATCH v2 08/11] arm64: use both ZONE_DMA and ZONE_DMA32
` [PATCH v2 09/11] dma-direct: turn ARCH_ZONE_DMA_BITS into a variable
` [PATCH v2 10/11] arm64: edit zone_dma_bits to fine tune dma-direct min mask
` [PATCH v2 11/11] mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'

[PATCH 0/4] Sort out SMMUv3 ATC invalidation and locking
 2019-08-20 17:07 UTC  (9+ messages)
` [PATCH 1/4] iommu/arm-smmu-v3: Document ordering guarantees of command insertion
` [PATCH 2/4] iommu/arm-smmu-v3: Rework enabling/disabling of ATS for PCI masters
` [PATCH 3/4] iommu/arm-smmu-v3: Fix ATC invalidation ordering wrt main TLBs
` [PATCH 4/4] iommu/arm-smmu-v3: Avoid locking on invalidation path when not using ATS

[PATCH] iommu/vt-d: Fix wrong analysis whether devices share the same bus
 2019-08-20  8:53 UTC 

[PATCH AUTOSEL 4.9 2/7] iommu/dma: Handle SG length overflow better
 2019-08-20 13:43 UTC 

[PATCH AUTOSEL 4.14 04/12] iommu/dma: Handle SG length overflow better
 2019-08-20 13:42 UTC 

[PATCH AUTOSEL 4.19 17/27] iommu/dma: Handle SG length overflow better
 2019-08-20 13:42 UTC 

[PATCH AUTOSEL 5.2 26/44] iommu/dma: Handle SG length overflow better
 2019-08-20 13:40 UTC  (2+ messages)
` [PATCH AUTOSEL 5.2 27/44] dma-direct: don't truncate dma_required_mask to bus addressing capabilities

[PATCH v2 00/17] Arm SMMU refactoring
 2019-08-20 13:00 UTC  (8+ messages)
` [PATCH v2 17/17] iommu/arm-smmu: Add context init implementation hook

[PATCH v2 0/4] Add system mmu support for Armada-806
 2019-08-20 12:08 UTC  (3+ messages)
` [PATCH v2 1/4] iommu/arm-smmu: Introduce wrapper for writeq/readq

[PATCH] iommu/arm-smmu: Fix build issues
 2019-08-20 11:41 UTC  (2+ messages)

[GIT PULL] iommu/core: Batched unmap support for 5.4
 2019-08-20 10:13 UTC  (2+ messages)

[PATCH V5 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-08-20  9:43 UTC  (14+ messages)
` [PATCH V5 1/5] iommu/amd: Remove unnecessary locking from AMD iommu driver
` [PATCH V5 2/5] iommu: Add gfp parameter to iommu_ops::map
` [PATCH V5 3/5] iommu/dma-iommu: Handle deferred devices
` [PATCH V5 4/5] iommu/dma-iommu: Use the dev->coherent_dma_mask

Build regression in Linux 5.3-rc5 with CONFIG_XEN=y
 2019-08-20  5:46 UTC  (6+ messages)

regression in ath10k dma allocation
 2019-08-20  2:29 UTC 

[PATCH v9 0/5] treewide: improve R-Car SDHI performance
 2019-08-20  1:50 UTC  (10+ messages)
` [PATCH v9 2/5] iommu/dma: Add a new dma_map_ops of get_merge_boundary()
` [PATCH v9 3/5] block: sort headers on blk-setting.c

[PATCH v5 4/7] PCI/ATS: Add PRI support for PCIe VF devices
 2019-08-19 23:19 UTC  (5+ messages)

remove default fallbacks in dma_map_ops v3
 2019-08-19 14:25 UTC  (5+ messages)
` [PATCH 7/8] parisc: don't set ARCH_NO_COHERENT_DMA_MMAP

swiotlb-xen cleanups
 2019-08-19 13:53 UTC  (22+ messages)
` [PATCH 01/11] xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance
  ` [Xen-devel] "
` [PATCH 02/11] xen/arm: use dev_is_dma_coherent
  ` [Xen-devel] "
` [PATCH 03/11] xen/arm: pass one less argument to dma_cache_maint
` [PATCH 04/11] xen/arm: remove xen_dma_ops
  ` [Xen-devel] "
` [PATCH 05/11] xen: remove the exports for xen_{create, destroy}_contiguous_region
` [PATCH 06/11] swiotlb-xen: always use dma-direct helpers to alloc coherent pages
` [PATCH 07/11] swiotlb-xen: provide a single page-coherent.h header
  ` [Xen-devel] "
` [PATCH 08/11] swiotlb-xen: use the same foreign page check everywhere
  ` [Xen-devel] "
` [PATCH 09/11] swiotlb-xen: simplify cache maintainance
` [PATCH 10/11] swiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_page
` [PATCH 11/11] arm64: use asm-generic/dma-mapping.h

[PATCH] iommu/omap: Use the correct type for SLAB_HWCACHE_ALIGN
 2019-08-19 13:07 UTC  (2+ messages)

[PATCH v9 00/21] MT8183 IOMMU SUPPORT
 2019-08-19 11:24 UTC  (9+ messages)
` [PATCH v9 08/21] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB Mode

[PATCH] iommu/amd: Override wrong IVRS IOAPIC on Raven Ridge systems
 2019-08-19  6:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 0/8] iommu: Bounce page for untrusted devices
 2019-08-18  3:07 UTC  (8+ messages)
` [PATCH v6 5/8] iommu: Add bounce page APIs

[PATCH v3 0/2] iommu/arm-smmu: Split pagetable support
 2019-08-16 22:20 UTC  (6+ messages)
` [Freedreno] "

DMA-API: cacheline tracking ENOMEM, dma-debug disabled due to nouveau ?
 2019-08-16 18:45 UTC  (4+ messages)

cleanup the dma_pgprot handling
 2019-08-16 18:05 UTC  (12+ messages)
` [PATCH 1/6] MIPS: remove support for DMA_ATTR_WRITE_COMBINE
` [PATCH 2/6] unicore32: remove the unused pgprot_dmacoherent define
` [PATCH 3/6] arm-nommu: "
` [PATCH 4/6] dma-mapping: remove arch_dma_mmap_pgprot
` [PATCH 5/6] dma-mapping: make dma_atomic_pool_init self-contained
` [PATCH 6/6] arm64: document the choice of page attributes for pgprot_dmacoherent

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-16 15:14 UTC  (2+ messages)

[PATCH v2 0/2] add nr_ats_masters for quickly check
 2019-08-16 10:12 UTC  (4+ messages)
` [PATCH v2 2/2] iommu/arm-smmu-v3: "

[PATCH 00/13] Rework IOMMU API to allow for batching of invalidation
 2019-08-16 10:11 UTC  (4+ messages)

next take at setting up a dma mask by default for platform devices v2
 2019-08-16  7:39 UTC  (8+ messages)
` [PATCH 1/6] usb: don't create dma pools for HCDs with a localmem_pool
` [PATCH 2/6] usb: add a hcd_uses_dma helper
` [PATCH 3/6] usb: add a HCD_DMA flag instead of guestimating DMA capabilities
` [PATCH 4/6] usb/max3421: remove the dummy {un, }map_urb_for_dma methods
` [PATCH 5/6] dma-mapping: remove is_device_dma_capable
` [PATCH 6/6] driver core: initialize a default DMA mask for platform device

[PATCH v5 00/19] Shared virtual address IOMMU and VT-d support
 2019-08-15 22:50 UTC  (13+ messages)
` [PATCH v5 06/19] iommu: Introduce cache_invalidate API
` [PATCH v5 08/19] iommu/ioasid: Add custom allocators
` [PATCH v5 11/19] iommu/vt-d: Add custom allocator for IOASID
` [PATCH v5 12/19] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [PATCH v5 14/19] iommu/vt-d: Avoid duplicated code for PASID setup
` [PATCH v5 15/19] iommu/vt-d: Add nested translation helper function
` [PATCH v5 16/19] iommu/vt-d: Misc macro clean up for SVM
` [PATCH v5 17/19] iommu/vt-d: Add bind guest PASID support
` [PATCH v5 18/19] iommu/vt-d: Support flushing more translation cache types
` [PATCH v5 19/19] iommu/vt-d: Add svm/sva invalidate function


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