1. 2d38c80 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 2 months ago
  2. 699116c Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 2 months ago
  3. d2782505 KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transition by Marc Zyngier · 4 years, 2 months ago
  4. b6d6db4 KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidation by Marc Zyngier · 4 years, 2 months ago
  5. 28e81c6 KVM: arm64: Don't corrupt tpidr_el2 on failed HVC call by Marc Zyngier · 4 years, 2 months ago
  6. 96d389ca arm64: Add workaround for Arm Cortex-A77 erratum 1508412 by Rob Herring · 4 years, 2 months ago
  7. c0623f5 Merge branch 'kvm-fixes' into 'next' by Paolo Bonzini · 4 years, 2 months ago
  8. 452d6222 KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guest by Marc Zyngier · 4 years, 6 months ago
  9. 14ef9d0 Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/next by Marc Zyngier · 4 years, 3 months ago
  10. 816c347 Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp-pcpu by Marc Zyngier · 4 years, 3 months ago
  11. 30c9539 kvm: arm64: Set up hyp percpu data for nVHE by David Brazdil · 4 years, 3 months ago
  12. 2a1198c kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE by David Brazdil · 4 years, 3 months ago
  13. df4c821 kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp by David Brazdil · 4 years, 3 months ago
  14. 717cf94 kvm: arm64: Remove __hyp_this_cpu_read by David Brazdil · 4 years, 3 months ago
  15. ab25464 kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY by David Brazdil · 4 years, 3 months ago
  16. 29e8910 KVM: arm64: Simplify handling of ARCH_WORKAROUND_2 by Marc Zyngier · 4 years, 4 months ago
  17. a071261 KVM: arm64: nVHE: Fix pointers during SMCCC convertion by Andrew Scull · 4 years, 4 months ago
  18. 04e4caa KVM: arm64: nVHE: Migrate hyp-init to SMCCC by Andrew Scull · 4 years, 4 months ago
  19. 0546983 KVM: arm64: nVHE: Migrate hyp interface to SMCCC by Andrew Scull · 4 years, 4 months ago
  20. 5dc33bd KVM: arm64: nVHE: Pass pointers consistently to hyp-init by Andrew Scull · 4 years, 4 months ago
  21. a2e102e KVM: arm64: nVHE: Handle hyp panics by Andrew Scull · 4 years, 4 months ago
  22. 4e3393a KVM: arm64: nVHE: Switch to hyp context for EL2 by Andrew Scull · 4 years, 4 months ago
  23. 7db2153 KVM: arm64: Restore hyp when panicking in guest context by Andrew Scull · 4 years, 4 months ago
  24. b619d9a KVM: arm64: Introduce hyp context by Andrew Scull · 4 years, 4 months ago
  25. 472fc01 KVM: arm64: nVHE: Don't consume host SErrors with ESB by Andrew Scull · 4 years, 4 months ago
  26. 6e3bfbb KVM: arm64: nVHE: Use separate vector for the host by Andrew Scull · 4 years, 4 months ago
  27. 6a0259e KVM: arm64: Remove hyp_panic arguments by Andrew Scull · 4 years, 4 months ago
  28. 501a67a KVM: arm64: Remove __activate_vm wrapper by Andrew Scull · 4 years, 4 months ago
  29. e9ee186 KVM: arm64: Add kvm_extable for vaxorcism code by James Morse · 4 years, 5 months ago
  30. 0378dae Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next-5.6 by Paolo Bonzini · 4 years, 5 months ago
  31. 236a559 Merge branch 'kvm-arm64/el2-obj-v4.1' into kvmarm-master/next by Marc Zyngier · 4 years, 5 months ago
  32. bdbc0c7 KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text by David Brazdil · 4 years, 5 months ago
  33. fc27932 Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIP by Marc Zyngier · 4 years, 5 months ago
  34. 71071ac KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access by Marc Zyngier · 4 years, 9 months ago
  35. efaa5b9 KVM: arm64: Use TTL hint in when invalidating stage-2 translations by Marc Zyngier · 6 years ago
  36. a0e50aa KVM: arm64: Factor out stage 2 page table data from struct kvm by Christoffer Dall · 6 years ago
  37. c50cb04 KVM: arm64: Remove __hyp_text macro, use build rules instead by David Brazdil · 4 years, 6 months ago
  38. c04dd45 KVM: arm64: Compile remaining hyp/ files for both VHE/nVHE by David Brazdil · 4 years, 6 months ago
  39. 9aebdea KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHE by David Brazdil · 4 years, 6 months ago
  40. 13aeb9b KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHE by David Brazdil · 4 years, 6 months ago
  41. d400c5b KVM: arm64: Split hyp/debug-sr.c to VHE/nVHE by David Brazdil · 4 years, 6 months ago
  42. 09cf57e KVM: arm64: Split hyp/switch.c to VHE/nVHE by David Brazdil · 4 years, 6 months ago
  43. e03fa29 KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHE by David Brazdil · 4 years, 6 months ago
  44. 208243c KVM: arm64: Move hyp-init.S to nVHE by Andrew Scull · 4 years, 6 months ago
  45. b877e98 KVM: arm64: Build hyp-entry.S separately for VHE/nVHE by David Brazdil · 4 years, 6 months ago
  46. 7621712 KVM: arm64: Add build rules for separate VHE/nVHE object files by David Brazdil · 4 years, 6 months ago