linux-stable/arch/arm64/kvm
Marc Zyngier d96c66ab9f KVM: arm64: Rationalise KVM banner output
We are not very consistent when it comes to displaying which mode
we're in (VHE, {n,h}VHE, protected or not). For example, booting
in protected mode with hVHE results in:

[    0.969545] kvm [1]: Protected nVHE mode initialized successfully

which is mildly amusing considering that the machine is VHE only.

We already cleaned this up a bit with commit 1f3ca7023f ("KVM:
arm64: print Hyp mode"), but that's still unsatisfactory.

Unify the three strings into one and use a mess of conditional
statements to sort it out (yes, it's a slow day).

Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20240321173706.3280796-1-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
2024-04-01 01:33:52 -07:00
..
hyp KVM: arm64: Ensure target address is granule-aligned for range TLBI 2024-04-01 01:30:45 -07:00
vgic KVM/arm64 updates for 6.9 2024-03-11 10:02:32 -04:00
.gitignore
arch_timer.c KVM: arm64: Fix typos 2024-02-24 09:13:33 +00:00
arm.c KVM: arm64: Rationalise KVM banner output 2024-04-01 01:33:52 -07:00
debug.c KVM: arm64: debug: fix kernel-doc warnings 2024-02-01 20:25:41 +00:00
emulate-nested.c KVM: arm64: Propagate and handle Fine-Grained UNDEF bits 2024-02-19 17:13:01 +00:00
fpsimd.c S390: 2024-03-15 13:03:13 -07:00
guest.c S390: 2024-03-15 13:03:13 -07:00
handle_exit.c
hypercalls.c
inject_fault.c KVM: arm64: Fix typos 2024-02-24 09:13:33 +00:00
Kconfig Revert "KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later checking" 2024-03-15 17:50:22 -07:00
Makefile
mmio.c
mmu.c KVM: arm64: Fix out-of-IPA space translation fault handling 2024-03-26 01:51:44 -07:00
nested.c KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2 2024-02-19 17:13:00 +00:00
pkvm.c KVM: arm64: Fix circular locking dependency 2024-01-30 21:30:33 +00:00
pmu-emul.c Merge branch kvm-arm64/kerneldoc into kvmarm/next 2024-03-07 00:56:16 +00:00
pmu.c
psci.c
pvtime.c
reset.c
stacktrace.c
sys_regs.c Revert "KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later checking" 2024-03-15 17:50:22 -07:00
sys_regs.h KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap() 2024-02-19 17:13:01 +00:00
trace.h
trace_arm.h
trace_handle_exit.h
trng.c
va_layout.c
vgic-sys-reg-v3.c
vmid.c