kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-31 13:25:27 to 2020-11-09 17:59:38 UTC [more...]

[PATCH v2 0/5] KVM: arm64: Host EL2 entry improvements
 2020-11-09 17:59 UTC  (2+ messages)
` [PATCH v2 1/5] KVM: arm64: Add kimg_hyp_va() helper

[PATCH v1 00/24] Opt-in always-on nVHE hypervisor
 2020-11-09 16:59 UTC  (26+ messages)
` [PATCH v1 01/24] psci: Accessor for configured PSCI version
` [PATCH v1 02/24] psci: Accessor for configured PSCI function IDs
` [PATCH v1 03/24] arm64: Move MAIR_EL1_SET to asm/memory.h
` [PATCH v1 04/24] kvm: arm64: Initialize MAIR_EL2 using a constant
` [PATCH v1 05/24] kvm: arm64: Add .hyp.data..ro_after_init ELF section
` [PATCH v1 06/24] kvm: arm64: Support per_cpu_ptr in nVHE hyp code
` [PATCH v1 07/24] kvm: arm64: Create nVHE copy of cpu_logical_map
` [PATCH v1 08/24] kvm: arm64: Move hyp-init params to a per-CPU struct
` [PATCH v1 09/24] kvm: arm64: Refactor handle_trap to use a switch
` [PATCH v1 10/24] kvm: arm64: Extract parts of el2_setup into a macro
` [PATCH v1 11/24] kvm: arm64: Add SMC handler in nVHE EL2
` [PATCH v1 12/24] kvm: arm64: Extract __do_hyp_init into a helper function
` [PATCH v1 13/24] kvm: arm64: Add CPU entry point in nVHE hyp
` [PATCH v1 14/24] kvm: arm64: Add function to enter host from KVM nVHE hyp code
` [PATCH v1 15/24] kvm: arm64: Bootstrap PSCI SMC handler in nVHE EL2
` [PATCH v1 16/24] kvm: arm64: Add offset for hyp VA <-> PA conversion
` [PATCH v1 17/24] kvm: arm64: Add __hyp_pa_symbol helper macro
` [PATCH v1 18/24] kvm: arm64: Forward safe PSCI SMCs coming from host
` [PATCH v1 19/24] kvm: arm64: Intercept host's PSCI_CPU_ON SMCs
` [PATCH v1 20/24] kvm: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
` [PATCH v1 21/24] kvm: arm64: Add kvm-arm.protected early kernel parameter
` [PATCH v1 22/24] kvm: arm64: Keep nVHE EL2 vector installed
` [PATCH v1 23/24] kvm: arm64: Trap host SMCs in protected mode
` [PATCH v1 24/24] kvm: arm64: Fix EL2 mode availability checks

[kvm-unit-tests PATCH] arm: Fix compilation errors
 2020-11-09 16:00 UTC  (2+ messages)

[PATCH 0/4] KVM: selftests: Add get-reg-list regression test
 2020-11-09  9:14 UTC  (5+ messages)
` [PATCH 3/4] KVM: selftests: Update aarch64 get-reg-list blessed list

[GIT PULL] KVM/arm64 fixes for 5.10, take #2
 2020-11-08  9:15 UTC  (7+ messages)
` [PATCH 1/5] KVM: arm64: Fix build error in user_mem_abort()
` [PATCH 2/5] KVM: arm64: Don't hide ID registers from userspace
` [PATCH 3/5] KVM: arm64: Consolidate REG_HIDDEN_GUEST/USER
` [PATCH 4/5] KVM: arm64: Check RAZ visibility in ID register accessors
` [PATCH 5/5] KVM: arm64: Remove AA64ZFR0_EL1 accessors

[PATCH] KVM: arm64: Fix build error in user_mem_abort()
 2020-11-06 16:35 UTC  (2+ messages)

[PATCH v3 0/4] KVM: arm64: Fix get-reg-list regression
 2020-11-06 16:35 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: arm64: Don't hide ID registers from userspace
` [PATCH v3 2/4] KVM: arm64: Consolidate REG_HIDDEN_GUEST/USER
` [PATCH v3 3/4] KVM: arm64: Check RAZ visibility in ID register accessors
` [PATCH v3 4/4] KVM: arm64: Remove AA64ZFR0_EL1 accessors

