iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-23 07:22:50 to 2020-06-27 03:19:55 UTC [more...]

[PATCH 1/2] iommu: Add iommu_group_get/set_domain()
 2020-06-27  3:15 UTC  (2+ messages)
` [PATCH 2/2] vfio/type1: Update group->domain after aux attach and detach

[PATCH v2 0/5] Allow for qcom-pdc, pinctrl-msm and qcom-scm drivers to be loadable as modules
 2020-06-27  1:34 UTC  (8+ messages)
` [PATCH v2 1/5] irq: irqdomain: Export irq_domain_update_bus_token
` [PATCH v2 2/5] irq: irqchip: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_parent
` [PATCH v2 3/5] irqchip: Allow QCOM_PDC to be loadable as a permanent module
` [PATCH v2 4/5] pinctrl: qcom: Allow pinctrl-msm code to be loadable as a module
` [PATCH v2 5/5] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[PATCH net] xsk: remove cheap_dma optimization
 2020-06-26 23:00 UTC  (3+ messages)

[PATCH v3 0/5] IOMMU user API enhancement
 2020-06-26 22:19 UTC  (14+ messages)
` [PATCH v3 1/5] docs: IOMMU user API
` [PATCH v3 2/5] iommu/uapi: Add argsz for user filled data
` [PATCH v3 3/5] iommu/uapi: Use named union for user data
` [PATCH v3 4/5] iommu/uapi: Handle data and argsz filled by users
` [PATCH v3 5/5] iommu/uapi: Support both kernel and user unbind guest PASID

[PATCH V4 0/3] iommu: Add support to change default domain of an iommu group
 2020-06-26 21:34 UTC  (2+ messages)

the XSK buffer pool needs be to reverted
 2020-06-26 20:54 UTC  (5+ messages)

[PATCH v2 0/6] iommu-arm-smmu: Add auxiliary domains and per-instance pagetables
 2020-06-26 20:04 UTC  (7+ messages)
` [PATCH v2 1/6] iommu/arm-smmu: Add auxiliary domain support for arm-smmuv2
` [PATCH v2 2/6] iommu/io-pgtable: Allow a pgtable implementation to skip TLB operations
` [PATCH v2 3/6] iommu/arm-smmu: Add a domain attribute to pass the pagetable config
` [PATCH v2 4/6] drm/msm: Add support to create a local pagetable
` [PATCH v2 5/6] drm/msm: Add support for address space instances
` [PATCH v2 6/6] drm/msm/a6xx: Add support for per-instance pagetables

[PATCH v9 0/7] iommu/arm-smmu: Enable split pagetable support
 2020-06-26 20:00 UTC  (8+ messages)
` [PATCH v9 1/7] iommu/arm-smmu: Pass io-pgtable config to implementation specific function
` [PATCH v9 2/7] iommu/arm-smmu: Add support for split pagetables
` [PATCH v9 3/7] dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU
` [PATCH v9 4/7] iommu/arm-smmu: Add a pointer to the attached device to smmu_domain
` [PATCH v9 5/7] iommu/arm-smmu: Add implementation for the adreno GPU SMMU
` [PATCH v9 6/7] drm/msm: Set the global virtual address range from the IOMMU domain
` [PATCH v9 7/7] arm: dts: qcom: sm845: Set the compatible string for the GPU SMMU

[git pull] IOMMU Fixes for Linux v5.8-rc2
 2020-06-26 19:40 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unused
 2020-06-26 19:39 UTC  (3+ messages)

[PATCH 1/2] pci: Add pci device even if the driver failed to attach
 2020-06-26 19:01 UTC  (9+ messages)
