iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-07 14:30:04 to 2020-05-13 14:07:32 UTC [more...]

[PATCH v4 0/5] iommu: Add Allwinner H6 IOMMU driver
 2020-05-13 14:07 UTC 

[PATCH v3 0/5] iommu: Add Allwinner H6 IOMMU driver
 2020-05-13 14:04 UTC  (6+ messages)
` [PATCH v3 2/5] dt-bindings: display: sun8i-mixer: Allow for an iommu property
` [PATCH v3 3/5] iommu: Add Allwinner H6 IOMMU driver

[PATCH v5 00/38] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-05-13 13:47 UTC  (40+ messages)
    ` [PATCH v5 01/38] dma-mapping: add generic helpers for mapping sgtable objects
        ` [PATCH v5 02/38] scatterlist: add generic wrappers for iterating over "
        ` [PATCH v5 03/38] iommu: add generic helper for mapping "
        ` [PATCH v5 04/38] drm: prime: add common helper to check scatterlist contiguity
        ` [PATCH v5 05/38] drm: prime: use sgtable iterators in drm_prime_sg_to_page_addr_arrays()
        ` [PATCH v5 06/38] drm: core: fix common struct sg_table related issues
        ` [PATCH v5 07/38] drm: amdgpu: "
        ` [PATCH v5 08/38] drm: armada: "
        ` [PATCH v5 09/38] drm: etnaviv: "
        ` [PATCH v5 10/38] drm: exynos: use common helper for a scatterlist contiguity check
        ` [PATCH v5 11/38] drm: exynos: fix common struct sg_table related issues
        ` [PATCH v5 12/38] drm: i915: "
        ` [PATCH v5 13/38] drm: lima: "
        ` [PATCH v5 14/38] drm: mediatek: use common helper for a scatterlist contiguity check
        ` [PATCH v5 15/38] drm: mediatek: use common helper for extracting pages array
        ` [PATCH v5 16/38] drm: msm: fix common struct sg_table related issues
        ` [PATCH v5 17/38] drm: omapdrm: use common helper for extracting pages array
        ` [PATCH v5 18/38] drm: omapdrm: fix common struct sg_table related issues
        ` [PATCH v5 19/38] drm: panfrost: "
        ` [PATCH v5 20/38] drm: radeon: "
        ` [PATCH v5 21/38] drm: rockchip: use common helper for a scatterlist contiguity check
        ` [PATCH v5 22/38] drm: rockchip: fix common struct sg_table related issues
        ` [PATCH v5 23/38] drm: tegra: "
        ` [PATCH v5 24/38] drm: v3d: "
        ` [PATCH v5 25/38] drm: virtio: "
        ` [PATCH v5 26/38] drm: vmwgfx: "
        ` [PATCH v5 27/38] xen: gntdev: "
        ` [PATCH v5 28/38] drm: host1x: "
        ` [PATCH v5 29/38] drm: rcar-du: "
        ` [PATCH v5 30/38] dmabuf: "
        ` [PATCH v5 31/38] staging: ion: remove dead code
        ` [PATCH v5 32/38] staging: ion: fix common struct sg_table related issues
        ` [PATCH v5 33/38] staging: tegra-vde: "
        ` [PATCH v5 34/38] misc: fastrpc: "
        ` [PATCH v5 35/38] rapidio: "
        ` [PATCH v5 36/38] samples: vfio-mdev/mbochs: "
        ` [PATCH v5 37/38] media: pci: fix common ALSA DMA-mapping related codes
        ` [PATCH v5 38/38] videobuf2: use sgtable-based scatterlist wrappers

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-05-13 13:28 UTC  (5+ messages)

