iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-08 20:10:34 to 2019-08-15 11:13:59 UTC [more...]

[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

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

remove default fallbacks in dma_map_ops v3
 2019-08-15 10:50 UTC  (9+ messages)
` [PATCH 6/8] arm-nommu: call dma_mmap_from_dev_coherent directly
` [PATCH 7/8] parisc: don't set ARCH_NO_COHERENT_DMA_MMAP
` [PATCH 8/8] dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAP

[PATCH v9 00/21] MT8183 IOMMU SUPPORT
 2019-08-15 10:18 UTC  (30+ messages)
` [PATCH v9 01/21] dt-bindings: mediatek: Add binding for mt8183 IOMMU and SMI
` [PATCH v9 02/21] iommu/mediatek: Use a struct as the platform data
` [PATCH v9 03/21] memory: mtk-smi: Use a general config_port interface
` [PATCH v9 04/21] memory: mtk-smi: Use a struct for the platform data for smi-common
` [PATCH v9 05/21] iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr helpers
` [PATCH v9 06/21] iommu/io-pgtable-arm-v7s: Use ias/oas to check the valid iova/pa
` [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 v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-15  8:28 UTC  (20+ 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 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 v6 0/8] iommu: Bounce page for untrusted devices
 2019-08-15  6:15 UTC  (4+ messages)
` [PATCH v6 5/8] iommu: Add bounce page APIs

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

[PATCH v2 0/2] add nr_ats_masters for quickly check
 2019-08-15  5:44 UTC  (3+ 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 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 00/13] Rework IOMMU API to allow for batching of invalidation
 2019-08-14 17:56 UTC  (14+ 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-14 17:49 UTC  (2+ messages)

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

next take at setting up a dma mask by default for platform devices
 2019-08-14 15:49 UTC  (9+ 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

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

Crash kernel with 256 MB reserved memory runs into OOM condition
 2019-08-13  2:54 UTC  (6+ messages)

[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

[PATCH v4 0/6] Remove x86-specific code from generic headers
 2019-08-10  7:46 UTC  (4+ messages)

[PATCH 0/3] Disable IOMMU Passthrough when SME is active
 2019-08-09 20:32 UTC  (6+ messages)
` [PATCH 1/3] iommu: Print default domain type on boot
` [PATCH 2/3] iommu: Set default domain type at runtime
` [PATCH 3/3] iommu: Disable passthrough mode when SME is active

[PATCH 0/8] iommu/omap: misc fixes
 2019-08-09 16:50 UTC  (5+ messages)
` [PATCH 6/8] iommu/omap: introduce new API for runtime suspend/resume control
  ` [PATCH] iommu/omap: Fix compilation warnings "

[PATCH 1/2] iommu/vt-d: Detach domain before using a private one
 2019-08-09 15:35 UTC  (6+ messages)
` [PATCH 2/2] iommu/vt-d: Fix possible use-after-free of private domain

[PATCH v6 22/57] iommu: Remove dev_err() usage after platform_get_irq()
 2019-08-09 15:33 UTC  (2+ messages)

[PATCH] iommu/dma: Handle SG length overflow better
 2019-08-09 15:32 UTC  (5+ messages)

[PATCH] iommu/amd: Re-factor guest virtual APIC (de-)activation code
 2019-08-09 15:31 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Correctly check format of page table in debugfs
 2019-08-09 15:29 UTC  (3+ messages)

[PATCH v4 1/8] dma: debug: Replace strncmp with str_has_prefix
 2019-08-09  7:10 UTC 

[PATCH v4 0/8] Replace strncmp with str_has_prefix
 2019-08-09  7:10 UTC 


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