iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-24 10:33:05 to 2020-08-26 18:14:45 UTC [more...]

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-08-26 18:14 UTC  (2+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-08-26 16:50 UTC  (49+ messages)
` [patch V2 01/46] iommu/amd: Prevent NULL pointer dereference
` [patch V2 02/46] x86/init: Remove unused init ops
` [patch V2 03/46] PCI: vmd: Dont abuse vector irqomain as parent
` [patch V2 04/46] genirq/chip: Use the first chip in irq_chip_compose_msi_msg()
` [patch V2 05/46] x86/msi: Move compose message callback where it belongs
` [patch V2 06/46] x86/msi: Remove pointless vcpu_affinity callback
` [patch V2 07/46] x86/irq: Rename X86_IRQ_ALLOC_TYPE_MSI* to reflect PCI dependency
` [patch V2 08/46] x86/irq: Add allocation type for parent domain retrieval
` [patch V2 09/46] iommu/vt-d: Consolidate irq domain getter
` [patch V2 10/46] iommu/amd: "
` [patch V2 11/46] iommu/irq_remapping: Consolidate irq domain lookup
` [patch V2 12/46] x86/irq: Prepare consolidation of irq_alloc_info
` [patch V2 13/46] x86/msi: Consolidate HPET allocation
` [patch V2 14/46] x86/ioapic: Consolidate IOAPIC allocation
` [patch V2 15/46] x86/irq: Consolidate DMAR irq allocation
` [patch V2 16/46] x86/irq: Consolidate UV domain allocation
` [patch V2 17/46] PCI/MSI: Rework pci_msi_domain_calc_hwirq()
` [patch V2 18/46] x86/msi: Consolidate MSI allocation
` [patch V2 19/46] x86/msi: Use generic MSI domain ops
` [patch V2 20/46] x86/irq: Move apic_post_init() invocation to one place
` [patch V2 21/46] x86/pci: Reducde #ifdeffery in PCI init code
` [patch V2 22/46] x86/irq: Initialize PCI/MSI domain at PCI init time
` [patch V2 23/46] irqdomain/msi: Provide DOMAIN_BUS_VMD_MSI
` [patch V2 24/46] PCI: vmd: Mark VMD irqdomain with DOMAIN_BUS_VMD_MSI
` [patch V2 25/46] PCI/MSI: Provide pci_dev_has_special_msi_domain() helper
` [patch V2 26/46] x86/xen: Make xen_msi_init() static and rename it to xen_hvm_msi_init()
` [patch V2 27/46] x86/xen: Rework MSI teardown
` [patch V2 28/46] x86/xen: Consolidate XEN-MSI init
` [patch V2 29/46] irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()
` [patch V2 30/46] x86/xen: Wrap XEN MSI management into irqdomain
` [patch V2 31/46] iommm/vt-d: Store irq domain in struct device
` [patch V2 32/46] iommm/amd: "
` [patch V2 33/46] x86/pci: Set default irq domain in pcibios_add_device()
` [patch V2 34/46] PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable
` [patch V2 35/46] x86/irq: Cleanup the arch_*_msi_irqs() leftovers
` [patch V2 36/46] x86/irq: Make most MSI ops XEN private
` [patch V2 37/46] iommu/vt-d: Remove domain search for PCI/MSI[X]
` [patch V2 38/46] iommu/amd: Remove domain search for PCI/MSI
` [patch V2 39/46] x86/irq: Add DEV_MSI allocation type
` [patch V2 40/46] x86/msi: Rename and rework pci_msi_prepare() to cover non-PCI MSI
` [patch V2 41/46] platform-msi: Provide default irq_chip:: Ack
` [patch V2 42/46] genirq/proc: Take buslock on affinity write
` [patch V2 43/46] genirq/msi: Provide and use msi_domain_set_default_info_flags()
` [patch V2 44/46] platform-msi: Add device MSI infrastructure
` [patch V2 45/46] irqdomain/msi: Provide msi_alloc/free_store() callbacks
` [patch V2 46/46] irqchip: Add IMS (Interrupt Message Storm) driver - NOT FOR MERGING

[PATCH] iommu/arm-smmu-v3: Fix l1 stream table size in the error message
 2020-08-26 14:17 UTC 

[PATCH 0/2] iommu/amd: Fix IOMMUv2 devices when SME is active
 2020-08-26 15:25 UTC  (8+ messages)
` [PATCH 1/2] iommu/amd: Do not force direct mapping "
` [PATCH 2/2] iommu/amd: Do not use IOMMUv2 functionality "

[PATCH] iommu: Add support to filter non-strict/lazy mode based on device names
 2020-08-26 15:07 UTC  (13+ messages)

[PATCH RESEND v3] iommu/tegra-smmu: Add missing locks around mapping operations
 2020-08-26 13:54 UTC  (2+ messages)

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

[PATCH v3 0/6] Add virtio-iommu built-in topology
 2020-08-26 13:26 UTC  (2+ messages)

[PATCH] dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()
 2020-08-26 11:33 UTC 

[PATCH v2 0/3] Add support for ACPI device in RMRR to access reserved memory
 2020-08-26 10:59 UTC  (7+ messages)
` [PATCH 1/3] iommu/vt-d:Add support for detecting ACPI device in RMRR
` [PATCH 2/3] iommu/vt-d:Add support for probing "
` [PATCH 3/3] iommu/vt-d:Add mutex_unlock() before returning

[PATCH v2 0/3] Add support for ACPI device in RMRR to access reserved memory
 2020-08-26 10:50 UTC  (4+ messages)
` [PATCH v2 1/3] iommu/vt-d:Add support for detecting ACPI device in RMRR
` [PATCH v2 2/3] iommu/vt-d:Add support for probing "
` [PATCH v2 3/3] iommu/vt-d:Add mutex_unlock() before returning

[patch RFC 00/38] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-08-26  9:53 UTC  (12+ messages)
` [patch RFC 10/38] x86/ioapic: Consolidate IOAPIC allocation
` [patch RFC 24/38] x86/xen: Consolidate XEN-MSI init
` [patch RFC 26/38] x86/xen: Wrap XEN MSI management into irqdomain

[RESEND PATCH v4] iommu/mediatek: check 4GB mode by reading infracfg
 2020-08-26  8:56 UTC 

[PATCH 1/1] iommu/vt-d: Serialize IOMMU GCMD register modifications
 2020-08-26  5:29 UTC  (2+ messages)

[PATCH] iommu/vt-d:Add support for detecting ACPI device in RMRR
 2020-08-26  2:48 UTC  (2+ messages)

[patch RFC 30/38] PCI/MSI: Allow to disable arch fallbacks
 2020-08-25 22:03 UTC  (6+ messages)

[patch RFC 34/38] x86/msi: Let pci_msi_prepare() handle non-PCI MSI
 2020-08-25 21:50 UTC  (4+ messages)

[patch RFC 13/38] PCI: MSI: Rework pci_msi_domain_calc_hwirq()
 2020-08-25 21:11 UTC  (3+ messages)

[patch RFC 17/38] x86/pci: Reducde #ifdeffery in PCI init code
 2020-08-25 20:20 UTC  (2+ messages)

[patch RFC 21/38] PCI: MSI: Provide pci_dev_has_special_msi_domain() helper
 2020-08-25 20:16 UTC  (2+ messages)

[patch RFC 20/38] PCI: vmd: Mark VMD irqdomain with DOMAIN_BUS_VMD_MSI
 2020-08-25 20:04 UTC  (2+ messages)

[PATCH v11 00/11] PCI: brcmstb: enable PCIe for STB chips
 2020-08-25 17:40 UTC  (5+ messages)
` [PATCH v11 07/11] device-mapping: Introduce DMA range map, supplanting dma_pfn_offset

[PATCH 0/2] r8a7742 SoC add IPMMU support
 2020-08-25 14:18 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: Add r8a7742 support
` [PATCH 2/2] ARM: dts: r8a7742: Add IPMMU DT nodes

a saner API for allocating DMA addressable pages
 2020-08-25 13:26 UTC  (3+ messages)

[PATCH v2 0/9] IOASID extensions for guest SVA
 2020-08-25 10:26 UTC  (17+ messages)
` [PATCH v2 1/9] docs: Document IO Address Space ID (IOASID) APIs
` [PATCH v2 2/9] iommu/ioasid: Rename ioasid_set_data()
` [PATCH v2 3/9] iommu/ioasid: Introduce ioasid_set APIs
` [PATCH v2 4/9] iommu/ioasid: Add reference couting functions
` [PATCH v2 5/9] iommu/ioasid: Introduce ioasid_set private ID
` [PATCH v2 6/9] iommu/ioasid: Introduce notification APIs

[PATCH 2/2] iommu/vt-d:Add support for probing ACPI device in RMRR
 2020-08-25  6:48 UTC 

[PATCH] MAINTAINERS: update QUALCOMM IOMMU after Arm SSMU drivers move
 2020-08-25  6:02 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: update QUALCOMM IOMMU after Arm SMMU drivers move
 2020-08-25  5:38 UTC 

[PATCH] iommu/intel: Handle 36b addressing for x86-32
 2020-08-25  3:13 UTC  (2+ messages)

[PATCH v4 00/15] iommu/vt-d: Delegate DMA domain to generic iommu
 2020-08-25  3:13 UTC  (6+ messages)
` [PATCH v4 07/15] iommu/vt-d: Delegate the dma domain to upper layer

[PATCH] dt-bindings: iommu: renesas, ipmmu-vmsa: Sort compatible string in increasing number of the SoC
 2020-08-24 22:23 UTC  (2+ messages)
` [PATCH] dt-bindings: iommu: renesas,ipmmu-vmsa: "

[PATCH 00/18] Convert arch/arm to use iommu-dma
 2020-08-24 21:55 UTC  (15+ messages)
  ` [PATCH 11/18] iommu/omap: Add IOMMU_DOMAIN_DMA support
  ` [PATCH 16/18] staging/media/tegra-vde: Clean up IOMMU workaround
  ` [PATCH 17/18] media/omap3isp: "

[PATCH 00/20] iommu/arm-smmu + drm/msm: per-process GPU pgtables
 2020-08-24 18:37 UTC  (21+ messages)
` [PATCH 01/20] drm/msm: remove dangling submitqueue references
` [PATCH 02/20] iommu/arm-smmu: Pass io-pgtable config to implementation specific function
` [PATCH 03/20] iommu/arm-smmu: Add support for split pagetables
` [PATCH 04/20] iommu/arm-smmu: Prepare for the adreno-smmu implementation
` [PATCH 05/20] iommu: add private interface for adreno-smmu
` [PATCH 06/20] drm/msm/gpu: add dev_to_gpu() helper
` [PATCH 07/20] drm/msm: set adreno_smmu as gpu's drvdata
` [PATCH 08/20] iommu/arm-smmu: constify some helpers
` [PATCH 09/20] iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
` [PATCH 10/20] dt-bindings: arm-smmu: Add compatible string for Adreno "
` [PATCH 11/20] drm/msm: Add a context pointer to the submitqueue
` [PATCH 12/20] drm/msm: Drop context arg to gpu->submit()
` [PATCH 13/20] drm/msm: Set the global virtual address range from the IOMMU domain
` [PATCH 14/20] drm/msm: Add support to create a local pagetable
` [PATCH 15/20] drm/msm: Add support for private address space instances
` [PATCH 16/20] drm/msm/a6xx: Add support for per-instance pagetables
` [PATCH 17/20] arm: dts: qcom: sm845: Set the compatible string for the GPU SMMU
` [PATCH 18/20] arm: dts: qcom: sc7180: "
` [PATCH 19/20] iommu/arm-smmu: add a way for implementations to influence SCTLR
` [PATCH 20/20] drm/msm: show process names in gem_describe

[RFC v2 0/5] Restricted DMA
 2020-08-24 17:24 UTC  (7+ messages)
` [RFC v2 4/5] dt-bindings: of: Add plumbing for restricted DMA pool

[PATCH AUTOSEL 5.8 30/63] dma-pool: fix coherent pool allocations for IOMMU mappings
 2020-08-24 16:34 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 31/63] dma-pool: Only allocate from CMA when in same memory zone

upstream boot error: general protection fault in swiotlb_map
 2020-08-24 15:17 UTC  (4+ messages)
` Is: virtio_gpu_object_shmem_init issues? Was:Re: "

[PATCH] iommu/vt-d:Add support for probing ACPI device in RMRR
 2020-08-24 10:37 UTC  (2+ 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).