IOMMU Archive mirror
 help / color / mirror / Atom feed
[git pull] IOMMU Fixes for Linux v6.9-rc1
 2024-03-28  8:18 UTC 

[PATCH 00/12] Consolidate domain cache invalidation
 2024-03-28  7:59 UTC  (20+ messages)
` [PATCH 01/12] iommu/vt-d: Add cache tag assignment interface
` [PATCH 02/12] iommu/vt-d: Add cache tag invalidation helpers
` [PATCH 03/12] iommu/vt-d: Add trace events for cache tag interface
` [PATCH 04/12] iommu/vt-d: Use cache_tag_flush_all() in flush_iotlb_all
` [PATCH 05/12] iommu/vt-d: Use cache_tag_flush_range() in tlb_sync
` [PATCH 06/12] iommu/vt-d: Use cache_tag_flush_cm_range() in iotlb_sync_map
` [PATCH 07/12] iommu/vt-d: Cleanup use of iommu_flush_iotlb_psi()
` [PATCH 08/12] iommu/vt-d: Use cache_tag_flush_range() in cache_invalidate_user
` [PATCH 09/12] iommu/vt-d: Use cache helpers in arch_invalidate_secondary_tlbs
` [PATCH 10/12] iommu/vt-d: Retire intel_svm_dev
` [PATCH 11/12] iommu: Add ops->domain_alloc_sva()
` [PATCH 12/12] iommu/vt-d: Retire struct intel_svm

[PATCH 0/2] Two enhancements to iommu_at[de]tach_device_pasid()
 2024-03-28  6:29 UTC  (11+ messages)
` [PATCH 1/2] iommu: Pass domain to remove_dev_pasid() op
` [PATCH 2/2] iommu: Undo pasid attachment only for the devices that have succeeded

[PATCH rc] iommu: Validate the PASID in iommu_attach_device_pasid()
 2024-03-28  5:40 UTC  (8+ messages)

[GIT PULL] iommu/arm-smmu: Fixes for 6.9-rc
 2024-03-28  5:37 UTC  (2+ messages)

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-28  5:16 UTC  (29+ messages)
` [PATCH 01/22] "
` [PATCH 02/22] um: virt-pci: drop owner assignment
` [PATCH 03/22] virtio_blk: "
` [PATCH 04/22] bluetooth: virtio: "
` [PATCH 05/22] hwrng: "
` [PATCH 06/22] virtio_console: "
` [PATCH 07/22] crypto: virtio - "
` [PATCH 08/22] firmware: arm_scmi: virtio: "
` [PATCH 09/22] gpio: "
` [PATCH 10/22] drm/virtio: "
` [PATCH 11/22] iommu: virtio: "
` [PATCH 12/22] misc: nsm: "
` [PATCH 13/22] net: caif: virtio: "
` [PATCH 14/22] net: "
` [PATCH 15/22] net: 9p: "
` [PATCH 16/22] net: vmw_vsock: "
` [PATCH 17/22] wireless: mac80211_hwsim: "
` [PATCH 18/22] nvdimm: virtio_pmem: "
` [PATCH 19/22] rpmsg: virtio: "
` [PATCH 20/22] scsi: "
` [PATCH 21/22] fuse: "
` [PATCH 22/22] sound: "

[BUG] seltests/iommu: runaway ./iommufd consuming 99% CPU after a failed assert()
 2024-03-28  0:05 UTC  (11+ messages)

[PATCH] selftests: iommu: add config needed for iommufd_fail_nth
 2024-03-27 20:13 UTC  (14+ messages)

[PATCH v3 0/2] swiotlb: allocate padding slots if necessary
 2024-03-27 19:42 UTC  (4+ messages)

[PATCH v2 0/2] Describe SC8280XP PCIe SMMU
 2024-03-27 19:23 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: iommu: arm,smmu-v3: Add SC8280XP compatible

