iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-07 08:27:04 to 2019-10-16 12:07:36 UTC [more...]

[RFC PATCH 0/6] SMMUv3 PMCG IMP DEF event support
 2019-10-16 12:07 UTC  (11+ messages)
` [RFC PATCH 1/6] ACPI/IORT: Set PMCG device parent
` [RFC PATCH 6/6] ACPI/IORT: Drop code to set the PMCG software-defined model

[PATCH 1/3] iommu/tegra-smmu: Use non-secure register for flushing
 2019-10-16 11:50 UTC  (3+ messages)
` [PATCH 2/3] iommu/tegra-smmu: Fix client enablement order
` [PATCH 3/3] iommu/tegra-smmu: Fix page tables in > 4 GiB memory

[PATCH] kernel: dma: Make CMA boot parameters __ro_after_init
 2019-10-16 10:11 UTC  (4+ messages)

[PATCH 0/2] virtio: Support encrypted memory on powerpc secure guests
 2019-10-16  7:55 UTC  (11+ messages)
` [PATCH 1/2] dma-mapping: Add dma_addr_is_phys_addr()
  ` [PATCH 2/2] virtio_ring: Use DMA API if memory is encrypted

[PATCH] iommu/vt-d: Check VT-d RMRR region in BIOS is reported as reserved
 2019-10-16  7:51 UTC  (3+ messages)

[PATCH] iommu: rockchip: Free domain on .domain_free
 2019-10-16  7:43 UTC  (5+ messages)

[PATCH v2 0/6] iommu/ipmmu-vmsa: minor updates
 2019-10-16  7:39 UTC  (10+ messages)
` [PATCH v2 1/6] iommu/ipmmu-vmsa: Remove all unused register definitions
` [PATCH v2 2/6] iommu/ipmmu-vmsa: tidyup "
` [PATCH v2 3/6] iommu/ipmmu-vmsa: Add helper functions for MMU "context" registers
` [PATCH v2 4/6] iommu/ipmmu-vmsa: Calculate context registers' offset instead of a macro
` [PATCH v2 5/6] iommu/ipmmu-vmsa: Add helper functions for "uTLB" registers
` [PATCH v2 6/6] iommu/ipmmu-vmsa: Add utlb_offset_base

[PATCH v4 0/7] Improve tlb range flush
 2019-10-16  3:33 UTC  (8+ messages)
` [PATCH v4 1/7] iommu/mediatek: Correct the flush_iotlb_all callback
` [PATCH v4 2/7] iommu/mediatek: Add a new tlb_lock for tlb_flush
` [PATCH v4 3/7] iommu/mediatek: Use gather to achieve the tlb range flush
` [PATCH v4 4/7] iommu/mediatek: Delete the leaf in the tlb_flush
` [PATCH v4 5/7] iommu/mediatek: Move the tlb_sync into tlb_flush
` [PATCH v4 6/7] iommu/mediatek: Get rid of the pgtlock
` [PATCH v4 7/7] iommu/mediatek: Reduce the tlb flush timeout value

[PATCH 0/2] iommu/dmar: expose fault counters via sysfs
 2019-10-16  0:45 UTC  (4+ messages)
` [PATCH 1/2] iommu/dmar: collect fault statistics
` [PATCH 2/2] iommu/dmar: catch early fault occurrences

[PATCH 0/2] iommu/vt-d: Select PCI_PRI for INTEL_IOMMU_SVM
 2019-10-15 21:40 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] PCI/ATS: Move pci_prg_resp_pasid_required() to CONFIG_PCI_PRI

[PATCH 0/3] PCI/ATS: Clean up unnecessary stubs and exports
 2019-10-15 21:36 UTC  (7+ messages)
` [PATCH 1/3] PCI/ATS: Remove unused PRI and PASID stubs
` [PATCH 2/3] PCI/ATS: Remove unnecessary EXPORT_SYMBOL_GPL()
` [PATCH 3/3] PCI/ATS: Make pci_restore_pri_state(), pci_restore_pasid_state() private

[PATCH RFC 0/5] ARM: Raspberry Pi 4 DMA support
 2019-10-15 17:46 UTC  (12+ messages)
` [PATCH RFC 1/5] dma/direct: turn ARCH_ZONE_DMA_BITS into a variable
` [PATCH RFC 2/5] ARM: introduce arm_dma_direct
` [PATCH RFC 3/5] ARM: let machines select dma-direct over arch's DMA implementation
` [PATCH RFC 4/5] dma/direct: check for overflows in ARM's dma_capable()
` [PATCH RFC 5/5] ARM: bcm2711: use dma-direct

[RFC 0/3] Introduce memory controller mini-framework
 2019-10-15 16:29 UTC  (4+ messages)
` [RFC 1/3] memory: "
` [RFC 2/3] memory: tegra186: Register as memory controller
` [RFC 3/3] iommu: arm-smmu: Get reference to "

[PATCH 0/3] AMD IOMMU Changes for NTB
 2019-10-15 16:16 UTC  (9+ messages)
