kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-09 16:39:13 to 2021-09-22 09:46:46 UTC [more...]

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-22  6:42 UTC  (26+ messages)
` [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 16/16] perf: Drop guest callback (un)register stubs

[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 v8 0/8] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-09-22  4:37 UTC  (10+ 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 v1 1/3] KVM: arm64: Add arch specific exit reasons
 2021-09-22  1:08 UTC  (3+ 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] Documentation, dt, numa: Add note to empty NUMA node
 2021-09-21 19:44 UTC  (2+ messages)

[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 v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-21 16:44 UTC  (17+ 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 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  (5+ messages)
` [PATCH v2 1/2] KVM: arm64: vgic: check redist region is not "
` [PATCH v2 2/2] KVM: arm64: selftests: tests for vgic redist regions "

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

[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 V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-09-15  1:19 UTC  (3+ messages)

[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

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

[PATCH v4 00/18] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-14 10:39 UTC  (50+ messages)
` [PATCH v4 02/18] KVM: arm64: selftests: Add sysreg.h
` [PATCH v4 03/18] KVM: arm64: selftests: Use read/write definitions from sysreg.h
` [PATCH v4 04/18] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
` [PATCH v4 09/18] KVM: arm64: selftests: Add guest support to get the vcpuid
` [PATCH v4 11/18] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v4 14/18] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v4 15/18] KVM: arm64: selftests: Add arch_timer test
` [PATCH v4 16/18] KVM: arm64: selftests: arch_timer: Support vCPU migration
` [PATCH v4 17/18] KVM: arm64: selftests: Replace ARM64_SYS_REG with ARM64_SYS_KVM_REG
` [PATCH v4 18/18] KVM: selftests: vgic_init: Pull REDIST_REGION_ATTR_ADDR from vgic.h

[PATCH v6 00/14] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-13 23:15 UTC 

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

[PATCH v2 0/2] Add memcg accounting to Arm KVM
 2021-09-13 12:21 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: arm64: Add memcg accounting to KVM allocations

[PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-09-09 20:28 UTC  (6+ messages)
` [PATCH v2 5/6] kvm: allocate vcpu pointer array separately

[PATCH 0/2] KVM: selftests: enable the memslot tests in ARM64
 2021-09-06 18:03 UTC  (5+ messages)
` [PATCH 1/2] KVM: selftests: make memslot_perf_test arch independent
` [PATCH 2/2] KVM: selftests: build the memslot tests for arm64

[PATCH AUTOSEL 5.13 12/29] KVM: arm64: Make hyp_panic() more robust when protected mode is enabled
 2021-09-11 13:12 UTC 

[PATCH AUTOSEL 5.14 13/32] KVM: arm64: Make hyp_panic() more robust when protected mode is enabled
 2021-09-11 13:11 UTC 

[PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation
 2021-09-10  9:45 UTC  (3+ messages)


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