messages from 2022-07-24 01:55:29 to 2022-08-10 23:53:14 UTC [more...]
[PATCH 0/2] kvm/selftests: Two rseq_test fixes
2022-08-10 23:52 UTC (25+ messages)
` [PATCH 1/2] KVM: selftests: Make rseq compatible with glibc-2.35
` [PATCH 2/2] KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_test
[kvm-unit-tests PATCH v3 0/3] arm: pmu: Fixes for bare metal
2022-08-10 23:33 UTC (10+ messages)
` [kvm-unit-tests PATCH v3 1/3] arm: pmu: Add missing isb()'s after sys register writing
` [kvm-unit-tests PATCH v3 2/3] arm: pmu: Reset the pmu registers before starting some tests
` [kvm-unit-tests PATCH v3 3/3] arm: pmu: Check for overflow in the low counter in chained counters tests
[PATCH 0/9] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
2022-08-10 21:55 UTC (22+ messages)
` [PATCH 1/9] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH 2/9] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
` [PATCH 3/9] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH 4/9] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH 5/9] KVM: arm64: PMU: Simplify setting a counter to a specific value
` [PATCH 6/9] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [PATCH 7/9] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
` [PATCH 8/9] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH 9/9] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest
[PATCH v3 0/7] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-08-10 19:30 UTC (8+ messages)
` [PATCH v3 1/7] arm64: mte: Fix/clarify the PG_mte_tagged semantics
` [PATCH v3 2/7] KVM: arm64: Simplify the sanitise_mte_tags() logic
` [PATCH v3 3/7] mm: Add PG_arch_3 page flag
` [PATCH v3 4/7] arm64: mte: Lock a page for MTE tag initialisation
` [PATCH v3 5/7] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
` [PATCH v3 6/7] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
` [PATCH v3 7/7] Documentation: document the ABI changes for KVM_CAP_ARM_MTE
KVM/arm64: SPE: Translate VA to IPA on a stage 2 fault instead of pinning VM memory
2022-08-10 15:25 UTC (25+ messages)
[PATCH v2 0/2] kvm/selftests: Two rseq_test fixes
2022-08-10 12:30 UTC (6+ messages)
` [PATCH v2 1/2] KVM: selftests: Make rseq compatible with glibc-2.35
` [PATCH v2 2/2] KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_test
[kvm-unit-tests RFC PATCH 00/19] arm/arm64: Rework cache maintenance at boot
2022-08-10 10:00 UTC (32+ messages)
` [kvm-unit-tests RFC PATCH 01/19] Makefile: Define __ASSEMBLY__ for assembly files
` [kvm-unit-tests RFC PATCH 02/19] lib/alloc_phys: Initialize align_min
` [kvm-unit-tests RFC PATCH 03/19] lib/alloc_phys: Use phys_alloc_aligned_safe and rename it to memalign_early
` [kvm-unit-tests RFC PATCH 04/19] powerpc: Use the page allocator
` [kvm-unit-tests RFC PATCH 05/19] lib/alloc_phys: Remove locking
` [kvm-unit-tests RFC PATCH 06/19] lib/alloc_phys: Remove allocation accounting
` [kvm-unit-tests RFC PATCH 07/19] arm/arm64: Mark the phys_end parameter as unused in setup_mmu()
` [kvm-unit-tests RFC PATCH 08/19] arm/arm64: Use pgd_alloc() to allocate mmu_idmap
` [kvm-unit-tests RFC PATCH 09/19] arm/arm64: Zero secondary CPUs' stack
` [kvm-unit-tests RFC PATCH 10/19] arm/arm64: Enable the MMU early
` [kvm-unit-tests RFC PATCH 11/19] arm/arm64: Map the UART when creating the translation tables
` [kvm-unit-tests RFC PATCH 12/19] arm/arm64: assembler.h: Replace size with end address for dcache_by_line_op
` [kvm-unit-tests RFC PATCH 13/19] arm: page.h: Add missing libcflat.h include
` [kvm-unit-tests RFC PATCH 14/19] arm/arm64: Add C functions for doing cache maintenance
` [kvm-unit-tests RFC PATCH 15/19] lib/alloc_phys: Add callback to perform "
` [kvm-unit-tests RFC PATCH 16/19] arm/arm64: Allocate secondaries' stack using the page allocator
` [kvm-unit-tests RFC PATCH 17/19] arm/arm64: Configure secondaries' stack before enabling the MMU
` [kvm-unit-tests RFC PATCH 18/19] arm/arm64: Perform dcache maintenance at boot
` [kvm-unit-tests RFC PATCH 19/19] arm/arm64: Rework the cache maintenance in asm_mmu_disable
[PATCH v3] KVM: arm64: fix compile error because of shift overflow
2022-08-10 9:08 UTC (2+ messages)
[PATCH v2] KVM: arm64: fix compile error because of shift overflow
2022-08-09 13:53 UTC (2+ messages)
[PATCH] KVM: arm64: fix compile error because of shift overflow
2022-08-09 10:16 UTC (2+ messages)
[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-08-08 20:06 UTC (7+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
[kvm-unit-tests PATCH v2 0/3] arm: pmu: Fixes for bare metal
2022-08-08 10:40 UTC (11+ messages)
` [kvm-unit-tests PATCH v2 1/3] arm: pmu: Add missing isb()'s after sys register writing
` [kvm-unit-tests PATCH v2 2/3] arm: pmu: Reset the pmu registers before starting some tests
` [kvm-unit-tests PATCH v2 3/3] arm: pmu: Check for overflow in the low counter in chained counters tests
[PATCH] arm:Add PSCI_CPU_OFF testscase to arm/psci testsuite
2022-08-05 13:26 UTC
[PATCH] arm: psci: Add psci-off functionality
2022-08-05 10:41 UTC (2+ messages)
[PATCH kvmtool 0/1] Introduce LIBFDT_DIR
2022-08-04 15:02 UTC (2+ messages)
[kvm-unit-tests PATCH 0/3] arm: pmu: Fixes for bare metal
2022-08-01 19:15 UTC (15+ messages)
` [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 (5+ messages)
` [PATCH v2 06/24] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
[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 (3+ messages)
` [PATCH v5 05/17] arm64: stacktrace: Factor out common unwind()
[PATCH v2 1/7] arm64: mte: Fix/clarify the PG_mte_tagged semantics
2022-07-24 1:54 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