kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-22 06:32:36 to 2021-09-28 17:02:21 UTC [more...]

[PATCH v7 00/15] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-28 17:02 UTC  (2+ messages)

[PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-09-28 16:48 UTC  (3+ messages)
` [PATCH v2 4/6] kvm: use kvfree() in kvm_arch_free_vm()

[PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat
 2021-09-28 16:21 UTC  (34+ messages)
` [PATCH 01/14] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
` [PATCH 02/14] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH 03/14] KVM: Refactor and document halt-polling stats update helper
` [PATCH 04/14] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH 05/14] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
` [PATCH 06/14] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
` [PATCH 08/14] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH 09/14] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH 10/14] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
` [PATCH 11/14] KVM: stats: Add stat to detect if vcpu is currently blocking
` [PATCH 12/14] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH 13/14] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH 14/14] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
` disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)

[PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
 2021-09-28 15:30 UTC  (9+ messages)

[PATCH] KVM: arm64: Allow KVM to be disabled from the command line
 2021-09-28 14:58 UTC  (2+ messages)

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-09-28  6:25 UTC  (3+ messages)

[PATCH v2 0/2] Specify empty NUMA node
 2021-09-27 23:59 UTC  (5+ messages)
` [PATCH v2 1/2] Documentation, dt, numa: Add note to "
` [PATCH v2 2/2] of, numa: Fetch empty NUMA node ID from distance map

[RFC PATCH v1 00/30] Reduce scope of vcpu state at hyp by refactoring out state hyp needs
 2021-09-27 16:40 UTC  (36+ messages)
` [RFC PATCH v1 01/30] KVM: arm64: placeholder to check if VM is protected
` [RFC PATCH v1 02/30] [DONOTMERGE] Temporarily disable unused variable warning
` [RFC PATCH v1 03/30] [DONOTMERGE] Coccinelle scripts for refactoring
` [RFC PATCH v1 04/30] KVM: arm64: remove unused parameters and asm offsets
` [RFC PATCH v1 05/30] KVM: arm64: add accessors for kvm_cpu_context
` [RFC PATCH v1 06/30] KVM: arm64: COCCI: use_ctxt_access.cocci: use kvm_cpu_context accessors
` [RFC PATCH v1 07/30] KVM: arm64: COCCI: add_ctxt.cocci use_ctxt.cocci: reduce scope of functions to kvm_cpu_ctxt
` [RFC PATCH v1 08/30] KVM: arm64: add hypervisor state accessors
` [RFC PATCH v1 09/30] KVM: arm64: COCCI: vcpu_hyp_accessors.cocci: use accessors for hypervisor state vcpu variables
` [RFC PATCH v1 10/30] KVM: arm64: Add accessors for hypervisor state in kvm_vcpu_arch
` [RFC PATCH v1 11/30] KVM: arm64: create and use a new vcpu_hyp_state struct
` [RFC PATCH v1 12/30] KVM: arm64: COCCI: add_hypstate.cocci use_hypstate.cocci: Reduce scope of functions to hyp_state
` [RFC PATCH v1 13/30] KVM: arm64: change function parameters to use kvm_cpu_ctxt and hyp_state
` [RFC PATCH v1 14/30] KVM: arm64: reduce scope of vgic v2
` [RFC PATCH v1 15/30] KVM: arm64: COCCI: vgic3_cpu.cocci: reduce scope of vgic v3
` [RFC PATCH v1 16/30] KVM: arm64: reduce scope of vgic_v3 access parameters
` [RFC PATCH v1 17/30] KVM: arm64: access __hyp_running_vcpu via accessors only
` [RFC PATCH v1 18/30] KVM: arm64: reduce scope of __guest_exit to only depend on kvm_cpu_context
` [RFC PATCH v1 19/30] KVM: arm64: change calls of get_loaded_vcpu to get_loaded_vcpu_ctxt
` [RFC PATCH v1 20/30] KVM: arm64: add __hyp_running_ctxt and __hyp_running_hyps
` [RFC PATCH v1 21/30] KVM: arm64: transition code to "
` [RFC PATCH v1 22/30] KVM: arm64: reduce scope of __guest_enter to depend only on kvm_cpu_ctxt
` [RFC PATCH v1 23/30] KVM: arm64: COCCI: remove_unused.cocci: remove unused ctxt and hypstate variables
` [RFC PATCH v1 24/30] KVM: arm64: remove unused functions
` [RFC PATCH v1 25/30] KVM: arm64: separate kvm_run() for protected VMs
` [RFC PATCH v1 26/30] KVM: arm64: pVM activate_traps to use vcpu_ctxt and vcpu_hyp_state
` [RFC PATCH v1 27/30] KVM: arm64: remove unsupported pVM features
` [RFC PATCH v1 28/30] KVM: arm64: reduce scope of pVM fixup_guest_exit to hyp_state and kvm_cpu_ctxt
` [RFC PATCH v1 29/30] [DONOTMERGE] Remove Coccinelle scripts added for refactoring
` [RFC PATCH v1 30/30] [DONOTMERGE] Re-enable warnings

[PATCH 0/2] KVM: arm64: Minor improvements to RAZ register handling
 2021-09-27 12:49 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Return early from read_id_reg() if register is RAZ
` [PATCH 2/2] KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0

[PATCH] Documentation, dt, numa: Add note to empty NUMA node
 2021-09-27  1:16 UTC  (6+ messages)

Execute "SMC" instruction in Guest OS
 2021-09-25 12:00 UTC  (2+ messages)

[PATCH v8 0/9] selftests: KVM: Test offset-based counter controls
 2021-09-24 16:43 UTC  (2+ messages)

[PATCH v8 0/7] KVM: x86: Add idempotent controls for migrating system counter state
 2021-09-24 16:43 UTC  (4+ messages)
