Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-03-21 17:19:34 to 2024-03-27 14:28:06 UTC [more...]

[PATCH rc] iommu: Validate the PASID in iommu_attach_device_pasid()
 2024-03-27 14:27 UTC  (3+ messages)

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

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-27 13:40 UTC  (27+ 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: "

[PATCH 2/4] media: dt-binding: media: Document rk3588’s vepu121
 2024-03-27 13:09 UTC  (7+ messages)
  ` [PATCH 3/4] arm64: dts: rockchip: Add VEPU121 to rk3588

[PATCH 0/2] Two enhancements to iommu_at[de]tach_device_pasid()
 2024-03-27 13:12 UTC  (7+ 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] selftests: iommu: add config needed for iommufd_fail_nth
 2024-03-27 11:49 UTC  (6+ messages)

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

[PATCH v5 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-03-27  9:45 UTC  (49+ messages)
` [PATCH v5 01/27] iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
` [PATCH v5 02/27] iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
` [PATCH v5 03/27] iommu/arm-smmu-v3: Add a type for the CD entry
` [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 v5 09/27] iommu/arm-smmu-v3: Allocate the CD table entry in advance
` [PATCH v5 11/27] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
` [PATCH v5 14/27] iommu/arm-smmu-v3: Make changing domains be hitless for ATS

[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  (20+ messages)
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v6 14/37] lib: introduce support for page allocation tagging
` [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages

[PATCH 0/3] iommu/smmu-v3: support suspend/resume
 2024-03-26 20:11 UTC  (10+ messages)
` [PATCH 1/3] iommu/arm-smmu-v3: save bypass in smmu device structure
` [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

[PATCH 00/12] Consolidate domain cache invalidation
 2024-03-25  2:17 UTC  (13+ 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

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

[GIT PULL] dma-mapping fixes for Linux 6.9
 2024-03-24 18:26 UTC  (2+ messages)

dma pool: swapper/0: page allocation failure: order:9, mode:0xcc1(GFP_KERNEL|GFP_DMA), nodemask=(null)
 2024-03-23 13:49 UTC 

[PATCH v2] iommu/vt-d: Allocate DMAR fault interrupts locally
 2024-03-22 23:01 UTC  (4+ messages)

Why is the ARM SMMU v1/v2 put into bypass mode on kexec?
 2024-03-22 19:52 UTC  (11+ messages)

[PATCH v3 0/2] swiotlb: allocate padding slots if necessary
 2024-03-22 19:31 UTC  (12+ messages)
` [PATCH v3 1/2] swiotlb: extend buffer pre-padding to alloc_align_mask "
` [PATCH v3 2/2] bug: introduce ASSERT_VAR_CAN_HOLD()

Query on ARM SMMUv3 nested support
 2024-03-22 15:04 UTC  (3+ messages)

ath11k and vfio-pci support
 2024-03-21 19:14 UTC  (5+ messages)


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