Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-06-19 14:37:47 to 2024-06-26 02:08:22 UTC [more...]

[PATCH 1/1] iommu/vt-d: Downgrade warning for pre-enabled IR
 2024-06-26  2:08 UTC  (2+ messages)

[PATCH 1/2] iommu/vt-d: Convert dmar_ats_supported() to return bool
 2024-06-26  1:53 UTC  (9+ messages)
` [PATCH 2/2] iommu/vt-d: Remove hardware automatic ATS dependency

[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-26  1:21 UTC  (18+ messages)
` [PATCH v6 01/13] selftests/mm: Define _GNU_SOURCE to an empty string
` [PATCH v6 02/13] selftests: Add -D_GNU_SOURCE= to CFLAGS in lib.mk
` [PATCH v6 03/13] selftests/net: Append to lib.mk CFLAGS in Makefile
` [PATCH v6 04/13] selftests/exec: Drop redundant -D_GNU_SOURCE "
` [PATCH v6 05/13] selftests/futex: "
` [PATCH v6 06/13] selftests/intel_pstate: "
` [PATCH v6 07/13] selftests/iommu: "
` [PATCH v6 08/13] selftests/kvm: "
` [PATCH v6 09/13] selftests/proc: "
` [PATCH v6 10/13] selftests/resctrl: "
` [PATCH v6 11/13] selftests/ring-buffer: "
` [PATCH v6 12/13] selftests/riscv: "
` [PATCH v6 13/13] selftests/sgx: Append CFLAGS from lib.mk to HOST_CFLAGS

[PATCH] iommu/intel: Enable pci capabilities before assigning cache tags
 2024-06-26  1:09 UTC  (2+ messages)

[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-25 22:34 UTC  (2+ messages)
` [PATCH v7 1/1] selftests: Centralize -D_GNU_SOURCE= to CFLAGS in lib.mk

[PATCH v6 0/4] Dynamic Allocation of the reserved_mem array
 2024-06-25 21:43 UTC  (6+ messages)
` [PATCH v6 1/4] of: reserved_mem: Restruture how the reserved memory regions are processed

[PATCH rc] iommu/amd: Invalidate cache before removing device from domain list
 2024-06-25 19:38 UTC  (3+ messages)

[PATCH v2 0/4] iommu: Remove iommu_fwspec ops
 2024-06-25 18:44 UTC  (8+ messages)
` [PATCH v2 1/4] iommu: Resolve fwspec ops automatically
` [PATCH v2 2/4] ACPI: Retire acpi_iommu_fwspec_ops()
` [PATCH v2 3/4] OF: Simplify of_iommu_configure()
` [PATCH v2 4/4] iommu: Remove iommu_fwspec ops

[PATCH] iommu/iova: Bettering utilizing cpu_rcaches in no-strict mode
 2024-06-25 18:03 UTC  (6+ messages)

[PATCH v1 00/10] iommufd/{iova_bitmap,selftest}: Fix dirty hugepages tracking and selftests
 2024-06-25 16:52 UTC  (22+ messages)
` [PATCH v1 01/10] iommufd/selftest: Fix dirty bitmap tests with u8 bitmaps
` [PATCH v1 02/10] iommufd/selftest: Fix iommufd_test_dirty() to handle <u8 bitmaps
` [PATCH v1 03/10] iommufd/selftest: Add tests for <= u8 bitmap sizes
` [PATCH v1 04/10] iommufd/selftest: Do not record head iova to better match iommu drivers
` [PATCH v1 05/10] iommufd/iova_bitmap: Check iova_bitmap_done() after set ahead
` [PATCH v1 06/10] iommufd/iova_bitmap: Cache mapped length in iova_bitmap_map struct
` [PATCH v1 07/10] iommufd/iova_bitmap: Move initial pinning to iova_bitmap_for_each()
` [PATCH v1 08/10] iommufd/iova_bitmap: Consolidate iova_bitmap_set exit conditionals
` [PATCH v1 09/10] iommufd/iova_bitmap: Dynamic pinning on iova_bitmap_set()
` [PATCH v1 10/10] iommufd/iova_bitmap: Remove iterator logic

[PATCH 00/18] BCM2835 DMA mapping cleanups and fixes
 2024-06-25 16:21 UTC  (13+ messages)
` [PATCH 01/18] dma-direct: take dma-ranges/offsets into account in resource mapping
` [PATCH 06/18] dmaengine: bcm2835: make address increment platform independent
` [PATCH 08/18] dmaengine: bcm2835: pass dma_chan to generic functions
` [PATCH 09/18] dmaengine: bcm2835: Add function to handle DMA mapping

[PATCH v2 0/5] iommu: sun50i: Add Allwinner H616 support
 2024-06-25 16:20 UTC  (13+ messages)
` [PATCH v2 1/5] iommu: sun50i: clear bypass register
` [PATCH v2 2/5] iommu: sun50i: allocate page tables from below 4 GiB
` [PATCH v2 3/5] dt-bindings: iommu: add new compatible strings
` [PATCH v2 4/5] iommu: sun50i: Add H616 compatible string
` [PATCH v2 5/5] arm64: dts: allwinner: h616: add IOMMU node

[PATCH v4 0/2] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-06-25 15:36 UTC  (8+ messages)
` [PATCH v4 1/2] iommu/io-pgtable-arm: Add way to debug pgtable walk

[PATCH v8 0/7] Add support for Translation Buffer Units
 2024-06-25 12:59 UTC  (6+ messages)
` [PATCH v8 5/7] arm64: dts: qcom: sdm845: Add DT nodes for the TBUs

[PATCH v9 00/14] Update SMMUv3 to the modern iommu API (part 2b/3)
 2024-06-25 12:37 UTC  (15+ messages)
` [PATCH v9 01/14] iommu/arm-smmu-v3: Convert to domain_alloc_sva()
` [PATCH v9 02/14] iommu/arm-smmu-v3: Start building a generic PASID layer
` [PATCH v9 03/14] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v9 04/14] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v9 05/14] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH v9 06/14] iommu/arm-smmu-v3: Do not use master->sva_enable to restrict attaches
` [PATCH v9 07/14] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH v9 08/14] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH v9 09/14] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [PATCH v9 10/14] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH v9 11/14] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH v9 12/14] iommu/arm-smmu-v3: Test the STE S1DSS functionality
` [PATCH v9 13/14] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
` [PATCH v9 14/14] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID

[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
 2024-06-25 12:16 UTC  (10+ messages)
` [PATCH v4 01/40] "
` [PATCH v4 02/40] lib/find: add test for atomic find_bit() ops
` [PATCH v4 19/40] iommu: optimize subsystem by using atomic find_bit() API

