messages from 2025-03-26 20:10:22 to 2025-04-04 19:41:29 UTC [more...]
[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
2025-04-04 19:39 UTC (60+ messages)
` [PATCH 01/67] KVM: SVM: Allocate IR data using atomic allocation
` [PATCH 02/67] KVM: x86: Reset IRTE to host control if *new* route isn't postable
` [PATCH 03/67] KVM: x86: Explicitly treat routing entry type changes as changes
` [PATCH 04/67] KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producer
` [PATCH 05/67] iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE
` [PATCH 06/67] iommu/amd: WARN if KVM attempts to set vCPU affinity without posted intrrupts
` [PATCH 07/67] KVM: SVM: WARN if an invalid posted interrupt IRTE entry is added
` [PATCH 08/67] KVM: x86: Pass new routing entries and irqfd when updating IRTEs
` [PATCH 09/67] KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
` [PATCH 10/67] KVM: SVM: Delete IRTE link from previous vCPU before setting new IRTE
` [PATCH 11/67] KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routing
` [PATCH 12/67] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH 13/67] KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
` [PATCH 14/67] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH 15/67] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH 16/67] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH 17/67] KVM: SVM: Drop redundant check in AVIC code on ID during "
` [PATCH 18/67] KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
` [PATCH 19/67] KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
` [PATCH 20/67] KVM: VMX: Move enable_ipiv knob to common x86
` [PATCH 21/67] KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
` [PATCH 22/67] KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235
` [PATCH 23/67] KVM: VMX: Suppress PI notifications whenever the vCPU is put
` [PATCH 24/67] KVM: SVM: Add a comment to explain why avic_vcpu_blocking() ignores IRQ blocking
` [PATCH 25/67] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH 26/67] iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
` [PATCH 27/67] iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"
` [PATCH 28/67] KVM: SVM: Get vCPU info for IRTE using new routing entry
` [PATCH 29/67] KVM: SVM: Stop walking list of routing table entries when updating IRTE
` [PATCH 30/67] KVM: VMX: "
` [PATCH 31/67] KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()
` [PATCH 32/67] KVM: x86: Nullify irqfd->producer after updating IRTEs
` [PATCH 33/67] KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
` [PATCH 34/67] KVM: x86: Move posted interrupt tracepoint to common code
` [PATCH 35/67] KVM: SVM: Clean up return handling in avic_pi_update_irte()
` [PATCH 36/67] iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structs
` [PATCH 37/67] KVM: Don't WARN if updating IRQ bypass route fails
` [PATCH 38/67] KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
` [PATCH 39/67] KVM: x86: Track irq_bypass_vcpu in common x86 code
` [PATCH 40/67] KVM: x86: Skip IOMMU IRTE updates if there's no old or new vCPU being targeted
` [PATCH 41/67] KVM: x86: Don't update IRTE entries when old and new routes were !MSI
` [PATCH 42/67] KVM: SVM: Revert IRTE to legacy mode if IOMMU doesn't provide IR metadata
` [PATCH 43/67] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
` [PATCH 44/67] iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
` [PATCH 45/67] iommu/amd: Factor out helper for manipulating IRTE GA/CPU info
` [PATCH 46/67] iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinity
` [PATCH 47/67] iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhibited
` [PATCH 48/67] KVM: SVM: Don't check for assigned device(s) when updating affinity
` [PATCH 49/67] KVM: SVM: Don't check for assigned device(s) when activating AVIC
` [PATCH 50/67] KVM: SVM: WARN if (de)activating guest mode in IOMMU fails
` [PATCH 51/67] KVM: SVM: Process all IRTEs on affinity change even if one update fails
` [PATCH 52/67] KVM: SVM: WARN if updating IRTE GA fields in IOMMU fails
` [PATCH 53/67] KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()
` [PATCH 54/67] KVM: x86: WARN if IRQ bypass isn't supported "
` [PATCH 55/67] KVM: x86: WARN if IRQ bypass routing is updated without in-kernel local APIC
` [PATCH 56/67] KVM: SVM: WARN if ir_list is non-empty at vCPU free
` [PATCH 57/67] KVM: x86: Decouple device assignment from IRQ bypass
` [PATCH 58/67] KVM: VMX: WARN if VT-d Posted IRQs aren't possible when starting "
` [PATCH 59/67] KVM: SVM: Use vcpu_idx, not vcpu_id, for GA log tag/metadata
RFC iommutests_: Testing software for everything IOMMU
2025-04-04 12:37 UTC (3+ messages)
[PATCH RFC 00/12] dma: Enable dmem cgroup tracking
2025-04-04 8:47 UTC (9+ messages)
[PATCH 0/3] make MSI IOVA base address and its length configurable
2025-04-03 23:26 UTC (3+ messages)
[PATCH] iommu/vt-d: Remove an unnecessary call set_dma_ops()
2025-04-03 16:56 UTC
[PATCH] iommu/ipmmu-vmsa: Register in a sensible order
2025-04-03 16:37 UTC (5+ messages)
[PATCH v2] iommu/mediatek: Fix NULL pointer deference in mtk_iommu_device_group
2025-04-03 10:22 UTC
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-04-03 8:39 UTC (17+ messages)
` [RFC PATCH v2 10/22] KVM: SVM: Add uAPI to change RMP for MMIO
` [RFC PATCH v2 13/22] iommufd: amd-iommu: Add vdevice support
` [RFC PATCH v2 14/22] iommufd: Add TIO calls
[PATCH v5 0/3] Initial BBML2 support for contpte_convert()
2025-04-03 8:28 UTC (7+ messages)
` [PATCH v5 1/3] arm64: Add BBM Level 2 cpu feature
` [PATCH v5 3/3] arm64/mm: Elide tlbi in contpte_convert() under BBML2
[PATCH] iommu/mediatek: Fix NULL pointer deference in mtk_iommu_device_group
2025-04-03 8:25 UTC (5+ messages)
arm64: juno-r2: SSD detect failed on mainline and next
2025-04-02 16:18 UTC (3+ messages)
[PATCH] iommu: riscv: Split 8-byte accesses on 32 bit I/O bus platform
2025-04-02 13:00 UTC (9+ messages)
` [External] "
[PATCH] iommu: Convert unreachable() to BUG()
2025-04-02 7:52 UTC (6+ messages)
[GIT PULL] Please pull IOMMUFD subsystem changes
2025-04-02 1:50 UTC (2+ messages)
[PATCH] iommufd: Fix offset handling in folio subroutines
2025-04-02 1:44 UTC
[PATCH v2 0/4] iommu: Fix the longstanding probe issues
2025-04-01 20:34 UTC (14+ messages)
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path
[PATCH] iommu/exynos: Fix suspend/resume with IDENTITY domain
2025-04-01 20:27 UTC
NFS Server Issues with RDMA in Kernel 6.13.6
2025-04-01 14:10 UTC (2+ messages)
[PATCH v4 0/5] iommu/s390: support additional table regions
2025-04-01 14:08 UTC (8+ messages)
` [PATCH v4 1/5] iommu/s390: set appropriate IOTA region type
` [PATCH v4 2/5] iommu/s390: support cleanup of additional table regions
` [PATCH v4 3/5] iommu/s390: support iova_to_phys for "
` [PATCH v4 4/5] iommu/s390: support map/unmap "
` [PATCH v4 5/5] iommu/s390: allow larger region tables
[PATCH 0/3] dma mapping benchmark: add support for dma_map_sg
2025-04-01 12:46 UTC (8+ messages)
` [PATCH 2/3] dma-mapping: "
` 回复: "
[PATCH v7 00/17] Provide a new two step DMA mapping API
2025-04-01 1:09 UTC (18+ messages)
[PATCH v13 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2025-03-31 18:29 UTC (24+ messages)
` [PATCH v13 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v13 02/19] x86: Secure Launch Kconfig
` [PATCH v13 03/19] x86: Secure Launch Resource Table header file
` [PATCH v13 04/19] x86: Secure Launch main "
` [PATCH v13 05/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v13 06/19] x86: Add early SHA-256 "
` [PATCH v13 07/19] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v13 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v13 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v13 10/19] x86: Secure Launch kernel late "
` [PATCH v13 11/19] x86: Secure Launch SMP bringup support
` [PATCH v13 12/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v13 13/19] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v13 14/19] tpm, tpm_tis: Close all localities
` [PATCH v13 15/19] tpm, tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v13 16/19] tpm, tpm_tis: Allow locality to be set to a different value
` [PATCH v13 17/19] tpm, sysfs: Show locality used by kernel
` [PATCH v13 18/19] x86: Secure Launch late initcall platform module
` [PATCH v13 19/19] x86/efi: EFI stub DRTM launch support for Secure Launch
[PATCH 0/3] Additional fixes for dma coherent allocator
2025-03-31 12:16 UTC (14+ messages)
` [PATCH 1/3] rust: dma: be consistent in using the `coherent` nomenclature
` [PATCH 2/3] rust: dma: convert the read/write macros to return Result
` [PATCH 3/3] rust: dma: add as_slice/write functions for CoherentAllocation
[PATCH v2] s390/pci: Fix dev.dma_range_map missing sentinel element
2025-03-31 10:58 UTC (4+ messages)
[PATCH v1 1/1] ACPI: VIOT: Remove (explicitly) unused header
2025-03-31 7:23 UTC
[PATCH] iommufd: Test attach before detaching pasid
2025-03-31 2:24 UTC (3+ messages)
[RFC PATCH 0/5] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
2025-03-28 18:21 UTC (29+ messages)
` [RFC PATCH 2/5] iommu/arm-smmu-v3: Add a helper to wait till cmdq drains
` [RFC PATCH 3/5] iommu/arm-smmu-v3: Implement pm_runtime & system sleep ops
[PATCH] iommufd: Fix iommu_vevent_header tables markup
2025-03-28 13:09 UTC (3+ messages)
[PATCH v11 00/18] iommufd support pasid attach/replace
2025-03-28 7:47 UTC (4+ messages)
` [PATCH v11 17/18] iommufd/selftest: Add test ops to test pasid attach/detach
Regression on linux-next (next-20250321)
2025-03-27 8:46 UTC (8+ messages)
linux-next: Tree for Mar 26 (objtool: iommu)
2025-03-27 5:45 UTC (2+ messages)
[BUG] vmlinux.o: warning: objtool: iommu_dma_sw_msi() falls through to next function alloc_io_pgtable_ops()
2025-03-27 5:44 UTC (3+ messages)
[git pull] IOMMU Updates for Linux v6.15
2025-03-27 4:01 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