` [PATCH 1/3] iommu/amd: Implement dma_[un]map_resource()
` [PATCH 2/3] iommu/amd: Support multiple PCI DMA aliases in device table
` [PATCH 3/3] iommu/amd: Support multiple PCI DMA aliases in IRQ Remapping

Advice on oops - memory trap on non-memory access instruction (invalid CR2?)
 2019-10-15 15:21 UTC  (3+ messages)

[PATCH v4 0/7] Add support for QCOM IOMMU v2 and 500
 2019-10-15 13:09 UTC  (9+ messages)
` [PATCH v4 1/7] firmware: qcom: scm: Add function to set IOMMU pagetable addressing
` [PATCH v4 2/7] iommu/qcom: Use the asid read from device-tree if specified

[PATCH] memory: mtk-smi: Add PM suspend and resume ops
 2019-10-15 12:30 UTC  (2+ messages)

iommu: amd: Simpify decoding logic for INVALID_PPR_REQUEST event
 2019-10-15 12:14 UTC  (2+ messages)

iommu: amd: Fix incorrect PASID decoding from event log
 2019-10-15 12:14 UTC  (2+ messages)

[PATCH] iommu/intel: Use fallback generic_device_group() for ACPI devices
 2019-10-15 11:40 UTC  (2+ messages)

[PATCH v3 0/7] Improve tlb range flush
 2019-10-15 11:38 UTC  (17+ messages)
` [PATCH v3 1/7] iommu/mediatek: Correct the flush_iotlb_all callback
` [PATCH v3 2/7] iommu/mediatek: Add pgtlock in the iotlb_sync
` [PATCH v3 3/7] iommu/mediatek: Use gather to achieve the tlb range flush
` [PATCH v3 4/7] iommu/mediatek: Delete the leaf in the tlb flush
` [PATCH v3 5/7] iommu/mediatek: Move the tlb_sync into tlb_flush
` [PATCH v3 6/7] iommu/mediatek: Use writel for TLB range invalidation
` [PATCH v3 7/7] iommu/mediatek: Reduce the tlb flush timeout value

[PATCH v4 0/4] User API for nested shared virtual address (SVA)
 2019-10-15 11:35 UTC  (6+ messages)

[PATCH] iommu/ipmmu-vmsa: Only call platform_get_irq() when interrupt is mandatory
 2019-10-15 11:02 UTC  (2+ messages)

[PATCH v2] iommu/ipmmu-vmsa: Hook up r8a774b1 DT matching code
 2019-10-15 10:58 UTC  (2+ messages)

[PATCH] iommu/rockchip: don't use platform_get_irq to implicitly count irqs
 2019-10-15 10:45 UTC  (3+ messages)

[PATCH] dt-bindings: iommu: ipmmu-vmsa: Add r8a774b1 support
 2019-10-15  9:54 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Refactor find_domain() helper
 2019-10-15  9:52 UTC  (2+ messages)

[PATCH] iommu/qcom: Simplify a test in 'qcom_iommu_add_device()'
 2019-10-15  9:51 UTC  (2+ messages)

[PATCH 0/3] iommu/ipmmu-vmsa: minor updates
 2019-10-15  5:28 UTC  (13+ messages)
` [PATCH 1/3] iommu/ipmmu-vmsa: Remove some unused register declarations
` [PATCH 2/3] iommu/ipmmu-vmsa: Calculate context registers' offset instead of a macro
` [PATCH 3/3] iommu/ipmmu-vmsa: Add utlb_offset_base

[PATCH v2 1/4] iommu/mediatek: Correct the flush_iotlb_all callback
 2019-10-15  1:51 UTC  (8+ messages)
` [PATCH v2 2/4] iommu/mediatek: Move the tlb_sync into tlb_flush
` [PATCH v2 3/4] iommu/mediatek: Use writel for TLB range invalidation
` [PATCH v2 4/4] iommu/mediatek: Reduce the tlb flush timeout value

[PATCH v2] dt-bindings: iommu: Convert Arm SMMUv3 to DT schema
 2019-10-14 19:12 UTC 

[BUG] dma-ranges, reserved memory regions, dma_alloc_coherent: possible bug?
 2019-10-14 15:01 UTC  (3+ messages)

[PATCH 0/2] iommu/arm-smmu: Add an optional "input-address-size" property
 2019-10-11 23:55 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: arm-smmu: "
` [PATCH 2/2] iommu/arm-smmu: Read "

[RFC PATCH] iommu/vt-d: Fix IOMMU field not populated on device hot re-plug
 2019-10-11 10:27 UTC  (8+ messages)

[PATCH v3 0/2] dma-mapping: Add vmap checks to dma_map_single()
 2019-10-11  9:33 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] usb: core: Remove redundant vmap checks

[PATCH v3 0/6] ACPI / utils: add new helper for HID/UID match
 2019-10-11  9:16 UTC  (4+ messages)
` [PATCH v3 6/6] iommu/amd: Switch to use acpi_dev_hid_uid_match()

[PATCH v2] dma-mapping: Move vmap address checks into dma_map_single()
 2019-10-11  7:20 UTC  (2+ messages)

[PATCH] iommu/mediatek: Move the tlb_sync into tlb_flush
 2019-10-09 15:08 UTC  (10+ messages)

[PATCH] iommu/arm-smmu: fix "hang" when games exit
 2019-10-09 10:10 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] iommu/rockchip: Don't loop until failure to count interrupts
 2019-10-08 20:21 UTC  (3+ messages)

[PATCH v2 0/6] ACPI / utils: add new helper for HID/UID match
 2019-10-08 13:54 UTC  (5+ messages)
` [PATCH v2 6/6] iommu/amd: Switch to use acpi_dev_hid_uid_match()

[PATCH v4 0/4] Retrieving zPCI specific info with VFIO
 2019-10-08 13:30 UTC  (7+ messages)
` [PATCH v4 3/4] vfio: zpci: defining the VFIO headers

[PATCH v6 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-10-08  9:08 UTC  (2+ messages)

[GIT PULL] iommu/arm-smmu: Fixes for 5.4-rc2
 2019-10-08  8:51 UTC  (2+ messages)

[RFC PATCH 0/4] Use 1st-level for DMA remapping in guest
 2019-10-08  2:20 UTC  (10+ messages)
` [RFC PATCH 2/4] iommu/vt-d: Add first level page table interfaces

[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
 2019-10-07  8:26 UTC  (3+ messages)
` [RESEND TRIVIAL 3/3] treewide: arch: "


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