messages from 2022-07-27 17:45:19 to 2022-08-19 00:56:59 UTC [more...]
[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
2022-08-19 0:55 UTC (2+ messages)
` [PATCH v1 1/5] "
[GIT PULL] KVM/arm64 fixes for 6.0, take #1
2022-08-18 14:08 UTC
[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-08-17 22:27 UTC (13+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
[PATCH 0/6] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
2022-08-17 21:48 UTC (7+ messages)
` [PATCH 1/6] KVM: arm64: Use visibility hook to treat ID regs as RAZ
` [PATCH 2/6] KVM: arm64: Remove internal accessor helpers for id regs
` [PATCH 3/6] KVM: arm64: Spin off helper for calling visibility hook
` [PATCH 4/6] KVM: arm64: Add a visibility bit to ignore user writes
` [PATCH 5/6] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
` [PATCH 6/6] KVM: selftests: Add test for RAZ/WI AArch32 ID registers
[PATCH v2 0/2] KVM: arm64: Uphold 64bit-only behavior on asymmetric systems
2022-08-17 15:13 UTC (8+ messages)
` [PATCH v2 1/2] KVM: arm64: Treat PMCR_EL1.LC as RES1 "
` [PATCH v2 2/2] KVM: arm64: Reject 32bit user PSTATE "
KVM/arm64: SPE: Translate VA to IPA on a stage 2 fault instead of pinning VM memory
2022-08-17 15:05 UTC (12+ messages)
qemu-system-aarch64: Failed to retrieve host CPU features
2022-08-16 12:31 UTC (6+ messages)
[PATCH v3 0/7] arm64/sve: Clean up KVM integration and optimise syscalls
2022-08-15 22:55 UTC (8+ messages)
` [PATCH v3 1/7] KVM: arm64: Discard any SVE state when entering KVM guests
` [PATCH v3 2/7] arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
` [PATCH v3 3/7] arm64/fpsimd: Have KVM explicitly say which FP registers to save
` [PATCH v3 4/7] arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM
` [PATCH v3 5/7] arm64/fpsimd: Load FP state based on recorded data type
` [PATCH v3 6/7] arm64/fpsimd: SME no longer requires SVE register state
` [PATCH v3 7/7] arm64/sve: Leave SVE enabled on syscall if we don't context switch
Build regressions/improvements in v6.0-rc1
2022-08-15 18:10 UTC
[kvm-unit-tests PATCH v4 0/4] arm: pmu: Fixes for bare metal
2022-08-13 8:13 UTC (8+ messages)
` [kvm-unit-tests PATCH v4 1/4] arm: pmu: Add missing isb()'s after sys register writing
` [kvm-unit-tests PATCH v4 2/4] arm: pmu: Add reset_pmu() for 32-bit arm
` [kvm-unit-tests PATCH v4 3/4] arm: pmu: Reset the pmu registers before starting some tests
` [kvm-unit-tests PATCH v4 4/4] 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-12 22:53 UTC (24+ 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
[kvm-unit-tests PATCH v3 0/3] arm: pmu: Fixes for bare metal
2022-08-11 18:51 UTC (12+ 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/2] KVM: arm64: Uphold 64bit-only behavior on asymmetric systems
2022-08-11 17:08 UTC (4+ messages)
` [PATCH 1/2] KVM: arm64: Treat PMCR_EL1.LC as RES1 "
` [PATCH 2/2] KVM: arm64: Reject 32bit user PSTATE "
[PATCH] KVM: arm64: Fix comment typo
2022-08-11 12:20 UTC
[PATCH v3 0/7] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-08-11 7:16 UTC (9+ 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
[PATCH v2 0/2] kvm/selftests: Two rseq_test fixes
2022-08-10 23:57 UTC (7+ 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
[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 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)
[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 (5+ 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 17/17] KVM: arm64: Introduce pkvm_dump_backtrace()
2022-07-27 17:45 UTC (3+ messages)
` [PATCH 0/6] KVM: arm64: nVHE stack unwinder rework
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