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

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

[PATCH v8 0/7] KVM: x86: Add idempotent controls for migrating system counter state
 2021-09-30 19:21 UTC  (14+ messages)
` [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 7/7] KVM: x86: Expose TSC offset controls to userspace

[PATCH v2 00/11] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-09-30 18:08 UTC  (11+ messages)
` [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 v1 1/3] KVM: arm64: Add arch specific exit reasons
 2021-09-30 18:05 UTC  (9+ messages)
` [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of "

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-09-30 17:24 UTC  (12+ messages)

[PATCH v6 00/12] KVM: arm64: Fixed features for protected VMs
 2021-09-30 16:27 UTC  (9+ 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 0/2] KVM: arm64: Minor improvements to RAZ register handling
 2021-09-30 13:29 UTC  (5+ 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] KVM: arm64: Allow KVM to be disabled from the command line
 2021-09-30 10:29 UTC  (6+ messages)

[PATCH 0/5] KVM: arm64: Assorted vgic-v3 fixes
 2021-09-30  9:48 UTC  (9+ 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 v7 00/15] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-30  9:41 UTC  (6+ messages)
` [PATCH v7 12/15] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v7 15/15] KVM: arm64: selftests: arch_timer: Support vCPU migration

[PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat
 2021-09-30  9:36 UTC  (47+ 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 0/2] KVM: arm64: Clean up CONFIG_KVM vs CONFIG_HAVE_KVM
 2021-09-29 15:56 UTC  (4+ messages)
` [PATCH 2/2] KVM: arm64: Depend on HAVE_KVM => OF instead of directly on OF

[PATCH 0/5] KVM: arm64: Restrict host hypercalls when pKVM is enabled
 2021-09-29 13:41 UTC  (7+ messages)
` [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 v4 0/4] KVM: allow mapping non-refcounted pages
 2021-09-29  4:29 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: mmu: introduce new gfn_to_pfn_page functions
` [PATCH v4 2/4] KVM: x86/mmu: use gfn_to_pfn_page
` [PATCH v4 3/4] KVM: arm64/mmu: "
` [PATCH v4 4/4] KVM: mmu: remove over-aggressive warnings

[PATCH v2 0/2] Specify empty NUMA node
 2021-09-29  2:00 UTC  (7+ 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

[PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests
 2021-09-29  0:19 UTC  (2+ messages)

[PATCH v3 0/4] KVM: allow mapping non-refcounted pages
 2021-09-28 17:40 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] selftests: KVM: Call ucall_init when setting up in rseq_test
 2021-09-28 15:30 UTC  (7+ messages)

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

[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] 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)

[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 v8 0/8] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-09-24  7:20 UTC  (4+ messages)
` [PATCH v8 6/8] KVM: arm64: Allow userspace to configure a guest's counter-timer offset


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