Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-08-20 13:52:30 to 2024-08-26 07:14:44 UTC [more...]

[PATCH 1/1] iommu/vt-d: Fix incorrect domain ID in context flush helper
 2024-08-26  7:14 UTC  (3+ messages)

[PATCH V4] iommu/io-pgtable-arm: Optimise non-coherent unmap
 2024-08-26  7:11 UTC  (3+ messages)

clearly mark DMA_OPS support as an architecture feasture
 2024-08-26  6:32 UTC  (8+ messages)
` [PATCH] dma-mapping: clear mark DMA ops as an architecture feature

[PATCH rc 0/2] Fix maps created without READ or WRITE
 2024-08-26  6:20 UTC  (7+ messages)
` [PATCH rc 1/2] iommufd: Do not allow creating areas "
` [PATCH rc 2/2] iommu: Do not return 0 from map_pages if it doesn't do anything

[PATCH] iommufd/selftest: Fix buffer read overrrun in the dirty test
 2024-08-26  6:10 UTC  (6+ messages)

[PATCH 0/5] iommu: Domain allocation enhancements
 2024-08-26  6:09 UTC  (23+ messages)
` [PATCH 1/5] iommu: Enhance domain allocation code to take additional flags
` [PATCH 2/5] iommu/amd: Separate page table setup from domain allocation
` [PATCH 3/5] iommu/amd: Pass page table type to pdomain_setup_pgtable()
` [PATCH 4/5] iommu/amd: Enhance domain_alloc_user() to allocate PASID capable domain
` [PATCH 5/5] iommu/amd: Add iommu_ops->domain_alloc_paging support

[PATCH] iommu/arm-smmu-v3: Print better events records
 2024-08-26  5:41 UTC  (3+ messages)

[PATCH v4] PCI: Detect and trust built-in Thunderbolt chips
 2024-08-26  4:31 UTC  (6+ messages)

[RFC 0/7] Introduce swiotlb throttling
 2024-08-24 20:05 UTC  (27+ messages)
` [RFC 1/7] swiotlb: "
` [RFC 2/7] dma: Handle swiotlb throttling for SGLs
` [RFC 3/7] dma: Add function for drivers to know if allowing blocking is useful
` [RFC 4/7] scsi_lib_dma: Add _attrs variant of scsi_dma_map()
` [RFC 5/7] scsi: storvsc: Enable swiotlb throttling
` [RFC 6/7] nvme: Move BLK_MQ_F_BLOCKING indicator to struct nvme_ctrl
` [RFC 7/7] nvme: Enable swiotlb throttling for NVMe PCI devices

remove the dma_set_{max_seg_size,seg_boundary,min_align_mask} return value v2
 2024-08-24  3:49 UTC  (5+ messages)
` [PATCH 1/4] scsi: check that busses support the DMA API before setting dma parameters
` [PATCH 2/4] dma-mapping: don't return errors from dma_set_min_align_mask
` [PATCH 3/4] dma-mapping: don't return errors from dma_set_seg_boundary
` [PATCH 4/4] dma-mapping: don't return errors from dma_set_max_seg_size

[PATCH v11 0/9] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-08-24  0:11 UTC  (6+ messages)
` [PATCH v11 8/9] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV

[PATCH v13 00/10] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-08-24  0:10 UTC  (11+ messages)
` [PATCH v13 01/10] iommu/arm-smmu-v3: Issue a batch of commands to the same cmdq
` [PATCH v13 02/10] iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_build_sync_cmd
` [PATCH v13 03/10] iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_init
` [PATCH v13 04/10] iommu/arm-smmu-v3: Make symbols public for CONFIG_TEGRA241_CMDQV
` [PATCH v13 05/10] iommu/arm-smmu-v3: Add ARM_SMMU_OPT_TEGRA241_CMDQV
` [PATCH v13 06/10] iommu/arm-smmu-v3: Add acpi_smmu_acpi_probe_model for impl
` [PATCH v13 07/10] iommu/arm-smmu-v3: Add struct arm_smmu_impl_ops
` [PATCH v13 08/10] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
` [PATCH v13 09/10] iommu/arm-smmu-v3: Start a new batch if new command is not supported
` [PATCH v13 10/10] iommu/tegra241-cmdqv: Limit CMDs for VCMDQs of a guest owned VINTF