[PATCH v4 00/38] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-05-13 13:27 UTC  (53+ messages)
    ` [PATCH v4 01/38] dma-mapping: add generic helpers for mapping sgtable objects
        ` [PATCH v4 02/38] scatterlist: add generic wrappers for iterating over "
        ` [PATCH v4 03/38] iommu: add generic helper for mapping "
        ` [PATCH v4 04/38] drm: prime: add common helper to check scatterlist contiguity
        ` [PATCH v4 05/38] drm: prime: use sgtable iterators in drm_prime_sg_to_page_addr_arrays()
        ` [PATCH v4 06/38] drm: core: fix common struct sg_table related issues
        ` [PATCH v4 07/38] drm: amdgpu: "
        ` [PATCH v4 08/38] drm: armada: "
        ` [PATCH v4 09/38] drm: etnaviv: "
        ` [PATCH v4 10/38] drm: exynos: use common helper for a scatterlist contiguity check
        ` [PATCH v4 11/38] drm: exynos: fix common struct sg_table related issues
        ` [PATCH v4 12/38] drm: i915: "
        ` [PATCH v4 13/38] drm: lima: "
        ` [PATCH v4 14/38] drm: mediatek: use common helper for a scatterlist contiguity check
        ` [PATCH v4 15/38] drm: mediatek: use common helper for extracting pages array
        ` [PATCH v4 16/38] drm: msm: fix common struct sg_table related issues
        ` [PATCH v4 17/38] drm: omapdrm: use common helper for extracting pages array
        ` [PATCH v4 18/38] drm: omapdrm: fix common struct sg_table related issues
        ` [PATCH v4 19/38] drm: panfrost: "
        ` [PATCH v4 20/38] drm: radeon: "
        ` [PATCH v4 21/38] drm: rockchip: use common helper for a scatterlist contiguity check
        ` [PATCH v4 22/38] drm: rockchip: fix common struct sg_table related issues
        ` [PATCH v4 23/38] drm: tegra: "
        ` [PATCH v4 24/38] drm: v3d: "
        ` [PATCH v4 25/38] drm: virtio: "
        ` [PATCH v4 26/38] drm: vmwgfx: "
        ` [PATCH v4 27/38] xen: gntdev: "
        ` [PATCH v4 28/38] drm: host1x: "
        ` [PATCH v4 29/38] drm: rcar-du: "
        ` [PATCH v4 30/38] dmabuf: "
        ` [PATCH v4 31/38] staging: ion: remove dead code
        ` [PATCH v4 32/38] staging: ion: fix common struct sg_table related issues
        ` [PATCH v4 33/38] staging: tegra-vde: "
        ` [PATCH v4 34/38] misc: fastrpc: "
        ` [PATCH v4 35/38] rapidio: "
        ` [PATCH v4 36/38] samples: vfio-mdev/mbochs: "
        ` [PATCH v4 37/38] media: pci: fix common ALSA DMA-mapping related codes
        ` [PATCH v4 38/38] videobuf2: use sgtable-based scatterlist wrappers

[PATCH v2] iommu/arm-smmu-v3: Don't reserve implementation defined register space
 2020-05-13 12:17 UTC  (2+ messages)

[PATCH v5] iommu/virtio: Use page size bitmap supported by endpoint
 2020-05-13 10:45 UTC  (6+ messages)
  ` [EXT] "

[PATCH] iommu/arm-smmu-v3: Don't reserve implementation defined register space
 2020-05-13 10:02 UTC  (4+ messages)

[PATCH -next] iommu/msm: Make msm_iommu_lock static
 2020-05-13  9:58 UTC  (3+ messages)

[PATCH v2] iommu/amd: Fix get_acpihid_device_id()
 2020-05-13  9:15 UTC  (2+ messages)

[PATCH] iommu/amd: fix over-read of ACPI UID from IVRS table
 2020-05-13  9:14 UTC  (2+ messages)

[PATCH] iommu/renesas: fix unused-function warning
 2020-05-13  8:58 UTC  (3+ messages)

[PATCH -next] iommu/amd: Remove set but not used variable 'iommu'
 2020-05-13  8:57 UTC  (2+ messages)

[PATCH v1 1/3] iommu/vt-d: Unify format of the printed messages
 2020-05-13  8:56 UTC  (5+ messages)
` [PATCH v1 2/3] iommu/iova: "
` [PATCH v1 3/3] iommu/amd: "

[PATCH v4 0/3] Replace private domain with per-group default domain
 2020-05-13  8:51 UTC  (4+ messages)

[PATCH] iommu: Do not probe devices on IOMMU-less busses
 2020-05-13  8:42 UTC  (2+ messages)

[PATCH -next] iommu/amd: fix variable "iommu" set but not used
 2020-05-13  8:40 UTC  (2+ messages)

[RFC PATCH] drivers: iommu: reset cached node if dma_mask is changed
 2020-05-13  8:33 UTC  (4+ messages)

[PATCH] iommu/qcom: add optional clock for TLB invalidate
 2020-05-12 18:35 UTC  (5+ messages)

next/master bisection: baseline.login on jetson-tk1
 2020-05-12 15:16 UTC  (2+ messages)

[PATCH v3 00/25] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-05-12  9:05 UTC  (13+ messages)
` [PATCH v3 01/25] dma-mapping: add generic helpers for mapping sgtable objects
    ` [PATCH v3 02/25] drm: core: fix common struct sg_table related issues
    ` [PATCH v3 10/25] drm: panfrost: "
    ` [PATCH v3 15/25] drm: vmwgfx: "
      ` [Linux-graphics-maintainer] "

