messages from 2025-06-11 00:10:57 to 2025-06-13 19:43:31 UTC [more...]
[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
2025-06-13 19:43 UTC (70+ messages)
` [PATCH v3 01/62] KVM: arm64: Explicitly treat routing entry type changes as changes
` [PATCH v3 02/62] KVM: arm64: WARN if unmapping vLPI fails
` [PATCH v3 03/62] KVM: Pass new routing entries and irqfd when updating IRTEs
` [PATCH v3 04/62] KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
` [PATCH v3 05/62] KVM: SVM: Delete IRTE link from previous vCPU before setting new IRTE
` [PATCH v3 06/62] iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
` [PATCH v3 07/62] KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routing
` [PATCH v3 08/62] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH v3 09/62] KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
` [PATCH v3 10/62] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH v3 11/62] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH v3 12/62] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH v3 13/62] KVM: SVM: Drop redundant check in AVIC code on ID during "
` [PATCH v3 14/62] KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
` [PATCH v3 15/62] KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
` [PATCH v3 16/62] KVM: VMX: Move enable_ipiv knob to common x86
` [PATCH v3 17/62] KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
` [PATCH v3 18/62] KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235
` [PATCH v3 19/62] KVM: VMX: Suppress PI notifications whenever the vCPU is put
` [PATCH v3 20/62] KVM: SVM: Add a comment to explain why avic_vcpu_blocking() ignores IRQ blocking
` [PATCH v3 21/62] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH v3 22/62] iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"
` [PATCH v3 23/62] KVM: SVM: Stop walking list of routing table entries when updating IRTE
` [PATCH v3 24/62] KVM: VMX: "
` [PATCH v3 25/62] KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()
` [PATCH v3 26/62] KVM: x86: Move IRQ routing/delivery APIs from x86.c => irq.c
` [PATCH v3 27/62] KVM: x86: Nullify irqfd->producer after updating IRTEs
` [PATCH v3 28/62] KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
` [PATCH v3 29/62] KVM: x86: Move posted interrupt tracepoint to common code
` [PATCH v3 30/62] KVM: SVM: Clean up return handling in avic_pi_update_irte()
` [PATCH v3 31/62] iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structs
` [PATCH v3 32/62] KVM: Don't WARN if updating IRQ bypass route fails
` [PATCH v3 33/62] KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
` [PATCH v3 34/62] KVM: x86: Track irq_bypass_vcpu in common x86 code
` [PATCH v3 35/62] KVM: x86: Skip IOMMU IRTE updates if there's no old or new vCPU being targeted
` [PATCH v3 36/62] KVM: x86: Don't update IRTE entries when old and new routes were !MSI
` [PATCH v3 37/62] KVM: SVM: Revert IRTE to legacy mode if IOMMU doesn't provide IR metadata
` [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
` [PATCH v3 39/62] iommu/amd: Document which IRTE fields amd_iommu_update_ga() can modify
` [PATCH v3 40/62] iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
` [PATCH v3 41/62] iommu/amd: Factor out helper for manipulating IRTE GA/CPU info
` [PATCH v3 42/62] iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinity
` [PATCH v3 43/62] iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhibited
` [PATCH v3 44/62] KVM: SVM: Don't check for assigned device(s) when updating affinity
` [PATCH v3 45/62] KVM: SVM: Don't check for assigned device(s) when activating AVIC
` [PATCH v3 46/62] KVM: SVM: WARN if (de)activating guest mode in IOMMU fails
` [PATCH v3 47/62] KVM: SVM: Process all IRTEs on affinity change even if one update fails
` [PATCH v3 48/62] KVM: SVM: WARN if updating IRTE GA fields in IOMMU fails
` [PATCH v3 49/62] KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()
` [PATCH v3 50/62] KVM: x86: WARN if IRQ bypass isn't supported "
` [PATCH v3 51/62] KVM: x86: WARN if IRQ bypass routing is updated without in-kernel local APIC
` [PATCH v3 52/62] KVM: SVM: WARN if ir_list is non-empty at vCPU free
` [PATCH v3 53/62] KVM: x86: Decouple device assignment from IRQ bypass
` [PATCH v3 54/62] KVM: VMX: WARN if VT-d Posted IRQs aren't possible when starting "
` [PATCH v3 55/62] KVM: SVM: Use vcpu_idx, not vcpu_id, for GA log tag/metadata
` [PATCH v3 56/62] iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC support
` [PATCH v3 57/62] KVM: SVM: Fold avic_set_pi_irte_mode() into its sole caller
` [PATCH v3 58/62] KVM: SVM: Don't check vCPU's blocking status when toggling AVIC on/off
` [PATCH v3 59/62] KVM: SVM: Consolidate IRTE update "
` [PATCH v3 60/62] iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts
` [PATCH v3 61/62] KVM: SVM: Generate GA log IRQs only if the associated vCPUs is blocking
` [PATCH v3 62/62] KVM: x86: Rename kvm_set_msi_irq() => kvm_msi_to_lapic_irq()
[PATCH v6 0/5] KVM: arm64: Map GPU device memory as cacheable
2025-06-13 19:38 UTC (6+ messages)
` [PATCH v6 3/5] kvm: arm64: New memslot flag to indicate cacheable mapping
[PATCH v3 0/4] KVM: arm64: Add attribute to control GICD_TYPER2.nASSGIcap
2025-06-13 15:52 UTC (5+ messages)
` [PATCH v3 1/4] KVM: arm64: Disambiguate support for vSGIs v. vLPIs
` [PATCH v3 2/4] KVM: arm64: vgic-v3: Consolidate MAINT_IRQ handling
` [PATCH v3 3/4] KVM: arm64: Introduce attribute to control GICD_TYPER2.nASSGIcap
` [PATCH v3 4/4] KVM: arm64: selftests: Add test for nASSGIcap attribute
[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-13 13:57 UTC (25+ messages)
` [PATCH v12 01/18] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v12 02/18] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v12 03/18] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v12 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v12 05/18] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v12 06/18] KVM: Fix comments that refer to slots_lock
` [PATCH v12 07/18] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v12 09/18] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v12 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v12 11/18] KVM: x86: Consult guest_memfd when computing max_mapping_level
` [PATCH v12 12/18] KVM: x86: Enable guest_memfd shared memory for non-CoCo VMs
` [PATCH v12 13/18] KVM: arm64: Refactor user_mem_abort()
` [PATCH v12 14/18] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v12 15/18] KVM: arm64: Enable host mapping of shared guest_memfd memory
` [PATCH v12 16/18] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM
` [PATCH v12 17/18] KVM: selftests: Don't use hardcoded page sizes in guest_memfd test
` [PATCH v12 18/18] KVM: selftests: guest_memfd mmap() test when mapping is allowed
[PATCH v23 0/4] arm64/perf: Enable branch stack sampling
2025-06-13 3:19 UTC (9+ messages)
` [PATCH v23 1/4] arm64/sysreg: Add BRBE registers and fields
` [PATCH v23 2/4] arm64: Handle BRBE booting requirements
` [PATCH v23 3/4] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v23 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)
[PATCH V5 0/2] arm64/debug: Drop redundant DBG_MDSCR_* macros
2025-06-13 2:36 UTC (3+ messages)
` [PATCH V5 1/2] "
` [PATCH V5 2/2] KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_t
[PATCH v4 0/5] Add FIELD_MODIFY() helper
2025-06-12 20:15 UTC (9+ messages)
` [PATCH v4 1/5] coccinelle: misc: Add field_modify script
` [cocci] "
` [PATCH v4 2/5] arm64: tlb: Convert the opencoded field modify
` [cocci] "
` [PATCH v4 3/5] arm64: nvhe: "
` [PATCH v4 4/5] arm64: kvm: "
` [PATCH v4 5/5] arm64: mm: "
[PATCH v7 00/14] arm: rework id register storage
2025-06-12 16:07 UTC (18+ messages)
` [PATCH v7 02/14] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
` [PATCH v7 08/14] arm/cpu: Store id_isar0-7 into the idregs array
` [PATCH v7 12/14] arm/cpu: Add sysreg generation scripts
` [PATCH v7 13/14] arm/cpu: switch to a generated cpu-sysregs.h.inc
[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
2025-06-12 15:32 UTC (46+ messages)
` [PATCH v9 01/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v9 02/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v9 03/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v9 04/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v9 05/43] arm64: RME: Check for RME support at KVM init
` [PATCH v9 06/43] arm64: RME: Define the user ABI
` [PATCH v9 07/43] arm64: RME: ioctls to create and configure realms
` [PATCH v9 08/43] kvm: arm64: Don't expose debug capabilities for realm guests
` [PATCH v9 09/43] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v9 10/43] arm64: RME: RTT tear down
` [PATCH v9 11/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v9 12/43] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v9 13/43] arm64: RME: Support for the VGIC in realms
` [PATCH v9 14/43] KVM: arm64: Support timers in realm RECs
` [PATCH v9 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v9 16/43] arm64: RME: Handle realm enter/exit
` [PATCH v9 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v9 18/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v9 19/43] arm64: RME: Allow populating initial contents
` [PATCH v9 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v9 21/43] KVM: arm64: Handle realm VCPU load
` [PATCH v9 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v9 23/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v9 24/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v9 25/43] arm64: Don't expose stolen time for realm guests
` [PATCH v9 26/43] arm64: RME: allow userspace to inject aborts
` [PATCH v9 27/43] arm64: RME: support RSI_HOST_CALL
` [PATCH v9 28/43] arm64: RME: Allow checking SVE on VM instance
` [PATCH v9 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v9 30/43] arm64: RME: Prevent Device mappings for Realms
` [PATCH v9 31/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v9 32/43] arm64: RME: Enable PMU support with a realm guest
` [PATCH v9 33/43] arm64: RME: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v9 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v9 35/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v9 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v9 37/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v9 38/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v9 39/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v9 40/43] arm64: RME: Provide accurate register list
` [PATCH v9 41/43] KVM: arm64: Expose support for private memory
` [PATCH v9 42/43] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v9 43/43] KVM: arm64: Allow activating realms
[PATCH 0/8] KVM: Remove include/kvm, standardize includes
2025-06-12 13:01 UTC (5+ messages)
` [PATCH 7/8] KVM: s390: Stop adding virt/kvm to the arch include path
` [PATCH 8/8] KVM: Standardize include paths across all architectures
[PATCH V4 0/2] arm64/debug: Drop redundant DBG_MDSCR_* macros
2025-06-12 10:51 UTC (6+ messages)
` [PATCH V4 1/2] "
` [PATCH V4 2/2] KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_t
[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
2025-06-12 8:42 UTC (6+ messages)
` [PATCH v3 01/10] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v3 02/10] perf: arm_spe: Support FEAT_SPEv1p4 filters
[GIT PULL] KVM/arm64 fixes for 6.16, take #2
2025-06-11 18:25 UTC (2+ messages)
[PATCH v11 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-11 18:20 UTC (5+ messages)
` [PATCH v11 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
[PATCH V3 2/2] KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_t
2025-06-11 12:52 UTC (5+ messages)
[PATCH] KVM: arm64: selftests: Close the GIC FD in arch_timer_edge_cases
2025-06-11 9:47 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