Merge tag 'kvmarm-fixes-6.5-1' of...
Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD KVM/arm64 fixes for 6.5, part #1 - Avoid pKVM finalization if KVM initialization fails - Add missing BTI instructions in the hypervisor, fixing an early boot failure on BTI systems - Handle MMU notifiers correctly for non hugepage-aligned memslots - Work around a bug in the architecture where hypervisor timer controls have UNKNOWN behavior under nested virt. - Disable preemption in kvm_arch_hardware_enable(), fixing a kernel BUG in cpu hotplug resulting from per-CPU accessor sanity checking. - Make WFI emulation on GICv4 systems robust w.r.t. preemption, consistently requesting a doorbell interrupt on vcpu_put() - Uphold RES0 sysreg behavior when emulating older PMU versions - Avoid macro expansion when initializing PMU register names, ensuring the tracepoints pretty-print the sysreg.
No related branches found
No related tags found
Showing
- arch/arm64/include/asm/kvm_host.h 2 additions, 0 deletionsarch/arm64/include/asm/kvm_host.h
- arch/arm64/include/asm/kvm_pgtable.h 9 additions, 17 deletionsarch/arm64/include/asm/kvm_pgtable.h
- arch/arm64/include/asm/virt.h 1 addition, 0 deletionsarch/arm64/include/asm/virt.h
- arch/arm64/kvm/arch_timer.c 3 additions, 3 deletionsarch/arm64/kvm/arch_timer.c
- arch/arm64/kvm/arm.c 24 additions, 4 deletionsarch/arm64/kvm/arm.c
- arch/arm64/kvm/hyp/hyp-entry.S 8 additions, 0 deletionsarch/arm64/kvm/hyp/hyp-entry.S
- arch/arm64/kvm/hyp/nvhe/host.S 10 additions, 0 deletionsarch/arm64/kvm/hyp/nvhe/host.S
- arch/arm64/kvm/hyp/nvhe/psci-relay.c 1 addition, 1 deletionarch/arm64/kvm/hyp/nvhe/psci-relay.c
- arch/arm64/kvm/hyp/pgtable.c 38 additions, 9 deletionsarch/arm64/kvm/hyp/pgtable.c
- arch/arm64/kvm/mmu.c 8 additions, 10 deletionsarch/arm64/kvm/mmu.c
- arch/arm64/kvm/pkvm.c 1 addition, 1 deletionarch/arm64/kvm/pkvm.c
- arch/arm64/kvm/sys_regs.c 21 additions, 21 deletionsarch/arm64/kvm/sys_regs.c
- arch/arm64/kvm/vgic/vgic-v3.c 1 addition, 1 deletionarch/arm64/kvm/vgic/vgic-v3.c
- arch/arm64/kvm/vgic/vgic-v4.c 5 additions, 2 deletionsarch/arm64/kvm/vgic/vgic-v4.c
- include/kvm/arm_vgic.h 1 addition, 1 deletioninclude/kvm/arm_vgic.h
Loading
Please register or sign in to comment