iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-09 18:12:06 to 2019-12-18 04:33:05 UTC [more...]

[Patch v2 0/3] iommu: reduce spinlock contention on fast path
 2019-12-18  4:32 UTC  (3+ messages)

[PATCH] powerpc: ensure that swiotlb buffer is allocated from low memory
 2019-12-18  4:05 UTC  (2+ messages)

[PATCH v8 00/10] Nested Shared Virtual Address (SVA) VT-d support
 2019-12-18  4:10 UTC  (16+ messages)
` [PATCH v8 01/10] iommu/vt-d: Move domain helper to header
` [PATCH v8 02/10] iommu/vt-d: Add nested translation helper function
` [PATCH v8 03/10] iommu/vt-d: Add bind guest PASID support
` [PATCH v8 04/10] iommu/vt-d: Support flushing more translation cache types
` [PATCH v8 05/10] iommu/vt-d: Add svm/sva invalidate function
` [PATCH v8 06/10] iommu/vt-d: Cache virtual command capability register
` [PATCH v8 07/10] iommu/vt-d: Enlightened PASID allocation
` [PATCH v8 08/10] iommu/vt-d: Add custom allocator for IOASID
` [PATCH v8 09/10] iommu/ioasid: Add notifier for status change
` [PATCH v8 10/10] iommu/vt-d: Handle IOASID notifications

[RFC PATCH] iommu/vt-d: avoid panic in __dmar_remove_one_dev_info
 2019-12-17 20:49 UTC  (4+ messages)

[PATCH 0/3] iommu/vt-d bad RMRR workarounds
 2019-12-17 19:19 UTC  (11+ messages)
` [PATCH 1/3] iommu/vt-d: skip RMRR entries that fail the sanity check
` [PATCH 2/3] iommu/vt-d: treat unmapped RMRR entries as sane
` [PATCH 3/3] iommu/vt-d: skip invalid RMRR entries

[PATCH v3 00/13] iommu: Add PASID support to Arm SMMUv3
 2019-12-17 17:24 UTC  (28+ messages)
` [PATCH v3 01/13] iommu/arm-smmu-v3: Drop __GFP_ZERO flag from DMA allocation
` [PATCH v3 03/13] iommu/arm-smmu-v3: Support platform SSID
` [PATCH v3 04/13] ACPI/IORT: Support PASID for platform devices
` [PATCH v3 05/13] iommu/arm-smmu-v3: Prepare arm_smmu_s1_cfg for SSID support
` [PATCH v3 06/13] iommu/arm-smmu-v3: Add context descriptor tables allocators
` [PATCH v3 07/13] iommu/arm-smmu-v3: Add support for Substream IDs
` [PATCH v3 08/13] iommu/arm-smmu-v3: Propate ssid_bits
` [PATCH v3 09/13] iommu/arm-smmu-v3: Handle failure of arm_smmu_write_ctx_desc()
` [PATCH v3 10/13] iommu/arm-smmu-v3: Add second level of context descriptor table
` [PATCH v3 11/13] iommu/arm-smmu-v3: Improve add_device() error handling
` [PATCH v3 12/13] PCI/ATS: Add PASID stubs
` [PATCH v3 13/13] iommu/arm-smmu-v3: Add support for PCI PASID

[PATCH v2 0/5] iommu: Implement iommu_put_resv_regions_simple()
 2019-12-17 10:59 UTC  (6+ messages)
` [PATCH v2 2/5] iommu: arm: Use iommu_put_resv_regions_simple()
` [PATCH v2 5/5] iommu: virtio: "

[PATCH] iommu/vt-d: Allocate reserved region for ISA with correct permission
 2019-12-17 10:48 UTC  (5+ messages)

[PATCH] iommu: set group default domain before creating direct mappings
 2019-12-17 10:45 UTC  (3+ messages)

[PATCH 1/1] iommu/vt-d: Fix dmar pte read access not set error
 2019-12-17 10:28 UTC  (12+ messages)

[PATCH v6 2/3] PCI: Add parameter nr_devfns to pci_add_dma_alias
 2019-12-17 10:24 UTC  (5+ messages)

[PATCH] iommu/vt-d: Set ISA bridge reserved region as relaxable
 2019-12-17 10:22 UTC  (6+ messages)

[PATCH v2] iommu/dma: Rationalise types for DMA masks
 2019-12-17 10:18 UTC  (5+ messages)

[PATCH V3] iommu/iova: Init the struct iova to fix the possible memleak
 2019-12-17 10:13 UTC  (2+ messages)

[PATCH v2] iommu/dma: Relax locking in iommu_dma_prepare_msi()
 2019-12-17 10:12 UTC  (2+ messages)

[PATCH V2] iommu/iova: Init the struct iova to fix the possible memleak
 2019-12-17 10:02 UTC  (4+ messages)

[PATCH v2] iommu/amd: Disable IOMMU on Stoney Ridge systems
 2019-12-17  9:53 UTC  (4+ messages)

[PATCH v2] iommu: Fix Kconfig indentation
 2019-12-17  9:35 UTC  (2+ messages)

[PATCH 0/2] iommu/amd: Fixes for x2APIC support
 2019-12-17  9:34 UTC 

[PATCH 1/1] iommu/amd: Treat per-device exclusion ranges as r/w unity-mapped regions
 2019-12-17  9:30 UTC  (2+ messages)

panic in dmar_remove_one_dev_info
 2019-12-17  6:13 UTC  (2+ messages)

[PATCH v3 0/6] Use 1st-level for IOVA translation
 2019-12-17  4:13 UTC  (22+ messages)
` [PATCH v3 1/6] iommu/vt-d: Identify domains using first level page table
` [PATCH v3 2/6] iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attr
` [PATCH v3 3/6] iommu/vt-d: Add PASID_FLAG_FL5LP for first-level pasid setup
` [PATCH v3 4/6] iommu/vt-d: Setup pasid entries for iova over first level
` [PATCH v3 5/6] iommu/vt-d: Flush PASID-based iotlb "
` [PATCH v3 6/6] iommu/vt-d: Use "

[PATCH v3 0/5] iommu/arm-smmu: Split pagetable support for arm-smmu-v2
 2019-12-16 17:43 UTC  (7+ messages)
` [PATCH v3 1/5] iommu: Add DOMAIN_ATTR_SPLIT_TABLES
` [PATCH v3 2/5] iommu/arm-smmu: Add support for split pagetables
` [PATCH v3 3/5] drm/msm: Attach the IOMMU device during initialization
` [PATCH v3 4/5] drm/msm: Refactor address space initialization
` [PATCH v3 5/5] drm/msm/a6xx: Support split pagetables

