Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-05-02 16:24:00 to 2024-05-08 16:44:59 UTC [more...]

[PATCH v2 0/5] Define _GNU_SOURCE for sources using
 2024-05-08 16:44 UTC  (18+ messages)
` [PATCH v2 1/5] selftests: Compile kselftest headers with -D_GNU_SOURCE
` [PATCH v2 2/5] selftests/sgx: Include KHDR_INCLUDES in Makefile
` [PATCH v2 3/5] selftests: "
` [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE
` [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE

[PATCH v3 0/7] Linux RISC-V IOMMU Support
 2024-05-08 16:23 UTC  (10+ messages)
` [PATCH v3 7/7] iommu/riscv: Paging domain support

[PATCH v4 0/7] Linux RISC-V IOMMU Support
 2024-05-08 16:13 UTC  (17+ messages)
` [PATCH v4 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU
` [PATCH v4 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v4 3/7] iommu/riscv: Add RISC-V IOMMU PCIe "
` [PATCH v4 4/7] iommu/riscv: Enable IOMMU registration and device probe
` [PATCH v4 5/7] iommu/riscv: Device directory management
` [PATCH v4 6/7] iommu/riscv: Command and fault queue support
` [PATCH v4 7/7] iommu/riscv: Paging domain support

[PATCH v1 1/1] iommu/arm-smmu-v3: Use *-y instead of *-objs in Makefile
 2024-05-08 15:15 UTC 

[PATCH v2 00/12] iommufd support pasid attach/replace
 2024-05-08 14:11 UTC  (12+ messages)
` [PATCH v2 12/12] iommu/vt-d: Add set_dev_pasid callback for nested domain

[PATCH] dma-direct: Set SG_DMA_SWIOTLB flag for dma-direct
 2024-05-08 11:33 UTC  (11+ messages)

[PATCH] iommu/arm-smmu-v3: Make the kunit into a module
 2024-05-08 11:20 UTC  (6+ messages)

[PATCH v5 0/9] IOMMUFD: Deliver IO page faults to user space
 2024-05-08 10:05 UTC  (13+ messages)
` [PATCH v5 2/9] iommu: Replace sva_iommu with iommu_attach_handle
` [PATCH v5 3/9] iommu: Add attachment handle to struct iopf_group
` [PATCH v5 5/9] iommufd: Add iommufd fault object
` [PATCH v5 6/9] iommufd: Fault-capable hwpt attach/detach/replace
` [PATCH v5 7/9] iommufd: Associate fault object with iommufd_hw_pgtable

[PATCH v7 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-05-08  5:56 UTC  (7+ messages)
` [PATCH v7 1/6] iommu/arm-smmu-v3: Make symbols public for CONFIG_TEGRA241_CMDQV
` [PATCH v7 2/6] iommu/arm-smmu-v3: Issue a batch of commands to the same cmdq
` [PATCH v7 3/6] iommu/arm-smmu-v3: Enforce arm_smmu_cmdq_build_sync_cmd
` [PATCH v7 4/6] iommu/arm-smmu-v3: Add CS_NONE quirk for CONFIG_TEGRA241_CMDQV
` [PATCH v7 5/6] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
` [PATCH v7 6/6] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF

[PATCH RFC RESEND 0/6] RISC-V IOMMU HPM and nested IOMMU support
 2024-05-07 16:27 UTC  (16+ messages)
` [PATCH RFC RESEND 1/6] iommu/riscv: Add RISC-V IOMMU PMU support
` [PATCH RFC RESEND 2/6] iommu/riscv: Support HPM and interrupt handling
` [PATCH RFC RESEND 3/6] iommu/riscv: support GSCID
` [PATCH RFC RESEND 4/6] iommu/riscv: support nested iommu for getting iommu hardware information
` [PATCH RFC RESEND 5/6] iommu/riscv: support nested iommu for creating domains owned by userspace
` [PATCH RFC RESEND 6/6] iommu/riscv: support nested iommu for flushing cache

[RFC 0/6] RISC-V IOMMU HPM and nested IOMMU support
 2024-05-07 14:31 UTC  (2+ messages)

[PATCH v9 9/9] iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entry
 2024-05-07 12:55 UTC  (4+ messages)
` Build error on -next: Unexpected GOT/PLT entries detected! (was Re: [PATCH v9 9/9] iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entry)

[PATCH v6 0/7] dma: skip calling no-op sync ops when possible
 2024-05-07 11:30 UTC  (9+ messages)
` [PATCH v6 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH v6 2/7] dma: avoid redundant calls for sync operations
` [PATCH v6 3/7] iommu/dma: avoid expensive indirect "
` [PATCH v6 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH v6 5/7] page_pool: don't use driver-set flags field directly
` [PATCH v6 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH v6 7/7] xsk: use generic DMA sync shortcut instead of a custom one

[PATCH net-next v5 0/7] dma: skip calling no-op sync ops when possible
 2024-05-07 10:41 UTC  (13+ messages)
` [PATCH net-next v5 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next v5 2/7] dma: avoid redundant calls for sync operations
` [PATCH net-next v5 3/7] iommu/dma: avoid expensive indirect "
` [PATCH net-next v5 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next v5 5/7] page_pool: don't use driver-set flags field directly
` [PATCH net-next v5 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH net-next v5 7/7] xsk: use generic DMA sync shortcut instead of a custom one

[PATCH] arm64: Properly clean up iommu-dma remnants
 2024-05-07  9:50 UTC  (3+ messages)

[PATCH 0/5] Enforce CPU cache flush for non-coherent device assignment
 2024-05-07  9:40 UTC  (12+ messages)
` [PATCH 1/5] x86/pat: Let pat_pfn_immune_to_uc_mtrr() check MTRR for untracked PAT range
` [PATCH 2/5] KVM: x86/mmu: Fine-grained check of whether a invalid & RAM PFN is MMIO
` [PATCH 3/5] x86/mm: Introduce and export interface arch_clean_nonsnoop_dma()
` [PATCH 4/5] vfio/type1: Flush CPU caches on DMA pages in non-coherent domains
` [PATCH 5/5] iommufd: "

[GIT PULL] iommu/arm-smmu: Updates for 6.10
 2024-05-07  9:35 UTC  (3+ messages)

[PATCH 1/1] iommu/amd: Fix sysfs leak in iommu init
 2024-05-07  9:12 UTC  (2+ messages)

[PATCH v2 0/4] dma-mapping: benchmark: fixes and error handling improvements
 2024-05-07  6:56 UTC  (6+ messages)
` [PATCH v2 1/4] dma-mapping: benchmark: fix up kthread-related error handling
` [PATCH v2 2/4] dma-mapping: benchmark: avoid needless copy_to_user if benchmark fails
` [PATCH v2 3/4] dma-mapping: benchmark: fix node id validation
` [PATCH v2 4/4] dma-mapping: benchmark: handle NUMA_NO_NODE correctly

[PATCH 1/2] swiotlb: Remove alloc_size argument to swiotlb_tbl_map_single()
 2024-05-07  5:36 UTC  (6+ messages)
` [PATCH 2/2] iommu/dma: Fix zero'ing of bounce buffer padding used by untrusted devices

[PATCH] swiotlb: iommu/dma: Clarify swiotlb options apply only to dma-direct
 2024-05-06 20:16 UTC  (5+ messages)

[PATCH v6 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-05-06 13:00 UTC  (14+ messages)
` [PATCH v6 5/6] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
` [PATCH v6 6/6] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF

[PATCH net-next v4 0/7] dma: skip calling no-op sync ops when possible
 2024-05-06  9:43 UTC  (9+ messages)
` [PATCH net-next v4 6/7] page_pool: check for DMA sync shortcut earlier

[PATCH] iommu/amd: Enable Guest Translation after reading IOMMU feature register
 2024-05-06  8:25 UTC  (2+ messages)

[PATCH v8 00/15] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2024-05-06  8:25 UTC  (9+ messages)
` [PATCH v8 07/15] iommu/amd: Setup GCR3 table in advance if domain is SVA capable

[PATCH 0/1][PULL REQUEST] iommu/vt-d: Fixes for intel iommu
 2024-05-06  8:23 UTC  (3+ messages)
` [PATCH 1/1] iommu/vt-d: Decouple igfx_off from graphic identity mapping

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-05-06  7:25 UTC  (9+ messages)
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[GIT PULL] dma-mapping fix for Linux 6.9
 2024-05-05 17:13 UTC  (2+ messages)

[PATCH] swiotlb: Initialise restricted pool list_head when SWIOTLB_DYNAMIC=y
 2024-05-04  9:02 UTC  (3+ messages)

[PATCH 0/2] dma-mapping: benchmark: adjust some error handling in do_map_benchmark
 2024-05-03 16:23 UTC  (8+ messages)
` [PATCH 1/2] dma-mapping: benchmark: fix up kthread creation error handling
` [PATCH 2/2] dma-mapping: benchmark: prevent potential kthread hang

[PATCH v1 1/1] iommu/amd: Fix compilation error
 2024-05-03 10:12 UTC  (2+ messages)

[PATCH] iommu/exynos: trivial use of local dev variable
 2024-05-03  8:27 UTC 

[PATCH] iommu/dma: Respect SWIOTLB force_bounce
 2024-05-02 17:54 UTC  (6+ messages)

[PATCH v8 0/7] Add support for Translation Buffer Units
 2024-05-02 16:53 UTC  (4+ messages)
` [PATCH v8 2/7] iommu/arm-smmu-qcom-debug: Add support for TBUs

[PATCH V3 0/2] iommu/arm-smmu-v3: Add support for ECMDQ register mode
 2024-05-02 16:25 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