messages from 2022-07-15 06:11:37 to 2022-07-26 07:38:42 UTC [more...]
[PATCH v6 00/17] KVM nVHE Hypervisor stack unwinder
2022-07-26 7:37 UTC (18+ 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 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()
KVM/arm64: SPE: Translate VA to IPA on a stage 2 fault instead of pinning VM memory
2022-07-25 10:06 UTC (3+ messages)
[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-07-22 20:58 UTC (3+ messages)
` [PATCH v4 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
[kvm-unit-tests PATCH 0/3] arm: pmu: Fixes for bare metal
2022-07-24 9:40 UTC (20+ 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 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 v4 00/13] KVM: selftests: Add aarch64/page_fault_test
2022-07-23 8:22 UTC (6+ messages)
` [PATCH v4 09/13] KVM: selftests: aarch64: "
[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 v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2
2022-07-20 21:17 UTC (25+ 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 "
[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 (54+ messages)
` [PATCH v4 01/18] arm64: stacktrace: Add shared header for common stack unwinding code
` [PATCH v4 02/18] arm64: stacktrace: Factor out on_accessible_stack_common()
` [PATCH v4 03/18] arm64: stacktrace: Factor out unwind_next_common()
` [PATCH v4 04/18] arm64: stacktrace: Handle frame pointer from different address spaces
` [PATCH v4 05/18] arm64: stacktrace: Factor out common unwind()
` [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 10/18] KVM: arm64: Stub implementation of pKVM HYP stack unwinder
` [PATCH v4 11/18] KVM: arm64: Stub implementation of non-protected nVHE "
` [PATCH v4 12/18] KVM: arm64: Save protected-nVHE (pKVM) hyp stacktrace
` [PATCH v4 13/18] KVM: arm64: Prepare non-protected nVHE hypervisor stacktrace
` [PATCH v4 14/18] KVM: arm64: Implement protected nVHE hyp stack unwinder
` [PATCH v4 15/18] KVM: arm64: Implement non-protected "
` [PATCH v4 16/18] KVM: arm64: Introduce pkvm_dump_backtrace()
` [PATCH v4 17/18] KVM: arm64: Introduce hyp_dump_backtrace()
` [PATCH v4 18/18] KVM: arm64: Dump nVHE hypervisor stack on panic
[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 (6+ messages)
[PATCH v2 00/20] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
2022-07-17 11:01 UTC (6+ messages)
` [PATCH v2 04/20] KVM: arm64: Rely on index_to_param() for size checks on userspace access
` [PATCH v2 08/20] KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()
[PATCH] KVM: selftests: Double check on the current CPU in rseq_test
2022-07-16 14:46 UTC (6+ messages)
[PATCH 0/3] KVM: selftests: Consolidate ucall code
2022-07-15 19:32 UTC (4+ messages)
How to re-inject a debug exception correctly?
2022-07-15 13:15 UTC (2+ messages)
re-injecting debug exceptions
2022-07-14 11:33 UTC
[PATCH] KVM: arm64: selftests: Add support for GICv2 on v3
2022-07-15 10:06 UTC (2+ messages)
[PATCH 00/19] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
2022-07-15 6:44 UTC (5+ messages)
` [PATCH 15/19] KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting
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