messages from 2025-11-02 08:01:37 to 2025-11-07 18:54:13 UTC [more...]
[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
2025-11-07 18:54 UTC (8+ messages)
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper
[GIT PULL] Please pull IOMMUFD subsystem changes
2025-11-07 18:51 UTC
[PATCH v2 0/2] iommu/amd: Avoid setting C-bit for MMIO addresses
2025-11-07 18:32 UTC (13+ messages)
` [PATCH v2 1/2] iommu/amd: Add IOMMU_PROT_IE flag for memory encryption
` [PATCH v2 2/2] vfio/type1: Set IOMMU_MMIO in dma->prot for MMIO-backed addresses
[PATCH 0/9] Initial DMABUF support for iommufd
2025-11-07 18:30 UTC (13+ messages)
` [PATCH 1/9] vfio/pci: Add vfio_pci_dma_buf_iommufd_map()
` [PATCH 2/9] iommufd: Add DMABUF to iopt_pages
` [PATCH 3/9] iommufd: Do not map/unmap revoked DMABUFs
` [PATCH 4/9] iommufd: Allow a DMABUF to be revoked
` [PATCH 5/9] iommufd: Allow MMIO pages in a batch
` [PATCH 6/9] iommufd: Have pfn_reader process DMABUF iopt_pages
` [PATCH 7/9] iommufd: Have iopt_map_file_pages convert the fd to a file
` [PATCH 8/9] iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILE
` [PATCH 9/9] iommufd/selftest: Add some tests for the dmabuf flow
[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-07 16:01 UTC (14+ messages)
` [PATCH v7 01/11] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v7 02/11] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v7 03/11] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v7 04/11] PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
` [PATCH v7 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v7 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [PATCH v7 07/11] vfio: Export vfio device get and put registration helpers
` [PATCH v7 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v7 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v7 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v7 11/11] vfio/nvgrace: Support get_dmabuf_phys
[PATCH v4] iommu/amd: Enhance "Completion-wait Time-out" error message
2025-11-07 14:06 UTC (2+ messages)
[PATCH] iommu/iommupt: Fix build error in genericpt unit-tests
2025-11-07 12:54 UTC (3+ messages)
[PATCH] iommupt: Documentation fixes
2025-11-07 10:13 UTC (3+ messages)
[PATCH v2 0/2] genpt documentation fixes
2025-11-07 10:07 UTC (4+ messages)
` [PATCH v2 1/2] Documentation: genpt: Don't use code block marker before iommu_amdv1.c include listing
` [PATCH v2 2/2] iommupt: Describe @bitnr parameter
[PATCH v18 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
2025-11-07 9:28 UTC (2+ messages)
[PATCH 0/6] of: iommu-map parsing for multi-cell IOMMU
2025-11-07 8:07 UTC (15+ messages)
` [PATCH 1/6] of: create a wrapper for of_map_id()
` [PATCH 2/6] of: introduce wrapper function to query the cell count
` [PATCH 3/6] of: parse #<name>-cells property to get "
` [PATCH 4/6] of: detect and handle legacy iommu-map parsing
` [PATCH 5/6] of: add infra to parse iommu-map per IOMMU cell count
` [PATCH 6/6] of: use correct iommu-map parsing logic from of_iommu layer
[PATCH v8 00/15] Consolidate iommu page table implementations (AMD)
2025-11-07 7:38 UTC (31+ messages)
` [PATCH v8 01/15] genpt: Generic Page Table base API
` [PATCH v8 02/15] genpt: Add Documentation/ files
` [PATCH v8 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v8 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v8 05/15] iommupt: Add iova_to_phys op
` [PATCH v8 06/15] iommupt: Add unmap_pages op
` [PATCH v8 07/15] iommupt: Add map_pages op
` [PATCH v8 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v8 09/15] iommupt: Add a kunit test for Generic Page Table
` fatal error: ../../iommu-pages.h: No such file or directory (was: Re: [PATCH v8 09/15] iommupt: Add a kunit test for Generic Page Table)
` fatal error: ../../iommu-pages.h: No such file or directory
` [PATCH v8 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v8 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v8 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v8 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v8 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v8 15/15] iommupt: Add a kunit test for the IOMMU implementation
[PATCH 0/2] genpt documentation fixes
2025-11-07 5:14 UTC (8+ messages)
` [PATCH 1/2] Documentation: genpt: Don't use code block marker before iommu_amdv1.c include listing
` [PATCH 2/2] iommupt: Describe @bitnr parameter
[RFC PATCH 0/5] dma-mapping: arm64: support batched cache sync
2025-11-06 20:44 UTC (2+ messages)
[PATCH v2 0/3] Cleanup around iommu_set_fault_handler()
2025-11-06 20:34 UTC (4+ messages)
` [PATCH v2 1/3] RDMA/usnic: Remove iommu_set_fault_handler()
` [PATCH v2 2/3] iommu/amd: Don't call report_iommu_fault()
` [PATCH v2 3/3] iommu: Allow drivers to say if they use report_iommu_fault()
[PATCH v3] dt-bindings: iommu: qcom_iommu: Allow 'tbu' clock
2025-11-06 20:19 UTC (2+ messages)
[PATCH v2 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
2025-11-06 19:50 UTC (6+ messages)
` [PATCH v2 1/4] drivers/iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [PATCH v2 2/4] drivers/iommu: Add calls "
` [PATCH v2 3/4] drivers/iommu-debug-pagealloc: Track IOMMU pages
` [PATCH v2 4/4] drivers/iommu-debug-pagealloc: Check mapped/unmapped kernel memory
[PATCH 0/3] dma_mapping: Add auto cleanup support
2025-11-06 17:27 UTC (3+ messages)
[PATCH v4 00/28] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
2025-11-06 17:16 UTC (13+ messages)
` [PATCH v4 15/28] iommu/arm-smmu-v3: Load the driver later in KVM mode
[PATCH 0/5] Convert riscv to use the generic iommu page table
2025-11-06 0:24 UTC (8+ messages)
` [PATCH 1/5] iommupt: Add the RISC-V page table format
` [PATCH 2/5] iommu/riscv: Disable SADE
` [PATCH 3/5] iommu/riscv: Use the generic iommu page table
` [PATCH 4/5] iommu/riscv: Enable SVNAPOT support for contiguous ptes
` [PATCH 5/5] iommu/riscv: Allow RISC_VIOMMU to COMPILE_TEST
[PATCH v3 0/2] SMMU v3 CMDQ fix and improvement
2025-11-05 21:22 UTC (5+ messages)
` [PATCH v3 1/2] iommu/arm-smmu-v3: Fix CMDQ timeout warning
` [PATCH v3 2/2] iommu/arm-smmu-v3: Improve CMDQ lock fairness and efficiency
[PATCH v2] iommu/arm-smmu-v3-iommufd: Allow attaching nested domain for GBPA cases
2025-11-05 21:14 UTC (2+ messages)
[PATCH 0/8] Initial DMABUF support for iommufd
2025-11-05 19:36 UTC (4+ messages)
` [PATCH 3/8] iommufd: Allow a DMABUF to be revoked
[PATCH v4 00/16] iommu/amd: Introduce Nested Translation support
2025-11-05 13:35 UTC (5+ messages)
` [PATCH v4 13/16] iommu/amd: Track host Domain ID mapping for each guest Domain ID
[PATCH] dma-mapping: Allow use of DMA_BIT_MASK(64) in global scope
2025-11-05 12:45 UTC (2+ messages)
[PATCH v10 0/7] Linux RISC-V IOMMU Support
2025-11-05 10:08 UTC (2+ messages)
[PATCH] iommu/arm-smmu: add actlr settings for mdss and fastrpc
2025-11-05 9:14 UTC (2+ messages)
[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-05 8:17 UTC (19+ messages)
` [PATCH v6 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v6 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v6 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v6 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v6 11/11] vfio/nvgrace: Support get_dmabuf_phys
[PATCH] iommu/amd: Enhance "Completion-wait Time-out" error message
2025-11-05 6:43 UTC (3+ messages)
[PATCH iommufd] iommufd: Make vfio_compat's unmap succeed if the range is already empty
2025-11-05 4:47 UTC (3+ messages)
[PATCH v2 0/2] SMMU v3 CMDQ fix and improvement
2025-11-04 19:37 UTC (11+ messages)
` [PATCH v2 1/2] iommu/arm-smmu-v3: Fix CMDQ timeout warning
` [PATCH v2 2/2] iommu/arm-smmu-v3: Improve CMDQ lock fairness and efficiency
[PATCH 1/2] iommu/io-pgtable-arm: Implement .iotlb_sync_map callback
2025-11-04 13:37 UTC (6+ messages)
[PATCH v2] iommu/amd: Fix potential out-of-bounds read in iommu_mmio_show
2025-11-04 10:08 UTC (2+ messages)
[PATCH 00/17] drm/msm/adreno: Introduce Adreno 8xx family support
2025-11-04 3:53 UTC (2+ messages)
` (subset) "
[PATCH v6 0/4] Move io-pgtable-arm selftest to KUnit
2025-11-03 18:40 UTC (6+ messages)
` [PATCH v6 1/4] iommu/io-pgtable-arm: Remove arm_lpae_dump_ops()
` [PATCH v6 2/4] iommu/io-pgtable-arm: Move selftests to a separate file
` [PATCH v6 3/4] iommu/io-pgtable-arm-selftests: Modularize the test
` [PATCH v6 4/4] iommu/io-pgtable-arm-selftests: Use KUnit
[PATCH v2] dt-bindings: arm-smmu: Add compatible for Kaanapali and Glymur SoCs
2025-11-03 16:17 UTC (2+ messages)
[PATCH] iommu/arm-smmu-qcom: Add Glymur MDSS compatible
2025-11-03 16:17 UTC (2+ messages)
[PATCH] iommu/arm-smmu-v3-iommufd: Allow attaching nested domain for GBPA cases
2025-11-03 15:45 UTC (3+ messages)
[PATCH 0/3] Add device tree support for NVIDIA Tegra CMDQV
2025-11-03 13:54 UTC (7+ messages)
` [PATCH 1/3] iommu/arm-smmu-v3: Add device-tree support for CMDQV driver
` [PATCH 2/3] dt-bindings: iommu: Add NVIDIA Tegra CMDQV support
[PATCH] iommu: ipmmu-vmsa: Add DMA controllers to devices_allowlist
2025-11-03 8:56 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox