kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-01 22:08:39 to 2021-09-11 13:12:19 UTC [more...]

[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/2] KVM: arm64: vgic-v3: Missing check for redist region above the VM IPA size
 2021-09-10 19:32 UTC  (15+ messages)
` [PATCH 1/2] KVM: arm64: vgic: check redist region is not "
` [PATCH 2/2] KVM: arm64: selftests: test for vgic redist "

[PATCH v4 00/18] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-10 18:03 UTC  (57+ messages)
` [PATCH v4 01/18] KVM: arm64: selftests: Add MMIO readl/writel support
` [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 05/18] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v4 06/18] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v4 07/18] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v4 08/18] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v4 09/18] KVM: arm64: selftests: Add guest support to get the vcpuid
` [PATCH v4 10/18] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v4 11/18] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v4 12/18] KVM: selftests: Keep track of the number of vCPUs for a VM
` [PATCH v4 13/18] KVM: selftests: Add support to get the VM's mode
` [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 0/4] Fix racing TLBI with ASID/VMID reallocation
 2021-09-10  9:45 UTC  (3+ messages)

[PATCH v2 0/2] KVM: arm64: vgic-v3: Missing check for redist region above the VM IPA size
 2021-09-10  0:49 UTC  (3+ 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 "

[kvm-unit-tests RFC PATCH 0/5] arm: Add kvmtool to the runner script
 2021-09-09 14:42 UTC  (30+ messages)
` [kvm-unit-tests RFC PATCH 1/5] lib: arm: Print test exit status on exit if chr-testdev is not available
` [kvm-unit-tests RFC PATCH 3/5] run_tests.sh: Add kvmtool support
` [kvm-unit-tests RFC PATCH 4/5] scripts: Generate kvmtool standalone tests
` [kvm-unit-tests RFC PATCH 5/5] configure: Ignore --erratatxt when --target=kvmtool

[PATCH v2 0/2] Add memcg accounting to Arm KVM
 2021-09-09 12:56 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: arm64: vgic: Add memcg accounting to vgic allocations
` [PATCH v2 2/2] KVM: arm64: Add memcg accounting to KVM allocations

[PATCH v5 0/8] KVM: arm64: Fixed features for protected VMs
 2021-09-08 12:38 UTC  (9+ 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 3/8] KVM: arm64: Simplify masking out MTE in feature id reg
` [PATCH v5 4/8] KVM: arm64: Add trap handlers for protected VMs

[PATCH 0/3] target/arm: Reduced-IPA space and highmem=off fixes
 2021-09-08  9:16 UTC  (13+ messages)
` [PATCH 1/3] hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM
` [PATCH 2/3] hw/arm/virt: Honor highmem setting when computing highest_gpa
` [PATCH 3/3] docs/system/arm/virt: Fix documentation for the 'highmem' option

[PATCH v2 0/2] KVM: selftests: enable the memslot tests in ARM64
 2021-09-07 20:52 UTC  (9+ messages)
` [PATCH v2 1/2] KVM: selftests: make memslot_perf_test arch independent
` [PATCH v2 2/2] KVM: selftests: build the memslot tests for arm64

[PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-09-07 18:14 UTC  (5+ messages)

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

[PATCH v3 00/12] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-07 16:20 UTC  (50+ messages)
` [PATCH v3 01/12] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v3 02/12] KVM: arm64: selftests: Add write_sysreg_s and read_sysreg_s
` [PATCH v3 03/12] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v3 04/12] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v3 05/12] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v3 06/12] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v3 07/12] KVM: arm64: selftests: Add support to get the vcpuid from MPIDR_EL1
` [PATCH v3 08/12] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v3 09/12] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v3 10/12] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v3 11/12] KVM: arm64: selftests: Add arch_timer test
` [PATCH v3 12/12] KVM: arm64: selftests: arch_timer: Support vCPU migration

[PATCH] KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule
 2021-09-07  5:21 UTC 

[PATCH] KVM: stats: Add VM stat for remote tlb flush requests
 2021-09-06 10:30 UTC  (5+ messages)

[PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-09-06  9:46 UTC  (6+ messages)
` [PATCH v2 4/6] kvm: use kvfree() in kvm_arch_free_vm()
` [PATCH v2 5/6] kvm: allocate vcpu pointer array separately

[PATCH v7 0/7] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-09-06  9:02 UTC  (4+ messages)
` [PATCH v7 3/7] KVM: arm64: Allow userspace to configure a vCPU's virtual offset

[GIT PULL] KVM/arm64 updates for 5.15
 2021-09-06  7:58 UTC  (2+ messages)

[PATCH] Documentation, dt, numa: Add note to empty NUMA node
 2021-09-06  4:14 UTC 

[PATCH 1/2] KVM: arm64: vgic: Add memcg accounting to vgic allocations
 2021-09-03  9:21 UTC  (6+ messages)
` [PATCH 2/2] KVM: arm64: Add memcg accounting to KVM allocations

[PATCH] KVM: arm64: Allow KVM to be disabled from the command line
 2021-09-03  9:16 UTC 

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-09-02 19:45 UTC  (8+ messages)
` [PATCH v7 4/6] KVM: x86: Take the pvclock sync lock behind the tsc_write_lock
` [PATCH v7 5/6] KVM: x86: Refactor tsc synchronization code


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