1. 71a7f8c KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exception by James Morse · 4 years, 5 months ago
  2. 4fcdf10 arm64/kvm: disable access to AMU registers from kvm guests by Ionela Voinescu · 4 years, 10 months ago
  3. 5c40130 KVM: arm64: Don't set HCR_EL2.TVM when S2FWB is supported by Christoffer Dall · 5 years ago
  4. 6701c61 KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new EC by Zenghui Yu · 5 years ago
  5. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  6. 42b00f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  7. df655b7 arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1 by Will Deacon · 6 years ago
  8. 71a7e47 KVM: arm/arm64: Fixup the kvm_exit tracepoint by Christoffer Dall · 6 years ago
  9. b3669b1 arm64: Don't trap host pointer auth use to EL2 by Mark Rutland · 6 years ago
  10. 4eaed6a arm64/kvm: consistently handle host HCR_EL2 flags by Mark Rutland · 6 years ago
  11. 0d1e8b8 Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  12. bca607e KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2 by Marc Zyngier · 6 years ago
  13. bc1d7de kvm: arm64: Add 52bit support for PAR to HPFAR conversoin by Suzuki K Poulose · 6 years ago
  14. 13ac4bb kvm: arm64: Switch to per VM IPA limit by Suzuki K Poulose · 6 years ago
  15. 7e81304 kvm: arm64: Configure VTCR_EL2.SL0 per VM by Suzuki K Poulose · 6 years ago
  16. 5955833 kvm: arm64: Dynamic configuration of VTTBR mask by Suzuki K Poulose · 6 years ago
  17. 7665f3a kvm: arm64: Configure VTCR_EL2 per VM by Suzuki K Poulose · 6 years ago
  18. b2df44f kvm: arm64: Clean up VTCR_EL2 initialisation by Suzuki K Poulose · 6 years ago
  19. ab51002 arm64: KVM: Enable Common Not Private translations by Vladimir Murzin · 6 years ago
  20. e48d53a arm64: KVM: Add support for Stage-2 control of memory types and cacheability by Marc Zyngier · 7 years ago
  21. 35a84de KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag by Shih-Wei Li · 7 years ago
  22. cc33c4e arm64/kvm: Prohibit guest LOR accesses by Mark Rutland · 7 years ago
  23. 558daf6 KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA by Dongjiu Geng · 7 years ago
  24. 26aa7b3 arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one by Kristina Martsenko · 7 years ago
  25. 17eed27 arm64/sve: KVM: Prevent guests from using SVE by Dave Martin · 7 years ago
  26. 6723656 arm64/sve: System register and exception syndrome definitions by Dave Martin · 7 years ago
  27. 621f48e arm/arm64: KVM: add guest SEA support by Tyler Baicar · 8 years ago
  28. f85279b arm64: KVM: Save/restore the host SPE state when entering/leaving a VM by Will Deacon · 8 years ago
  29. 7b17145 arm64: KVM: Rename HCR_VA to HCR_VSE by Marc Zyngier · 8 years ago
  30. edce229 KVM: ARM64: Fix typos by Andrea Gelmini · 9 years ago
  31. 7beaa24 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  32. be09201 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  33. 0648505 kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tables by Catalin Marinas · 9 years ago
  34. e7227d0 arm64: Cleanup SCTLR flags by Geoff Levand · 9 years ago
  35. 02e0b76 arm64: kvm: Add support for 16K pages by Suzuki K Poulose · 9 years ago
  36. acd0501 arm64: Cleanup VTCR_EL2 and VTTBR field values by Suzuki K Poulose · 9 years ago
  37. a563f75 arm64: Reuse TCR field definitions for EL1 and EL2 by Suzuki K Poulose · 9 years ago
  38. 6141570 arm64: KVM: Warn when PARange is less than 40 bits by Marc Zyngier · 9 years ago
  39. cb678d6 arm64: kvm: 4.6-rc1: Fix VTCR_EL2 VS setting by Suzuki K Poulose · 9 years ago
  40. 588ab3f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  41. ef769e3 arm64: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  42. 68908bf arm64: KVM: VHE: Implement VHE activate/deactivate_traps by Marc Zyngier · 10 years ago
  43. 3287622 arm64: KVM: VHE: Make __fpsimd_enabled VHE aware by Marc Zyngier · 9 years ago
  44. 3c5b1d9 arm64: KVM: Configure TCR_EL2.PS at runtime by Tirumalesh Chalamarla · 9 years ago
  45. a7e0ac2 arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2 by Dave Martin · 9 years ago
  46. 20475f7 arm64: KVM: Add support for 16-bit VMID by Vladimir Murzin · 9 years ago
  47. b5905dc arm/arm64: KVM: Improve kvm_exit tracepoint by Christoffer Dall · 9 years ago
  48. 34c3faa arm64: KVM: Remove all traces of the ThumbEE registers by Will Deacon · 9 years ago
  49. 857d1a9 arm64: KVM: set {v,}TCR_EL2 RES1 bits by Mark Rutland · 9 years ago
  50. 33c76a0 arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exits by Mario Smarduch · 9 years ago
  51. bf0fb67 Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next' by Paolo Bonzini · 10 years ago
  52. 35307b9 arm/arm64: KVM: Implement Stage-2 page aging by Marc Zyngier · 10 years ago
  53. 84ed741 arm64: KVM: Fix outdated comment about VTCR_EL2.PS by Marc Zyngier · 10 years ago
  54. 6e53031 arm64: kvm: remove ESR_EL2_* macros by Mark Rutland · 10 years ago
  55. 286fb1c arm64/kvm: Fix assembler compatibility of macros by Geoff Levand · 10 years ago
  56. dbff124 arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc by Joel Schopp · 10 years ago
  57. ac3c374 arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch code by Marc Zyngier · 11 years ago
  58. 7cbb39d Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  59. 87366d8 arm64: Add boot time configuration of Intermediate Physical Address size by Radha Mohan Chintakuntla · 11 years ago
  60. 4d44923 arm64: KVM: trap VM system registers until MMU and caches are ON by Marc Zyngier · 11 years ago
  61. bfb67a5 arm64: fix typo: s/SERRROR/SERROR/ by Mark Rutland · 11 years ago
  62. d241aac arm64: KVM: Yield CPU when vcpu executes a WFE by Marc Zyngier · 11 years ago
  63. 0369f6a arm64: KVM: EL2 register definitions by Marc Zyngier · 12 years ago