kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-05 01:19:31 to 2021-10-11 09:18:57 UTC [more...]

[PATCH 0/2] KVM: arm64: Clean up CONFIG_KVM vs CONFIG_HAVE_KVM
 2021-10-11  9:18 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Allow KVM to be disabled from the command line
 2021-10-11  9:18 UTC  (3+ messages)

[PATCH v4 00/11] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size
 2021-10-11  8:43 UTC  (22+ messages)
` [PATCH v4 02/11] KVM: arm64: vgic-v3: Check redist region is not "
` [PATCH v4 03/11] KVM: arm64: vgic-v2: Check cpu interface "
` [PATCH v4 04/11] KVM: arm64: vgic-v3: Check ITS "
` [PATCH v4 05/11] KVM: arm64: vgic: Drop vgic_check_ioaddr()
` [PATCH v4 06/11] KVM: arm64: selftests: Make vgic_init gic version agnostic
` [PATCH v4 07/11] KVM: arm64: selftests: Make vgic_init/vm_gic_create "
` [PATCH v4 08/11] KVM: arm64: selftests: Add some tests for GICv2 in vgic_init
` [PATCH v4 09/11] KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range
` [PATCH v4 10/11] KVM: arm64: selftests: Add test for legacy GICv3 REDIST base "
` [PATCH v4 11/11] KVM: arm64: selftests: Add init ITS device test

Special KVM Development Project @ Riscure
 2021-10-11  7:06 UTC 

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

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

[PATCH v3 0/4] kvm/arm: New VMID allocator based on asid
 2021-10-11  6:06 UTC  (6+ messages)
` [PATCH v3 4/4] KVM: arm64: Clear active_vmids on vCPU schedule out

[PATCH v2 0/5] KVM: arm64: Assorted vgic-v3 fixes
 2021-10-10 15:09 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3
` [PATCH v2 2/5] KVM: arm64: vgic-v3: Work around GICv3 locally generated SErrors
` [PATCH v2 3/5] KVM: arm64: vgic-v3: Reduce common group trapping to ICV_DIR_EL1 when possible
` [PATCH v2 4/5] KVM: arm64: vgic-v3: Don't advertise ICC_CTLR_EL1.SEIS
` [PATCH v2 5/5] KVM: arm64: vgic-v3: Align emulated cpuif LPI state machine with the pseudocode

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

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

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-10-09  2:12 UTC  (44+ messages)
` [PATCH v2 01/43] KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
` [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
` [PATCH v2 03/43] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
` [PATCH v2 04/43] KVM: Force PPC to define its own rcuwait object
` [PATCH v2 05/43] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH v2 06/43] KVM: Refactor and document halt-polling stats update helper
` [PATCH v2 07/43] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH v2 08/43] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
` [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful
` [PATCH v2 12/43] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH v2 14/43] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
` [PATCH v2 15/43] KVM: stats: Add stat to detect if vcpu is currently blocking
` [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH v2 17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH v2 18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
` [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU
` [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
` [PATCH v2 21/43] KVM: VMX: Clean up PI pre/post-block WARNs
` [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
` [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
` [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop
` [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
` [PATCH v2 29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load
` [PATCH v2 30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field
` [PATCH v2 31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
` [PATCH v2 32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
` [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv, sw}_timer() helpers
` [PATCH v2 34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks
` [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
` [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
` [PATCH v2 41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
` [PATCH v2 42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper
` [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup

[kvm-unit-tests PATCH] arm64: Add mmio_addr arg to arm/micro-bench
 2021-10-08 18:50 UTC  (3+ messages)

[kvm-unit-tests PATCH v2] arm64: Add mmio_addr arg to arm/micro-bench
 2021-10-08 17:40 UTC 

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

[PATCH v2 00/16] KVM: arm64: MMIO guard PV services
 2021-10-07 15:52 UTC  (22+ messages)
` [PATCH v2 01/16] KVM: arm64: Generalise VM features into a set of flags
` [PATCH v2 02/16] KVM: arm64: Check for PTE valitity when checking for executable/cacheable
` [PATCH v2 03/16] KVM: arm64: Turn kvm_pgtable_stage2_set_owner into kvm_pgtable_stage2_annotate
` [PATCH v2 04/16] KVM: arm64: Add MMIO checking infrastructure
` [PATCH v2 06/16] KVM: arm64: Force a full unmap on vpcu reinit
` [PATCH v2 07/16] KVM: arm64: Wire MMIO guard hypercalls
` [PATCH v2 09/16] KVM: arm64: Advertise a capability for MMIO guard
` [PATCH v2 10/16] KVM: arm64: Add some documentation for the MMIO guard feature
` [PATCH v2 13/16] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard

[PATCH 0/2] KVM: arm64: Minor improvements to RAZ register handling
 2021-10-06 15:35 UTC  (6+ messages)
` [PATCH 2/2] KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0

[PATCH v6 00/12] KVM: arm64: Fixed features for protected VMs
 2021-10-06  6:56 UTC  (16+ messages)
` [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 11/12] KVM: arm64: Trap access to pVM restricted features
` [PATCH v6 12/12] KVM: arm64: Handle protected guests at 32 bits

[PATCH v2 00/11] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-10-05 19:05 UTC  (28+ 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 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 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

[kvm-unit-tests PATCH v2 4/5] Use report_fail(...) instead of report(0/false, ...)
 2021-10-05 15:37 UTC  (3+ messages)

[PATCH v8 0/7] KVM: x86: Add idempotent controls for migrating system counter state
 2021-10-05 15:22 UTC  (3+ messages)
` [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace

[PATCH AUTOSEL 5.14 16/40] KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule
 2021-10-05 13:49 UTC 

[PATCH] KVM: arm64: Release mmap_lock when using VM_SHARED with MTE
 2021-10-05 12:23 UTC  (2+ messages)

KVM userspace GICv2 IRQ controller on platform with GICv3
 2021-10-05 12:06 UTC  (9+ messages)

[PATCH 0/2] A couple of EL2 refcounts fixes
 2021-10-05 12:03 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm64: Fix host stage-2 PGD refcount
` [PATCH 2/2] KVM: arm64: Report corrupted refcount at EL2
` [PATCH v2 0/2] A couple of EL2 refcounts fixes
` [PATCH v2 1/2] KVM: arm64: Fix host stage-2 PGD refcount
` [PATCH v2 2/2] KVM: arm64: Report corrupted refcount at EL2

[PATCH 0/5] KVM: arm64: Restrict host hypercalls when pKVM is enabled
 2021-10-05 11:30 UTC  (4+ messages)
` [PATCH 3/5] KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall

[PATCH v8 0/9] selftests: KVM: Test offset-based counter controls
 2021-10-05  8:58 UTC  (4+ messages)
` [PATCH v8 2/9] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK

[PATCH v3 00/10] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size
 2021-10-05  8:04 UTC  (5+ messages)
` [PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests

[PATCH v8 0/8] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-10-05  6:30 UTC  (3+ messages)
` [PATCH v8 3/8] KVM: arm64: Make a helper function to get nr of timer regs


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