[PATCH v3] iommu: fix KASAN use-after-free in iommu_insert_resv_region
 2019-12-16 17:03 UTC  (4+ messages)

[RESEND,PATCH 00/13] MT6779 IOMMU SUPPORT
 2019-12-16 12:13 UTC  (7+ messages)
` [RESEND,PATCH 01/13] dt-bindings: mediatek: Add bindings for MT6779
` [RESEND,PATCH 02/13] iommu/mediatek: Add mt6779 IOMMU basic support
` [RESEND,PATCH 03/13] iommu/mediatek: Add mtk_iommu_pgtable structure

[PATCH v10 0/4] Add uacce module for Accelerator
 2019-12-16  3:08 UTC  (5+ messages)
` [PATCH v10 1/4] uacce: Add documents for uacce
` [PATCH v10 2/4] uacce: add uacce driver
` [PATCH v10 3/4] crypto: hisilicon - Remove module_param uacce_mode
` [PATCH v10 4/4] crypto: hisilicon - register zip engine to uacce

[bug] __blk_mq_run_hw_queue suspicious rcu usage
 2019-12-15  5:38 UTC  (11+ messages)

[PATCH v4 8/8] linux/log2.h: Use roundup/dow_pow_two() on 64bit calculations
 2019-12-12 13:21 UTC  (2+ messages)

[PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
 2019-12-12 13:16 UTC  (2+ messages)

[PATCH v4 0/8] Raspberry Pi 4 PCIe support
 2019-12-12 12:31 UTC  (4+ messages)
` [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()

[vfio-users] VFIO_MAP_DMA error EINVAL
 2019-12-11 17:08 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 04/37] iommu/tegra-smmu: Fix page tables in > 4 GiB memory
 2019-12-11 15:37 UTC 

[PATCH AUTOSEL 4.9 04/42] iommu/tegra-smmu: Fix page tables in > 4 GiB memory
 2019-12-11 15:34 UTC 

[PATCH AUTOSEL 4.14 05/58] iommu/tegra-smmu: Fix page tables in > 4 GiB memory
 2019-12-11 15:27 UTC 

[PATCH AUTOSEL 4.19 06/79] iommu: rockchip: Free domain on .domain_free
 2019-12-11 15:25 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 07/79] iommu/tegra-smmu: Fix page tables in > 4 GiB memory

[PATCH AUTOSEL 5.4 014/134] iommu: rockchip: Free domain on .domain_free
 2019-12-11 15:10 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 015/134] iommu/tegra-smmu: Fix page tables in > 4 GiB memory
` [PATCH AUTOSEL 5.4 057/134] iommu/arm-smmu-v3: Don't display an error when IRQ lines are missing

[PATCH] iommu: fix min_not_zero() type mismatch warning
 2019-12-11  7:43 UTC  (2+ messages)

[RESEND PATCH v9 0/4] Add uacce module for Accelerator
 2019-12-11  5:50 UTC  (8+ messages)
` [RESEND PATCH v9 1/4] uacce: Add documents for uacce
` [RESEND PATCH v9 2/4] uacce: add uacce driver
` [RESEND PATCH v9 3/4] crypto: hisilicon - Remove module_param uacce_mode
` [RESEND PATCH v9 4/4] crypto: hisilicon - register zip engine to uacce

[PATCH v2] arm64: dts: Add m4u and smi-larbs nodes for mt8183
 2019-12-11  2:33 UTC 

[PATCH v2 0/8] Use 1st-level for DMA remapping
 2019-12-11  1:56 UTC  (4+ messages)
` [PATCH v2 5/8] iommu/vt-d: Add first level page table interfaces

[PATCH 1/1] iommu/vt-d: trace: Extend map_sg trace event
 2019-12-11  1:42 UTC 

[PATCH v6 1/3] PCI: Fix off by one in dma_alias_mask allocation size
 2019-12-10 22:31 UTC  (2+ messages)

dmar pte read access not set error messages on hp dl388 gen8 systems
 2019-12-10 22:12 UTC  (21+ messages)

[PATCH v5 0/8] VT-d Native Shared virtual memory cleanup and fixes
 2019-12-10 20:29 UTC  (4+ messages)

[Patch v3 0/3] iommu: reduce spinlock contention on fast path
 2019-12-10 14:53 UTC  (2+ messages)

[PATCH] iommu/dma: Use a better type for dma_limit
 2019-12-10 10:59 UTC  (3+ messages)

[PATCH v2] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2019-12-09 23:13 UTC 

[PATCH v2 5/8] drm/msm: Attach the IOMMU device during initialization
 2019-12-09 20:17 UTC  (3+ messages)
  ` [PATCH v2 6/8] drm/msm: Refactor address space initialization
  ` [PATCH v2 7/8] drm/msm/a6xx: Support split pagetables


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