messages from 2025-05-16 06:49:55 to 2025-05-23 01:01:41 UTC [more...]
[PATCH v2 00/59] KVM: iommu: Overhaul device posted IRQs support
2025-05-23 0:59 UTC (55+ messages)
` [PATCH v2 01/59] KVM: x86: Pass new routing entries and irqfd when updating IRTEs
` [PATCH v2 02/59] KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
` [PATCH v2 03/59] KVM: SVM: Delete IRTE link from previous vCPU before setting new IRTE
` [PATCH v2 04/59] iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
` [PATCH v2 05/59] KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routing
` [PATCH v2 06/59] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH v2 07/59] KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
` [PATCH v2 08/59] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH v2 09/59] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH v2 10/59] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH v2 11/59] KVM: SVM: Drop redundant check in AVIC code on ID during "
` [PATCH v2 12/59] KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
` [PATCH v2 13/59] KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
` [PATCH v2 14/59] KVM: VMX: Move enable_ipiv knob to common x86
` [PATCH v2 15/59] KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
` [PATCH v2 16/59] KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235
` [PATCH v2 17/59] KVM: VMX: Suppress PI notifications whenever the vCPU is put
` [PATCH v2 18/59] KVM: SVM: Add a comment to explain why avic_vcpu_blocking() ignores IRQ blocking
` [PATCH v2 19/59] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH v2 20/59] iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"
` [PATCH v2 21/59] KVM: SVM: Stop walking list of routing table entries when updating IRTE
` [PATCH v2 22/59] KVM: VMX: "
` [PATCH v2 23/59] KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()
` [PATCH v2 24/59] KVM: x86: Move IRQ routing/delivery APIs from x86.c => irq.c
` [PATCH v2 25/59] KVM: x86: Nullify irqfd->producer after updating IRTEs
` [PATCH v2 26/59] KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
` [PATCH v2 27/59] KVM: x86: Move posted interrupt tracepoint to common code
` [PATCH v2 28/59] KVM: SVM: Clean up return handling in avic_pi_update_irte()
` [PATCH v2 29/59] iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structs
` [PATCH v2 30/59] KVM: Don't WARN if updating IRQ bypass route fails
` [PATCH v2 31/59] KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
` [PATCH v2 32/59] KVM: x86: Track irq_bypass_vcpu in common x86 code
` [PATCH v2 33/59] KVM: x86: Skip IOMMU IRTE updates if there's no old or new vCPU being targeted
` [PATCH v2 34/59] KVM: x86: Don't update IRTE entries when old and new routes were !MSI
` [PATCH v2 35/59] KVM: SVM: Revert IRTE to legacy mode if IOMMU doesn't provide IR metadata
` [PATCH v2 36/59] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
` [PATCH v2 37/59] iommu/amd: Document which IRTE fields amd_iommu_update_ga() can modify
` [PATCH v2 38/59] iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
` [PATCH v2 39/59] iommu/amd: Factor out helper for manipulating IRTE GA/CPU info
` [PATCH v2 40/59] iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinity
` [PATCH v2 41/59] iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhibited
` [PATCH v2 42/59] KVM: SVM: Don't check for assigned device(s) when updating affinity
` [PATCH v2 43/59] KVM: SVM: Don't check for assigned device(s) when activating AVIC
` [PATCH v2 44/59] KVM: SVM: WARN if (de)activating guest mode in IOMMU fails
` [PATCH v2 45/59] KVM: SVM: Process all IRTEs on affinity change even if one update fails
` [PATCH v2 46/59] KVM: SVM: WARN if updating IRTE GA fields in IOMMU fails
` [PATCH v2 47/59] KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()
` [PATCH v2 48/59] KVM: x86: WARN if IRQ bypass isn't supported "
` [PATCH v2 49/59] KVM: x86: WARN if IRQ bypass routing is updated without in-kernel local APIC
` [PATCH v2 50/59] KVM: SVM: WARN if ir_list is non-empty at vCPU free
` [PATCH v2 51/59] KVM: x86: Decouple device assignment from IRQ bypass
` [PATCH v2 52/59] KVM: VMX: WARN if VT-d Posted IRQs aren't possible when starting "
` [PATCH v2 53/59] KVM: SVM: Use vcpu_idx, not vcpu_id, for GA log tag/metadata
` [PATCH v2 54/59] iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC support
[PATCH v1] iommu/vt-d: Remove the redundant logic in first_level_by_default()
2025-05-23 8:10 UTC
[PATCH 0/6] dma: fake-dma and IOVA tests
2025-05-22 19:38 UTC (20+ messages)
` [PATCH 1/6] fake-dma: add fake dma engine driver
` [PATCH 2/6] dmatest: split dmatest_func() into helpers
` [PATCH 3/6] dmatest: move printing to its own routine
` [PATCH 4/6] dmatest: add IOVA tests
` [PATCH 5/6] dma-mapping: benchmark: move validation parameters into a helper
` [PATCH 6/6] dma-mapping: benchmark: add IOVA support
[PATCH] iommu: Avoid introducing more races
2025-05-22 16:54 UTC (3+ messages)
[RESEND PATCH v6 1/3] arm64: Add BBM Level 2 cpu feature
2025-05-22 16:29 UTC (14+ messages)
[PATCH v2 0/3] mt8395/mt6359: Fix several dtb-check errors
2025-05-22 8:08 UTC (6+ messages)
` [PATCH v2 1/3] dt-bindings: mfd: mediatek: mt6397: Add #sound-dai-cells property
` [PATCH v2 2/3] dt-bindings: iommu: mediatek: Support 5 IRQs on MT8195 infra IOMMU
` (subset) [PATCH v2 0/3] mt8395/mt6359: Fix several dtb-check errors
[PATCH] iommu/mediatek: Fix compatible typo for mediatek,mt6893-iommu-mm
2025-05-22 7:13 UTC (2+ messages)
[PATCH v4 rc] iommu: Skip PASID validation for devices without PASID capability
2025-05-22 7:10 UTC (4+ messages)
[PATCH v8 0/7] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
2025-05-21 11:01 UTC (9+ messages)
` [PATCH v8 1/7] iommu/arm-smmu-qcom: Enable threaded IRQ for Adreno SMMUv2/MMU500
` [PATCH v8 2/7] iommu/arm-smmu: Move handing of RESUME to the context fault handler
` [PATCH v8 3/7] iommu/arm-smmu-qcom: Make set_stall work when the device is on
` [PATCH v8 4/7] drm/msm: Don't use a worker to capture fault devcoredump
` [PATCH v8 5/7] drm/msm: Delete resume_translation()
` [PATCH v8 6/7] drm/msm: Temporarily disable stall-on-fault after a page fault
` [PATCH v8 7/7] iommu/smmu-arm-qcom: Delete resume_translation()
[PATCH 5.15.y v3 0/1] Manual Backport of 099606a7b2d5 to 5.15
2025-05-21 8:51 UTC (2+ messages)
` [PATCH 5.15.y v3 1/1] xen/swiotlb: relax alignment requirements
[PATCH v1 0/2] MediaTek Dimensity 1200 - Add IOMMU support
2025-05-21 0:02 UTC (3+ messages)
` [PATCH v1 2/2] iommu/mediatek: Add support for Dimensity 1200 MT6893 MM IOMMU
[PATCH v2 0/3] arm-smmu: select suitable IOVA
2025-05-20 22:42 UTC (4+ messages)
[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
2025-05-20 20:36 UTC (4+ messages)
` [PATCH 30/67] KVM: VMX: Stop walking list of routing table entries when updating IRTE
[PATCH v7 0/7] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
2025-05-20 17:44 UTC (8+ messages)
` [PATCH v7 1/7] iommu/arm-smmu-qcom: Enable threaded IRQ for Adreno SMMUv2/MMU500
` [PATCH v7 2/7] iommu/arm-smmu: Move handing of RESUME to the context fault handler
` [PATCH v7 3/7] iommu/arm-smmu-qcom: Make set_stall work when the device is on
` [PATCH v7 4/7] drm/msm: Don't use a worker to capture fault devcoredump
` [PATCH v7 5/7] drm/msm: Delete resume_translation()
` [PATCH v7 6/7] drm/msm: Temporarily disable stall-on-fault after a page fault
` [PATCH v7 7/7] iommu/smmu-arm-qcom: Delete resume_translation()
[PATCH v5 00/40] drm/msm: sparse / "VM_BIND" support
2025-05-20 15:41 UTC (8+ messages)
` [PATCH v5 05/40] iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()
` [Linaro-mm-sig] [PATCH v5 00/40] drm/msm: sparse / "VM_BIND" support
[PATCH v2] vfio/type1: Remove Fine Grained Superpages detection
2025-05-20 15:39 UTC (2+ messages)
[PATCH v6 0/7] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
2025-05-20 15:38 UTC (6+ messages)
` [PATCH v6 2/7] iommu/arm-smmu: Move handing of RESUME to the context fault handler
[PATCH v4 00/40] drm/msm: sparse / "VM_BIND" support
2025-05-20 14:06 UTC (7+ messages)
` [PATCH v4 05/40] iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()
[syzbot] [iommu?] WARNING in dma_direct_map_sg
2025-05-20 12:16 UTC
[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-05-20 8:38 UTC (43+ messages)
` [PATCH v4 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v4 10/23] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v4 14/23] iommufd: Add mmap interface
` [PATCH v4 18/23] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
[PATCH 0/1][PULL REQUEST] iommu/vt-d: Fixes for v6.16-rc1
2025-05-20 7:58 UTC (2+ messages)
` [PATCH 1/1] iommu/vt-d: Restore context entry setup order for aliased devices
[PATCH 00/10] drm/msm: add support for SAR2130P
2025-05-20 2:14 UTC (2+ messages)
` (subset) "
[PATCH 00/11] Various dt-bindings fixes
2025-05-19 10:58 UTC (3+ messages)
[PATCH v5 00/10] drm/msm: add support for SAR2130P
2025-05-19 10:58 UTC (3+ messages)
[PATCHv3 0/6] make vendor specific subdirectory inclusion conditional
2025-05-19 6:16 UTC (4+ messages)
` [PATCH 6/6] iommu: make inclusion of iommufd directory conditional
[PATCH 3/3] iommu: intel: Disable TPRs to allow Kernel for the further DMA usage
2025-05-19 2:09 UTC
[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2025-05-18 14:42 UTC (5+ messages)
[REGRESSION] on linux-next (next-20250507)
2025-05-18 6:45 UTC (5+ messages)
[PATCH v5 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-05-18 3:21 UTC (30+ messages)
` [PATCH v5 01/29] iommufd: Apply obvious cosmetic fixes
` [PATCH v5 02/29] iommufd: Introduce iommufd_object_alloc_ucmd helper
` [PATCH v5 03/29] iommu: Apply the new "
` [PATCH v5 04/29] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v5 05/29] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v5 06/29] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v5 07/29] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v5 08/29] iommufd/selftest: Add coverage for viommu data
` [PATCH v5 09/29] iommufd: Do not unmap an owned iopt_area
` [PATCH v5 10/29] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v5 11/29] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v5 12/29] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v5 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v5 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v5 15/29] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v5 16/29] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v5 17/29] iommufd: Add mmap interface
` [PATCH v5 18/29] iommufd/selftest: Add coverage for the new "
` [PATCH v5 19/29] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v5 20/29] iommu: Allow an input type in hw_info op
` [PATCH v5 21/29] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v5 22/29] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v5 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v5 24/29] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v5 25/29] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v5 26/29] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v5 27/29] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v5 28/29] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v5 29/29] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support
[PATCH] kselftest: dma - fix typo "mininum" -> "minimum" in comment
2025-05-17 18:39 UTC
[PATCH] bus: fsl_mc: Fix driver_managed_dma check
2025-05-17 10:19 UTC (2+ messages)
[PATCH v3 rc] iommu: Skip PASID validation for devices without PASID capability
2025-05-16 23:27 UTC (3+ messages)
[PATCH v2 00/15] Consolidate iommu page table implementations (AMD)
2025-05-16 20:39 UTC (7+ messages)
` [PATCH v2 03/15] iommupt: Add the basic structure of the iommu implementation
[RFC PATCH 0/2] scatterlist rust bindings
2025-05-16 17:55 UTC (15+ messages)
` [RFC PATCH 1/2] rust: add initial scatterlist bindings
[PATCH 1/2] vfio: Fix unbalanced vfio_df_close call in no-iommu mode
2025-05-16 16:45 UTC (2+ messages)
` [PATCH 2/2] vfio: Prevent open_count decrement to negative
[PATCH 0/4] RISC-V: Add ACPI support for IOMMU
2025-05-16 14:15 UTC (5+ messages)
` [PATCH 1/4] ACPICA: actbl2: Add definitions for RIMT
` [PATCH 3/4] ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()
[PATCH v2 04/15] iommupt: Add the AMD IOMMU v1 page table format
2025-05-16 11:57 UTC (3+ messages)
[PATCH] iommu: Clear the freelist after iommu_put_pages_list()
2025-05-16 6:52 UTC (2+ messages)
[PATCH 0/5] [PULL REQUEST] Intel IOMMU updates for v6.16
2025-05-16 6:49 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