[PATCH v2] dt-bindings: iommu: qcom,iommu: Add MSM8953 GPU IOMMU to SMMUv2 compatibles
 2024-06-25 12:15 UTC  (2+ messages)

[PATCH rc] iommu/amd: Fix GT feature enablement again
 2024-06-25 12:09 UTC  (5+ messages)

[PATCH v2 1/1] iommu/vt-d: Fix missed device TLB cache tag
 2024-06-25 12:06 UTC  (3+ messages)

[PATCH 1/1] iommu/vt-d: Remove control over Execute-Requested requests
 2024-06-25  2:24 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Remove comment for def_domain_type
 2024-06-25  2:24 UTC  (2+ messages)

[RFC PATCH v2 0/7] iommu/arm-smmu-v3: Use pinned KVM VMID for stage 2
 2024-06-25  2:21 UTC  (20+ messages)
` [RFC PATCH v2 1/7] KVM: Add generic infrastructure to support pinned VMIDs
` [RFC PATCH v2 2/7] KVM: arm64: Introduce support to pin VMIDs
` [RFC PATCH v2 4/7] iommufd: Associate kvm pointer to iommufd ctx

[RFC PATCH] iommu/xen: Add Xen PV-IOMMU driver
 2024-06-25  1:18 UTC  (6+ messages)

[PATCH v8 00/14] Update SMMUv3 to the modern iommu API (part 2b/3)
 2024-06-24 22:00 UTC  (9+ messages)
` [PATCH v8 04/14] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v8 10/14] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain

[RFC PATCH v2] iommu/xen: Add Xen PV-IOMMU driver
 2024-06-24 18:00 UTC  (7+ messages)

[PATCH 1/1] iommu/vt-d: Fix missed device TLB cache tag
 2024-06-24 16:12 UTC  (15+ messages)

[PATCH 1/2] iommu: Take group lock before attaching device in iommu_deferred_attach()
 2024-06-24 16:02 UTC  (7+ messages)

[RFC PATCH v2 00/10] RISC-V IOMMU HPM and nested IOMMU support
 2024-06-21  7:34 UTC  (10+ messages)
` [RFC PATCH v2 06/10] iommu/riscv: support nested iommu for getting iommu hardware information
` [RFC PATCH v2 07/10] iommu/riscv: support nested iommu for creating domains owned by userspace
` [RFC PATCH v2 08/10] iommu/riscv: support nested iommu for flushing cache

[PATCH v2] dma-mapping: benchmark: Don't starve others when doing the test
 2024-06-20  9:28 UTC 

[PATCH] dma-mapping: benchmark: Don't starve others when doing the test
 2024-06-20  3:16 UTC  (5+ messages)

[PATCH v3 00/21] iommu: Refactoring domain allocation interface
 2024-06-20  1:14 UTC  (20+ messages)
` [PATCH v3 10/21] wifi: ath10k: Use iommu_paging_domain_alloc()
` [PATCH v3 11/21] wifi: ath11k: "
` [PATCH v3 12/21] remoteproc: "
` [PATCH v3 13/21] soc/fsl/qbman: "
` [PATCH v3 15/21] iommu/vt-d: Add helper to allocate paging domain
` [PATCH v3 17/21] ARM: dma-mapping: Use iommu_paging_domain_alloc()
` [PATCH v3 18/21] drm/rockchip: "
` [PATCH v3 20/21] iommu: Remove iommu_present()
` [PATCH v3 21/21] iommu: Remove iommu_domain_alloc()

[PATCH] of: reserved_mem: Restructure code to call reserved mem init functions earlier
 2024-06-20  0:10 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] iommu/arm-smmu-v3: add missing MODULE_DESCRIPTION() macro
 2024-06-19 16:34 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