Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2022-02-25 13:39:10 to 2022-03-10 09:28:09 UTC [more...]

[kvm-unit-tests PATCH 0/2] arm: 32 bit tests improvements
 2022-03-10  9:28 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/2] arm: Change text base address for 32 bit tests when running under kvmtool
` [kvm-unit-tests PATCH 2/2] arm/run: Fix using qemu-system-aarch64 to run aarch32 tests on aarch64

[PATCH] KVM: arm64: Really propagate PSCI SYSTEM_RESET2 arguments to userspace
 2022-03-09 18:21 UTC  (2+ messages)

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

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

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

[PATCH v2] Documentation: KVM: Update documentation to indicate KVM is arm64-only
 2022-03-09 11:17 UTC  (2+ messages)

[PATCH] KVM: arm64: Enable Cortex-A510 erratum 2077057 by default
 2022-03-08 18:44 UTC  (6+ messages)

[stable:PATCH] KVM: arm64: Reset PMC_EL0 to avoid a panic() on systems with no PMU
 2022-03-08 16:29 UTC 

Timer delays in VM
 2022-03-08  9:34 UTC  (10+ messages)

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

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-03-07 17:13 UTC  (15+ messages)
` [PATCH v6 42/64] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v6 43/64] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v6 44/64] KVM: arm64: nv: Add handling of EL2-specific timer registers

[PATCH kvmtool v7 0/3] aarch64: Add stolen time support
 2022-03-07 11:46 UTC  (8+ 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 v3 1/3] KVM: arm64: Generalise VM features into a set of flags
 2022-03-05  2:47 UTC  (7+ messages)
` [PATCH v3 2/3] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
` [PATCH v3 3/3] KVM: arm64: selftests: Introduce vcpu_width_config

[PATCH 0/3] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-03-04 19:01 UTC  (9+ 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: Only open the interrupt window on exit due to an interrupt
 2022-03-04 14:27 UTC  (2+ messages)

[PATCH v4 0/8] KVM: arm64: Hypervisor stack enhancements
 2022-03-03 17:45 UTC  (16+ 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 v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-03-03 11:37 UTC  (22+ messages)
` [PATCH v3 03/19] KVM: arm64: Reject invalid addresses for CPU_ON PSCI call
` [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 13/19] KVM: arm64: Add support KVM_SYSTEM_EVENT_SUSPEND to "

[PATCH 0/2] KVM: arm: Drop documentation of 32-bit KVM
 2022-03-03  7:28 UTC  (5+ 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 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

[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-03-02 13:02 UTC  (9+ messages)
` [PATCH v11 03/40] arm64: cpufeature: Always specify and use a field width for capabilities

[PATCH v4 00/13] KVM: arm64: Add support for hypercall services selection
 2022-02-28 19:46 UTC  (6+ messages)
` [PATCH v4 02/13] KVM: arm64: Introduce KVM_CAP_ARM_REG_SCOPE

[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  (17+ 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 6/8] KVM: arm64: Add hypervisor overflow stack
` [PATCH v3 7/8] KVM: arm64: Unwind and dump nVHE HYP stacktrace

[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  (5+ messages)
` [PATCH kvmtool v4 1/3] "

[PATCH kvmtool v5 0/3] aarch64: Add stolen time support
 2022-02-25 13:37 UTC  (2+ messages)
` [PATCH kvmtool v5 3/3] Add --no-pvtime command line argument


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