iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-10 08:00:06 to 2019-08-15 20:10:04 UTC [more...]

[PATCH v5 00/19] Shared virtual address IOMMU and VT-d support
 2019-08-15 20:13 UTC  (3+ messages)
` [PATCH v5 01/19] iommu: Add a timeout parameter for PRQ response
` [PATCH v5 02/19] iommu: handle page response timeout

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-15 19:46 UTC  (21+ messages)
` [PATCH v3 hmm 01/11] mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
` [PATCH v3 hmm 02/11] mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
` [PATCH v3 hmm 03/11] mm/mmu_notifiers: add a get/put scheme for the registration
` [PATCH v3 hmm 04/11] misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_struct
` [PATCH v3 hmm 05/11] hmm: use mmu_notifier_get/put for 'struct hmm'
` [PATCH v3 hmm 08/11] drm/radeon: use mmu_notifier_get/put for struct radeon_mn
` [PATCH v3 hmm 11/11] mm/mmu_notifiers: remove unregister_no_release

[PATCH v2 00/17] Arm SMMU refactoring
 2019-08-15 18:37 UTC  (18+ messages)
` [PATCH v2 01/17] iommu/arm-smmu: Mask TLBI address correctly
` [PATCH v2 02/17] iommu/qcom: Mask TLBI addresses correctly
` [PATCH v2 03/17] iommu/arm-smmu: Convert GR0 registers to bitfields
` [PATCH v2 04/17] iommu/arm-smmu: Convert GR1 "
` [PATCH v2 05/17] iommu/arm-smmu: Convert context bank "
` [PATCH v2 06/17] iommu/arm-smmu: Rework cb_base handling
` [PATCH v2 07/17] iommu/arm-smmu: Split arm_smmu_tlb_inv_range_nosync()
` [PATCH v2 08/17] iommu/arm-smmu: Get rid of weird "atomic" write
` [PATCH v2 09/17] iommu/arm-smmu: Abstract GR1 accesses
` [PATCH v2 10/17] iommu/arm-smmu: Abstract context bank accesses
` [PATCH v2 11/17] iommu/arm-smmu: Abstract GR0 accesses
` [PATCH v2 12/17] iommu/arm-smmu: Rename arm-smmu-regs.h
` [PATCH v2 13/17] iommu/arm-smmu: Add implementation infrastructure
` [PATCH v2 14/17] iommu/arm-smmu: Move Secure access quirk to implementation
` [PATCH v2 15/17] iommu/arm-smmu: Add configuration implementation hook
` [PATCH v2 16/17] iommu/arm-smmu: Add reset "
` [PATCH v2 17/17] iommu/arm-smmu: Add context init "

Crash kernel with 256 MB reserved memory runs into OOM condition
 2019-08-15 17:00 UTC  (7+ messages)
      ` Messages to kexec@ get moderated (was: Crash kernel with 256 MB reserved memory runs into OOM condition)

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

[PATCH v3 0/2] iommu/arm-smmu: Split pagetable support
 2019-08-15 15:35 UTC  (4+ messages)
` [PATCH v3 1/2] iommu/io-pgtable-arm: Add support for ARM_ADRENO_GPU_LPAE io-pgtable format
` [Freedreno] [PATCH v3 0/2] iommu/arm-smmu: Split pagetable support

[PATCH v2 0/2] add nr_ats_masters for quickly check
 2019-08-15 15:23 UTC  (4+ messages)
` [PATCH v2 1/2] iommu/arm-smmu-v3: don't add a master into smmu_domain before it's ready
` [PATCH v2 2/2] iommu/arm-smmu-v3: add nr_ats_masters for quickly check

[PATCH 00/15] Arm SMMU refactoring
 2019-08-15 15:09 UTC  (19+ messages)
` [PATCH 01/15] iommu/arm-smmu: Convert GR0 registers to bitfields
` [PATCH 04/15] iommu/arm-smmu: Rework cb_base handling
` [PATCH 05/15] iommu/arm-smmu: Split arm_smmu_tlb_inv_range_nosync()
` [PATCH 08/15] iommu/arm-smmu: Abstract context bank accesses
` [PATCH 15/15] iommu/arm-smmu: Add context init implementation hook

next take at setting up a dma mask by default for platform devices
 2019-08-15 14:39 UTC  (17+ 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 00/13] Rework IOMMU API to allow for batching of invalidation
 2019-08-15 14:23 UTC  (19+ messages)
