iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-21 17:26:47 to 2019-12-02 15:14:05 UTC [more...]

[PATCH v3 0/4] dma-mapping: introduce new dma unmap and sync variants
 2019-12-02 14:58 UTC  (4+ messages)

[Patch v2 0/3] iommu: reduce spinlock contention on fast path
 2019-12-02 10:55 UTC  (12+ messages)
` [Patch v2 1/3] iommu: match the original algorithm
` [Patch v2 2/3] iommu: optimize iova_magazine_free_pfns()
` [Patch v2 3/3] iommu: avoid taking iova_rbtree_lock twice

[PATCH] dma-mapping: do not mapping module memory
 2019-12-02  7:22 UTC  (2+ messages)

dmar pte read access not set error messages on hp dl388 gen8 systems
 2019-12-02  7:14 UTC  (3+ messages)

kernel BUG at drivers/iommu/intel-iommu.c:667!
 2019-12-02  3:33 UTC  (4+ messages)

[PATCH v2] iommu/amd: Disable IOMMU on Stoney Ridge systems
 2019-12-01 12:42 UTC  (2+ messages)

dma-mapping: use bit macros
 2019-11-30  8:18 UTC  (2+ messages)

[PATCH] Ensure pci transactions coming from PLX NTB are handled when IOMMU is turned on
 2019-11-29 17:58 UTC  (18+ messages)
` [PATCH v2] PCI: Add DMA alias quirk for PLX PEX NTB
    ` [PATCH v3 1/2] PCI: Add helper pci_add_dma_alias_range
      ` [PATCH v3 2/2] PCI: Add DMA alias quirk for PLX PEX NTB
    ` [PATCH v3 1/2] PCI: Add parameter nr_devfns to pci_add_dma_alias
        ` [PATCH v4 "
          ` [PATCH v4 2/2] PCI: Add DMA alias quirk for PLX PEX NTB
                ` [PATCH v5 1/3] PCI: Fix off by one in dma_alias_mask allocation size
                  ` [PATCH v5 2/3] PCI: Add parameter nr_devfns to pci_add_dma_alias
                    ` [PATCH v5 3/3] PCI: Add DMA alias quirk for PLX PEX NTB

[git pull] IOMMU Updates for Linux v5.5
 2019-11-29 12:02 UTC 

[GIT PULL] dma-mapping updates for 5.5
 2019-11-28 19:55 UTC  (2+ messages)

[PATCH 0/3] iommu: reduce spinlock contention on fast path
 2019-11-28 19:30 UTC  (5+ messages)
` [PATCH 1/3] iommu: match the original algorithm

make dma_addressing_limited work for memory encryption setups
 2019-11-28 15:36 UTC  (8+ messages)
` [PATCH 1/2] dma-mapping: move dma_addressing_limited out of line
` [PATCH 2/2] dma-mapping: force unencryped devices are always addressing limited

[PATCH 0/2] iommu: Support reserved-memory regions
 2019-11-28 11:43 UTC  (9+ messages)
` [PATCH 2/2] iommu: dma: Use of_iommu_get_resv_regions()

[bug] __blk_mq_run_hw_queue suspicious rcu usage
 2019-11-28  6:40 UTC  (8+ messages)

[PATCH v2 0/8] Use 1st-level for DMA remapping
 2019-11-28  2:25 UTC  (9+ messages)
` [PATCH v2 1/8] iommu/vt-d: Add per domain page table ops
` [PATCH v2 2/8] iommu/vt-d: Move domain_flush_cache helper into header
` [PATCH v2 3/8] iommu/vt-d: Implement second level page table ops
` [PATCH v2 4/8] iommu/vt-d: Apply per domain "
` [PATCH v2 5/8] iommu/vt-d: Add first level page table interfaces
` [PATCH v2 6/8] iommu/vt-d: Implement first level page table ops
` [PATCH v2 7/8] iommu/vt-d: Identify domains using first level page table
` [PATCH v2 8/8] iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attr

How to read BIOS'es memory from IOMMU
 2019-11-28  1:17 UTC 

[PATCH v3 0/7] Raspberry Pi 4 PCIe support
 2019-11-27 19:16 UTC  (11+ messages)
` [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions

[PATCH v3 00/14] iommu: Permit modular builds of ARM SMMU[v3] drivers
 2019-11-27 16:20 UTC  (10+ messages)
` [PATCH v3 09/14] iommu/arm-smmu: Prevent forced unbinding of Arm SMMU drivers
` [PATCH] iommu/arm-smmu: support SMMU module probing from the IORT

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-27 15:14 UTC  (18+ messages)

[PATCH v2] dma-mapping: treat dev->bus_dma_mask as a DMA limit
 2019-11-26 21:45 UTC  (6+ messages)

[PATCH v4] iommu: fix KASAN use-after-free in iommu_insert_resv_region
 2019-11-26 17:54 UTC 

[PATCH v3] iommu: fix KASAN use-after-free in iommu_insert_resv_region
 2019-11-26 17:19 UTC  (2+ messages)

[PATCH] iommu/amd: Disable IOMMU on Stoney Ridge systems
 2019-11-25 19:51 UTC  (2+ messages)

[RFC 00/13] virtio-iommu on non-devicetree platforms
 2019-11-25 18:02 UTC  (20+ messages)
` [RFC 01/13] ACPI/IORT: Move IORT to the ACPI folder
` [RFC 02/13] ACPI: Add VIOT definitions
` [RFC 03/13] ACPI/IORT: Allow registration of external tables
` [RFC 04/13] ACPI/IORT: Add node categories
` [RFC 05/13] ACPI/IORT: Support VIOT virtio-mmio node
` [RFC 06/13] ACPI/IORT: Support VIOT virtio-pci node
` [RFC 07/13] ACPI/IORT: Defer probe until virtio-iommu-pci has registered a fwnode
` [RFC 08/13] ACPI/IORT: Add callback to update a device's fwnode
` [RFC 09/13] iommu/virtio: Create fwnode if necessary
` [RFC 10/13] iommu/virtio: Update IORT fwnode
` [RFC 11/13] ACPI: Add VIOT table
` [RFC virtio 12/13] virtio-iommu: Add built-in topology description
` [RFC 13/13] iommu/virtio: Add topology description to

[RFC PATCH] usb: gadget: f_tcm: Added DMA32 flag while allocation of command buffer
 2019-11-25 16:31 UTC  (2+ messages)

[PATCH v2] iommu: fix KASAN use-after-free in iommu_insert_resv_region
 2019-11-25 10:45 UTC 

[PATCH] iommu: fix KASAN use-after-free in iommu_insert_resv_region
 2019-11-25 10:35 UTC 

"Revisit iommu_insert_resv_region() implementation" causes use-after-free
 2019-11-25  9:28 UTC  (3+ messages)

[RFC v2 0/3] vfio: support Shared Virtual Addressing
 2019-11-25  8:32 UTC  (18+ messages)
` [RFC v2 2/3] vfio/type1: VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [RFC v2 3/3] vfio/type1: bind guest pasid (guest page tables) to host

[PATCH v2 00/10] iommu/io-pgtable: Cleanup and prep for split tables
 2019-11-25  7:58 UTC  (11+ messages)
` [PATCH v2 08/10] iommu/io-pgtable-arm: Rationalise TTBRn handling
` [PATCH v2 09/10] iommu/io-pgtable-arm: Rationalise TCR handling
` [PATCH v2 10/10] iommu/io-pgtable-arm: Prepare for TTBR1 usage

[PATCH] of: property: Add device link support for "iommu-map"
 2019-11-25  7:49 UTC  (7+ messages)

[PATCH v2] iommu/iova: silence warnings under memory pressure
 2019-11-22 16:49 UTC  (6+ messages)

[PATCH v2 1/8] dt-bindings: arm-smmu: Add Adreno GPU variant
 2019-11-22 23:32 UTC  (8+ messages)
` [PATCH v2 2/8] iommu: Add DOMAIN_ATTR_SPLIT_TABLES
` [PATCH v2 3/8] iommu/arm-smmu: Pass io_pgtable_cfg to impl specific init_context
` [PATCH v2 4/8] iommu/arm-smmu: Add split pagetables for Adreno IOMMU implementations
` [PATCH v2 5/8] drm/msm: Attach the IOMMU device during initialization
` [PATCH v2 7/8] drm/msm/a6xx: Support split pagetables
` [PATCH v2 8/8] arm64: dts: qcom: sdm845: Update Adreno GPU SMMU compatible string
` [PATCH v2 6/8] drm/msm: Refactor address space initialization

[PATCH v2 0/8] iommu/arm-smmu: Split pagetable support for Adreno GPUs
 2019-11-22 23:31 UTC 

[PATCH v4] iommu/iova: silence warnings under memory pressure
 2019-11-22 19:16 UTC 

[PATCH v3] iommu/iova: silence warnings under memory pressure
 2019-11-22 17:00 UTC 

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

[PATCH v2 0/8] iommu: Add PASID support to Arm SMMUv3
 2019-11-22 15:33 UTC  (10+ messages)
` [PATCH v2 4/8] iommu/arm-smmu-v3: Prepare for SSID support
` [PATCH v2 6/8] iommu/arm-smmu-v3: Add second level of context descriptor table
` [PATCH v2 8/8] iommu/arm-smmu-v3: Add support for PCI PASID

[PATCH AUTOSEL 4.9 86/91] iommu/amd: Fix NULL dereference bug in match_hid_uid
 2019-11-22  6:01 UTC 

[PATCH AUTOSEL 4.14 119/127] iommu/amd: Fix NULL dereference bug in match_hid_uid
 2019-11-22  5:55 UTC 

[PATCH AUTOSEL 4.19 204/219] iommu/amd: Fix NULL dereference bug in match_hid_uid
 2019-11-22  5:48 UTC 

[PATCH 0/5] iommu/vt-d: Consolidate various cache flush ops
 2019-11-22  3:04 UTC  (6+ messages)
` [PATCH 1/5] iommu/vt-d: Extend iommu_flush for scalable mode
` [PATCH 2/5] iommu/vt-d: Consolidate pasid cache invalidation
` [PATCH 3/5] iommu/vt-d: Consolidate device tlb invalidation
` [PATCH 4/5] iommu/vt-d: Consolidate pasid-based "
` [PATCH 5/5] iommu/vt-d: Consolidate pasid-based device "

[PATCH v4 0/8] VT-d Native Shared virtual memory cleanup and fixes
 2019-11-21 21:37 UTC  (10+ messages)
` [PATCH v4 1/8] iommu/vt-d: Fix CPU and IOMMU SVM feature matching checks
` [PATCH v4 2/8] iommu/vt-d: Match CPU and IOMMU paging mode
` [PATCH v4 3/8] iommu/vt-d: Reject SVM bind for failed capability check
` [PATCH v4 4/8] iommu/vt-d: Avoid duplicated code for PASID setup
` [PATCH v4 5/8] iommu/vt-d: Fix off-by-one in PASID allocation
` [PATCH v4 6/8] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [PATCH v4 7/8] iommu/vt-d: Avoid sending invalid page response
` [PATCH v4 8/8] iommu/vt-d: Misc macro clean up for SVM

use generic DMA mapping code in powerpc V4
 2019-11-21 17:26 UTC  (11+ messages)
            ` Bug 205201 - overflow of DMA mask and bus mask


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