messages from 2025-04-03 07:25:39 to 2025-04-08 22:00:02 UTC [more...]
[PATCH 0/3] Additional fixes for dma coherent allocator
2025-04-08 21:59 UTC (14+ messages)
` [PATCH 3/3] rust: dma: add as_slice/write functions for CoherentAllocation
` [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] iommu: fix crash in report_iommu_fault()
2025-04-08 21:38 UTC (2+ messages)
[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
2025-04-08 21:31 UTC (80+ 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
` [PATCH 60/67] iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC support
` [PATCH 61/67] KVM: SVM: Fold avic_set_pi_irte_mode() into its sole caller
` [PATCH 62/67] KVM: SVM: Don't check vCPU's blocking status when toggling AVIC on/off
` [PATCH 63/67] KVM: SVM: Consolidate IRTE update "
` [PATCH 64/67] iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts
` [PATCH 65/67] KVM: SVM: Generate GA log IRQs only if the associated vCPUs is blocking
` [PATCH 66/67] *** DO NOT MERGE *** iommu/amd: Hack to fake IRQ posting support
` [PATCH 67/67] *** DO NOT MERGE *** KVM: selftests: WIP posted interrupts test
[PATCH] vfio/type1: Remove Fine Grained Superpages detection
2025-04-08 19:23 UTC (2+ messages)
[PATCH v4 00/23] iommu: Further abstract iommu-pages
2025-04-08 16:54 UTC (24+ messages)
` [PATCH v4 01/23] iommu/terga: Do not use struct page as the handle for as->pd memory
` [PATCH v4 02/23] iommu/tegra: Do not use struct page as the handle for pts
` [PATCH v4 03/23] iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()
` [PATCH v4 04/23] iommu/pages: Make iommu_put_pages_list() work with high order allocations
` [PATCH v4 05/23] iommu/pages: Remove the order argument to iommu_free_pages()
` [PATCH v4 06/23] iommu/pages: Remove iommu_free_page()
` [PATCH v4 07/23] iommu/pages: De-inline the substantial functions
` [PATCH v4 08/23] iommu/pages: Formalize the freelist API
` [PATCH v4 09/23] iommu/riscv: Convert to use struct iommu_pages_list
` [PATCH v4 10/23] iommu/amd: "
` [PATCH v4 11/23] iommu: Change iommu_iotlb_gather to use iommu_page_list
` [PATCH v4 12/23] iommu/pages: Remove iommu_put_pages_list_old and the _Generic
` [PATCH v4 13/23] iommu/pages: Move from struct page to struct ioptdesc and folio
` [PATCH v4 14/23] iommu/pages: Move the __GFP_HIGHMEM checks into the common code
` [PATCH v4 15/23] iommu/pages: Allow sub page sizes to be passed into the allocator
` [PATCH v4 16/23] iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()
` [PATCH v4 17/23] iommu/amd: Use roundup_pow_two() instead of get_order()
` [PATCH v4 18/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
` [PATCH v4 19/23] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
` [PATCH v4 20/23] iommu/pages: Remove iommu_alloc_page/pages()
` [PATCH v4 21/23] iommu/pages: Remove iommu_alloc_page_node()
` [PATCH v4 22/23] iommu/amd: Use iommu_alloc_pages_node_sz() for the IRT
` [PATCH v4 23/23] iommu/vtd: Remove iommu_alloc_pages_node()
[PATCH v4 0/5] Convert virtio-iommu to domain_alloc_paging()
2025-04-08 16:35 UTC (6+ messages)
` [PATCH v4 1/5] iommu/virtio: Break out bypass identity support into a global static
` [PATCH v4 2/5] iommu: Add domain_alloc_identity()
` [PATCH v4 3/5] iommu/virtio: Move to domain_alloc_paging()
` [PATCH v4 4/5] iommu: Do not call domain_alloc() in iommu_sva_domain_alloc()
` [PATCH v4 5/5] iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMU
[PATCH rc v2] iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent()
2025-04-08 16:14 UTC (2+ messages)
[PATCH v1 0/4] iommu/arm-smmu-v3: Allocate vmid per vsmmu instead of s2_parent
2025-04-08 14:20 UTC (12+ messages)
` [PATCH v1 1/4] iommu/arm-smmu-v3: Pass in vmid to arm_smmu_make_s2_domain_ste()
` [PATCH v1 2/4] iommu/arm-smmu-v3: Share arm_smmu_cmdq_issue_cmd_with_sync() with vsmmu
` [PATCH v1 3/4] iommu/arm-smmu-v3: Decouple vmid from S2 nest_parent domain
[PATCH] iommu/arm-smmu-v3: Add missing S2FWB feature detection
2025-04-08 12:09 UTC (4+ messages)
[PATCH v8 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
2025-04-08 11:44 UTC (6+ messages)
` [PATCH v8 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
[PATCH 0/3] dma mapping benchmark: add support for dma_map_sg
2025-04-08 9:53 UTC (7+ messages)
` [PATCH 1/3] dma mapping benchmark: modify the framework to adapt to more map modes
` [PATCH 2/3] dma-mapping: benchmark: add support for dma_map_sg
[PATCH v2] iommu/mediatek: Fix NULL pointer deference in mtk_iommu_device_group
2025-04-08 7:53 UTC (6+ messages)
[PATCH v4 0/8] Introduce debugfs support in IOMMU
2025-04-08 5:41 UTC (4+ messages)
` [PATCH v4 2/8] iommu/amd: Add debugfs support to dump IOMMU MMIO registers
[PATCH RFC 00/12] dma: Enable dmem cgroup tracking
2025-04-08 1:03 UTC (12+ messages)
[PATCH rc 0/2] iommu/tegra241-cmdqv: Two bug fixes in fallback routine
2025-04-07 18:51 UTC (7+ messages)
` [PATCH rc 1/2] iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent()
` [PATCH rc 2/2] iommu/tegra241-cmdqv: Fix UAF due to re-entry of tegra241_cmdqv_remove()
[PATCH v2] PCI: Declare quirk_huawei_pcie_sva() as pci_fixup_header
2025-04-07 18:22 UTC (4+ messages)
` [PATCH v3] "
[PATCH AUTOSEL 6.13 21/28] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations
2025-04-07 18:12 UTC
[PATCH AUTOSEL 6.14 24/31] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations
2025-04-07 18:10 UTC
[PATCH v5 0/8] Introduce debugfs support in IOMMU
2025-04-07 17:35 UTC (9+ messages)
` [PATCH v5 1/8] iommu/amd: Refactor AMD IOMMU debugfs initial setup
` [PATCH v5 2/8] iommu/amd: Add debugfs support to dump IOMMU MMIO registers
` [PATCH v5 3/8] iommu/amd: Add debugfs support to dump IOMMU Capability registers
` [PATCH v5 4/8] iommu/amd: Add debugfs support to dump IOMMU command buffer
` [PATCH v5 5/8] iommu/amd: Add support for device id user input
` [PATCH v5 6/8] iommu/amd: Add debugfs support to dump device table
` [PATCH v5 7/8] iommu/amd: Add debugfs support to dump IRT Table
` [PATCH v5 8/8] iommu/amd: Add documentation for AMD IOMMU debugfs support
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-04-07 16:40 UTC (8+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls
[RFC PATCH v2 18/22] coco/sev-guest: Implement the guest support for SEV TIO
2025-04-07 11:05 UTC (2+ messages)
[PATCH 5.15.y 0/1] Manual Backport of 099606a7b2d5 to 5.15
2025-04-07 9:38 UTC (4+ messages)
` [PATCH 5.15.y 1/1] xen/swiotlb: relax alignment requirements
[PATCH] iommufd: Fix offset handling in folio subroutines
2025-04-07 6:53 UTC (3+ messages)
[PATCH] iommu/amd: Add Secure ATS support
2025-04-07 5:28 UTC (19+ messages)
[PATCH] iommu: remove unneeded semicolon
2025-04-07 1:53 UTC
[RFC PATCH v2 17/22] resource: Mark encrypted MMIO resource on validation
2025-04-05 18:19 UTC (2+ messages)
[RFC PATCH v2 16/22] coco/tsm: Add tsm-guest module
2025-04-05 17:15 UTC (2+ messages)
RFC iommutests_: Testing software for everything IOMMU
2025-04-04 12:37 UTC (3+ 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 v5 0/3] Initial BBML2 support for contpte_convert()
2025-04-03 8:28 UTC (6+ 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 (3+ 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