Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-06-25 06:30:54 to 2023-07-10 18:40:30 UTC [more...]

[RFC PATCH] iommu: arm-smmu-nvidia: Add default domain type implementation op
 2023-07-10 18:40 UTC  (3+ messages)

[PATCH] iommu: Expose an API to set identity domain
 2023-07-10 18:34 UTC  (5+ messages)

[RFC PATCH 0/6] Share sva domain with all devices bound to a mm
 2023-07-10 17:29 UTC  (9+ messages)
` [RFC PATCH 1/6] iommu: Add two pasid helper functions
` [RFC PATCH 2/6] iommu: Call helper functions to get/set assigned pasid value
` [RFC PATCH 3/6] iommu: Introduce struct iommu_mm_data
` [RFC PATCH 4/6] mm: Add iommu_mm field to mm_struct
` [RFC PATCH 5/6] iommu: Support mm PASID 1:1 with sva domain
` [RFC PATCH 6/6] mm: Deprecate pasid field

[PATCH v9 0/7] Re-enable IDXD kernel workqueue under DMA API
 2023-07-10 17:18 UTC  (2+ messages)

[PATCH v2 00/18] Add PASID support to SMMUv3 unmanaged domains
 2023-07-10 16:55 UTC  (7+ messages)
` [PATCH v2 14/18] iommu/arm-smmu-v3: Support domains with shared CDs

[PATCH v7 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-07-10 16:46 UTC  (4+ messages)
` [PATCH v7 14/19] iommufd: Add iommufd_device_replace()

[PATCH rc] iommu: Fix crash during syfs iommu_groups/N/type
 2023-07-10 16:30 UTC  (5+ messages)

[PATCH 1/6] iommu/arm-smmu: do some cleanup
 2023-07-10 14:41 UTC  (7+ messages)
` [PATCH 2/6] iommu/omap: "
` [PATCH 3/6] iommu/msm: "
` [PATCH 4/6] iommu/exynos: Convert to devm_platform_ioremap_resource()
` [PATCH 5/6] iommu/ipmmu-vmsa: "
` [PATCH 6/6] iommu/mediatek: Convert to devm_platform_ioremap_resource() and devm_platform_get_and_ioremap_resource()

[PATCH v3 0/7] Allow dynamic allocation of software IO TLB bounce buffers
 2023-07-10  9:36 UTC  (21+ messages)
` [PATCH v3 1/7] swiotlb: make io_tlb_default_mem local to swiotlb.c
` [PATCH v3 2/7] swiotlb: add documentation and rename swiotlb_do_find_slots()
` [PATCH v3 3/7] swiotlb: separate memory pool data from other allocator data
` [PATCH v3 4/7] swiotlb: if swiotlb is full, fall back to a transient memory pool
` [PATCH v3 5/7] swiotlb: determine potential physical address limit
` [PATCH v3 6/7] swiotlb: allocate a new memory pool when existing pools are full
` [PATCH v3 7/7] swiotlb: search the software IO TLB only if a device makes use of it

[PATCH] iommu/sva: fix signedness bug in iommu_sva_alloc_pasid()
 2023-07-10  9:34 UTC  (4+ messages)

[PATCH] dma-contiguous: support numa CMA for specified node
 2023-07-10  7:49 UTC 

[PATCH 00/11] Even more msm bindings fixes
 2023-07-10  5:07 UTC  (24+ messages)
` [PATCH 01/11] arm64: dts: qcom: sc7180: Fix DSI0_PHY reg-names
` [PATCH 02/11] arm64: dts: qcom: msm8939: Drop "qcom,idle-state-spc" compatible
` [PATCH 03/11] arm64: dts: qcom: msm8939: Add missing 'cache-unified' to L2
` [PATCH 04/11] arm64: dts: qcom: apq8039-t2: Drop inexistent property
` [PATCH 05/11] dt-bindings: sound: Convert pm8916-wcd-analog-codec to YAML
` [PATCH 06/11] dt-bindings: mfd: qcom,spmi-pmic: Reference pm8916 wcd analog codec schema
` [PATCH 07/11] dt-bindings: iommu: qcom_iommu: Allow 'tbu' clock
` [PATCH 08/11] dt-bindings: usb: ci-hdrc-usb2: Fix handling pinctrl properties
` [PATCH 09/11] dt-bindings: arm: msm: kpss-acc: Make the optional reg truly optional
` [PATCH 10/11] dt-bindings: usb: dwc3: Allow just 1 interrupt for MSM8996
` [PATCH 11/11] arm64: dts: qcom: msm8996: Add missing interrupt to the USB2 controller
` (subset) [PATCH 00/11] Even more msm bindings fixes

[GIT PULL] dma-mapping fixes for Linux 6.5
 2023-07-09 17:46 UTC  (2+ messages)