` [PATCH 2/2] pci: Add parameter to disable attaching untrusted devices

[PATCH v4 00/12] x86: tag application address space for devices
 2020-06-26 18:35 UTC  (23+ messages)
` [PATCH v4 01/12] iommu: Change type of pasid to u32
` [PATCH v4 02/12] iommu/vt-d: Change flags type to unsigned int in binding mm
` [PATCH v4 03/12] docs: x86: Add documentation for SVA (Shared Virtual Addressing)
` [PATCH v4 04/12] x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions
` [PATCH v4 05/12] x86/fpu/xstate: Add supervisor PASID state for ENQCMD feature
` [PATCH v4 06/12] x86/msr-index: Define IA32_PASID MSR
` [PATCH v4 07/12] mm: Define pasid in mm
` [PATCH v4 08/12] fork: Clear PASID for new mm
` [PATCH v4 09/12] x86/process: Clear PASID state for a newly forked/cloned thread
` [PATCH v4 10/12] x86/mmu: Allocate/free PASID
` [PATCH v4 11/12] sched: Define and initialize a flag to identify valid PASID in the task
` [PATCH v4 12/12] x86/traps: Fix up invalid PASID

[PATCH v2 00/15] Documentation fixes
 2020-06-26 16:13 UTC  (4+ messages)
` [PATCH v2 14/15] docs: fix references for DMA*.txt files

[PATCH v3 00/14] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-06-26 16:04 UTC  (17+ messages)
` [PATCH v3 01/14] vfio/type1: Refactor vfio_iommu_type1_ioctl()
` [PATCH v3 02/14] iommu: Report domain nesting info
` [PATCH v3 03/14] vfio/type1: Report iommu nesting info to userspace
` [PATCH v3 04/14] vfio: Add PASID allocation/free support
` [PATCH v3 05/14] iommu/vt-d: Support setting ioasid set to domain
` [PATCH v3 06/14] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v3 07/14] iommu: Pass domain to sva_unbind_gpasid()
` [PATCH v3 08/14] iommu/vt-d: Check ownership for PASIDs from user-space
` [PATCH v3 09/14] vfio/type1: Support binding guest page tables to PASID
` [PATCH v3 10/14] vfio/type1: Allow invalidating first-level/stage IOMMU cache
` [PATCH v3 11/14] vfio/type1: Add vSVA support for IOMMU-backed mdevs
` [PATCH v3 12/14] vfio/pci: Expose PCIe PASID capability to guest
` [PATCH v3 13/14] vfio: Document dual stage control
` [PATCH v3 14/14] iommu/vt-d: Support reporting nesting capability info

[PATCH] xen: introduce xen_vring_use_dma
 2020-06-26 15:32 UTC  (8+ messages)

[PATCH v2 0/2] iommu/amd: Don't use atomic64_t for domain->pt_root
 2020-06-26 12:30 UTC  (4+ messages)
` [PATCH v2 1/2] iommu/amd: Add helper functions to update domain->pt_root
` [PATCH v2 2/2] iommu/amd: Use 'unsigned long' for domain->pt_root

[PATCH v2 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-06-26 12:01 UTC  (7+ messages)
` [PATCH v2 1/2] dma-direct: provide the ability to reserve per-numa CMA
` [PATCH v2 2/2] arm64: mm: reserve per-numa CMA after numa_init

[PATCH 00/13] iommu: Remove usage of dev->archdata.iommu
 2020-06-26 11:46 UTC  (18+ messages)
` [PATCH 01/13] iommu/exynos: Use dev_iommu_priv_get/set()
` [PATCH 02/13] iommu/vt-d: "
` [PATCH 03/13] iommu/msm: "
` [PATCH 04/13] iommu/omap: "
` [PATCH 05/13] iommu/rockchip: "
` [PATCH 06/13] iommu/tegra: "
` [PATCH 07/13] iommu/pamu: "
` [PATCH 08/13] iommu/mediatek: Do no use dev->archdata.iommu
` [PATCH 09/13] x86: Remove dev->archdata.iommu pointer
` [PATCH 10/13] ia64: "
` [PATCH 11/13] arm: "
` [PATCH 12/13] arm64: "
` [PATCH 13/13] powerpc/dma: Remove dev->archdata.iommu_domain

[PATCH 4/4] iommu/arm-smmu-v3: Remove cmpxchg() in arm_smmu_cmdq_issue_cmdlist()
 2020-06-26 10:05 UTC  (9+ messages)