[PATCH 0/2] Let pci_fixup_final access iommu_fwnode
 2020-05-12  4:08 UTC  (3+ messages)
` [PATCH 1/2] iommu/of: "
` [PATCH 2/2] ACPI/IORT: "

[PATCH v5 0/5] iommu/vt-d: Add page request draining support
 2020-05-12  0:53 UTC  (6+ messages)
` [PATCH v5 1/5] iommu/vt-d: Multiple descriptors per qi_submit_sync()
` [PATCH v5 2/5] iommu/vt-d: debugfs: Add support to show inv queue internals
` [PATCH v5 3/5] iommu/vt-d: Disable non-recoverable fault processing before unbind
` [PATCH v5 4/5] iommu/vt-d: Add page request draining support
` [PATCH v5 5/5] iommu/vt-d: Remove redundant IOTLB flush

[PATCH v6] iommu/arm-smmu-qcom: Request direct mapping for modem device
 2020-05-11 19:37 UTC  (3+ messages)

[PATCH] iomm/arm-smmu: Add stall implementation hook
 2020-05-11 17:30 UTC  (9+ messages)

[PATCH] iommu/iova: Retry from last rb tree node if iova search fails
 2020-05-11 11:14 UTC  (6+ messages)

[PATCH v2] iommu/iova: Retry from last rb tree node if iova search fails
 2020-05-11 11:04 UTC 

[git pull] IOMMU Fixes for Linux v5.7-rc4
 2020-05-10 22:25 UTC  (4+ messages)

[PATCH] iommu/amd: Fix get_acpihid_device_id
 2020-05-09 11:22 UTC  (2+ messages)

generic DMA bypass flag v3
 2020-05-09 14:07 UTC  (9+ messages)
` [PATCH 1/4] dma-mapping: move the remaining DMA API calls out of line

[PATCH v3 00/07] MT6779 IOMMU SUPPORT
 2020-05-09  8:36 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: mediatek: Add bindings for MT6779
` [PATCH v3 2/7] iommu/mediatek: Rename the register STANDARD_AXI_MODE(0x48) to MISC_CTRL
` [PATCH v3 3/7] iommu/mediatek: Disable STANDARD_AXI_MODE in MISC_CTRL
` [PATCH v3 4/7] iommu/mediatek: Move inv_sel_reg into the plat_data
` [PATCH v3 5/7] iommu/mediatek: Add sub_comm id in translation fault
` [PATCH v3 6/7] iommu/mediatek: Add REG_MMU_WR_LEN definition preparing for mt6779
` [PATCH v3 7/7] iommu/mediatek: Add mt6779 basic support

[PATCH v5] iommu/arm-smmu-qcom: Request direct mapping for modem device
 2020-05-08 17:23 UTC  (3+ messages)

[PATCH] iommu/virtio: reverse arguments to list_add
 2020-05-08 15:31 UTC  (2+ messages)

[PATCH -next] iommu: remove set but not used variable 'data'
 2020-05-08  2:02 UTC 

[PATCH -next] iommu/arm-smmu-v3: remove set but not used variable 'smmu'
 2020-05-08  1:49 UTC 

[PATCH v4 0/5] iommu/vt-d: Add page request draining support
 2020-05-08  2:49 UTC  (14+ messages)
` [PATCH v4 2/5] iommu/vt-d: debugfs: Add support to show inv queue internals
` [PATCH v4 3/5] iommu/vt-d: Disable non-recoverable fault processing before unbind
` [PATCH v4 4/5] iommu/vt-d: Add page request draining support

[PATCH] WIP: iommu: Export dmar_platform_optin() as a securityfs attribute
 2020-05-07 16:40 UTC 

[PATCH v6 00/25] iommu: Shared Virtual Addressing for SMMUv3
 2020-05-07 16:31 UTC  (7+ messages)
` [PATCH v6 17/25] iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()

[PATCH AUTOSEL 4.9 11/11] iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system
 2020-05-07 14:30 UTC 

[PATCH AUTOSEL 4.14 15/16] iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system
 2020-05-07 14:29 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 16/16] iommu/qcom: Fix local_base status check


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