kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-14 22:31:26 to 2021-09-24 06:47:43 UTC [more...]

[PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
 2021-09-24  6:47 UTC  (5+ messages)

[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

[PATCH] Documentation, dt, numa: Add note to empty NUMA node
 2021-09-23 15:17 UTC  (5+ messages)

[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  (12+ messages)
` [PATCH v1 2/3] KVM: arm64: Add counter stats for "
` [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  (32+ 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 v8 0/8] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-09-22 16:39 UTC  (14+ messages)
` [PATCH v8 1/8] KVM: arm64: Refactor update_vtimer_cntvoff()
` [PATCH v8 2/8] KVM: arm64: Separate guest/host counter offset values
` [PATCH v8 3/8] KVM: arm64: Make a helper function to get nr of timer regs
` [PATCH v8 4/8] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v8 5/8] arm64: cpufeature: Enumerate support for FEAT_ECV >= 0x2
` [PATCH v8 6/8] KVM: arm64: Allow userspace to configure a guest's counter-timer offset
` [PATCH v8 7/8] KVM: arm64: Configure timer traps in vcpu_load() for VHE
` [PATCH v8 8/8] KVM: arm64: Emulate physical counter offsetting on non-ECV systems

[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  (18+ messages)
` [PATCH v2 01/13] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [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  (10+ messages)
` [PATCH v5 1/8] KVM: arm64: Pass struct kvm to per-EC handlers
` [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

[PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-09-21 18:22 UTC  (7+ messages)

[PATCH] selftests: KVM: Gracefully handle missing vCPU features
 2021-09-21 18:15 UTC  (3+ messages)

[PATCH 0/2] selftests: KVM: Fix some compiler warnings
 2021-09-21 17:42 UTC  (8+ messages)
` [PATCH 1/2] selftests: KVM: Fix compiler warning in demand_paging_test
` [PATCH 2/2] selftests: KVM: Fix 'asm-operand-width' warnings in steal_time.c

[PATCH v2 0/2] selftests: KVM: Address some bugs caught by clang
 2021-09-21 17:23 UTC  (4+ messages)
` [PATCH v2 1/2] selftests: KVM: Fix check for !POLLIN in demand_paging_test
` [PATCH v2 2/2] selftests: KVM: Align SMCCC call with the spec in steal_time

[PATCH v3 0/4] KVM: allow mapping non-refcounted pages
 2021-09-21 10:27 UTC  (3+ messages)

[PATCH] KVM: arm: add Kbuild FORCE prerequisite for hyp-reloc
 2021-09-20 10:08 UTC  (2+ messages)

[PATCH v2 0/2] KVM: arm64: vgic-v3: Missing check for redist region above the VM IPA size
 2021-09-20 21:06 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: arm64: vgic: check redist region is not "

[PATCH 0/2] KVM: arm64: vgic-v3: Missing check for redist region above the VM IPA size
 2021-09-20 21:01 UTC  (11+ messages)
` [PATCH 1/2] KVM: arm64: vgic: check redist region is not "

[PATCH 5.14 127/168] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
 2021-09-20 16:44 UTC 

[PATCH 5.10 086/122] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
 2021-09-20 16:44 UTC 

REGRESSION: Upgrading host kernel from 5.11 to 5.13 breaks QEMU guests - perf/fw_devlink/kvm
 2021-09-20 14:39 UTC  (6+ messages)

[PATCH v8 0/9] selftests: KVM: Test offset-based counter controls
 2021-09-20 12:28 UTC  (11+ messages)
` [PATCH v8 1/9] tools: arch: x86: pull in pvclock headers
` [PATCH v8 2/9] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v8 3/9] selftests: KVM: Fix kvm device helper ioctl assertions
` [PATCH v8 4/9] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v8 5/9] selftests: KVM: Introduce system counter offset test
` [PATCH v8 6/9] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v8 7/9] selftests: KVM: Test physical counter offsetting
` [PATCH v8 8/9] selftests: KVM: Add counter emulation benchmark
` [PATCH v8 9/9] selftests: KVM: Test vtimer offset reg in get-reg-list

[PATCH] KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule
 2021-09-20 11:44 UTC  (2+ messages)

[PATCH v8 0/7] KVM: x86: Add idempotent controls for migrating system counter state
 2021-09-16 18:15 UTC  (8+ messages)
` [PATCH v8 1/7] kvm: x86: abstract locking around pvclock_update_vm_gtod_copy
` [PATCH v8 2/7] KVM: x86: extract KVM_GET_CLOCK/KVM_SET_CLOCK to separate functions
` [PATCH v8 3/7] KVM: x86: Fix potential race in KVM_GET_CLOCK
` [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values "
` [PATCH v8 5/7] kvm: x86: protect masterclock with a seqcount
` [PATCH v8 6/7] KVM: x86: Refactor tsc synchronization code
` [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace

[PATCH v7 00/15] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-15  5:55 UTC  (18+ messages)
` [PATCH v7 01/15] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v7 02/15] tools: arm64: Import sysreg.h
` [PATCH v7 03/15] KVM: arm64: selftests: Use read/write definitions from sysreg.h
` [PATCH v7 04/15] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
` [PATCH v7 05/15] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v7 06/15] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v7 07/15] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v7 08/15] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v7 09/15] KVM: arm64: selftests: Maintain consistency for vcpuid type
` [PATCH v7 10/15] KVM: arm64: selftests: Add guest support to get the vcpuid
` [PATCH v7 11/15] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v7 12/15] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v7 13/15] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v7 14/15] KVM: arm64: selftests: Add arch_timer test
` [PATCH v7 15/15] KVM: arm64: selftests: arch_timer: Support vCPU migration


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).