Linux KVM for ARM Processors
[Prev Page][Next Page]
- [PATCH v2 0/3] KVM: arm64: Minor improvements to RAZ register handling
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH 0/2] KVM: arm64: Minor improvements to RAZ register handling
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 0/2] KVM: arm64: Clean up CONFIG_KVM vs CONFIG_HAVE_KVM
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2] KVM: arm64: Allow KVM to be disabled from the command line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v4 00/11] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Special KVM Development Project @ Riscure
- From: Zaheer Syed <syed@xxxxxxxxxxx>
- Re: [PATCH v3 0/6] KVM: arm64: Restrict host hypercalls when pKVM is enabled
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v8 03/15] KVM: arm64: selftests: Use read/write definitions from sysreg.h
- From: Marc Zyngier <maz@xxxxxxxxxx>
- RE: [PATCH v3 4/4] KVM: arm64: Clear active_vmids on vCPU schedule out
- From: Shameerali Kolothum Thodi <shameerali.kolothum.thodi@xxxxxxxxxx>
- [PATCH v2 5/5] KVM: arm64: vgic-v3: Align emulated cpuif LPI state machine with the pseudocode
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 4/5] KVM: arm64: vgic-v3: Don't advertise ICC_CTLR_EL1.SEIS
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 3/5] KVM: arm64: vgic-v3: Reduce common group trapping to ICV_DIR_EL1 when possible
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 2/5] KVM: arm64: vgic-v3: Work around GICv3 locally generated SErrors
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 0/5] KVM: arm64: Assorted vgic-v3 fixes
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 1/5] KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v8 11/11] KVM: arm64: Handle protected guests at 32 bits
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v8 10/11] KVM: arm64: Trap access to pVM restricted features
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v8 09/11] KVM: arm64: Move sanitized copies of CPU features
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v8 08/11] KVM: arm64: Initialize trap registers for protected VMs
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v8 07/11] KVM: arm64: Add handlers for protected VM System Registers
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v8 06/11] KVM: arm64: Simplify masking out MTE in feature id reg
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v8 05/11] KVM: arm64: Add missing field descriptor for MDCR_EL2
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v8 04/11] KVM: arm64: Pass struct kvm to per-EC handlers
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v8 03/11] KVM: arm64: Move early handlers to per-EC handlers
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v8 02/11] KVM: arm64: Don't include switch.h into nvhe/kvm-main.c
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v8 01/11] KVM: arm64: Move __get_fault_info() and co into their own include file
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v8 00/11] KVM: arm64: Fixed features for protected VMs
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH v7 08/11] KVM: arm64: Initialize trap registers for protected VMs
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v7 07/11] KVM: arm64: Add handlers for protected VM System Registers
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv, sw}_timer() helpers
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 21/43] KVM: VMX: Clean up PI pre/post-block WARNs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 15/43] KVM: stats: Add stat to detect if vcpu is currently blocking
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 14/43] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 12/43] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 08/43] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 07/43] KVM: Reconcile discrepancies in halt-polling stats
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 06/43] KVM: Refactor and document halt-polling stats update helper
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 05/43] KVM: Update halt-polling stats if and only if halt-polling was attempted
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 04/43] KVM: Force PPC to define its own rcuwait object
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 03/43] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 01/43] KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH] arm64: Add mmio_addr arg to arm/micro-bench
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [kvm-unit-tests PATCH v2] arm64: Add mmio_addr arg to arm/micro-bench
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v7 11/11] KVM: arm64: Handle protected guests at 32 bits
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v7 10/11] KVM: arm64: Trap access to pVM restricted features
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v7 09/11] KVM: arm64: Move sanitized copies of CPU features
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v7 08/11] KVM: arm64: Initialize trap registers for protected VMs
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v7 07/11] KVM: arm64: Add handlers for protected VM System Registers
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v7 06/11] KVM: arm64: Simplify masking out MTE in feature id reg
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v7 05/11] KVM: arm64: Add missing field descriptor for MDCR_EL2
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v7 04/11] KVM: arm64: Pass struct kvm to per-EC handlers
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v7 03/11] KVM: arm64: Move early handlers to per-EC handlers
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v7 02/11] KVM: arm64: Don't include switch.h into nvhe/kvm-main.c
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v7 01/11] KVM: arm64: Move __get_fault_info() and co into their own include file
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v7 00/11] KVM: arm64: Fixed features for protected VMs
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v3 6/6] KVM: arm64: Disable privileged hypercalls after pKVM finalisation
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v3 5/6] KVM: arm64: Prevent re-finalisation of pKVM for a given CPU
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v3 4/6] KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v3 3/6] KVM: arm64: Reject stub hypercalls after pKVM has been initialised
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v3 2/6] arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v3 0/6] KVM: arm64: Restrict host hypercalls when pKVM is enabled
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v3 1/6] KVM: arm64: Turn __KVM_HOST_SMCCC_FUNC_* into an enum (mostly)
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH v2 5/5] KVM: arm64: Disable privileged hypercalls after pKVM finalisation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2 5/5] KVM: arm64: Disable privileged hypercalls after pKVM finalisation
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH] arm64: Add mmio_addr arg to arm/micro-bench
- From: Andrew Jones <drjones@xxxxxxxxxx>
- [PATCH v8 15/15] KVM: arm64: selftests: arch_timer: Support vCPU migration
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 14/15] KVM: arm64: selftests: Add arch_timer test
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 13/15] KVM: arm64: selftests: Add host support for vGIC
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 12/15] KVM: arm64: selftests: Add basic GICv3 support
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 11/15] KVM: arm64: selftests: Add light-weight spinlock support
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 10/15] KVM: arm64: selftests: Add guest support to get the vcpuid
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 09/15] KVM: arm64: selftests: Maintain consistency for vcpuid type
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 08/15] KVM: arm64: selftests: Add support to disable and enable local IRQs
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 06/15] KVM: arm64: selftests: Add basic support for arch_timers
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 07/15] KVM: arm64: selftests: Add basic support to generate delays
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 04/15] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 05/15] KVM: arm64: selftests: Add support for cpu_relax
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 02/15] tools: arm64: Import sysreg.h
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 03/15] KVM: arm64: selftests: Use read/write definitions from sysreg.h
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 01/15] KVM: arm64: selftests: Add MMIO readl/writel support
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v8 00/15] KVM: arm64: selftests: Introduce arch_timer selftest
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [kvm-unit-tests PATCH] arm64: Add mmio_addr arg to arm/micro-bench
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v2] KVM: arm64: Allow KVM to be disabled from the command line
- From: Andrew Scull <ascull@xxxxxxxxxx>
- Re: [PATCH v2 00/16] KVM: arm64: MMIO guard PV services
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 13/16] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 10/16] KVM: arm64: Add some documentation for the MMIO guard feature
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 10/16] KVM: arm64: Add some documentation for the MMIO guard feature
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 09/16] KVM: arm64: Advertise a capability for MMIO guard
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 07/16] KVM: arm64: Wire MMIO guard hypercalls
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 06/16] KVM: arm64: Force a full unmap on vpcu reinit
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 5/5] KVM: arm64: Disable privileged hypercalls after pKVM finalisation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH 2/2] KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH v2 04/16] KVM: arm64: Add MMIO checking infrastructure
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 03/16] KVM: arm64: Turn kvm_pgtable_stage2_set_owner into kvm_pgtable_stage2_annotate
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 03/16] KVM: arm64: Turn kvm_pgtable_stage2_set_owner into kvm_pgtable_stage2_annotate
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 02/16] KVM: arm64: Check for PTE valitity when checking for executable/cacheable
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 01/16] KVM: arm64: Generalise VM features into a set of flags
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v4 11/11] KVM: arm64: selftests: Add init ITS device test
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v4 10/11] KVM: arm64: selftests: Add test for legacy GICv3 REDIST base partially above IPA range
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v4 09/11] KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v4 08/11] KVM: arm64: selftests: Add some tests for GICv2 in vgic_init
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v4 07/11] KVM: arm64: selftests: Make vgic_init/vm_gic_create version agnostic
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v4 06/11] KVM: arm64: selftests: Make vgic_init gic version agnostic
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v6 09/12] KVM: arm64: Initialize trap registers for protected VMs
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 10/11] selftests: KVM: Refactor psci_test to make it amenable to new tests
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v6 08/12] KVM: arm64: Add handlers for protected VM System Registers
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH v6 08/12] KVM: arm64: Add handlers for protected VM System Registers
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH v2 06/11] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v2 4/5] Use report_fail(...) instead of report(0/false, ...)
- From: Thomas Huth <thuth@xxxxxxxxxx>
- Re: [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 11/11] selftests: KVM: Test SYSTEM_SUSPEND PSCI call
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH v2 10/11] selftests: KVM: Refactor psci_test to make it amenable to new tests
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH AUTOSEL 5.14 16/40] KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v2 11/11] selftests: KVM: Test SYSTEM_SUSPEND PSCI call
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 10/11] selftests: KVM: Refactor psci_test to make it amenable to new tests
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 08/11] selftests: KVM: Create helper for making SMCCC calls
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 07/11] selftests: KVM: Rename psci_cpu_on_test to psci_test
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 04/11] KVM: arm64: Rename the KVM_REQ_SLEEP handler
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 02/11] KVM: arm64: Clean up SMC64 PSCI filtering for AArch32 guests
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 01/11] KVM: arm64: Drop unused vcpu param to kvm_psci_valid_affinity()
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Release mmap_lock when using VM_SHARED with MTE
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH] KVM: arm64: Release mmap_lock when using VM_SHARED with MTE
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: KVM userspace GICv2 IRQ controller on platform with GICv3
- From: Lukas Jünger <lukas.juenger@xxxxxxxxxxxxxxxxxx>
- [kvm-unit-tests PATCH v2 4/5] Use report_fail(...) instead of report(0/false, ...)
- From: Janis Schoetterl-Glausch <scgl@xxxxxxxxxxxxx>
- Re: [PATCH v2 0/2] A couple of EL2 refcounts fixes
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v2 4/5] Use report_fail(...) instead of report(0/false, ...)
- From: Andrew Jones <drjones@xxxxxxxxxx>
- [PATCH v2 5/5] KVM: arm64: Disable privileged hypercalls after pKVM finalisation
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v2 3/5] KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v2 4/5] KVM: arm64: Prevent re-finalisation of pKVM for a given CPU
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v2 2/5] KVM: arm64: Reject stub hypercalls after pKVM has been initialised
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v2 1/5] arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v2 0/5] KVM: arm64: Restrict host hypercalls when pKVM is enabled
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH 3/5] KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH v6 08/12] KVM: arm64: Add handlers for protected VM System Registers
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v6 09/12] KVM: arm64: Initialize trap registers for protected VMs
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH v6 09/12] KVM: arm64: Initialize trap registers for protected VMs
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v6 12/12] KVM: arm64: Handle protected guests at 32 bits
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v2 2/2] KVM: arm64: Report corrupted refcount at EL2
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [PATCH v2 1/2] KVM: arm64: Fix host stage-2 PGD refcount
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [PATCH v2 0/2] A couple of EL2 refcounts fixes
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [PATCH 2/2] KVM: arm64: Report corrupted refcount at EL2
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [PATCH 1/2] KVM: arm64: Fix host stage-2 PGD refcount
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [PATCH 0/2] A couple of EL2 refcounts fixes
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [PATCH v8 0/9] selftests: KVM: Test offset-based counter controls
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v6 08/12] KVM: arm64: Add handlers for protected VM System Registers
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v6 12/12] KVM: arm64: Handle protected guests at 32 bits
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v4 09/11] KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v4 08/11] KVM: arm64: selftests: Add some tests for GICv2 in vgic_init
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v4 11/11] KVM: arm64: selftests: Add init ITS device test
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v4 05/11] KVM: arm64: vgic: Drop vgic_check_ioaddr()
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v6 11/12] KVM: arm64: Trap access to pVM restricted features
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH v8 2/9] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v8 3/8] KVM: arm64: Make a helper function to get nr of timer regs
- From: Andrew Jones <drjones@xxxxxxxxxx>
- [PATCH v4 11/11] KVM: arm64: selftests: Add init ITS device test
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 10/11] KVM: arm64: selftests: Add test for legacy GICv3 REDIST base partially above IPA range
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 09/11] KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 08/11] KVM: arm64: selftests: Add some tests for GICv2 in vgic_init
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 07/11] KVM: arm64: selftests: Make vgic_init/vm_gic_create version agnostic
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 06/11] KVM: arm64: selftests: Make vgic_init gic version agnostic
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 05/11] KVM: arm64: vgic: Drop vgic_check_ioaddr()
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 04/11] KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA size
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 03/11] KVM: arm64: vgic-v2: Check cpu interface region is not above the VM IPA size
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 02/11] KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 01/11] kvm: arm64: vgic: Introduce vgic_check_iorange
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 00/11] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v7 12/15] KVM: arm64: selftests: Add basic GICv3 support
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- Re: [PATCH v7 15/15] KVM: arm64: selftests: arch_timer: Support vCPU migration
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- Re: [PATCH v2 2/2] of, numa: Fetch empty NUMA node ID from distance map
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH v2 1/2] Documentation, dt, numa: Add note to empty NUMA node
- From: Rob Herring <robh@xxxxxxxxxx>
- [PATCH v2 13/16] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 10/16] KVM: arm64: Add some documentation for the MMIO guard feature
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 14/16] arm64: Enroll into KVM's MMIO guard if required
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 16/16] arm64: Register earlycon fixmap with the MMIO guard
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 15/16] arm64: Add a helper to retrieve the PTE of a fixmap
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 11/16] firmware/smccc: Call arch-specific hook on discovering KVM services
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 12/16] mm/vmalloc: Add arch-specific callbacks to track io{remap, unmap} physical pages
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 08/16] KVM: arm64: Add tracepoint for failed MMIO guard check
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 09/16] KVM: arm64: Advertise a capability for MMIO guard
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 07/16] KVM: arm64: Wire MMIO guard hypercalls
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 06/16] KVM: arm64: Force a full unmap on vpcu reinit
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 00/16] KVM: arm64: MMIO guard PV services
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 05/16] KVM: arm64: Plumb MMIO checking into the fault handling
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 04/16] KVM: arm64: Add MMIO checking infrastructure
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 03/16] KVM: arm64: Turn kvm_pgtable_stage2_set_owner into kvm_pgtable_stage2_annotate
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 02/16] KVM: arm64: Check for PTE valitity when checking for executable/cacheable
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 01/16] KVM: arm64: Generalise VM features into a set of flags
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v6 11/12] KVM: arm64: Trap access to pVM restricted features
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 02/10] KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: KVM userspace GICv2 IRQ controller on platform with GICv3
- From: Lukas Jünger <lukas.juenger@xxxxxxxxxxxxxxxxxx>
- Re: KVM userspace GICv2 IRQ controller on platform with GICv3
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 01/10] kvm: arm64: vgic: Introduce vgic_check_iorange
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 2/5] KVM: arm64: Work around GICv3 locally generated SErrors
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: KVM userspace GICv2 IRQ controller on platform with GICv3
- From: Lukas Jünger <lukas.juenger@xxxxxxxxxxxxxxxxxx>
- Re: KVM userspace GICv2 IRQ controller on platform with GICv3
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 3/5] KVM: arm64: vgic-v3: Don't advertise ICC_CTLR_EL1.SEIS
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH v2 3/5] hw/arm/virt: Honor highmem setting when computing the memory map
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v2 1/5] hw/arm/virt: Key enablement of highmem PCIe on highmem_ecam
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH 2/5] KVM: arm64: Work around GICv3 locally generated SErrors
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: KVM userspace GICv2 IRQ controller on platform with GICv3
- From: Lukas Jünger <lukas.juenger@xxxxxxxxxxxxxxxxxx>
- Re: KVM userspace GICv2 IRQ controller on platform with GICv3
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: KVM userspace GICv2 IRQ controller on platform with GICv3
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2 4/5] hw/arm/virt: Use the PA range to compute the memory map
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 2/5] hw/arm/virt: Add a control for the the highmem redistributors
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 5/5] hw/arm/virt: Disable highmem devices that don't fit in the PA range
- From: Andrew Jones <drjones@xxxxxxxxxx>
- KVM userspace GICv2 IRQ controller on platform with GICv3
- From: Lukas Jünger <lukas.juenger@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 4/5] hw/arm/virt: Use the PA range to compute the memory map
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH 1/2] KVM: arm64: Fix host stage-2 PGD refcount
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [PATCH 1/2] KVM: arm64: Fix host stage-2 PGD refcount
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2 3/5] hw/arm/virt: Honor highmem setting when computing the memory map
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 2/5] hw/arm/virt: Add a control for the the highmem redistributors
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 1/5] hw/arm/virt: Key enablement of highmem PCIe on highmem_ecam
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH 0/2] A couple of EL2 refcounts fixes
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH 2/2] KVM: arm64: Report corrupted refcount at EL2
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [PATCH 1/2] KVM: arm64: Fix host stage-2 PGD refcount
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [PATCH 0/2] A couple of EL2 refcounts fixes
- From: Quentin Perret <qperret@xxxxxxxxxx>
- [PATCH v2 4/5] hw/arm/virt: Use the PA range to compute the memory map
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 2/5] hw/arm/virt: Add a control for the the highmem redistributors
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 0/5] target/arm: Reduced-IPA space and highmem=off fixes
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 5/5] hw/arm/virt: Disable highmem devices that don't fit in the PA range
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 1/5] hw/arm/virt: Key enablement of highmem PCIe on highmem_ecam
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v2 3/5] hw/arm/virt: Honor highmem setting when computing the memory map
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH 2/5] KVM: arm64: Work around GICv3 locally generated SErrors
- From: Joey Gouly <joey.gouly@xxxxxxx>
- Re: [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH v2] KVM: arm64: Allow KVM to be disabled from the command line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v8 5/7] kvm: x86: protect masterclock with a seqcount
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: KVM/arm64: Guest ABI changes do not appear rollback-safe
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Allow KVM to be disabled from the command line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2 06/11] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2 05/11] KVM: arm64: Defer WFI emulation as a requested event
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 02/10] KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 01/10] kvm: arm64: vgic: Introduce vgic_check_iorange
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: KVM/arm64: Guest ABI changes do not appear rollback-safe
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Allow KVM to be disabled from the command line
- From: Suzuki K Poulose <suzuki.poulose@xxxxxxx>
- Re: [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function
- From: Reiji Watanabe <reijiw@xxxxxxxxxx>
- Re: [PATCH v2 02/11] KVM: arm64: Clean up SMC64 PSCI filtering for AArch32 guests
- From: Reiji Watanabe <reijiw@xxxxxxxxxx>
- Re: [PATCH v2 01/11] KVM: arm64: Drop unused vcpu param to kvm_psci_valid_affinity()
- From: Reiji Watanabe <reijiw@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH v2 05/11] KVM: arm64: Defer WFI emulation as a requested event
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH v3 05/10] KVM: arm64: selftests: Make vgic_init gic version agnostic
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v3 01/10] kvm: arm64: vgic: Introduce vgic_check_iorange
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v3 07/10] KVM: arm64: selftests: Add some tests for GICv2 in vgic_init
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v3 08/10] KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v8 5/7] kvm: x86: protect masterclock with a seqcount
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH v2 05/11] KVM: arm64: Defer WFI emulation as a requested event
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of arch specific exit reasons
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 06/11] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH v2 06/11] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH v2 05/11] KVM: arm64: Defer WFI emulation as a requested event
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: KVM/arm64: Guest ABI changes do not appear rollback-safe
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH v2 06/11] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 05/11] KVM: arm64: Defer WFI emulation as a requested event
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v6 03/12] KVM: arm64: Move early handlers to per-EC handlers
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v6 03/12] KVM: arm64: Move early handlers to per-EC handlers
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of arch specific exit reasons
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v6 03/12] KVM: arm64: Move early handlers to per-EC handlers
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH 1/2] KVM: arm64: Return early from read_id_reg() if register is RAZ
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v6 02/12] KVM: arm64: Don't include switch.h into nvhe/kvm-main.c
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH v6 01/12] KVM: arm64: Move __get_fault_info() and co into their own include file
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH v2 06/11] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2 05/11] KVM: arm64: Defer WFI emulation as a requested event
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Allow KVM to be disabled from the command line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Allow KVM to be disabled from the command line
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 1/5] KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH v7 15/15] KVM: arm64: selftests: arch_timer: Support vCPU migration
- From: Zenghui Yu <yuzenghui@xxxxxxxxxx>
- Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v3 09/10] KVM: arm64: selftests: Add test for legacy GICv3 REDIST base partially above IPA range
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v3 08/10] KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v7 12/15] KVM: arm64: selftests: Add basic GICv3 support
- From: Zenghui Yu <yuzenghui@xxxxxxxxxx>
- Re: [PATCH v3 05/10] KVM: arm64: selftests: Make vgic_init gic version agnostic
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 07/10] KVM: arm64: selftests: Add some tests for GICv2 in vgic_init
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: KVM/arm64: Guest ABI changes do not appear rollback-safe
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 06/10] KVM: arm64: selftests: Make vgic_init/vm_gic_create version agnostic
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v3 02/10] KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v3 01/10] kvm: arm64: vgic: Introduce vgic_check_iorange
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v3 01/10] kvm: arm64: vgic: Introduce vgic_check_iorange
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v3 05/10] KVM: arm64: selftests: Make vgic_init gic version agnostic
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v3 02/10] KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: KVM/arm64: Guest ABI changes do not appear rollback-safe
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH v3 05/10] KVM: arm64: selftests: Make vgic_init gic version agnostic
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v3 03/10] KVM: arm64: vgic-v2: Check cpu interface region is not above the VM IPA size
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v3 01/10] kvm: arm64: vgic: Introduce vgic_check_iorange
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v3 04/10] KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA size
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v3 02/10] KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH 1/5] KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: arm64: Depend on HAVE_KVM => OF instead of directly on OF
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: arm64: Depend on HAVE_KVM => OF instead of directly on OF
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH 1/5] KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH 4/5] KVM: arm64: Prevent re-finalisation of pKVM for a given CPU
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [PATCH 2/5] KVM: arm64: Reject stub hypercalls after pKVM has been initialised
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [PATCH 3/5] KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [PATCH v8 3/7] KVM: x86: Fix potential race in KVM_GET_CLOCK
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Allow KVM to be disabled from the command line
- From: Suzuki K Poulose <suzuki.poulose@xxxxxxx>
- Re: [PATCH] KVM: arm64: Allow KVM to be disabled from the command line
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v4 4/4] KVM: mmu: remove over-aggressive warnings
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v4 3/4] KVM: arm64/mmu: use gfn_to_pfn_page
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v4 2/4] KVM: x86/mmu: use gfn_to_pfn_page
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v4 1/4] KVM: mmu: introduce new gfn_to_pfn_page functions
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v4 0/4] KVM: allow mapping non-refcounted pages
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- Re: [PATCH 10/14] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH 14/14] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH 13/14] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH 12/14] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH 11/14] KVM: stats: Add stat to detect if vcpu is currently blocking
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH 09/14] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH 08/14] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH 06/14] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH 04/14] KVM: Reconcile discrepancies in halt-polling stats
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH 03/14] KVM: Refactor and document halt-polling stats update helper
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH 02/14] KVM: Update halt-polling stats if and only if halt-polling was attempted
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)
- From: Christian Borntraeger <borntraeger@xxxxxxxxxx>
- Re: [PATCH v2 2/2] of, numa: Fetch empty NUMA node ID from distance map
- From: Gavin Shan <gshan@xxxxxxxxxx>
- Re: [PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH v3 08/10] KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v3 09/10] KVM: arm64: selftests: Add test for legacy GICv3 REDIST base partially above IPA range
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v3 07/10] KVM: arm64: selftests: Add some tests for GICv2 in vgic_init
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v3 06/10] KVM: arm64: selftests: Make vgic_init/vm_gic_create version agnostic
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v3 05/10] KVM: arm64: selftests: Make vgic_init gic version agnostic
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v3 04/10] KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA size
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v3 03/10] KVM: arm64: vgic-v2: Check cpu interface region is not above the VM IPA size
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v3 02/10] KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v3 00/10] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v3 01/10] kvm: arm64: vgic: Introduce vgic_check_iorange
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v3 0/4] KVM: allow mapping non-refcounted pages
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2 2/2] of, numa: Fetch empty NUMA node ID from distance map
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH v7 00/15] KVM: arm64: selftests: Introduce arch_timer selftest
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- Re: [PATCH v2 4/6] kvm: use kvfree() in kvm_arch_free_vm()
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Allow KVM to be disabled from the command line
- From: David Brazdil <dbrazdil@xxxxxxxxxx>
- RE: [PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
- From: Krishna Reddy <vdumpa@xxxxxxxxxx>
- Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH v2 2/2] of, numa: Fetch empty NUMA node ID from distance map
- From: Gavin Shan <gshan@xxxxxxxxxx>
- Re: [PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [RFC PATCH v1 12/30] KVM: arm64: COCCI: add_hypstate.cocci use_hypstate.cocci: Reduce scope of functions to hyp_state
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [RFC PATCH v1 11/30] KVM: arm64: create and use a new vcpu_hyp_state struct
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [RFC PATCH v1 10/30] KVM: arm64: Add accessors for hypervisor state in kvm_vcpu_arch
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [RFC PATCH v1 05/30] KVM: arm64: add accessors for kvm_cpu_context
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: [RFC PATCH v1 01/30] KVM: arm64: placeholder to check if VM is protected
- From: Quentin Perret <qperret@xxxxxxxxxx>
- Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)
- From: Christian Borntraeger <borntraeger@xxxxxxxxxx>
- Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 2/2] of, numa: Fetch empty NUMA node ID from distance map
- From: Rob Herring <robh@xxxxxxxxxx>
- [PATCH 2/2] KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH 1/2] KVM: arm64: Return early from read_id_reg() if register is RAZ
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH 0/2] KVM: arm64: Minor improvements to RAZ register handling
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH 10/14] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
- From: Christian Borntraeger <borntraeger@xxxxxxxxxx>
- disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)
- From: Christian Borntraeger <borntraeger@xxxxxxxxxx>
- Re: [PATCH 09/14] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
- From: Christian Borntraeger <borntraeger@xxxxxxxxxx>
- Re: [PATCH 06/14] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
- From: Christian Borntraeger <borntraeger@xxxxxxxxxx>
- Re: [PATCH 05/14] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
- From: Christian Borntraeger <borntraeger@xxxxxxxxxx>
- Re: [PATCH 01/14] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
- From: Christian Borntraeger <borntraeger@xxxxxxxxxx>
- [PATCH v2 2/2] of, numa: Fetch empty NUMA node ID from distance map
- From: Gavin Shan <gshan@xxxxxxxxxx>
- [PATCH v2 1/2] Documentation, dt, numa: Add note to empty NUMA node
- From: Gavin Shan <gshan@xxxxxxxxxx>
- [PATCH v2 0/2] Specify empty NUMA node
- From: Gavin Shan <gshan@xxxxxxxxxx>
- Re: [PATCH] Documentation, dt, numa: Add note to empty NUMA node
- From: Gavin Shan <gshan@xxxxxxxxxx>
- Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: Execute "SMC" instruction in Guest OS
- From: Marc Zyngier <maz@xxxxxxxxxxxxxxx>
- Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Execute "SMC" instruction in Guest OS
- From: Chenxu Wang <irakatz51@xxxxxxxxx>
- [PATCH 14/14] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 13/14] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 12/14] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 11/14] KVM: stats: Add stat to detect if vcpu is currently blocking
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 10/14] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 09/14] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 08/14] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 06/14] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 05/14] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 04/14] KVM: Reconcile discrepancies in halt-polling stats
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 02/14] KVM: Update halt-polling stats if and only if halt-polling was attempted
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 03/14] KVM: Refactor and document halt-polling stats update helper
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 01/14] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v8 0/9] selftests: KVM: Test offset-based counter controls
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v8 0/7] KVM: x86: Add idempotent controls for migrating system counter state
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v8 5/7] kvm: x86: protect masterclock with a seqcount
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [RFC PATCH v1 29/30] [DONOTMERGE] Remove Coccinelle scripts added for refactoring
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 30/30] [DONOTMERGE] Re-enable warnings
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 28/30] KVM: arm64: reduce scope of pVM fixup_guest_exit to hyp_state and kvm_cpu_ctxt
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 27/30] KVM: arm64: remove unsupported pVM features
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 26/30] KVM: arm64: pVM activate_traps to use vcpu_ctxt and vcpu_hyp_state
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 25/30] KVM: arm64: separate kvm_run() for protected VMs
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 23/30] KVM: arm64: COCCI: remove_unused.cocci: remove unused ctxt and hypstate variables
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 24/30] KVM: arm64: remove unused functions
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 22/30] KVM: arm64: reduce scope of __guest_enter to depend only on kvm_cpu_ctxt
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 21/30] KVM: arm64: transition code to __hyp_running_ctxt and __hyp_running_hyps
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 20/30] KVM: arm64: add __hyp_running_ctxt and __hyp_running_hyps
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 19/30] KVM: arm64: change calls of get_loaded_vcpu to get_loaded_vcpu_ctxt
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 14/30] KVM: arm64: reduce scope of vgic v2
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 18/30] KVM: arm64: reduce scope of __guest_exit to only depend on kvm_cpu_context
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 17/30] KVM: arm64: access __hyp_running_vcpu via accessors only
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 16/30] KVM: arm64: reduce scope of vgic_v3 access parameters
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 15/30] KVM: arm64: COCCI: vgic3_cpu.cocci: reduce scope of vgic v3
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 12/30] KVM: arm64: COCCI: add_hypstate.cocci use_hypstate.cocci: Reduce scope of functions to hyp_state
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 13/30] KVM: arm64: change function parameters to use kvm_cpu_ctxt and hyp_state
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 11/30] KVM: arm64: create and use a new vcpu_hyp_state struct
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 10/30] KVM: arm64: Add accessors for hypervisor state in kvm_vcpu_arch
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 09/30] KVM: arm64: COCCI: vcpu_hyp_accessors.cocci: use accessors for hypervisor state vcpu variables
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 08/30] KVM: arm64: add hypervisor state accessors
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 07/30] KVM: arm64: COCCI: add_ctxt.cocci use_ctxt.cocci: reduce scope of functions to kvm_cpu_ctxt
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 05/30] KVM: arm64: add accessors for kvm_cpu_context
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 06/30] KVM: arm64: COCCI: use_ctxt_access.cocci: use kvm_cpu_context accessors
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 04/30] KVM: arm64: remove unused parameters and asm offsets
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 03/30] [DONOTMERGE] Coccinelle scripts for refactoring
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 00/30] Reduce scope of vcpu state at hyp by refactoring out state hyp needs
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 01/30] KVM: arm64: placeholder to check if VM is protected
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [RFC PATCH v1 02/30] [DONOTMERGE] Temporarily disable unused variable warning
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [GIT PULL] KVM/arm64 fixes for 5.15, take #1
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v7 5/6] KVM: x86: Refactor tsc synchronization code
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [GIT PULL] KVM/arm64 fixes for 5.15, take #1
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v7 3/6] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH 3/5] KVM: arm64: vgic-v3: Don't advertise ICC_CTLR_EL1.SEIS
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 5/5] KVM: arm64: vgic-v3: Align emulated cpuif LPI state machine with the pseudocode
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 1/5] KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 0/5] KVM: arm64: Assorted vgic-v3 fixes
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 4/5] KVM: arm64: vgic-v3: Don't propagate LPI active state from LRs into the distributor
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 2/5] KVM: arm64: Work around GICv3 locally generated SErrors
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v8 6/8] KVM: arm64: Allow userspace to configure a guest's counter-timer offset
- From: Reiji Watanabe <reijiw@xxxxxxxxxx>
- Re: [PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH v2 00/11] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 11/11] selftests: KVM: Test SYSTEM_SUSPEND PSCI call
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 10/11] selftests: KVM: Refactor psci_test to make it amenable to new tests
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 09/11] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 08/11] selftests: KVM: Create helper for making SMCCC calls
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 07/11] selftests: KVM: Rename psci_cpu_on_test to psci_test
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 06/11] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 05/11] KVM: arm64: Defer WFI emulation as a requested event
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 04/11] KVM: arm64: Rename the KVM_REQ_SLEEP handler
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 02/11] KVM: arm64: Clean up SMC64 PSCI filtering for AArch32 guests
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 00/11] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 01/11] KVM: arm64: Drop unused vcpu param to kvm_psci_valid_affinity()
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH] Documentation, dt, numa: Add note to empty NUMA node
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [RFC PATCH v4 00/39] KVM: arm64: Add Statistical Profiling Extension (SPE) support
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH 5/5] KVM: arm64: Disable privileged hypercalls after pKVM finalisation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 5/5] KVM: arm64: Disable privileged hypercalls after pKVM finalisation
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH 5/5] KVM: arm64: Disable privileged hypercalls after pKVM finalisation
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH 5/5] KVM: arm64: Disable privileged hypercalls after pKVM finalisation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 1/5] arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH 0/5] KVM: arm64: Restrict host hypercalls when pKVM is enabled
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 1/5] arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()
- From: Mark Rutland <mark.rutland@xxxxxxx>
- [PATCH 5/5] KVM: arm64: Disable privileged hypercalls after pKVM finalisation
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH 4/5] KVM: arm64: Prevent re-finalisation of pKVM for a given CPU
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH 3/5] KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH 2/5] KVM: arm64: Reject stub hypercalls after pKVM has been initialised
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH 0/5] KVM: arm64: Restrict host hypercalls when pKVM is enabled
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH 1/5] arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of arch specific exit reasons
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of arch specific exit reasons
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of arch specific exit reasons
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of arch specific exit reasons
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH] Documentation, dt, numa: Add note to empty NUMA node
- From: Gavin Shan <gshan@xxxxxxxxxx>
- Re: [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of arch specific exit reasons
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 06/16] perf/core: Rework guest callbacks to prepare for static_call support
- From: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>
- Re: [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of arch specific exit reasons
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v8 2/8] KVM: arm64: Separate guest/host counter offset values
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v3 08/16] perf: Force architectures to opt-in to guest callbacks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v8 6/8] KVM: arm64: Allow userspace to configure a guest's counter-timer offset
- From: Reiji Watanabe <reijiw@xxxxxxxxxx>
- Re: [PATCH v8 2/8] KVM: arm64: Separate guest/host counter offset values
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of arch specific exit reasons
- From: Jing Zhang <jingzhangos@xxxxxxxxxx>
- Re: [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of arch specific exit reasons
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v8 0/8] KVM: arm64: Add idempotent controls to migrate guest counter
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH v6 04/12] KVM: arm64: Add missing FORCE prerequisite in Makefile
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v3 16/16] perf: Drop guest callback (un)register stubs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 13/16] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 10/16] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 11/16] KVM: x86: More precisely identify NMI from guest when handling PMI
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 08/16] perf: Force architectures to opt-in to guest callbacks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 09/16] perf/core: Use static_call to optimize perf_guest_info_callbacks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 07/16] perf: Add wrappers for invoking guest callbacks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 05/16] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 06/16] perf/core: Rework guest callbacks to prepare for static_call support
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 03/16] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 04/16] perf: Stop pretending that perf can handle multiple guest callbacks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 02/16] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 2/2] KVM: arm64: Depend on HAVE_KVM => OF instead of directly on OF
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 1/2] KVM: arm64: Unconditionally include generic KVM's Kconfig
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 0/2] KVM: arm64: Clean up CONFIG_KVM vs CONFIG_HAVE_KVM
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 05/13] perf: Force architectures to opt-in to guest callbacks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v6 12/12] KVM: arm64: Handle protected guests at 32 bits
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v6 11/12] KVM: arm64: Trap access to pVM restricted features
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v6 10/12] KVM: arm64: Move sanitized copies of CPU features
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v6 09/12] KVM: arm64: Initialize trap registers for protected VMs
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v6 08/12] KVM: arm64: Add handlers for protected VM System Registers
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v6 07/12] KVM: arm64: Simplify masking out MTE in feature id reg
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v6 06/12] KVM: arm64: Add missing field descriptor for MDCR_EL2
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v6 05/12] KVM: arm64: Pass struct kvm to per-EC handlers
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v6 04/12] KVM: arm64: Add missing FORCE prerequisite in Makefile
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v6 03/12] KVM: arm64: Move early handlers to per-EC handlers
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v6 02/12] KVM: arm64: Don't include switch.h into nvhe/kvm-main.c
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v6 01/12] KVM: arm64: Move __get_fault_info() and co into their own include file
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- [PATCH v6 00/12] KVM: arm64: Fixed features for protected VMs
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of arch specific exit reasons
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] Documentation, dt, numa: Add note to empty NUMA node
- From: Ard Biesheuvel <ardb@xxxxxxxxxx>
- Re: [RFC PATCH v4 01/39] KVM: arm64: Make lock_all_vcpus() available to the rest of KVM
- From: Suzuki K Poulose <suzuki.poulose@xxxxxxx>
- Re: [RFC PATCH v4 00/39] KVM: arm64: Add Statistical Profiling Extension (SPE) support
- From: Suzuki K Poulose <suzuki.poulose@xxxxxxx>
- Re: [PATCH v5 4/8] KVM: arm64: Add trap handlers for protected VMs
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH v5 2/8] KVM: arm64: Add missing field descriptor for MDCR_EL2
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 10/16] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 11/16] KVM: x86: More precisely identify NMI from guest when handling PMI
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 09/16] perf/core: Use static_call to optimize perf_guest_info_callbacks
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 08/16] perf: Force architectures to opt-in to guest callbacks
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 07/16] perf: Add wrappers for invoking guest callbacks
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 16/16] perf: Drop guest callback (un)register stubs
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 06/16] perf/core: Rework guest callbacks to prepare for static_call support
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 05/16] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 04/16] perf: Stop pretending that perf can handle multiple guest callbacks
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 03/16] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 02/16] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v8 2/8] KVM: arm64: Separate guest/host counter offset values
- From: Reiji Watanabe <reijiw@xxxxxxxxxx>
- [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of arch specific exit reasons
- From: Jing Zhang <jingzhangos@xxxxxxxxxx>
- [PATCH v1 2/3] KVM: arm64: Add counter stats for arch specific exit reasons
- From: Jing Zhang <jingzhangos@xxxxxxxxxx>
- [PATCH v1 1/3] KVM: arm64: Add arch specific exit reasons
- From: Jing Zhang <jingzhangos@xxxxxxxxxx>
- Re: [PATCH] Documentation, dt, numa: Add note to empty NUMA node
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH] selftests: KVM: Gracefully handle missing vCPU features
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH] selftests: KVM: Gracefully handle missing vCPU features
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH 1/2] selftests: KVM: Fix compiler warning in demand_paging_test
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH 1/2] selftests: KVM: Fix compiler warning in demand_paging_test
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH 2/2] selftests: KVM: Fix 'asm-operand-width' warnings in steal_time.c
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2 2/2] selftests: KVM: Align SMCCC call with the spec in steal_time
- From: Andrew Jones <drjones@xxxxxxxxxx>
- [PATCH v2 2/2] selftests: KVM: Align SMCCC call with the spec in steal_time
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 1/2] selftests: KVM: Fix check for !POLLIN in demand_paging_test
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v2 0/2] selftests: KVM: Address some bugs caught by clang
- From: Oliver Upton <oupton@xxxxxxxxxx>
- Re: [PATCH v2 05/13] perf: Force architectures to opt-in to guest callbacks
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v3 0/4] KVM: allow mapping non-refcounted pages
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 0/4] KVM: allow mapping non-refcounted pages
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- Re: [PATCH 2/2] selftests: KVM: Fix 'asm-operand-width' warnings in steal_time.c
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH 1/2] selftests: KVM: Fix compiler warning in demand_paging_test
- From: Andrew Jones <drjones@xxxxxxxxxx>
- [PATCH 1/2] selftests: KVM: Fix compiler warning in demand_paging_test
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH 0/2] selftests: KVM: Fix some compiler warnings
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH 2/2] selftests: KVM: Fix 'asm-operand-width' warnings in steal_time.c
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH] KVM: arm: add Kbuild FORCE prerequisite for hyp-reloc
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH v2 1/2] KVM: arm64: vgic: check redist region is not above the VM IPA size
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH 1/2] KVM: arm64: vgic: check redist region is not above the VM IPA size
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- Re: [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH 5.14 127/168] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 5.10 086/122] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: REGRESSION: Upgrading host kernel from 5.11 to 5.13 breaks QEMU guests - perf/fw_devlink/kvm
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v5 1/8] KVM: arm64: Pass struct kvm to per-EC handlers
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v5 1/8] KVM: arm64: Pass struct kvm to per-EC handlers
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2 1/2] KVM: arm64: vgic: check redist region is not above the VM IPA size
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v8 9/9] selftests: KVM: Test vtimer offset reg in get-reg-list
- From: Andrew Jones <drjones@xxxxxxxxxx>
- Re: [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH] KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: REGRESSION: Upgrading host kernel from 5.11 to 5.13 breaks QEMU guests - perf/fw_devlink/kvm
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: arm: add Kbuild FORCE prerequisite for hyp-reloc
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: REGRESSION: Upgrading host kernel from 5.11 to 5.13 breaks QEMU guests - perf/fw_devlink/kvm
- From: Will Deacon <will@xxxxxxxxxx>
- Re: REGRESSION: Upgrading host kernel from 5.11 to 5.13 breaks QEMU guests - perf/fw_devlink/kvm
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- Re: REGRESSION: Upgrading host kernel from 5.11 to 5.13 breaks QEMU guests - perf/fw_devlink/kvm
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- REGRESSION: Upgrading host kernel from 5.11 to 5.13 breaks QEMU guests - perf/fw_devlink/kvm
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 01/13] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 05/13] perf: Force architectures to opt-in to guest callbacks
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH v8 8/9] selftests: KVM: Add counter emulation benchmark
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 7/9] selftests: KVM: Test physical counter offsetting
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 9/9] selftests: KVM: Test vtimer offset reg in get-reg-list
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 6/9] selftests: KVM: Add support for aarch64 to system_counter_offset_test
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 5/9] selftests: KVM: Introduce system counter offset test
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 4/9] selftests: KVM: Add helpers for vCPU device attributes
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 2/9] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 3/9] selftests: KVM: Fix kvm device helper ioctl assertions
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 1/9] tools: arch: x86: pull in pvclock headers
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 0/9] selftests: KVM: Test offset-based counter controls
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 6/7] KVM: x86: Refactor tsc synchronization code
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 5/7] kvm: x86: protect masterclock with a seqcount
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
- From: Oliver Upton <oupton@xxxxxxxxxx>
- [PATCH v8 3/7] KVM: x86: Fix potential race in KVM_GET_CLOCK
- From: Oliver Upton <oupton@xxxxxxxxxx>
[Index of Archives]
[Linux KVM]
[Spice Development]
[Libvirt]
[Libvirt Users]
[Linux USB Devel]
[Linux SCSI]
[Samba]
[Yosemite News]