KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-18 21:18:32 to 2023-01-03 12:40:01 UTC [more...]

[PATCH] MAINTAINERS: Add Zenghui Yu as a KVM/arm64 reviewer
 2023-01-03 12:39 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove myself as a KVM/arm64 reviewer
 2023-01-03 12:07 UTC 

[PATCH v2 0/3] KVM: arm64: Fix handling of S1PTW S2 fault on RO memslots
 2023-01-03 10:09 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: arm64: Fix S1PTW handling "
` [PATCH v2 2/3] KVM: arm64: Document the behaviour of S1PTW faults "
` [PATCH v2 3/3] KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*

[PATCH 0/3] KVM: arm64: M2 vgic maintenance interrupt rework pre-NV
 2023-01-03  9:50 UTC  (8+ messages)
` [PATCH 1/3] KVM: arm64: vgic: Add Apple M2 cpus to the list of broken SEIS implementations
` [PATCH 2/3] KVM: arm64: vgic: Allow registration of a non-maskable maintenance interrupt
` [PATCH 3/3] irqchip/apple-aic: Register vgic maintenance interrupt with KVM

[PATCH 0/3] KVM: arm64: M2 vgic maintenance interrupt rework pre-NV
 2023-01-03  9:49 UTC  (2+ messages)

[PATCH 0/3] KVM: arm64: nv: Fixes for Nested Virtualization issues
 2023-01-03  4:26 UTC  (10+ messages)
` [PATCH 1/3] KVM: arm64: nv: only emulate timers that have not yet fired
` [PATCH 2/3] KVM: arm64: nv: Emulate ISTATUS when emulated timers are fired
` [PATCH 3/3] KVM: arm64: nv: Avoid block mapping if max_map_size is smaller than block size

[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2023-01-02  0:43 UTC  (4+ messages)

[PATCH v5 0/7] KVM: arm64: Normalize cache configuration
 2022-12-30  9:54 UTC  (16+ messages)
` [PATCH v5 1/7] arm64: Allow the definition of UNKNOWN system register fields
` [PATCH v5 2/7] arm64/sysreg: Convert CCSIDR_EL1 to automatic generation
` [PATCH v5 3/7] arm64/sysreg: Add CCSIDR2_EL1
` [PATCH v5 4/7] arm64/cache: Move CLIDR macro definitions
` [PATCH v5 5/7] KVM: arm64: Always set HCR_TID2
` [PATCH v5 6/7] KVM: arm64: Mask FEAT_CCIDX
` [PATCH v5 7/7] KVM: arm64: Normalize cache configuration

[PATCH 0/7] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2022-12-30  3:59 UTC  (16+ messages)
` [PATCH 1/7] KVM: arm64: PMU: Have reset_pmu_reg() to clear a register
` [PATCH 2/7] KVM: arm64: PMU: Use reset_pmu_reg() for PMUSERENR_EL0 and PMCCFILTR_EL0
` [PATCH 3/7] KVM: arm64: PMU: Preserve vCPU's PMCR_EL0.N value on vCPU reset
` [PATCH 4/7] tools: arm64: Import perf_event.h
` [PATCH 5/7] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH 6/7] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH 7/7] KVM: selftests: aarch64: vPMU register test for unimplemented counters

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-29 20:52 UTC  (9+ messages)

[PATCH v2 0/3] arm64/sysreg: ISR register conversions
 2022-12-27 17:05 UTC  (4+ messages)