[PATCH v2 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2020-11-06 15:35 UTC  (25+ messages)
` [PATCH v2 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
` [PATCH v2 2/5] firmware: smccc: Introduce SMCCC TRNG framework
` [PATCH v2 3/5] ARM: implement support for SMCCC TRNG entropy source
` [PATCH v2 4/5] arm64: Add "
` [PATCH v2 5/5] KVM: arm64: implement the TRNG hypervisor call

[RFC PATCH 00/26] kvm: arm64: Always-on nVHE hypervisor
 2020-11-06 12:25 UTC  (35+ messages)
` [RFC PATCH 01/26] psci: Export configured PSCI version
` [RFC PATCH 02/26] psci: Export configured PSCI function IDs
` [RFC PATCH 03/26] psci: Export psci_cpu_suspend_feature
` [RFC PATCH 04/26] arm64: Move MAIR_EL1_SET to asm/memory.h
` [RFC PATCH 05/26] kvm: arm64: Initialize MAIR_EL2 using a constant
` [RFC PATCH 06/26] kvm: arm64: Add .hyp.data ELF section
` [RFC PATCH 07/26] kvm: arm64: Support per_cpu_ptr in nVHE hyp code
` [RFC PATCH 08/26] kvm: arm64: Create nVHE copy of cpu_logical_map
` [RFC PATCH 09/26] kvm: arm64: Move hyp-init params to a per-CPU struct
` [RFC PATCH 10/26] kvm: arm64: Refactor handle_trap to use a switch
` [RFC PATCH 11/26] kvm: arm64: Extract parts of el2_setup into a macro
` [RFC PATCH 12/26] kvm: arm64: Add SMC handler in nVHE EL2
` [RFC PATCH 13/26] kvm: arm64: Bootstrap PSCI "
` [RFC PATCH 14/26] kvm: arm64: Forward safe PSCI SMCs coming from host
` [RFC PATCH 15/26] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
` [RFC PATCH 16/26] kvm: arm64: Add offset for hyp VA <-> PA conversion
` [RFC PATCH 17/26] kvm: arm64: Bootstrap PSCI power state of host CPUs
` [RFC PATCH 18/26] kvm: arm64: Intercept PSCI_CPU_OFF host SMC calls
` [RFC PATCH 19/26] kvm: arm64: Extract __do_hyp_init into a helper function
` [RFC PATCH 20/26] kvm: arm64: Add CPU entry point in nVHE hyp
` [RFC PATCH 21/26] kvm: arm64: Add function to enter host from KVM nVHE hyp code
` [RFC PATCH 22/26] kvm: arm64: Intercept PSCI_CPU_ON host SMC calls
` [RFC PATCH 23/26] kvm: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
` [RFC PATCH 24/26] kvm: arm64: Keep nVHE EL2 vector installed
` [RFC PATCH 25/26] kvm: arm64: Trap host SMCs
` [RFC PATCH 26/26] kvm: arm64: Fix EL2 mode availability checks

[PATCH 0/3] KVM: arm64: Another set of CSV2-related fixes
 2020-11-06 10:54 UTC  (9+ messages)
` [PATCH 1/3] KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
` [PATCH 2/3] KVM: arm64: Rename access_amu() to undef_access()
` [PATCH 3/3] KVM: arm64: Handle SCXTNUM_ELx traps

[RFC PATCH v3 00/16] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2020-11-05 10:10 UTC  (7+ messages)
` [RFC PATCH v3 08/16] KVM: arm64: Add a new VCPU device control group for SPE
` [RFC PATCH v3 09/16] KVM: arm64: Use separate function for the mapping size in user_mem_abort()
` [RFC PATCH v3 10/16] KVM: arm64: Add a new VM device control group for SPE

[PATCH v2 0/3] KVM: arm64: Fix get-reg-list regression
 2020-11-04 16:41 UTC  (16+ messages)
` [PATCH v2 1/3] KVM: arm64: Don't hide ID registers from userspace
` [PATCH v2 2/3] KVM: arm64: Check RAZ visibility in ID register accessors
` [PATCH v2 3/3] KVM: arm64: Remove AA64ZFR0_EL1 accessors

[PATCH 0/8] KVM: arm64: Kill the copro array
 2020-11-03 18:29 UTC  (13+ messages)
` [PATCH 1/8] KVM: arm64: Move AArch32 exceptions over to AArch64 sysregs
` [PATCH 2/8] KVM: arm64: Add AArch32 mapping annotation
` [PATCH 3/8] KVM: arm64: Map AArch32 cp15 register to AArch64 sysregs
` [PATCH 4/8] KVM: arm64: Map AArch32 cp14 "
` [PATCH 5/8] KVM: arm64: Drop is_32bit trap attribute
` [PATCH 6/8] KVM: arm64: Drop is_aarch32 "
` [PATCH 7/8] KVM: arm64: Drop legacy copro shadow register
` [PATCH 8/8] KVM: arm64: Drop kvm_coproc.h

[RFC] KVM: arm64: Don't force broadcast tlbi when guest is running
 2020-11-03 13:26 UTC  (6+ messages)

[PATCH v2 0/3] KVM: selftests: Add get-reg-list regression test
 2020-11-02 19:02 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: selftests: Add aarch64 get-reg-list test
` [PATCH v2 2/3] KVM: selftests: Update aarch64 get-reg-list blessed list
` [PATCH v2 3/3] KVM: selftests: Add blessed SVE registers to get-reg-list

[PATCH v2 00/11] KVM: arm64: Move PC/ELR/SPSR/PSTATE updatess to EL2
 2020-11-02 16:40 UTC  (12+ messages)
` [PATCH v2 01/11] KVM: arm64: Don't adjust PC on SError during SMC trap
` [PATCH v2 02/11] KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()
` [PATCH v2 03/11] KVM: arm64: Make kvm_skip_instr() and co private to HYP
` [PATCH v2 04/11] KVM: arm64: Move PC rollback on SError "
` [PATCH v2 05/11] KVM: arm64: Move VHE direct sysreg accessors into kvm_host.h
` [PATCH v2 06/11] KVM: arm64: Add basic hooks for injecting exceptions from EL2
` [PATCH v2 07/11] KVM: arm64: Inject AArch64 exceptions from HYP
` [PATCH v2 08/11] KVM: arm64: Inject AArch32 "
` [PATCH v2 09/11] KVM: arm64: Remove SPSR manipulation primitives
` [PATCH v2 10/11] KVM: arm64: Consolidate exception injection
` [PATCH v2 11/11] KVM: arm64: Get rid of the AArch32 register mapping code

[PATCH 0/8] KVM: arm64: Host EL2 entry improvements
 2020-11-02 16:28 UTC  (9+ messages)
` [PATCH 2/8] KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidation
` [PATCH 5/8] KVM: arm64: Turn host HVC handling into a dispatch table
` [PATCH 7/8] KVM: arm64: Simplify __kvm_enable_ssbs()
` [PATCH 8/8] KVM: arm64: Avoid repetitive stack access on host EL1 to EL2 exception

[kvm-unit-tests RFC PATCH v2 0/5] arm64: Statistical Profiling Extension Tests
 2020-11-02 12:19 UTC  (10+ messages)
` [kvm-unit-tests RFC PATCH v2 3/5] arm64: spe: Add introspection test

VM live migration failed from Linux v5.9 to Linux v5.10-rc1
 2020-11-02 10:50 UTC  (7+ messages)

[PATCH 0/3] KVM: arm64: Fix get-reg-list regression
 2020-11-02  8:32 UTC  (8+ messages)
` [PATCH 1/3] KVM: arm64: Don't hide ID registers from userspace
` [PATCH 2/3] KVM: arm64: Check RAZ visibility in ID register accessors
` [PATCH 3/3] KVM: arm64: Remove AA64ZFR0_EL1 accessors

[PATCH 0/6] Support Asynchronous Page Fault
 2020-11-02  7:19 UTC  (10+ messages)
` [PATCH 3/6] kvm/arm64: Export kvm_handle_user_mem_abort() with prefault mode
` [PATCH 4/6] arm64/kvm: Support async page fault

[RFC v3 00/12] kvm: arm64: emulate ID registers
 2020-11-02  3:34 UTC  (13+ messages)
` [RFC v3 01/12] arm64: Add a helper function to traverse arm64_ftr_regs
` [RFC v3 02/12] arm64: Introduce check_features
` [RFC v3 03/12] kvm: arm64: Save ID registers to sys_regs file
` [RFC v3 04/12] kvm: arm64: Make ID_AA64PFR0_EL1 configurable
` [RFC v3 05/12] kvm: arm64: Make ID_AA64DFR0_EL1 configurable
` [RFC v3 06/12] kvm: arm64: Make ID_AA64ISAR0_EL1 configurable
` [RFC v3 07/12] kvm: arm64: Make ID_AA64ISAR1_EL1 configurable
` [RFC v3 08/12] kvm: arm64: Make ID_DFR0_EL1 configurable
` [RFC v3 09/12] kvm: arm64: Make MVFR1_EL1 configurable
` [RFC v3 10/12] kvm: arm64: Make other ID registers configurable
` [RFC v3 11/12] kvm: arm64: Check consistent of ID register
` [RFC v3 12/12] kvm: arm64: add KVM_CAP_ARM_CPU_FEATURE extension

[GIT PULL] KVM/arm64 fixes for 5.10, take #1
 2020-10-31 14:35 UTC  (2+ 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).