messages from 2020-09-02 07:20:52 to 2020-09-05 20:05:06 UTC [more...]
[PATCH v17 00/20] iommu/arm-smmu + drm/msm: per-process GPU pgtables
2020-09-05 20:04 UTC (17+ messages)
` [PATCH v17 01/20] drm/msm: Remove dangling submitqueue references
` [PATCH v17 02/20] drm/msm: Add private interface for adreno-smmu
` [PATCH v17 03/20] drm/msm/gpu: Add dev_to_gpu() helper
` [PATCH v17 04/20] drm/msm: Set adreno_smmu as gpu's drvdata
` [PATCH v17 05/20] drm/msm: Add a context pointer to the submitqueue
` [PATCH v17 06/20] drm/msm: Drop context arg to gpu->submit()
` [PATCH v17 07/20] drm/msm: Set the global virtual address range from the IOMMU domain
` [PATCH v17 08/20] drm/msm: Add support to create a local pagetable
` [PATCH v17 09/20] drm/msm: Add support for private address space instances
` [PATCH v17 10/20] drm/msm/a6xx: Add support for per-instance pagetables
` [PATCH v17 11/20] drm/msm: Show process names in gem_describe
` [PATCH v17 12/20] iommu/arm-smmu: Pass io-pgtable config to implementation specific function
` [PATCH v17 13/20] iommu/arm-smmu: Add support for split pagetables
` [PATCH v17 14/20] iommu/arm-smmu: Prepare for the adreno-smmu implementation
` [PATCH v17 15/20] iommu/arm-smmu: Constify some helpers
` [PATCH v17 16/20] iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
[PATCH v16 00/20] iommu/arm-smmu + drm/msm: per-process GPU pgtables
2020-09-05 18:32 UTC (8+ messages)
` [PATCH v16 14/20] iommu/arm-smmu: Prepare for the adreno-smmu implementation
` [PATCH v16 19/20] arm: dts: qcom: sm845: Set the compatible string for the GPU SMMU
` [PATCH v16 20/20] arm: dts: qcom: sc7180: "
[PATCH v7 0/9] x86: tag application address space for devices
2020-09-05 17:54 UTC (12+ messages)
` [PATCH v7 1/9] iommu: Change type of pasid to u32
` [PATCH v7 3/9] docs: x86: Add documentation for SVA (Shared Virtual Addressing)
` [PATCH v7 9/9] x86/mmu: Allocate/free PASID
generic DMA bypass flag v4
2020-09-05 15:45 UTC (5+ messages)
` [PATCH 5/5] powerpc: use the generic dma_ops_bypass mode
[PATCH v2 00/23] MT8192 IOMMU support
2020-09-05 8:09 UTC (24+ messages)
` [PATCH v2 01/23] dt-bindings: iommu: mediatek: Convert IOMMU to DT schema
` [PATCH v2 02/23] dt-bindings: memory: mediatek: Convert SMI "
` [PATCH v2 03/23] dt-bindings: memory: mediatek: Add a common larb-port header file
` [PATCH v2 04/23] dt-bindings: memory: mediatek: Extend LARB_NR_MAX to 32
` [PATCH v2 05/23] dt-bindings: memory: mediatek: Add domain definition
` [PATCH v2 06/23] dt-bindings: mediatek: Add binding for mt8192 IOMMU and SMI
` [PATCH v2 07/23] iommu/mediatek: Use the common mtk-smi-larb-port.h
` [PATCH v2 08/23] iommu/io-pgtable-arm-v7s: Use ias to check the valid iova in unmap
` [PATCH v2 09/23] iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTek
` [PATCH v2 10/23] iommu/io-pgtable-arm-v7s: Add cfg as a param in some macros
` [PATCH v2 11/23] iommu/io-pgtable-arm-v7s: Quad lvl1 pgtable for MediaTek
` [PATCH v2 12/23] iommu/mediatek: Move hw_init into attach_device
` [PATCH v2 13/23] iommu/mediatek: Add device link for smi-common and m4u
` [PATCH v2 14/23] iommu/mediatek: Add power-domain operation
` [PATCH v2 15/23] iommu/mediatek: Add iova reserved function
` [PATCH v2 16/23] iommu/mediatek: Add single domain
` [PATCH v2 17/23] iommu/mediatek: Support master use iova over 32bit
` [PATCH v2 18/23] iommu/mediatek: Support up to 34bit iova in tlb flush
` [PATCH v2 19/23] iommu/mediatek: Support report iova 34bit translation fault in ISR
` [PATCH v2 20/23] iommu/mediatek: Add support for multi domain
` [PATCH v2 21/23] iommu/mediatek: Adjust the structure
` [PATCH v2 22/23] iommu/mediatek: Add mt8192 support
` [PATCH v2 23/23] memory: mtk-smi: "
[PATCH V5 0/3] iommu: Add support to change default domain of an iommu group
2020-09-04 22:25 UTC (6+ messages)
` [PATCH V5 1/3] "
` [PATCH V6 "
[PATCH 00/20] iommu/arm-smmu + drm/msm: per-process GPU pgtables
2020-09-04 16:47 UTC (3+ messages)
[PATCH v3 0/6] Add virtio-iommu built-in topology
2020-09-04 16:24 UTC (10+ messages)
` [PATCH v3 1/6] iommu/virtio: Move to drivers/iommu/virtio/
` [PATCH v3 2/6] iommu/virtio: Add topology helpers
` [PATCH v3 4/6] iommu/virtio: Add topology definitions
` [PATCH v3 5/6] iommu/virtio: Support topology description in config space
[PATCH v3 0/8] iommu/arm-smmu: Support maintaining bootloader mappings
2020-09-04 15:55 UTC (9+ messages)
` [PATCH v3 1/8] iommu/arm-smmu: Refactor context bank allocation
` [PATCH v3 2/8] iommu/arm-smmu: Delay modifying domain during init
` [PATCH v3 3/8] iommu/arm-smmu: Consult context bank allocator for identify domains
` [PATCH v3 4/8] iommu/arm-smmu-qcom: Emulate bypass by using context banks
` [PATCH v3 5/8] iommu/arm-smmu-qcom: Consistently initialize stream mappings
` [PATCH v3 6/8] iommu/arm-smmu: Add impl hook for inherit boot mappings
` [PATCH v3 7/8] iommu/arm-smmu: Provide helper for allocating identity domain
` [PATCH v3 8/8] iommu/arm-smmu-qcom: Setup identity domain for boot mappings
[PATCH 1/3] iommu: amd: Fix kerneldoc
2020-09-04 14:57 UTC (7+ messages)
` [PATCH 2/3] iommu: intel: Drop kerneldoc marker from regular comment
` [PATCH 3/3] iommu: qcom: Drop of_match_ptr to fix -Wunused-const-variable
[PATCH v10 00/30] DRM: fix struct sg_table nents vs. orig_nents misuse
2020-09-04 13:37 UTC (32+ messages)
` [PATCH v10 01/30] drm: prime: add common helper to check scatterlist contiguity
` [PATCH v10 02/30] drm: prime: use sgtable iterators in drm_prime_sg_to_page_addr_arrays()
` [PATCH v10 03/30] drm: core: fix common struct sg_table related issues
` [PATCH v10 04/30] drm: armada: "
` [PATCH v10 05/30] drm: etnaviv: "
` [PATCH v10 06/30] drm: exynos: use common helper for a scatterlist contiguity check
` [PATCH v10 07/30] drm: exynos: fix common struct sg_table related issues
` [PATCH v10 08/30] drm: i915: "
` [PATCH v10 09/30] drm: lima: "
` [PATCH v10 10/30] drm: mediatek: use common helper for a scatterlist contiguity check
` [PATCH v10 11/30] drm: mediatek: use common helper for extracting pages array
` [PATCH v10 12/30] drm: msm: fix common struct sg_table related issues
` [PATCH v10 13/30] drm: omapdrm: use common helper for extracting pages array
` [PATCH v10 14/30] drm: panfrost: fix common struct sg_table related issues
` [PATCH v10 15/30] drm: rockchip: use common helper for a scatterlist contiguity check
` [PATCH v10 16/30] drm: rockchip: fix common struct sg_table related issues
` [PATCH v10 17/30] drm: tegra: "
` [PATCH v10 18/30] drm: v3d: "
` [PATCH v10 19/30] drm: virtio: "
` [PATCH v10 20/30] drm: vmwgfx: "
` [PATCH v10 21/30] drm: xen: "
` [PATCH v10 22/30] xen: gntdev: "
` [PATCH v10 23/30] drm: host1x: "
` [PATCH v10 24/30] drm: rcar-du: "
` [PATCH v10 25/30] dmabuf: "
` [PATCH v10 26/30] staging: tegra-vde: "
` [PATCH v10 27/30] rapidio: "
` [PATCH v10 28/30] samples: vfio-mdev/mbochs: "
` [PATCH v10 29/30] media: pci: fix common ALSA DMA-mapping related codes
` [PATCH v10 30/30] videobuf2: use sgtable-based scatterlist wrappers
[PATCH v2 1/4] dt-bindings: reserved-memory: Document "active" property
2020-09-04 13:00 UTC (4+ messages)
` [PATCH v2 2/4] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v2 3/4] iommu: dma: Use of_iommu_get_resv_regions()
` [RFC 4/4] iommu/tegra-smmu: Add support for reserved regions
[PATCH v5] iommu/tegra-smmu: Add locking around mapping operations
2020-09-04 12:27 UTC (3+ messages)
[PATCH v9 00/32] DRM: fix struct sg_table nents vs. orig_nents misuse
2020-09-04 12:27 UTC (6+ messages)
` [PATCH v9 14/32] drm: omapdrm: fix common struct sg_table related issues
[PATCH RESEND v3] iommu/tegra-smmu: Add missing locks around mapping operations
2020-09-04 12:20 UTC (5+ messages)
[PATCH] iommu/sun50i: Fix set-but-not-used variable warning
2020-09-04 11:39 UTC
[RESEND PATCHv5] iommu/mediatek: check 4GB mode by reading infracfg
2020-09-04 11:21 UTC (2+ messages)
[PATCH v5] iommu/mediatek: check 4GB mode by reading infracfg
2020-09-04 10:28 UTC (3+ messages)
[PATCH] iommu/intel: Handle 36b addressing for x86-32
2020-09-04 10:14 UTC (2+ messages)
[PATCH v1] iommu/vt-d: Move intel_iommu_gfx_mapped to Intel IOMMU header
2020-09-04 10:13 UTC (2+ messages)
[PATCH] iommu/iova: Replace cmpxchg with xchg in queue_iova
2020-09-04 10:10 UTC (4+ messages)
[PATCH 0/2] iommu/amd: Fix IOMMUv2 devices when SME is active
2020-09-04 10:05 UTC (10+ messages)
[PATCH V2 0/5] Convert the intel iommu driver to the dma-iommu api
2020-09-04 10:03 UTC (7+ messages)
` [PATCH V2 1/5] iommu: Handle freelists when using deferred flushing in iommu drivers
` [PATCH V2 2/5] iommu: Add iommu_dma_free_cpu_cached_iovas function
` [PATCH V2 3/5] iommu: allow the dma-iommu api to use bounce buffers
` [PATCH V2 4/5] iommu/vt-d: Convert intel iommu driver to the iommu ops
` [PATCH V2 5/5] DO NOT MERGE: iommu: disable list appending in dma-iommu
[PATCH] iommu/dma: Remove broken huge page handling
2020-09-04 9:55 UTC (3+ messages)
[PATCH 0/2 v2] iommu: amd: Fix intremap IO_PAGE_FAULT for VMs
2020-09-04 9:53 UTC (4+ messages)
` [PATCH 1/2 v2] iommu: amd: Restore IRTE.RemapEn bit after programming IRTE
` [PATCH 2/2 v2] iommu: amd: Use cmpxchg_double() when updating 128-bit IRTE
[PATCH 1/1] iommu/vt-d: Fix NULL pointer dereference in dev_iommu_priv_set()
2020-09-04 9:51 UTC (3+ messages)
[PATCH v3 1/1] iommu/vt-d: Serialize IOMMU GCMD register modifications
2020-09-04 9:39 UTC (2+ messages)
[PATCH 0/2] r8a7742 SoC add IPMMU support
2020-09-04 9:26 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: Add r8a7742 support
` [PATCH 2/2] ARM: dts: r8a7742: Add IPMMU DT nodes
[PATCH v2] MAINTAINERS: update QUALCOMM IOMMU after Arm SMMU drivers move
2020-09-04 9:21 UTC (2+ messages)
Rename iommu_tlb_* functions to iommu_iotlb_*
2020-09-04 9:16 UTC (2+ messages)
[PATCH RESEND v9 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
2020-09-04 9:08 UTC (2+ messages)
[PATCH] dt-bindings: iommu: renesas, ipmmu-vmsa: Sort compatible string in increasing number of the SoC
2020-09-04 9:01 UTC (2+ messages)
` [PATCH] dt-bindings: iommu: renesas,ipmmu-vmsa: "
[PATCH 0/3] iommu/tegra-smmu: Reference count fixes
2020-09-04 9:00 UTC (2+ messages)
[PATCH] iommu: amd: Add missing function prototypes to fix -Wmissing-prototypes
2020-09-04 8:42 UTC (2+ messages)
[PATCH] iommu: mtk: Drop of_match_ptr to fix -Wunused-const-variable
2020-09-04 8:41 UTC (2+ messages)
[PATCH v3 0/2] Add support for ACPI device in RMRR
2020-09-04 5:42 UTC (8+ messages)
` [PATCH v3 2/2] iommu/vt-d:Add support for probing "
` 答复: "
` 答复: "
` 答复: "
[PATCH v2 1/1] iommu/vt-d: Use device numa domain if RHSA is missing
2020-09-04 2:16 UTC (3+ messages)
[PATCH v2 0/9] IOASID extensions for guest SVA
2020-09-03 21:07 UTC (10+ messages)
` [PATCH v2 3/9] iommu/ioasid: Introduce ioasid_set APIs
[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
2020-09-03 20:26 UTC (10+ messages)
[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
2020-09-03 18:12 UTC (3+ messages)
[PATCH v11 00/11] PCI: brcmstb: enable PCIe for STB chips
2020-09-03 17:32 UTC (11+ messages)
` [PATCH v11 07/11] device-mapping: Introduce DMA range map, supplanting dma_pfn_offset
[PATCH v8 0/7] IOMMU user API enhancement
2020-09-03 9:06 UTC (5+ messages)
` [PATCH v8 6/7] iommu/uapi: Handle data and argsz filled by users
` [PATCH v8 7/7] iommu/vt-d: Check UAPI data processed by IOMMU core
[PATCH 0/2] iommu: amd: Fix intremap IO_PAGE_FAULT for VMs
2020-09-03 8:14 UTC (6+ messages)
` [PATCH 1/2] iommu: amd: Restore IRTE.RemapEn bit after programming IRTE
` [PATCH 2/2] iommu: amd: Use cmpxchg_double() when updating 128-bit IRTE
a saner API for allocating DMA addressable pages
2020-09-03 8:46 UTC (18+ messages)
` [PATCH 07/28] 53c700: improve non-coherent DMA handling
` [PATCH 22/28] sgiseeq: convert from dma_cache_sync to dma_sync_single_for_device
[Regression] [PATCH] iommu: Avoid crash in init_no_remapping_devices if iommu is NULL
2020-09-03 6:46 UTC (7+ messages)
` [PATCH] iommu: Allocate dev_iommu before accessing priv data
[PATCH v2 1/3] swiotlb: Use %pa to print phys_addr_t variables
2020-09-03 2:02 UTC (4+ messages)
` [PATCH v2 2/3] swiotlb: Declare swiotlb_late_init_with_default_size() in header
` [PATCH v2 3/3] swiotlb: Mark max_segment with static keyword
page: next (older) | prev (newer) | latest
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).