Message ID | 20231012205422.3924618-1-oliver.upton@linux.dev (mailing list archive) |
---|---|
Headers | show |
Series | KVM: arm64: Load stage-2 in vcpu_load() on VHE | expand |
On Thu, 12 Oct 2023 20:54:17 +0000, Oliver Upton wrote: > Clearly my half-assed attempt at this series needed a bit of TLC. > Respinning with Marc's diff to make sure the stage-2 is in a consistent > state after VMID rollover and MMU notifiers triggering TLB invalidation. > > v2: https://lore.kernel.org/kvmarm/20231006093600.1250986-1-oliver.upton@linux.dev/ > > Marc Zyngier (2): > KVM: arm64: Restore the stage-2 context in VHE's > __tlb_switch_to_host() > KVM: arm64: Reload stage-2 for VMID change on VHE > > [...] Applied to kvmarm/next, thanks! [1/5] KVM: arm64: Don't zero VTTBR in __tlb_switch_to_host() https://git.kernel.org/kvmarm/kvmarm/c/65221c1f57f6 [2/5] KVM: arm64: Restore the stage-2 context in VHE's __tlb_switch_to_host() https://git.kernel.org/kvmarm/kvmarm/c/35a647ce2419 [3/5] KVM: arm64: Reload stage-2 for VMID change on VHE https://git.kernel.org/kvmarm/kvmarm/c/052166906b67 [4/5] KVM: arm64: Rename helpers for VHE vCPU load/put https://git.kernel.org/kvmarm/kvmarm/c/8f7d6be28d46 [5/5] KVM: arm64: Load the stage-2 MMU context in kvm_vcpu_load_vhe() https://git.kernel.org/kvmarm/kvmarm/c/0556bbf8a5ed -- Best, Oliver