kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-29 21:14:03 to 2021-10-06 06:56:48 UTC [more...]

[PATCH v6 00/12] KVM: arm64: Fixed features for protected VMs
 2021-10-06  6:56 UTC  (24+ 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 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  (41+ 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 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  (27+ messages)
` [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v8 5/7] kvm: x86: protect masterclock with a seqcount
` [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 v2 0/5] KVM: arm64: Restrict host hypercalls when pKVM is enabled
 2021-10-05 11:37 UTC  (6+ 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 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 v4 00/11] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size
 2021-10-05  8:12 UTC  (16+ messages)
` [PATCH v4 01/11] kvm: arm64: vgic: Introduce vgic_check_iorange
` [PATCH v4 02/11] KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size
` [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

[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  (34+ 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 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/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

[PATCH v7 00/15] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-10-04 18:26 UTC  (7+ 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 v2 0/2] Specify empty NUMA node
 2021-10-04 18:13 UTC  (5+ 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 v2 00/16] KVM: arm64: MMIO guard PV services
 2021-10-04 17:48 UTC  (17+ 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 05/16] KVM: arm64: Plumb MMIO checking into the fault handling
` [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 08/16] KVM: arm64: Add tracepoint for failed MMIO guard check
` [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 11/16] firmware/smccc: Call arch-specific hook on discovering KVM services
` [PATCH v2 12/16] mm/vmalloc: Add arch-specific callbacks to track io{remap, unmap} physical pages
` [PATCH v2 13/16] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard
` [PATCH v2 14/16] arm64: Enroll into KVM's MMIO guard if required
` [PATCH v2 15/16] arm64: Add a helper to retrieve the PTE of a fixmap
` [PATCH v2 16/16] arm64: Register earlycon fixmap with the MMIO guard

[PATCH 0/5] KVM: arm64: Assorted vgic-v3 fixes
 2021-10-04 13:25 UTC  (11+ 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 v2 0/5] target/arm: Reduced-IPA space and highmem=off fixes
 2021-10-04 12:23 UTC  (15+ messages)
` [PATCH v2 1/5] hw/arm/virt: Key enablement of highmem PCIe on highmem_ecam
` [PATCH v2 2/5] hw/arm/virt: Add a control for the the highmem redistributors
` [PATCH v2 3/5] hw/arm/virt: Honor highmem setting when computing the memory map
` [PATCH v2 4/5] hw/arm/virt: Use the PA range to compute "
` [PATCH v2 5/5] hw/arm/virt: Disable highmem devices that don't fit in the PA range

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

[PATCH v2] KVM: arm64: Allow KVM to be disabled from the command line
 2021-10-01 17:05 UTC 

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-10-01 15:38 UTC  (14+ messages)

[PATCH] KVM: arm64: Allow KVM to be disabled from the command line
 2021-10-01 14:54 UTC  (7+ messages)

[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 "

[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 00/14] KVM: Halt-polling fixes, cleanups and a new stat
 2021-09-30  9:36 UTC  (9+ messages)
` [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful


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