[PATCH v7 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-07-09  3:27 UTC  (5+ messages)

[PATCH, RFC] swiotlb-xen: fix dma to physical address translation for cache operations
 2023-07-08 23:59 UTC  (2+ messages)

[RFC PATCH v2 0/3] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-07  7:14 UTC  (4+ messages)
` [RFC PATCH v2 1/3] mm_notifiers: Rename invalidate_range notifier
` [RFC PATCH v2 2/3] mmu_notifiers: Call arch_invalidate_secondary_tlbs() when invalidating TLBs
` [RFC PATCH v2 3/3] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()

[PATCH v2 00/24] use vmalloc_array and vcalloc
 2023-07-06  1:35 UTC  (4+ messages)
` [PATCH v2 13/24] iommu/tegra: gart: "

[PATCH] iommu/mediatek: Remove a unnecessary checking for larbid
 2023-07-05  8:31 UTC  (5+ messages)

[PATCH v2 0/2] iommu/amd/iommu_v2: Fix refcount related issues
 2023-07-05  4:35 UTC  (2+ messages)

[PATCH 0/5] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
 2023-07-04  7:54 UTC  (9+ messages)
` [PATCH 1/5] iommu/vt-d: debugfs: Define domain_translation_struct file ops
` [PATCH 2/5] iommu/vt-d: debugfs: Support specifying source identifier and PASID
` [PATCH 3/5] iommu/vt-d: debugfs: Dump the corresponding page table of a pasid
` [PATCH 4/5] iommu/vt-d: debugfs: Support dumping a specified page table
` [PATCH 5/5] iommu/vt-d: debugfs: Dump entry pointing to huge page

[PATCH] iommu/vt-d: debugfs: Increment the reference count of page table page
 2023-07-03 14:48 UTC  (3+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-07-03 10:41 UTC  (4+ messages)
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration

Fwd: iwlwifi causes dma-iommu.c:693 __iommu_dma_unmap since commit 19898ce9cf8a
 2023-07-03  8:38 UTC  (3+ messages)

[PATCH rc] iommu/power: Remove iommu_del_device()
 2023-07-03  5:21 UTC  (2+ messages)

[GIT PULL] dma-mapping updates for Linux 6.5
 2023-06-30  4:16 UTC  (2+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-06-30  4:16 UTC  (2+ messages)

[git pull] IOMMU Updates for Linux v6.5
 2023-06-30  4:16 UTC  (2+ messages)

[PATCH 0/3] iommu/amd: Consolidate PPR log handling
 2023-06-29 16:51 UTC  (7+ messages)
` [PATCH 1/3] iommu/amd: Disable PPR log/interrupt in iommu_disable()
` [PATCH 2/3] iommu/amd: Consolidate PPR log enablement
` [PATCH 3/3] iommu/amd: Enable PPR/GA interrupt after interrupt handler setup

[PATCH v3 0/2] iommu/amd: Interrupt handling improvements
 2023-06-29 16:36 UTC  (5+ messages)
` [PATCH v3 1/2] iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logs
` [PATCH v3 2/2] iommu/amd: Enable separate interrupt for PPR and GA log

[PATCH v1 0/2] swiotlb: Fix a couple of bugs in sizing areas
 2023-06-29  5:44 UTC  (8+ messages)
` [PATCH v1 1/2] swiotlb: Always set the number of areas before allocating the pool
` [PATCH v1 2/2] swiotlb: Reduce the number of areas to match actual memory pool size

[RESEND PATCH v8 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2023-06-29  2:55 UTC  (5+ messages)
` [RESEND PATCH v8 04/11] bus: platform, amba, fsl-mc, PCI: Add device DMA ownership management

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-06-29  2:16 UTC  (21+ messages)

[PATCH] dma-contiguous: support per-numa CMA for all architectures
 2023-06-29  1:41 UTC  (8+ messages)

[RFC PATCHES 00/17] IOMMUFD: Deliver IO page faults to user space
 2023-06-29  1:07 UTC  (13+ messages)

[PATCH v1] iommu/arm-smmu-v3: Allow default substream bypass with a pasid support
 2023-06-28 15:59 UTC  (8+ messages)

[PATCH v4 00/13] Add PASID support to SMMUv3 unmanaged domains
 2023-06-28 13:36 UTC  (6+ messages)
` [PATCH v4 09/13] iommu/arm-smmu-v3: Implement set_dev_pasid

[PATCH v3 0/2] iommu/amd: Add PPR overflow support
 2023-06-28  5:16 UTC  (3+ messages)
` [PATCH v3 1/2] iommu/amd: Generalize log overflow handling
` [PATCH v3 2/2] iommu/amd: Handle PPR log overflow

unexport swiotlb_active v2
 2023-06-27 17:18 UTC  (7+ messages)
` [PATCH 2/3] x86: always initialize xen-swiotlb when xen-pcifront is enabling
` [PATCH 3/3] swiotlb: unexport is_swiotlb_active

[PATCH 0/2] Prevent RESV_DIRECT devices from user assignment
 2023-06-27 15:49 UTC  (15+ messages)
` [PATCH 1/2] iommu: Prevent RESV_DIRECT devices from blocking domains

[RFC PATCH 00/21] iommu/amd: Introduce support for HW accelerated vIOMMU w/ nested page table
 2023-06-26 13:20 UTC  (8+ messages)

[PATCH rc v2 0/2] iommufd syzkaller fixes
 2023-06-26 12:18 UTC  (6+ messages)
` [PATCH rc v2 1/2] iommufd: Do not access the area pointer after unlocking

[Syzkaller & bisect] There is WARNING in iopt_remove_access in upstream patch "iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage"
 2023-06-25 18:55 UTC  (4+ messages)

[syzbot] [iommu?] KASAN: slab-use-after-free Read in iopt_unmap_iova_range
 2023-06-25 14:03 UTC  (2+ messages)

[PATCH] iommu/vt-d: Fix to convert mm pfn to dma pfn
 2023-06-25  8:20 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox