messages from 2022-02-21 14:32:52 to 2022-02-25 15:38:29 UTC [more...]
[PATCH v2 0/9] KVM: arm64: Hypervisor stack enhancements
2022-02-25 15:38 UTC (26+ messages)
` [PATCH v2 1/9] KVM: arm64: Introduce hyp_alloc_private_va_range()
` [PATCH v2 2/9] KVM: arm64: Introduce pkvm_alloc_private_va_range()
` [PATCH v2 3/9] KVM: arm64: Add guard pages for KVM nVHE hypervisor stack
` [PATCH v2 4/9] KVM: arm64: Add guard pages for pKVM (protected nVHE) "
` [PATCH v2 5/9] arm64: asm: Introduce test_sp_overflow macro
` [PATCH v2 6/9] KVM: arm64: Detect and handle hypervisor stack overflows
` [kbuild-all] "
` [PATCH v2 7/9] KVM: arm64: Add hypervisor overflow stack
` [PATCH v2 8/9] KVM: arm64: Unwind and dump nVHE HYP stacktrace
` [PATCH v2 9/9] KVM: arm64: Symbolize the nVHE HYP backtrace
[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
2022-02-25 15:37 UTC (40+ 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 04/19] KVM: arm64: Clean up SMC64 PSCI filtering for AArch32 guests
` [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 07/19] KVM: arm64: Rename the KVM_REQ_SLEEP handler
` [PATCH v3 08/19] KVM: arm64: Add reset helper that accepts caller-provided reset state
` [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 11/19] KVM: arm64: Return a value from check_vcpu_requests()
` [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 v3 14/19] KVM: arm64: Raise default PSCI version to v1.1
` [PATCH v3 15/19] selftests: KVM: Rename psci_cpu_on_test to psci_test
` [PATCH v3 16/19] selftests: KVM: Create helper for making SMCCC calls
` [PATCH v3 17/19] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
` [PATCH v3 18/19] selftests: KVM: Refactor psci_test to make it amenable to new tests
` [PATCH v3 19/19] selftests: KVM: Test SYSTEM_SUSPEND PSCI call
[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
[PATCH v4 0/8] KVM: arm64: Hypervisor stack enhancements
2022-02-25 3:34 UTC (9+ 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
[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 (13+ messages)
` [PATCH v6 34/64] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v6 38/64] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [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)
[PATCH v4 00/13] KVM: arm64: Add support for hypercall services selection
2022-02-25 6:42 UTC (15+ 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
[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
[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-02-23 15:49 UTC (72+ messages)
` [PATCH v11 10/40] arm64/sme: Basic enumeration support
` [PATCH v11 11/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v11 12/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v11 13/40] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v11 14/40] arm64/sme: Implement support for TPIDR2
` [PATCH v11 15/40] arm64/sme: Implement SVCR context switching
` [PATCH v11 16/40] arm64/sme: Implement streaming SVE "
` [PATCH v11 17/40] arm64/sme: Implement ZA "
` [PATCH v11 18/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v11 19/40] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v11 20/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v11 21/40] arm64/sme: Implement ZA "
` [PATCH v11 22/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v11 23/40] arm64/sme: Add ptrace support for ZA
` [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 RESEND] kselftest: kvm/arm64: Skip tests if we can't create a vgic-v3
2022-02-23 13:16 UTC
[kvm-unit-tests PATCH v2 0/3] configure changes and rename --target-efi
2022-02-23 12:55 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] configure: Fix whitespaces for the --gen-se-header help text
` [kvm-unit-tests PATCH v2 2/3] configure: Restrict --target-efi to x86_64
` [kvm-unit-tests PATCH v2 3/3] Rename --target-efi to --[enable|disable]-efi
[PATCH v8 0/7] KVM: x86: Add idempotent controls for migrating system counter state
2022-02-23 10:02 UTC (3+ messages)
` [PATCH v8 7/7] KVM: x86: Expose TSC offset controls to userspace
[PATCH kvmtool v3] aarch64: Add stolen time support
2022-02-23 9:41 UTC (9+ messages)
[PATCH AUTOSEL 5.10 08/18] KVM: arm64: vgic: Read HW interrupt pending state from the HW
2022-02-23 2:30 UTC
[PATCH AUTOSEL 5.15 09/28] KVM: arm64: vgic: Read HW interrupt pending state from the HW
2022-02-23 2:29 UTC
[PATCH AUTOSEL 5.16 11/30] KVM: arm64: vgic: Read HW interrupt pending state from the HW
2022-02-23 2:28 UTC
[PATCH kvmtool v2] aarch64: Add stolen time support
2022-02-22 10:51 UTC (4+ messages)
[PATCH v5 00/27] KVM: arm64: Make CPU ID registers writable by userspace
2022-02-22 6:12 UTC (4+ messages)
` [PATCH v5 03/27] KVM: arm64: Introduce struct id_reg_info
[PATCH v2 0/3] Plumb PSCI SYSTEM_RESET2 call for guests
2022-02-21 16:11 UTC (5+ messages)
` [PATCH v2 1/3] KVM: arm64: Bump guest PSCI version to 1.1
` [PATCH v2 2/3] KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest
` [PATCH v2 3/3] KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags field
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox