]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch kvm-arm64/misc-6.14 into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Fri, 17 Jan 2025 11:06:50 +0000 (11:06 +0000)
committerMarc Zyngier <maz@kernel.org>
Fri, 17 Jan 2025 11:06:50 +0000 (11:06 +0000)
commitfa5e4043e9b17ddd7339258eed26399c755e7659
tree7024a8101481ce7b5df79f6a74c961aa1986ff64
parent3643b334aa8f02ddcedc093d7de623378192da06
parenta7f1fa5564be565bd4bc18875bb46ffd0c01d292
Merge branch kvm-arm64/misc-6.14 into kvmarm-master/next

* kvm-arm64/misc-6.14:
  : .
  : Misc KVM/arm64 changes for 6.14
  :
  : - Don't expose AArch32 EL0 capability when NV is enabled
  :
  : - Update documentation to reflect the full gamut of kvm-arm.mode
  :   behaviours
  :
  : - Use the hypervisor VA bit width when dumping stacktraces
  :
  : - Decouple the hypervisor stack size from PAGE_SIZE, at least
  :   on the surface...
  :
  : - Make use of str_enabled_disabled() when advertising GICv4.1 support
  :
  : - Explicitly handle BRBE traps as UNDEFINED
  : .
  KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
  KVM: arm64: vgic: Use str_enabled_disabled() in vgic_v3_probe()
  arm64: kvm: Introduce nvhe stack size constants
  KVM: arm64: Fix nVHE stacktrace VA bits mask
  Documentation: Update the behaviour of "kvm-arm.mode"
  KVM: arm64: nv: Advertise the lack of AArch32 EL0 support

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_mmu.h
arch/arm64/kvm/arm.c
arch/arm64/kvm/mmu.c
arch/arm64/kvm/nested.c
arch/arm64/kvm/sys_regs.c
arch/arm64/kvm/vgic/vgic-v3.c