[PATCH v2] iommu/arm-smmu-qcom: Work around SDM845 Adreno SMMU w/ 16K pages
 2024-08-23 23:12 UTC 

[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
 2024-08-23 22:37 UTC  (27+ messages)
` [RFC PATCH 01/21] tsm-report: Rename module to reflect what it does
` [RFC PATCH 02/21] pci/doe: Define protocol types and make those public
` [RFC PATCH 03/21] pci: Define TEE-IO bit in PCIe device capabilities
` [RFC PATCH 04/21] PCI/IDE: Define Integrity and Data Encryption (IDE) extended capability
` [RFC PATCH 05/21] crypto/ccp: Make some SEV helpers public
` [RFC PATCH 06/21] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [RFC PATCH 07/21] pci/tdisp: Introduce tsm module
` [RFC PATCH 08/21] crypto/ccp: Implement SEV TIO firmware interface
` [RFC PATCH 09/21] kvm: Export kvm_vm_set_mem_attributes
` [RFC PATCH 10/21] vfio: Export helper to get vfio_device from fd
` [RFC PATCH 11/21] KVM: SEV: Add TIO VMGEXIT and bind TDI
` [RFC PATCH 12/21] KVM: IOMMUFD: MEMFD: Map private pages
` [RFC PATCH 13/21] KVM: X86: Handle private MMIO as shared
` [RFC PATCH 14/21] RFC: iommu/iommufd/amd: Add IOMMU_HWPT_TRUSTED flag, tweak DTE's DomainID, IOTLB
` [RFC PATCH 15/21] coco/sev-guest: Allow multiple source files in the driver
` [RFC PATCH 16/21] coco/sev-guest: Make SEV-to-PSP request helpers public
` [RFC PATCH 17/21] coco/sev-guest: Implement the guest side of things
` [RFC PATCH 18/21] RFC: pci: Add BUS_NOTIFY_PCI_BUS_MASTER event
` [RFC PATCH 19/21] sev-guest: Stop changing encrypted page state for TDISP devices
` [RFC PATCH 20/21] pci: Allow encrypted MMIO mapping via sysfs
` [RFC PATCH 21/21] pci: Define pci_iomap_range_encrypted

[PATCH v3] iommu/s390: Implement blocking domain
 2024-08-23 20:31 UTC 

[PATCH v7 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-08-23 17:23 UTC  (11+ messages)
` [PATCH v7 1/4] iommu/io-pgtable-arm: Make pgtable walker more generic
` [PATCH v7 2/4] iommu/io-pgtable-arm: Re-use the pgtable walk for iova_to_phys
` [PATCH v7 3/4] iommu/io-pgtable-arm: Add way to debug pgtable walk
` [PATCH v7 4/4] drm/msm: Extend gpu devcore dumps with pgtbl info

[PATCH] iommu/arm-smmu-qcom: Work around SDM845 Adreno SMMU w/ 16K pages
 2024-08-23 17:15 UTC  (9+ messages)

[PATCH v3] iommu/arm-smmu-qcom: hide last LPASS SMMU context bank from linux
 2024-08-23 17:02 UTC  (4+ messages)

[PATCH] MAINTAINERS: Add Jean-Philippe as SMMUv3 SVA reviewer
 2024-08-23 16:54 UTC 

[PATCH v14 0/6] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-08-23 15:59 UTC  (3+ messages)
` [PATCH v14 5/6] iommu/arm-smmu: add ACTLR data and support for SC7280

[PATCH v3] PCI: Detect and trust built-in Thunderbolt chips
 2024-08-23 15:36 UTC  (7+ messages)

[PATCH 00/14] Minor fixups and refactorings for AMD's io-pgtable code
 2024-08-23 12:14 UTC  (17+ messages)
` [PATCH 01/14] iommu/amd: Move allocation of the top table into v1_alloc_pgtable
` [PATCH 02/14] iommu/amd: Allocate the page table root using GFP_KERNEL
` [PATCH 03/14] iommu/amd: Set the pgsize_bitmap correctly
` [PATCH 04/14] iommu/amd: Remove amd_iommu_domain_update() from page table freeing
` [PATCH 05/14] iommu/amd: Remove the amd_iommu_domain_set_pt_root() and related
` [PATCH 06/14] iommu/amd: Rename struct amd_io_pgtable iopt to pgtbl
` [PATCH 07/14] iommu/amd: Remove amd_io_pgtable::pgtbl_cfg
` [PATCH 08/14] iommu/amd: Store the nid in io_pgtable_cfg instead of the domain
` [PATCH 09/14] iommu/amd: Narrow the use of struct protection_domain to invalidation
` [PATCH 10/14] iommu/amd: Remove conditions from domain free paths
` [PATCH 11/14] iommu/amd: Fix typo of , instead of ;
` [PATCH 12/14] iommu/amd: Remove the confusing dummy iommu_flush_ops tlb ops
` [PATCH 13/14] iommu/amd: Correct the reported page sizes from the V1 table
` [PATCH 14/14] iommu/amd: Do not set the D bit on AMD v2 table entries

[PATCH V2] iommu/amd: Update PASID, GATS, GLX, SNPAVICSUP feature related macros
 2024-08-23  9:18 UTC  (2+ messages)

[PATCH rc v4] iommu: Handle iommu faults for a bad iopf setup
 2024-08-23  9:16 UTC  (2+ messages)

[PATCH v14 6/6] iommu/arm-smmu: add support for PRR bit setup
 2024-08-22 22:37 UTC  (2+ messages)

[RFC V1 0/4] iommufd live update
 2024-08-22 21:10 UTC  (12+ messages)

[PATCH v2] dma: Trace dma_map/unmap_page
 2024-08-22 19:48 UTC 

[PATCH 1/1] remoteproc: Use iommu_paging_domain_alloc()
 2024-08-22 16:24 UTC  (3+ messages)

[PATCH v3 0/3] iommu/arm-smmu: Prettyify context fault messages
 2024-08-22 11:12 UTC  (5+ messages)
` [PATCH v3 3/3] iommu/arm-smmu: Pretty-print context fault related regs

[PATCH -next] iommu/arm-smmu: Simplify with scoped for each OF child loop
 2024-08-22  6:23 UTC 

[PATCH] dma: Trace dma_map/unmap_page
 2024-08-22  4:20 UTC  (2+ messages)

[PATCH v6 RESED 0/2] dma: support DMA zone starting above 4GB
 2024-08-22  4:18 UTC  (2+ messages)

[PATCH v7 0/2] Dynamic Allocation of the reserved_mem array
 2024-08-21 23:41 UTC  (4+ messages)
` [PATCH v7 1/2] of: reserved_mem: Restruture how the reserved memory regions are processed

[PATCH 0/8] Initial support for SMMUv3 nested translation
 2024-08-21 12:06 UTC  (10+ messages)
` [PATCH 2/8] iommu/arm-smmu-v3: Use S2FWB when available

[PATCH 1/1] iommu/vt-d: Unconditionally flush device TLB for pasid table updates
 2024-08-21  7:54 UTC  (4+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2024-08-20 23:52 UTC  (2+ messages)

[PATCH v3 0/4] Batch IOTLB/dev-IOTLB invalidation
 2024-08-20 23:04 UTC  (7+ messages)
` [PATCH v3 4/4] iommu/vt-d: Introduce batched cache invalidation

[PATCH 1/2] media: nvidia: tegra: Use iommu_paging_domain_alloc()
 2024-08-20 20:43 UTC  (3+ messages)
` [PATCH 2/2] media: venus: firmware: "

[BUG REPORT]net: page_pool: kernel crash at iommu_get_dma_domain+0xc/0x20
 2024-08-20 14:43 UTC  (7+ messages)

[PATCH 1/1] iommu/vt-d: Move PCI PASID enablement to probe path
 2024-08-20 13:52 UTC  (10+ messages)


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