` [PATCH v2 1/3] arm64/sysreg: Add definition for ICC_NMIAR1_EL1
` [PATCH v2 2/3] arm64/sysreg: Add definition of ISR_EL1
` [PATCH v2 3/3] KVM: arm64: Use symbolic definition for ISR_EL1.A

[PATCH 0/3] KVM: arm64: Floating point documentation updates and code tweaks
 2022-12-27 14:33 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Document check for TIF_FOREIGN_FPSTATE
` [PATCH 2/3] KVM: arm64: Restructure check for SVE support in FP trap handler
` [PATCH 3/3] KVM: arm64: Clarify host SME state management

[kvm-unit-tests PATCH] arm: Remove MAX_SMP probe loop
 2022-12-26 18:21 UTC  (5+ messages)

running openbsd on KVM running on fedora over raspberry pi 4
 2022-12-26 18:20 UTC  (3+ messages)

[PATCH v4 0/7] KVM: arm64: Normalize cache configuration
 2022-12-25 13:45 UTC  (20+ messages)
` [PATCH v4 1/7] arm64: Allow the definition of UNKNOWN system register fields
` [PATCH v4 2/7] arm64/sysreg: Convert CCSIDR_EL1 to automatic generation
` [PATCH v4 3/7] arm64/sysreg: Add CCSIDR2_EL1
` [PATCH v4 4/7] arm64/cache: Move CLIDR macro definitions
` [PATCH v4 5/7] KVM: arm64: Always set HCR_TID2
` [PATCH v4 6/7] KVM: arm64: Mask FEAT_CCIDX
` [PATCH v4 7/7] KVM: arm64: Normalize cache configuration

[PATCH 0/3] KVM: arm64: Fix handling of S1PTW S2 fault on RO memslots
 2022-12-24 13:09 UTC  (40+ messages)
` [PATCH 1/3] KVM: arm64: Fix S1PTW handling "
` [PATCH 2/3] KVM: arm64: Handle S1PTW translation with TCR_HA set as a write
` [PATCH 3/3] KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*

[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
 2022-12-24  9:23 UTC  (13+ messages)
` [PATCH 06/14] KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86
` [PATCH 09/14] KVM: selftests: Explicitly disable builtins for mem*() overrides
` [PATCH 10/14] KVM: selftests: Include lib.mk before consuming $(CC)
` [PATCH 12/14] KVM: selftests: Use wildcards to find library source files

[PATCH 0/2] KVM: arm64: syreg cleanups/fixes
 2022-12-22 12:34 UTC  (10+ messages)
` [PATCH 1/2] KVM: arm64: Convert non-GIC code to SYS_FIELD_{GET,PREP}
` [PATCH 2/2] KVM: arm64: Remove use of ARM64_FEATURE_MASK()

[PATCH] KVM: arm64: Synchronize SMEN on vcpu schedule out
 2022-12-21 13:34 UTC  (6+ messages)

[PATCH v1 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2022-12-20 18:28 UTC  (16+ messages)
` [PATCH v1 05/12] KVM: arm64: Maintain page-table format info in struct kvm_pgtable
` [PATCH v1 10/12] KVM: arm64: Rework logic to en/decode VTCR_EL2.{SL0, SL2} fields

[kvm-unit-tests PATCH v2 0/4] arm: pmu: Add support for PMUv3p5
 2022-12-20  3:10 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] arm: pmu: Fix overflow checks for PMUv3p5 long counters
` [kvm-unit-tests PATCH v2 2/4] arm: pmu: Prepare for testing 64-bit overflows
` [kvm-unit-tests PATCH v2 3/4] arm: pmu: Add tests for "
` [kvm-unit-tests PATCH v2 4/4] arm: pmu: Print counter values as hexadecimals

[PATCH v3 0/7] KVM: arm64: Normalize cache configuration
 2022-12-19 17:52 UTC  (16+ messages)
` [PATCH v3 1/7] arm64/sysreg: Convert CCSIDR_EL1 to automatic generation
` [PATCH v3 2/7] arm64/sysreg: Add CCSIDR2_EL1
` [PATCH v3 5/7] KVM: arm64: Allow user to set CCSIDR_EL1

[PATCH 0/3] KVM: arm64: Normalize cache configuration
 2022-12-19 15:04 UTC  (10+ messages)
` [PATCH 1/3] arm64/sysreg: Add CCSIDR2_EL1


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).