` [PATCH v8 5/7] kvm: x86: protect masterclock with a seqcount

[GIT PULL] KVM/arm64 fixes for 5.15, take #1
 2021-09-24 10:04 UTC  (2+ messages)

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-09-24  9:28 UTC  (7+ messages)
` [PATCH v7 3/6] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v7 5/6] KVM: x86: Refactor tsc synchronization code

[PATCH 0/5] KVM: arm64: Assorted vgic-v3 fixes
 2021-09-24  8:25 UTC  (6+ messages)
` [PATCH 1/5] KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3
` [PATCH 2/5] KVM: arm64: Work around GICv3 locally generated SErrors
` [PATCH 3/5] KVM: arm64: vgic-v3: Don't advertise ICC_CTLR_EL1.SEIS
` [PATCH 4/5] KVM: arm64: vgic-v3: Don't propagate LPI active state from LRs into the distributor
` [PATCH 5/5] KVM: arm64: vgic-v3: Align emulated cpuif LPI state machine with the pseudocode

[PATCH v8 0/8] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-09-24  7:20 UTC  (9+ messages)
` [PATCH v8 2/8] KVM: arm64: Separate guest/host counter offset values
` [PATCH v8 6/8] KVM: arm64: Allow userspace to configure a guest's counter-timer offset

[PATCH v2 00/11] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-09-23 20:15 UTC  (13+ messages)
` [PATCH v2 01/11] KVM: arm64: Drop unused vcpu param to kvm_psci_valid_affinity()
` [PATCH v2 02/11] KVM: arm64: Clean up SMC64 PSCI filtering for AArch32 guests
` [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function
` [PATCH v2 04/11] KVM: arm64: Rename the KVM_REQ_SLEEP handler
` [PATCH v2 05/11] KVM: arm64: Defer WFI emulation as a requested event
` [PATCH v2 06/11] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call
` [PATCH v2 07/11] selftests: KVM: Rename psci_cpu_on_test to psci_test
` [PATCH v2 08/11] selftests: KVM: Create helper for making SMCCC calls
` [PATCH v2 09/11] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
` [PATCH v2 10/11] selftests: KVM: Refactor psci_test to make it amenable to new tests
` [PATCH v2 11/11] selftests: KVM: Test SYSTEM_SUSPEND PSCI call

[RFC PATCH v4 00/39] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2021-09-23 15:12 UTC  (5+ messages)
` [RFC PATCH v4 01/39] KVM: arm64: Make lock_all_vcpus() available to the rest of KVM

[PATCH 0/5] KVM: arm64: Restrict host hypercalls when pKVM is enabled
 2021-09-23 13:11 UTC  (13+ messages)
` [PATCH 1/5] arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()
` [PATCH 2/5] KVM: arm64: Reject stub hypercalls after pKVM has been initialised
` [PATCH 3/5] KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall
` [PATCH 4/5] KVM: arm64: Prevent re-finalisation of pKVM for a given CPU
` [PATCH 5/5] KVM: arm64: Disable privileged hypercalls after pKVM finalisation

[PATCH v1 1/3] KVM: arm64: Add arch specific exit reasons
 2021-09-23  9:44 UTC  (11+ messages)
` [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of "

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-22 18:31 UTC  (25+ messages)
` [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [PATCH v3 02/16] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH v3 03/16] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v3 04/16] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v3 05/16] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
` [PATCH v3 06/16] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v3 07/16] perf: Add wrappers for invoking guest callbacks
` [PATCH v3 08/16] perf: Force architectures to opt-in to "
` [PATCH v3 09/16] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v3 10/16] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v3 11/16] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v3 13/16] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c
` [PATCH v3 16/16] perf: Drop guest callback (un)register stubs

[PATCH v6 00/12] KVM: arm64: Fixed features for protected VMs
 2021-09-22 14:17 UTC  (14+ messages)
` [PATCH v6 01/12] KVM: arm64: Move __get_fault_info() and co into their own include file
` [PATCH v6 02/12] KVM: arm64: Don't include switch.h into nvhe/kvm-main.c
` [PATCH v6 03/12] KVM: arm64: Move early handlers to per-EC handlers
` [PATCH v6 04/12] KVM: arm64: Add missing FORCE prerequisite in Makefile
` [PATCH v6 05/12] KVM: arm64: Pass struct kvm to per-EC handlers
` [PATCH v6 06/12] KVM: arm64: Add missing field descriptor for MDCR_EL2
` [PATCH v6 07/12] KVM: arm64: Simplify masking out MTE in feature id reg
` [PATCH v6 08/12] KVM: arm64: Add handlers for protected VM System Registers
` [PATCH v6 09/12] KVM: arm64: Initialize trap registers for protected VMs
` [PATCH v6 10/12] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v6 11/12] KVM: arm64: Trap access to pVM restricted features
` [PATCH v6 12/12] KVM: arm64: Handle protected guests at 32 bits

[PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-09-21 23:22 UTC  (4+ messages)

[PATCH 0/2] KVM: arm64: Clean up CONFIG_KVM vs CONFIG_HAVE_KVM
 2021-09-21 22:22 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Unconditionally include generic KVM's Kconfig
` [PATCH 2/2] KVM: arm64: Depend on HAVE_KVM => OF instead of directly on OF

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-21 21:29 UTC  (5+ messages)
` [PATCH v2 05/13] perf: Force architectures to opt-in to guest callbacks

[PATCH v5 0/8] KVM: arm64: Fixed features for protected VMs
 2021-09-22  9:46 UTC  (7+ messages)
` [PATCH v5 2/8] KVM: arm64: Add missing field descriptor for MDCR_EL2
` [PATCH v5 4/8] KVM: arm64: Add trap handlers for protected VMs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).