messages from 2022-07-04 12:19:11 to 2022-07-18 18:40:17 UTC [more...]
[PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2
2022-07-18 18:40 UTC (8+ messages)
` [PATCH v2 03/24] KVM: arm64: Add flags to struct hyp_page
` [PATCH v2 12/24] KVM: arm64: Introduce shadow VM state at EL2
[kvm-unit-tests PATCH 0/3] arm: pmu: Fixes for bare metal
2022-07-18 17:48 UTC (8+ 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 v4 00/18] KVM nVHE Hypervisor stack unwinder
2022-07-18 17:40 UTC (51+ 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] 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 (24+ messages)
` [PATCH v2 01/20] KVM: arm64: Add get_reg_by_id() as a sys_reg_desc retrieving helper
` [PATCH v2 02/20] KVM: arm64: Reorder handling of invariant sysregs from userspace
` [PATCH v2 03/20] KVM: arm64: Introduce generic get_user/set_user helpers for system registers
` [PATCH v2 04/20] KVM: arm64: Rely on index_to_param() for size checks on userspace access
` [PATCH v2 05/20] KVM: arm64: Consolidate sysreg userspace accesses
` [PATCH v2 06/20] KVM: arm64: Get rid of reg_from/to_user()
` [PATCH v2 07/20] KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr()
` [PATCH v2 08/20] KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()
` [PATCH v2 09/20] KVM: arm64: vgic-v3: Make the userspace accessors use sysreg API
` [PATCH v2 10/20] KVM: arm64: vgic-v3: Convert userspace accessors over to FIELD_GET/FIELD_PREP
` [PATCH v2 11/20] KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
` [PATCH v2 12/20] KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registers
` [PATCH v2 13/20] KVM: arm64: vgic-v2: "
` [PATCH v2 14/20] KVM: arm64: vgic: Use {get, put}_user() instead of copy_{from.to}_user
` [PATCH v2 15/20] KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting
` [PATCH v2 16/20] KVM: arm64: vgic: Consolidate userspace access for "
` [PATCH v2 17/20] KVM: arm64: vgic: Tidy-up calls to vgic_{get, set}_common_attr()
` [PATCH v2 18/20] KVM: arm64: Get rid of find_reg_by_id()
` [PATCH v2 19/20] KVM: arm64: Descope kvm_arm_sys_reg_{get,set}_reg()
` [PATCH v2 20/20] KVM: arm64: Get rid or outdated comments
[PATCH v2] KVM: selftests: Fix target thread to be migrated in rseq_test
2022-07-17 3:11 UTC (3+ messages)
[PATCH] KVM: selftests: Double check on the current CPU in rseq_test
2022-07-16 14:46 UTC (8+ 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 (3+ messages)
[PATCH 00/19] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
2022-07-15 6:44 UTC (47+ messages)
` [PATCH 01/19] KVM: arm64: Add get_reg_by_id() as a sys_reg_desc retrieving helper
` [PATCH 02/19] KVM: arm64: Reorder handling of invariant sysregs from userspace
` [PATCH 03/19] KVM: arm64: Introduce generic get_user/set_user helpers for system registers
` [PATCH 04/19] KVM: arm64: Push checks for 64bit registers into the low-level accessors
` [PATCH 05/19] KVM: arm64: Consolidate sysreg userspace accesses
` [PATCH 06/19] KVM: arm64: Get rid of reg_from/to_user()
` [PATCH 07/19] KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr()
` [PATCH 08/19] KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()
` [PATCH 09/19] KVM: arm64: vgic-v3: Make the userspace accessors use sysreg API
` [PATCH 10/19] KVM: arm64: vgic-v3: Convert userspace accessors over to FIELD_GET/FIELD_PREP
` [PATCH 11/19] KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
` [PATCH 12/19] KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registers
` [PATCH 13/19] KVM: arm64: vgic-v2: "
` [PATCH 14/19] KVM: arm64: vgic: Use {get, put}_user() instead of copy_{from.to}_user
` [PATCH 15/19] KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting
` [PATCH 16/19] KVM: arm64: vgic: Consolidate userspace access for "
` [PATCH 17/19] KVM: arm64: Get rid of find_reg_by_id()
` [PATCH 18/19] KVM: arm64: Descope kvm_arm_sys_reg_{get,set}_reg()
` [PATCH 19/19] KVM: arm64: Get rid or outdated comments
[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-07-14 13:30 UTC (11+ messages)
[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-07-12 23:05 UTC (10+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v6 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v6 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
[PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test
2022-07-12 9:46 UTC (13+ messages)
` [PATCH v4 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva library function
` [PATCH v4 03/13] KVM: selftests: Add vm_alloc_page_table_in_memslot "
` [PATCH v4 04/13] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg
` [PATCH v4 05/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete
` [PATCH v4 06/13] KVM: selftests: Add vm_mem_region_get_src_fd library function
` [PATCH v4 07/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
[Issue] kvm/selftests/rseq_test failure on ARM64
2022-07-12 3:24 UTC
[PATCH v2 0/7] arm64/sve: Clean up KVM integration and optimise syscalls
2022-07-11 15:53 UTC (6+ messages)
` [PATCH v2 2/7] arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
[PATCH v2 0/3] KVM: arm64: support MTE in protected VMs
2022-07-09 1:50 UTC (5+ messages)
` [PATCH v2 1/3] KVM: arm64: add a hypercall for disowning pages
` [PATCH v2 2/3] KVM: arm64: disown unused reserved-memory regions
` [PATCH v2 3/3] KVM: arm64: allow MTE in protected VMs if the tag storage is known
[PATCH] KVM: arm64: Use the bitmap API to allocate bitmaps
2022-07-08 18:59 UTC (3+ messages)
[PATCH v7 00/22] Support SDEI Virtualization
2022-07-07 17:08 UTC (5+ messages)
[PATCH 0/4] Fix filename reporting in guest asserts
2022-07-07 6:39 UTC (6+ messages)
` [PATCH 4/4] KVM: selftests: "
[PATCH] KVM: arm64: Fix 64 bit mmio handle
2022-07-06 11:29 UTC (9+ messages)
[RFC PATCH v5 00/38] KVM: arm64: Add Statistical Profiling Extension (SPE) support
2022-07-06 10:51 UTC (4+ messages)
` [RFC PATCH v5 15/38] perf: arm_spe_pmu: Move struct arm_spe_pmu to a separate header file
[PATCH] KVM: arm64: Don't return from void function
2022-07-06 9:00 UTC (2+ messages)
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