[PATCH v6 00/29] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-03-27 18:08 UTC  (30+ messages)
` [PATCH v6 01/29] iommu: Validate the PASID in iommu_attach_device_pasid()
` [PATCH v6 02/29] iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V
` [PATCH v6 03/29] iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
` [PATCH v6 04/29] iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
` [PATCH v6 05/29] iommu/arm-smmu-v3: Add a type for the CD entry
` [PATCH v6 06/29] iommu/arm-smmu-v3: Add an ops indirection to the STE code
` [PATCH v6 07/29] iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry()
` [PATCH v6 08/29] iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
` [PATCH v6 09/29] iommu/arm-smmu-v3: Consolidate clearing a CD table entry
` [PATCH v6 10/29] iommu/arm-smmu-v3: Make arm_smmu_alloc_cd_ptr()
` [PATCH v6 11/29] iommu/arm-smmu-v3: Allocate the CD table entry in advance
` [PATCH v6 12/29] iommu/arm-smmu-v3: Move the CD generation for SVA into a function
` [PATCH v6 13/29] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
` [PATCH v6 14/29] iommu/arm-smmu-v3: Start building a generic PASID layer
` [PATCH v6 15/29] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v6 16/29] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v6 17/29] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH v6 18/29] iommu/arm-smmu-v3: Do not use master->sva_enable to restrict attaches
` [PATCH v6 19/29] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH v6 20/29] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH v6 21/29] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [PATCH v6 22/29] iommu: Add ops->domain_alloc_sva()
` [PATCH v6 23/29] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH v6 24/29] iommu/arm-smmu-v3: Consolidate freeing the ASID/VMID
` [PATCH v6 25/29] iommu/arm-smmu-v3: Move the arm_smmu_asid_xa to per-smmu like vmid
` [PATCH v6 26/29] iommu/arm-smmu-v3: Bring back SVA BTM support
` [PATCH v6 27/29] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH v6 28/29] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
` [PATCH v6 29/29] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID

[PATCH v2 0/2] Enable JPEG encoding on rk3588
 2024-03-27 17:45 UTC  (6+ messages)
` [PATCH v2 1/2] media: dt-binding: media: Document rk3588’s VEPU121
` [PATCH v2 2/2] arm64: dts: rockchip: Add VEPU121 to rk3588

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-27 17:14 UTC  (11+ messages)

[PATCH v5 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-03-27 16:42 UTC  (37+ messages)
` [PATCH v5 01/27] iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
` [PATCH v5 04/27] iommu/arm-smmu-v3: Add an ops indirection to the STE code
` [PATCH v5 05/27] iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry()
` [PATCH v5 06/27] iommu/arm-smmu-v3: Consolidate clearing a CD table entry
` [PATCH v5 07/27] iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
` [PATCH v5 08/27] iommu/arm-smmu-v3: Move allocation of the cdtable into arm_smmu_get_cd_ptr()

[PATCH 3/4] arm64: dts: rockchip: Add VEPU121 to rk3588
 2024-03-27 13:09 UTC  (3+ messages)

[PATCH v6 00/15] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2024-03-27  6:15 UTC  (6+ messages)
` [PATCH v6 13/15] iommu/amd: Initial SVA support for AMD IOMMU

[PATCH 1/1] swiotlb: Fix swiotlb_bounce() to do partial sync's correctly
 2024-03-27  6:05 UTC  (2+ messages)

[PATCH v6 00/37] Memory allocation profiling
 2024-03-27  5:30 UTC  (6+ messages)
` [PATCH v6 14/37] lib: introduce support for page allocation tagging

[PATCH 0/3] iommu/smmu-v3: support suspend/resume
 2024-03-26 20:11 UTC  (9+ messages)
` [PATCH 2/3] genirq/msi: cache the last msi msg
` [PATCH 3/3] iommu/arm-smmu-v3: support suspend/resume

[PATCH] iommu/arm-smmu-v3: Fix access for STE.SHCFG
 2024-03-26 17:23 UTC  (3+ messages)

[PATCH] iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V
 2024-03-26 17:23 UTC  (2+ messages)

[PATCH 0/5] AVIC bugfixes and workarounds
 2024-03-26 16:52 UTC  (4+ messages)

[PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
 2024-03-26 15:39 UTC  (8+ messages)

[PATCH 1/1] swiotlb: add a KUnit test suite
 2024-03-26 12:06 UTC  (5+ messages)

[PATCH v4 0/2] swiotlb: allocate padding slots if necessary
 2024-03-26 11:55 UTC  (6+ messages)
` [PATCH v4 1/2] swiotlb: extend buffer pre-padding to alloc_align_mask "
` [PATCH v4 2/2] bug: introduce ASSERT_VAR_CAN_HOLD()

[PATCH v3 2/7] iopoll: Do not use timekeeping in read_poll_timeout_atomic()
 2024-03-26  1:31 UTC  (2+ messages)

[PATCH] Allocate DMAR fault interrupts locally
 2024-03-25 18:56 UTC  (8+ messages)

[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
 2024-03-25  5:01 UTC  (25+ messages)
` [PATCH v3 2/8] iommu/sva: Use iopf domain attach/detach interface
` [PATCH v3 3/8] iommufd: Add fault and response message definitions
` [PATCH v3 4/8] iommufd: Add iommufd fault object
` [PATCH v3 5/8] iommufd: Associate fault object with iommufd_hw_pgtable


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).