` [PATCH 01/13] iommu: Remove empty iommu_tlb_range_add() callback from iommu_ops
` [PATCH 02/13] iommu/io-pgtable-arm: Remove redundant call to io_pgtable_tlb_sync()
` [PATCH 03/13] iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops
` [PATCH 04/13] iommu: Introduce struct iommu_iotlb_gather for batching TLB flushes
` [PATCH 05/13] iommu: Introduce iommu_iotlb_gather_add_page()
` [PATCH 06/13] iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()
` [PATCH 07/13] iommu/io-pgtable: Introduce tlb_flush_walk() and tlb_flush_leaf()
` [PATCH 08/13] iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers
` [PATCH 09/13] iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()
` [PATCH 10/13] iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
` [PATCH 11/13] iommu/io-pgtable: Remove unused ->tlb_sync() callback
` [PATCH 12/13] iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()
` [PATCH 13/13] iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()

DMA-API: cacheline tracking ENOMEM, dma-debug disabled due to nouveau ?
 2019-08-15 13:50 UTC  (4+ messages)

[PATCH v2 0/2] iommu/iova: enhance the rcache optimization
 2019-08-15 12:11 UTC  (3+ messages)
` [PATCH v2 1/2] iommu/iova: introduce iova_magazine_compact_pfns()
` [PATCH v2 2/2] iommu/iova: enhance the rcache optimization

[PATCH v9 00/21] MT8183 IOMMU SUPPORT
 2019-08-15 11:50 UTC  (25+ messages)
` [PATCH v9 07/21] iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXT
` [PATCH v9 08/21] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB Mode
` [PATCH v9 09/21] iommu/mediatek: Add bclk can be supported optionally
` [PATCH v9 10/21] iommu/mediatek: Add larb-id remapped support
` [PATCH v9 11/21] iommu/mediatek: Refine protect memory definition
` [PATCH v9 12/21] iommu/mediatek: Move reset_axi into plat_data
` [PATCH v9 13/21] iommu/mediatek: Move vld_pa_rng "
` [PATCH v9 14/21] memory: mtk-smi: Add gals support
` [PATCH v9 15/21] iommu/mediatek: Add mt8183 IOMMU support
` [PATCH v9 16/21] iommu/mediatek: Add mmu1 support
` [PATCH v9 17/21] memory: mtk-smi: Invoke pm runtime_callback to enable clocks
` [PATCH v9 18/21] memory: mtk-smi: Add bus_sel for mt8183
` [PATCH v9 19/21] iommu/mediatek: Fix VLD_PA_RNG register backup when suspend
` [PATCH v9 20/21] memory: mtk-smi: Get rid of need_larbid
` [PATCH v9 21/21] iommu/mediatek: Clean up struct mtk_smi_iommu

[PATCH v4 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-08-15 11:13 UTC  (6+ messages)

[PATCH V5 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-08-15 11:09 UTC  (6+ 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
` [PATCH V5 5/5] iommu/amd: Convert AMD iommu driver to the dma-iommu api

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

[PATCH v9 0/5] treewide: improve R-Car SDHI performance
 2019-08-15  7:30 UTC  (2+ messages)

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

[PATCH] iommu/arm-smmu-v3: add nr_ats_masters to avoid unnecessary operations
 2019-08-15  5:46 UTC  (6+ messages)

[PATCH v4 00/22] Shared virtual address IOMMU and VT-d support
 2019-08-14 20:17 UTC  (12+ messages)
` [PATCH v4 13/22] iommu/vt-d: Enlightened PASID allocation
` [PATCH v4 20/22] iommu/vt-d: Add bind guest PASID support
` [PATCH v4 21/22] iommu/vt-d: Support flushing more translation cache types

[GIT PULL] dma mapping fixes for 5.3-rc
 2019-08-14 18:25 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.3-rc4
 2019-08-14 18:25 UTC  (2+ messages)

[PATCH 5.2 085/144] iommu/vt-d: Check if domain->pgd was allocated
 2019-08-14 17:00 UTC 

convert microblaze to the generic dma remap allocator
 2019-08-14 14:03 UTC  (3+ messages)
` [PATCH 1/2] microblaze/nommu: use the generic uncached segment support
` [PATCH 2/2] microblaze: use the generic dma coherent remap allocator

convert sh to the generic dma remap allocator
 2019-08-14 13:46 UTC  (2+ messages)
` [PATCH] sh: use the generic dma coherent "

[PATCH] iommu/amd: Override wrong IVRS IOAPIC on Raven Ridge systems
 2019-08-14  8:55 UTC  (4+ messages)

[PATCH] iommu: exynos: Remove __init annotation from exynos_sysmmu_probe()
 2019-08-14  8:51 UTC  (2+ messages)

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-08-13 15:45 UTC  (16+ messages)

[PATCH 0/3] iommu/vtd: Per device dma ops
 2019-08-13  7:38 UTC  (5+ messages)
` [PATCH 2/3] iommu/vt-d: Apply per-device dma_ops

[PATCH] dma-mapping: Use unsigned types for size checks
 2019-08-12 19:03 UTC 

[PATCH v3 0/4] Qcom smmu-500 wait-for-safe handling for sdm845
 2019-08-11 19:01 UTC  (5+ messages)
` [PATCH v3 4/4] arm64: dts/sdm845: Enable FW implemented safe sequence handler on MTP


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