kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-04 18:37:00 to 2020-11-13 14:28:36 UTC [more...]

[PATCH 0/2] KVM: arm64: vgic: Fix handling of userspace register accesses
 2020-11-13 14:28 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: vgic: Forbid invalid userspace Redistributor accesses
` [PATCH 2/2] KVM: arm64: vgic: Forbid invalid userspace Distributor accesses

[PATCH v3 00/10] Rework hyp vector handling
 2020-11-13 12:10 UTC  (13+ messages)
` [PATCH v3 01/10] KVM: arm64: Remove redundant Spectre-v2 code from kvm_map_vector()
` [PATCH v3 02/10] KVM: arm64: Tidy up kvm_map_vector()
` [PATCH v3 03/10] KVM: arm64: Move kvm_get_hyp_vector() out of header file
` [PATCH v3 04/10] KVM: arm64: Make BP hardening globals static instead
` [PATCH v3 05/10] KVM: arm64: Move BP hardening helpers into spectre.h
` [PATCH v3 06/10] KVM: arm64: Re-jig logic when patching hardened hyp vectors
` [PATCH v3 07/10] KVM: arm64: Allocate hyp vectors statically
` [PATCH v3 08/10] arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3A
` [PATCH v3 09/10] arm64: spectre: Consolidate spectre-v3a detection
` [PATCH v3 10/10] KVM: arm64: Remove redundant hyp vectors entry

[PATCH 0/3] KVM/arm64 fixes for 5.10, take #3
 2020-11-13 11:27 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
` [PATCH 2/3] KVM: arm64: Unify trap handlers injecting an UNDEF
` [PATCH 3/3] KVM: arm64: Handle SCXTNUM_ELx traps

[RFC PATCH 0/4] Add support for ARMv8.6 TWED feature
 2020-11-13  7:54 UTC  (2+ messages)

[PATCH v2 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2020-11-12 16:03 UTC  (26+ 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

[PATCH v2 0/9] Rework hyp vector handling
 2020-11-12 12:24 UTC  (14+ messages)
` [PATCH v2 1/9] KVM: arm64: Remove redundant Spectre-v2 code from kvm_map_vector()
` [PATCH v2 2/9] KVM: arm64: Tidy up kvm_map_vector()
` [PATCH v2 3/9] KVM: arm64: Move kvm_get_hyp_vector() out of header file
` [PATCH v2 4/9] KVM: arm64: Make BP hardening globals static instead
` [PATCH v2 5/9] KVM: arm64: Move BP hardening helpers into spectre.h
` [PATCH v2 6/9] KVM: arm64: Re-jig logic when patching hardened hyp vectors
` [PATCH v2 7/9] KVM: arm64: Allocate hyp vectors statically
` [PATCH v2 8/9] arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3A
` [PATCH v2 9/9] arm64: spectre: Consolidate spectre-v3a detection

[PATCH v2 0/3] KVM: arm64: Another set of CSV2-related fixes
 2020-11-11 22:01 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
` [PATCH v2 2/3] KVM: arm64: Unify trap handlers injecting an UNDEF
` [PATCH v2 3/3] KVM: arm64: Handle SCXTNUM_ELx traps

[PATCH v1 00/24] Opt-in always-on nVHE hypervisor
 2020-11-11 14:32 UTC  (51+ 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

[PATCH v15 0/9] Enable ptp_kvm for arm/arm64
 2020-11-11  6:22 UTC  (10+ messages)
` [PATCH v15 1/9] arm64: Probe for the presence of KVM hypervisor
` [PATCH v15 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v15 3/9] ptp: Reorganize ptp_kvm module to make it arch-independent
` [PATCH v15 4/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v15 5/9] clocksource: Add clocksource id for arm arch counter
` [PATCH v15 6/9] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v15 7/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
` [PATCH v15 8/9] doc: add ptp_kvm introduction for arm64 support
` [PATCH v15 9/9] arm64: Add kvm capability check extension for ptp_kvm

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

[PATCH v3 0/4] KVM: arm64: Fix get-reg-list regression
 2020-11-10 11:13 UTC  (7+ 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 0/8] KVM: arm64: Kill the copro array
 2020-11-10 10:27 UTC  (10+ messages)
` [PATCH 1/8] KVM: arm64: Move AArch32 exceptions over to AArch64 sysregs
` [PATCH 3/8] KVM: arm64: Map AArch32 cp15 register "
` [PATCH 4/8] KVM: arm64: Map AArch32 cp14 "

[PATCH v2 0/5] KVM: arm64: Host EL2 entry improvements
 2020-11-09 17:59 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: arm64: Add kimg_hyp_va() helper
` [PATCH v2 2/5] KVM: arm64: Turn host HVC handling into a dispatch table
` [PATCH v2 3/5] KVM: arm64: Patch kimage_voffset instead of loading the EL1 value
` [PATCH v2 4/5] KVM: arm64: Simplify __kvm_enable_ssbs()
` [PATCH v2 5/5] KVM: arm64: Avoid repetitive stack access on host EL1 to EL2 exception

[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  (2+ messages)

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

[RFC PATCH 00/26] kvm: arm64: Always-on nVHE hypervisor
 2020-11-06 12:25 UTC  (30+ messages)
` [RFC PATCH 01/26] psci: Export configured PSCI version
` [RFC PATCH 02/26] psci: Export configured PSCI function IDs
` [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


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