messages from 2025-11-04 14:47:31 to 2025-11-10 06:51:03 UTC [more...]
[PATCH 0/3] Add device tree support for NVIDIA Tegra CMDQV
2025-11-10 6:50 UTC (5+ messages)
` [PATCH 2/3] dt-bindings: iommu: Add NVIDIA Tegra CMDQV support
REGRESSION on linux-next (next-20251106)
2025-11-10 6:36 UTC
[PATCH v2 0/2] iommu/amd: Avoid setting C-bit for MMIO addresses
2025-11-10 6:28 UTC (15+ 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 v4 00/16] iommu/amd: Introduce Nested Translation support
2025-11-08 23:03 UTC (27+ messages)
` [PATCH v4 01/16] iommu/amd: Rename DEV_DOMID_MASK to DTE_DOMID_MASK
` [PATCH v4 02/16] iommu/amd: Make amd_iommu_pdom_id_alloc() non-static
` [PATCH v4 03/16] iommu/amd: Make amd_iommu_pdom_id_free() non-static
` [PATCH v4 04/16] iommu/amd: Make amd_iommu_device_flush_dte() non-static
` [PATCH v4 05/16] iommu/amd: Make amd_iommu_update_dte256() non-static
` [PATCH v4 06/16] iommu/amd: Make amd_iommu_make_clear_dte() non-static inline
` [PATCH v4 07/16] iommu/amd: Make amd_iommu_completion_wait() non-static
` [PATCH v4 08/16] iommufd: Introduce data struct for AMD nested domain allocation
` [PATCH v4 09/16] iommu/amd: Always enable GCR3TRPMode when supported
` [PATCH v4 13/16] iommu/amd: Track host Domain ID mapping for each guest Domain ID
` [PATCH v4 15/16] iommu/amd: Refactor logic to program the host page table in DTE
[PATCH 00/22] Add support for A100/A133 display
2025-11-08 16:58 UTC (3+ messages)
` [PATCH 17/22] phy: allwinner: phy-sun6i-mipi-dphy: add LVDS support
[PATCH v2 0/3] Cleanup around iommu_set_fault_handler()
2025-11-08 11:20 UTC (6+ 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] iommu/iommupt: Fix build error in genericpt unit-tests
2025-11-08 11:04 UTC (4+ messages)
[PATCH v5 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
2025-11-08 8:08 UTC (8+ messages)
` [PATCH v5 1/7] iommu/arm-smmu-v3: Explicitly set smmu_domain->stage for SVA
` [PATCH v5 2/7] iommu/arm-smmu-v3: Add an inline arm_smmu_domain_free()
` [PATCH v5 3/7] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH v5 4/7] iommu/arm-smmu-v3: Pre-allocate a per-master invalidation array
` [PATCH v5 5/7] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters
` [PATCH v5 6/7] iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()
` [PATCH v5 7/7] iommu/arm-smmu-v3: Perform per-domain invalidations using arm_smmu_invs
[PATCH v4 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
2025-11-08 1:03 UTC (11+ messages)
` [PATCH v4 3/7] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH v4 5/7] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters
` [PATCH v4 6/7] iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()
` [PATCH v4 7/7] iommu/arm-smmu-v3: Perform per-domain invalidations using arm_smmu_invs
[PATCH v3 00/10] Convert Intel VT-d to use the generic iommu page table
2025-11-08 0:48 UTC (3+ messages)
[PATCH] iommupt: Actually correct pt_test_sw_bit_{acquire_release}() parameter description
2025-11-08 0:19 UTC (2+ messages)
[PATCH v2 0/2] genpt documentation fixes
2025-11-07 23:15 UTC (7+ 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
[GIT PULL] Please pull IOMMUFD subsystem changes
2025-11-07 21:21 UTC (2+ messages)
[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-07 20:27 UTC (16+ 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] iommu/arm-smmu-v3: Fix error check in arm_smmu_alloc_cd_tables
2025-11-07 19:45 UTC (4+ messages)
[PATCH 0/9] Initial DMABUF support for iommufd
2025-11-07 19:43 UTC (14+ 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 v1 00/20] iommu: Introduce and roll out test_dev domain op
2025-11-07 18:58 UTC (9+ messages)
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper
[PATCH v4] iommu/amd: Enhance "Completion-wait Time-out" error message
2025-11-07 14:06 UTC (2+ messages)
[PATCH] iommupt: Documentation fixes
2025-11-07 10:13 UTC (3+ messages)
[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 (7+ messages)
` [PATCH 2/6] of: introduce wrapper function to query the 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 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 5/6] of: add infra to parse iommu-map per IOMMU cell count
2025-11-06 15:03 UTC (2+ messages)
[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] 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 (6+ messages)
[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 (8+ messages)
` [PATCH v2 1/2] iommu/arm-smmu-v3: Fix CMDQ timeout warning
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