Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2022-02-23 15:28:50 to 2022-03-02 19:42:33 UTC [more...]

[PATCH 0/2] KVM: arm: Drop documentation of 32-bit KVM
 2022-03-02 19:42 UTC  (3+ messages)
` [PATCH 1/2] Documentation: KVM: Update documentation to indicate KVM is arm64-only
` [PATCH 2/2] Documentation: KVM: Move KVM/arm64 docs into aptly named directory

[PATCH v12 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-03-02 17:23 UTC  (48+ messages)
` [PATCH v12 01/40] arm64: Define CPACR_EL1_FPEN similarly to other floating point controls
` [PATCH v12 02/40] arm64: Always use individual bits in CPACR floating point enables
` [PATCH v12 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v12 04/40] kselftest/arm64: Remove local ARRAY_SIZE() definitions
` [PATCH v12 05/40] kselftest/arm64: signal: Allow tests to be incompatible with features
` [PATCH v12 06/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v12 07/40] arm64/sme: System register and exception syndrome definitions
` [PATCH v12 08/40] arm64/sme: Manually encode SME instructions
` [PATCH v12 09/40] arm64/sme: Early CPU setup for SME
` [PATCH v12 10/40] arm64/sme: Basic enumeration support
` [PATCH v12 11/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v12 12/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v12 13/40] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v12 14/40] arm64/sme: Implement support for TPIDR2
` [PATCH v12 15/40] arm64/sme: Implement SVCR context switching
` [PATCH v12 16/40] arm64/sme: Implement streaming SVE "
` [PATCH v12 17/40] arm64/sme: Implement ZA "
` [PATCH v12 18/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v12 19/40] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v12 20/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v12 21/40] arm64/sme: Implement ZA "
` [PATCH v12 22/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v12 23/40] arm64/sme: Add ptrace support for ZA
` [PATCH v12 24/40] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v12 25/40] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v12 26/40] KVM: arm64: Hide SME system registers from guests
` [PATCH v12 27/40] KVM: arm64: Trap SME usage in guest
` [PATCH v12 28/40] KVM: arm64: Handle SME host state when running guests
` [PATCH v12 29/40] arm64/sme: Provide Kconfig for SME
` [PATCH v12 30/40] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v12 31/40] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v12 32/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v12 33/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v12 34/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v12 35/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v12 36/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v12 37/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v12 38/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v12 39/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v12 40/40] kselftest/arm64: Add SME support to syscall ABI test

[PATCH 0/3] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-03-02 17:21 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: selftests: add timer_get_tval() lib function
` [PATCH 2/3] KVM: arm64: selftests: add arch_timer_edge_cases
` [PATCH 3/3] KVM: arm64: selftests: add edge cases tests into arch_timer_edge_cases

[PATCH] KVM: arm64: Enable Cortex-A510 erratum 2077057 by default
 2022-03-02 15:05 UTC  (4+ messages)

[PATCH kvmtool v7 0/3] aarch64: Add stolen time support
 2022-03-02 14:41 UTC  (6+ messages)
` [PATCH kvmtool v7 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v7 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v7 3/3] Add --no-pvtime command line argument

[PATCH kvmtool v6 0/3] aarch64: Add stolen time support
 2022-03-02 14:03 UTC  (4+ messages)
` [PATCH kvmtool v6 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v6 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v6 3/3] Add --no-pvtime command line argument

Timer delays in VM
 2022-03-02  7:28 UTC  (6+ messages)

[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-03-02 13:02 UTC  (43+ messages)
` [PATCH v11 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v11 24/40] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v11 25/40] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v11 26/40] KVM: arm64: Hide SME system registers from guests
` [PATCH v11 27/40] KVM: arm64: Trap SME usage in guest
` [PATCH v11 28/40] KVM: arm64: Handle SME host state when running guests
` [PATCH v11 29/40] arm64/sme: Provide Kconfig for SME
` [PATCH v11 30/40] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v11 31/40] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v11 32/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v11 33/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v11 34/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v11 35/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v11 36/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v11 37/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v11 38/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v11 39/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v11 40/40] kselftest/arm64: Add SME support to syscall ABI test