[PATCH 0/2] iommu/amd: Don't use atomic64_t for domain->pt_root
 2020-06-26  8:05 UTC  (5+ messages)
` [PATCH 1/2] iommu/amd: Add helper functions to update domain->pt_root
` [PATCH 2/2] iommu/amd: Use 'unsigned long' for domain->pt_root

[PATCH v6 0/4] Nvidia Arm SMMUv2 Implementation
 2020-06-25 23:13 UTC  (15+ messages)
` [PATCH v6 1/4] iommu/arm-smmu: add NVIDIA implementation for dual ARM MMU-500 usage
` [PATCH v6 2/4] dt-bindings: arm-smmu: Add binding for Tegra194 SMMU
` [PATCH v6 3/4] iommu/arm-smmu: Add global/context fault implementation hooks
` [PATCH v6 4/4] iommu/arm-smmu-nvidia: fix the warning reported by kbuild test robot

[PATCH 0/7] iommu/vt-d: Misc tweaks and fixes for vSVA
 2020-06-25 12:54 UTC  (16+ messages)
` [PATCH 1/7] iommu/vt-d: Enforce PASID devTLB field mask
` [PATCH 2/7] iommu/vt-d: Remove global page support in devTLB flush
` [PATCH 3/7] iommu/vt-d: Fix PASID devTLB invalidation
` [PATCH 4/7] iommu/vt-d: Handle non-page aligned address
` [PATCH 5/7] iommu/vt-d: Fix devTLB flush for vSVA
` [PATCH 6/7] iommu/vt-d: Warn on out-of-range invalidation address
` [PATCH 7/7] iommu/vt-d: Disable multiple GPASID-dev bind

[PATCH 00/11] media: exynos4-is: Improve support for s5pv210 and parallel ports
 2020-06-24 21:14 UTC 

[RFC][PATCH 0/5] Allow for qcom-pdc, pinctrl-msm and qcom-scm drivers to be loadable as modules
 2020-06-24 23:22 UTC  (4+ messages)
` [RFC][PATCH 4/5] pinctrl: qcom: Allow pinctrl-msm code to be loadable as a module

[PATCH v2] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-06-24 21:11 UTC  (13+ messages)

[PATCH v2] dma-pool: Fix too large DMA pools on medium systems
 2020-06-24 16:20 UTC  (4+ messages)

[PATCH 0/3] iommu/amd: I/O VA address limits
 2020-06-24 16:09 UTC  (2+ messages)

[PATCH v2] iommu: amd: Fix IO_PAGE_FAULT due to __unmap_single() size overflow
 2020-06-24 11:58 UTC  (4+ messages)

[PATCH] iommu/arm-smmu: Update impl quirks comment
 2020-06-24 10:24 UTC 

[PATCH v4 00/07] MT6779 IOMMU SUPPORT
 2020-06-24  6:39 UTC  (11+ messages)
` [PATCH v4 3/7] iommu/mediatek: Set MISC_CTRL register
` [PATCH v4 6/7] iommu/mediatek: Add REG_MMU_WR_LEN definition preparing for mt6779

[PATCH v7 33/36] rapidio: fix common struct sg_table related issues
 2020-06-23 15:46 UTC  (2+ messages)
` [kbuild] "

[PATCH 0/2] Introduce PCI_FIXUP_IOMMU
 2020-06-23 15:04 UTC  (2+ messages)

[PATCH v2] dma-remap: Align the size in dma_common_*_remap()
 2020-06-23 12:13 UTC  (2+ messages)

[PATCH] dma-remap: Align the size in dma_common_*_remap()
 2020-06-23 11:40 UTC  (2+ messages)

[PATCH 0/6] [PULL REQUEST] iommu/vt-d: fixes for v5.8
 2020-06-23  8:12 UTC  (2+ messages)

[PATCH 0/2] Introduce PCI_FIXUP_IOMMU
 2020-06-23  7:48 UTC  (4+ messages)


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