Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2022-07-18 09:08:50 to 2022-08-01 17:01:07 UTC [more...]

KVM/arm64: SPE: Translate VA to IPA on a stage 2 fault instead of pinning VM memory
 2022-08-01 17:00 UTC  (19+ messages)

[kvm-unit-tests PATCH 0/3] arm: pmu: Fixes for bare metal
 2022-07-30 12:52 UTC  (23+ messages)
` [kvm-unit-tests PATCH 1/3] arm: pmu: Add missing isb()'s after sys register writing
` [kvm-unit-tests PATCH 2/3] arm: pmu: Reset the pmu registers before starting some tests
` [kvm-unit-tests PATCH 3/3] arm: pmu: Remove checks for !overflow in chained counters tests

[PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2
 2022-07-29 19:28 UTC  (26+ messages)
` [PATCH v2 03/24] KVM: arm64: Add flags to struct hyp_page
` [PATCH v2 06/24] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH v2 12/24] KVM: arm64: Introduce shadow VM state at EL2
` [PATCH v2 14/24] KVM: arm64: Add pcpu fixmap infrastructure "
` [PATCH v2 18/24] KVM: arm64: Instantiate guest stage-2 page-tables "

[GIT PULL] KVM/arm64 updates for 5.20
 2022-07-29 14:14 UTC  (2+ messages)

[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
 2022-07-28  6:50 UTC  (7+ messages)
` [PATCH 33/89] KVM: arm64: Handle guest stage-2 page-tables entirely "

[PATCH v6 00/17] KVM nVHE Hypervisor stack unwinder
 2022-07-27 17:45 UTC  (37+ messages)
` [PATCH v6 01/17] arm64: stacktrace: Add shared header for common stack unwinding code
` [PATCH v6 02/17] arm64: stacktrace: Factor out on_accessible_stack_common()
` [PATCH v6 03/17] arm64: stacktrace: Factor out unwind_next_common()
` [PATCH v6 04/17] arm64: stacktrace: Handle frame pointer from different address spaces
` [PATCH v6 05/17] arm64: stacktrace: Factor out common unwind()
` [PATCH v6 06/17] arm64: stacktrace: Add description of stacktrace/common.h
` [PATCH v6 07/17] KVM: arm64: On stack overflow switch to hyp overflow_stack
` [PATCH v6 08/17] KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinder
` [PATCH v6 09/17] KVM: arm64: Prepare non-protected nVHE hypervisor stacktrace
` [PATCH v6 10/17] KVM: arm64: Implement non-protected nVHE hyp stack unwinder
` [PATCH v6 11/17] KVM: arm64: Introduce hyp_dump_backtrace()
` [PATCH v6 12/17] KVM: arm64: Add PROTECTED_NVHE_STACKTRACE Kconfig
` [PATCH v6 13/17] KVM: arm64: Allocate shared pKVM hyp stacktrace buffers
` [PATCH v6 14/17] KVM: arm64: Stub implementation of pKVM HYP stack unwinder
` [PATCH v6 15/17] KVM: arm64: Save protected-nVHE (pKVM) hyp stacktrace
` [PATCH v6 16/17] KVM: arm64: Implement protected nVHE hyp stack unwinder
` [PATCH v6 17/17] KVM: arm64: Introduce pkvm_dump_backtrace()
  ` [PATCH 0/6] KVM: arm64: nVHE stack unwinder rework
    ` [PATCH 1/6] KVM: arm64: Move PROTECTED_NVHE_STACKTRACE around
    ` [PATCH 2/6] KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unit
    ` [PATCH 3/6] KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functions
    ` [PATCH 4/6] KVM: arm64: Move nVHE-only helpers into kvm/stacktrace.c
    ` [PATCH 5/6] KVM: arm64: Don't open code ARRAY_SIZE()
    ` [PATCH 6/6] arm64: Update 'unwinder howto'

[PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-07-26 18:15 UTC  (7+ messages)
` [PATCH v4 09/13] KVM: selftests: aarch64: "

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-07-26 18:03 UTC  (4+ messages)
` [PATCH v4 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats

[PATCH v5 00/17] KVM nVHE Hypervisor stack unwinder
 2022-07-25 14:05 UTC  (40+ messages)
` [PATCH v5 01/17] arm64: stacktrace: Add shared header for common stack unwinding code
` [PATCH v5 02/17] arm64: stacktrace: Factor out on_accessible_stack_common()
` [PATCH v5 03/17] arm64: stacktrace: Factor out unwind_next_common()
` [PATCH v5 04/17] arm64: stacktrace: Handle frame pointer from different address spaces
` [PATCH v5 05/17] arm64: stacktrace: Factor out common unwind()
` [PATCH v5 06/17] arm64: stacktrace: Add description of stacktrace/common.h
` [PATCH v5 07/17] KVM: arm64: On stack overflow switch to hyp overflow_stack
` [PATCH v5 08/17] KVM: arm64: Add PROTECTED_NVHE_STACKTRACE Kconfig
` [PATCH v5 09/17] KVM: arm64: Allocate shared pKVM hyp stacktrace buffers
` [PATCH v5 10/17] KVM: arm64: Stub implementation of pKVM HYP stack unwinder
` [PATCH v5 11/17] KVM: arm64: Stub implementation of non-protected nVHE "
` [PATCH v5 12/17] KVM: arm64: Save protected-nVHE (pKVM) hyp stacktrace
` [PATCH v5 13/17] KVM: arm64: Prepare non-protected nVHE hypervisor stacktrace
` [PATCH v5 14/17] KVM: arm64: Implement protected nVHE hyp stack unwinder
` [PATCH v5 15/17] KVM: arm64: Implement non-protected "
` [PATCH v5 16/17] KVM: arm64: Introduce pkvm_dump_backtrace()
` [PATCH v5 17/17] KVM: arm64: Introduce hyp_dump_backtrace()

[PATCH v2 0/7] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-07-24  1:54 UTC  (12+ messages)
` [PATCH v2 1/7] arm64: mte: Fix/clarify the PG_mte_tagged semantics
` [PATCH v2 2/7] KVM: arm64: Simplify the sanitise_mte_tags() logic
` [PATCH v2 3/7] mm: Add PG_arch_3 page flag
` [PATCH v2 4/7] arm64: mte: Lock a page for MTE tag initialisation
` [PATCH v2 5/7] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
` [PATCH v2 6/7] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
` [PATCH v2 7/7] Documentation: document the ABI changes for KVM_CAP_ARM_MTE

[PATCH kvmtool 0/1] Introduce LIBFDT_DIR
 2022-07-22 14:14 UTC  (2+ messages)
` [PATCH kvmtool 1/1] Makefile: Introduce LIBFDT_DIR to specify libfdt location

[PATCH 0/4] Fix filename reporting in guest asserts
 2022-07-20 17:42 UTC  (2+ messages)

[PATCH v2 0/3] KVM: arm64: support MTE in protected VMs
 2022-07-20 16:21 UTC  (4+ messages)

[PATCH v2 0/7] arm64/sve: Clean up KVM integration and optimise syscalls
 2022-07-20 14:31 UTC  (15+ messages)
` [PATCH v2 2/7] arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
` [PATCH v2 7/7] arm64/sve: Don't zero non-FPSIMD register state on syscall by default

[PATCH v4 00/18] KVM nVHE Hypervisor stack unwinder
 2022-07-19 18:23 UTC  (32+ messages)
` [PATCH v4 01/18] arm64: stacktrace: Add shared header for common stack unwinding code
` [PATCH v4 04/18] arm64: stacktrace: Handle frame pointer from different address spaces
` [PATCH v4 06/18] arm64: stacktrace: Add description of stacktrace/common.h
` [PATCH v4 07/18] KVM: arm64: On stack overflow switch to hyp overflow_stack
` [PATCH v4 08/18] KVM: arm64: Add PROTECTED_NVHE_STACKTRACE Kconfig
` [PATCH v4 09/18] KVM: arm64: Allocate shared pKVM hyp stacktrace buffers
` [PATCH v4 11/18] KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinder
` [PATCH v4 12/18] KVM: arm64: Save protected-nVHE (pKVM) hyp stacktrace

[PATCH v4] KVM: selftests: Fix target thread to be migrated in rseq_test
 2022-07-19 13:04 UTC  (3+ messages)

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-07-18 18:26 UTC  (6+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH v3] KVM: selftests: Fix target thread to be migrated in rseq_test
 2022-07-19  2:13 UTC  (3+ messages)

[PATCH v2] KVM: selftests: Fix target thread to be migrated in rseq_test
 2022-07-19  1:40 UTC  (4+ messages)

[PATCH] KVM: arm64: Fix hypervisor address symbolization
 2022-07-18 17:09 UTC  (3+ messages)


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