[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-03-02  9:57 UTC  (33+ messages)
` [PATCH v3 01/19] KVM: arm64: Drop unused param from kvm_psci_version()
` [PATCH v3 02/19] KVM: arm64: Create a helper to check if IPA is valid
` [PATCH v3 03/19] KVM: arm64: Reject invalid addresses for CPU_ON PSCI call
` [PATCH v3 05/19] KVM: arm64: Dedupe vCPU power off helpers
` [PATCH v3 06/19] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v3 09/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
` [PATCH v3 10/19] KVM: Create helper for setting a system event exit
` [PATCH v3 12/19] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v3 13/19] KVM: arm64: Add support KVM_SYSTEM_EVENT_SUSPEND to PSCI SYSTEM_SUSPEND

[PATCH v4 0/8] KVM: arm64: Hypervisor stack enhancements
 2022-03-02  7:58 UTC  (12+ messages)
` [PATCH v4 1/8] KVM: arm64: Introduce hyp_alloc_private_va_range()
` [PATCH v4 2/8] KVM: arm64: Introduce pkvm_alloc_private_va_range()
` [PATCH v4 3/8] KVM: arm64: Add guard pages for KVM nVHE hypervisor stack
` [PATCH v4 4/8] KVM: arm64: Add guard pages for pKVM (protected nVHE) "
` [PATCH v4 5/8] KVM: arm64: Detect and handle hypervisor stack overflows
` [PATCH v4 6/8] KVM: arm64: Add hypervisor overflow stack
` [PATCH v4 7/8] KVM: arm64: Unwind and dump nVHE HYP stacktrace
` [PATCH v4 8/8] KVM: arm64: Symbolize the nVHE HYP backtrace

[PATCH v4 00/13] KVM: arm64: Add support for hypercall services selection
 2022-02-28 19:46 UTC  (18+ messages)
` [PATCH v4 01/13] KVM: arm64: Factor out firmware register handling from psci.c
` [PATCH v4 02/13] KVM: arm64: Introduce KVM_CAP_ARM_REG_SCOPE
` [PATCH v4 03/13] KVM: arm64: Encode the scope for firmware registers
` [PATCH v4 04/13] KVM: arm64: Capture VM's first run
` [PATCH v4 05/13] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v4 06/13] KVM: arm64: Add standard hypervisor firmware register
` [PATCH v4 07/13] KVM: arm64: Add vendor "
` [PATCH v4 08/13] Docs: KVM: Add doc for the bitmap firmware registers
` [PATCH v4 09/13] Docs: KVM: Rename psci.rst to hypercalls.rst
` [PATCH v4 10/13] tools: Import ARM SMCCC definitions
` [PATCH v4 11/13] selftests: KVM: aarch64: Introduce hypercall ABI test
` [PATCH v4 12/13] selftests: KVM: aarch64: hypercalls: Test with KVM_CAP_ARM_REG_SCOPE
` [PATCH v4 13/13] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list

[PATCH v2 6/9] KVM: arm64: Detect and handle hypervisor stack overflows
 2022-02-25 15:38 UTC  (11+ messages)
    ` [kbuild-all] "

[PATCH v3 0/8] KVM: arm64: Hypervisor stack enhancements
 2022-02-25  3:59 UTC  (20+ messages)
` [PATCH v3 1/8] KVM: arm64: Introduce hyp_alloc_private_va_range()
` [PATCH v3 2/8] KVM: arm64: Introduce pkvm_alloc_private_va_range()
` [PATCH v3 3/8] KVM: arm64: Add guard pages for KVM nVHE hypervisor stack
` [PATCH v3 4/8] KVM: arm64: Add guard pages for pKVM (protected nVHE) "
` [PATCH v3 5/8] KVM: arm64: Detect and handle hypervisor stack overflows
` [PATCH v3 6/8] KVM: arm64: Add hypervisor overflow stack
` [PATCH v3 7/8] KVM: arm64: Unwind and dump nVHE HYP stacktrace
` [PATCH v3 8/8] KVM: arm64: Symbolize the nVHE HYP backtrace

[GIT PULL] KVM/arm64 fixes for 5.17, take #4
 2022-02-25 14:49 UTC  (2+ messages)

[PATCH kvmtool v4 0/3] aarch64: Add stolen time support
 2022-02-25 13:54 UTC  (7+ messages)
` [PATCH kvmtool v4 1/3] "
` [PATCH kvmtool v4 2/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v4 3/3] Add --no-pvtime command line argument

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-25 13:45 UTC  (11+ messages)
` [PATCH v6 34/64] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v6 39/64] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v6 40/64] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v6 41/64] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v6 42/64] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's

[PATCH kvmtool v5 0/3] aarch64: Add stolen time support
 2022-02-25 13:37 UTC  (4+ messages)
` [PATCH kvmtool v5 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v5 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v5 3/3] Add --no-pvtime command line argument

[PATCH] KVM: arm64: Remove unneeded semicolon
 2022-02-25 13:35 UTC  (2+ messages)

[PATCH] KVM: arm64: fix semicolon.cocci warnings
 2022-02-25 13:25 UTC  (3+ messages)

[RFC PATCH v5 00/38] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2022-02-24  5:56 UTC  (3+ messages)
` [RFC PATCH v5 04/38] KVM: arm64: Defer CMOs for locked memslots until a VCPU is run


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox