1. d53a4c8 Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  2. fe38bd6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  3. e77fafe Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  4. aa979fa arm64: KVM: Replace hyp_alternate_select with has_vhe() by Marc Zyngier · 5 years ago
  5. b6749e2 arm64: KVM: Drop hyp_alternate_select for checking for ARM64_WORKAROUND_834220 by Marc Zyngier · 5 years ago
  6. ac12cf8 Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/core by Will Deacon · 5 years ago
  7. 5c062ef arm64: kvm: Replace hardcoded '1' with SYS_PAR_EL1_F by Will Deacon · 6 years ago
  8. 363de99 arm64/kvm: Remove VMID rollover I-cache maintenance by Mark Rutland · 6 years ago
  9. 5383cc6 arm64: mm: Introduce vabits_actual by Steve Capper · 6 years ago
  10. 03fdfb2 KVM: arm64: Don't write junk to sysregs on reset by Marc Zyngier · 6 years ago
  11. cdb2d3e arm64: KVM: hyp: debug-sr: Mark expected switch fall-through by Anders Roxell · 6 years ago
  12. 3d584a3 arm64: KVM: regmap: Fix unexpected switch fall-through by Anders Roxell · 6 years ago
  13. 39d7530 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  14. dfd437a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  15. fdec2a9 KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s by Dave Martin · 6 years ago
  16. 418e5ca KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions by Andrew Murray · 6 years ago
  17. 11b4162 KVM: arm64: Skip more of the SError vaxorcism by James Morse · 6 years ago
  18. dad6321 KVM: arm64: Re-mask SError after the one instruction window by James Morse · 6 years ago
  19. 5dcd0fd KVM: arm64: Defer guest entry when an asynchronous exception is pending by James Morse · 6 years ago
  20. 0e5b9c0 KVM: arm64: Consume pending SError as early as possible by James Morse · 6 years ago
  21. 5d99437 KVM: arm64: Make indirect vectors preamble behaviour symmetric by James Morse · 6 years ago
  22. 3dbf100 KVM: arm64: Abstract the size of the HYP vectors pre-amble by James Morse · 6 years ago
  23. e644fa1 KVM: arm64/sve: Fix vq_present() macro to yield a bool by Zhang Lei · 6 years ago
  24. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  25. bd82d4b arm64: Fix incorrect irqflag restore for priority masking by Julien Thierry · 6 years ago
  26. b3e9783 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  27. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  28. df205b5 KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST by Dave Martin · 6 years ago
  29. 0c529ff KVM: arm64: Implement vq_present() as a macro by Viresh Kumar · 6 years ago
  30. 75a6faf treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 by Thomas Gleixner · 6 years ago
  31. 54b8c7c arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use it by Julien Grall · 6 years ago
  32. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  33. 623e152 KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentation by James Morse · 6 years ago
  34. b7c50fa KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentation by James Morse · 6 years ago
  35. 0ef0fd3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  36. dd53f61 Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  37. 9eecfc2 KVM: arm64: Fix ptrauth ID register masking logic by Kristina Martsenko · 6 years ago
  38. 2113730 arm64: KVM: Fix perf cycle counter support for VHE by Andrew Murray · 6 years ago
  39. 39e3406 arm64: KVM: Avoid isb's by using direct pmxevtyper sysreg by Andrew Murray · 6 years ago
  40. 435e53f arm64: KVM: Enable VHE support for :G/:H perf event modifiers by Andrew Murray · 6 years ago
  41. 3d91bef arm64: KVM: Enable !VHE support for :G/:H perf event modifiers by Andrew Murray · 6 years ago
  42. eb41238 arm64: KVM: Add accessors to track guest/host only counters by Andrew Murray · 6 years ago
  43. a243c16 KVM: arm64: Add capability to advertise ptrauth for guest by Amit Daniel Kachhap · 6 years ago
  44. a22fa32 KVM: arm64: Add userspace flag to enable pointer authentication by Amit Daniel Kachhap · 6 years ago
  45. 384b40c KVM: arm/arm64: Context-switch ptrauth registers by Mark Rutland · 6 years ago
  46. 5dd50aa Make anon_inodes unconditional by David Howells · 6 years ago
  47. 92e68b2 KVM: arm/arm64: Clean up vcpu finalization function parameter naming by Dave Martin · 6 years ago
  48. ecfb6ed KVM: arm64/sve: Explain validity checks in set_sve_vls() by Dave Martin · 6 years ago
  49. 4bd774e KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizing by Dave Martin · 6 years ago
  50. 55ffad3 KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region() by Dave Martin · 6 years ago
  51. 52110aa KVM: arm64/sve: Make register ioctl access errors more consistent by Dave Martin · 6 years ago
  52. f8d4635 KVM: arm64/sve: Miscellaneous tidyups in guest.c by Dave Martin · 6 years ago
  53. 8ae6efd KVM: arm64/sve: Clean up UAPI register ID definitions by Dave Martin · 6 years ago
  54. 700698a KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNs by Dave Martin · 6 years ago
  55. a3be836 KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE by Dave Martin · 6 years ago
  56. 5d8d4af arm64: KVM: Fix system register enumeration by Marc Zyngier · 6 years ago
  57. 555f3d0 KVM: arm64: Add a capability to advertise SVE support by Dave Martin · 6 years ago
  58. 9a3cdf2 KVM: arm64/sve: Allow userspace to enable SVE for vcpus by Dave Martin · 6 years ago
  59. 9033bba KVM: arm64/sve: Add pseudo-register for the guest's vector lengths by Dave Martin · 6 years ago
  60. 8e3c54c KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST by Dave Martin · 6 years ago
  61. e1c9c98 KVM: arm64/sve: Add SVE support to register access ioctl interface by Dave Martin · 6 years ago
  62. 8c86dfe KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpus by Dave Martin · 6 years ago
  63. be25bbb KVM: arm64: Factor out core register ID enumeration by Dave Martin · 6 years ago
  64. dc52f31 KVM: arm64: Add missing #include of <linux/string.h> in guest.c by Dave Martin · 6 years ago
  65. b43b5dd KVM: arm64/sve: Context switch the SVE registers by Dave Martin · 6 years ago
  66. 7343376 KVM: arm64/sve: System register context switch and access support by Dave Martin · 6 years ago
  67. 7f34e40 KVM: arm64: Support runtime sysreg visibility filtering by Dave Martin · 6 years ago
  68. 1c19991 KVM: arm64: Propagate vcpu into read_id_reg() by Dave Martin · 6 years ago
  69. 0495067 arm64/sve: Enable SVE state tracking for non-task contexts by Dave Martin · 6 years ago
  70. 7aa92cf KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance by Dave Martin · 6 years ago
  71. ebff0b0 KVM: arm64: Reset the PMU in preemptible context by Marc Zyngier · 6 years ago
  72. 636deed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  73. 3d8dfe7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  74. c88b093 arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2 by Dave Martin · 6 years ago
  75. 05277f3 KVM: arm/arm64: Prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  76. 3644a35b KVM: arm/arm64: Remove -I. header search paths by Masahiro Yamada · 6 years ago
  77. 793acf8 arm64: KVM: Describe data or unified caches as having 1 set and 1 way by Ard Biesheuvel · 6 years ago
  78. f7f2b15 arm64: KVM: Expose sanitised cache type register to guest by Ard Biesheuvel · 6 years ago
  79. 84135d3 KVM: arm/arm64: consolidate arch timer trap handlers by Andre Przywara · 7 years ago
  80. 09838de KVM: arm64: Reuse sys_reg() macro when searching the trap table by Marc Zyngier · 6 years ago
  81. 32f1395 arm/arm64: KVM: Statically configure the host's view of MPIDR by Marc Zyngier · 6 years ago
  82. 7cba8a8 arm64: KVM: Drop VHE-specific HYP call stub by Marc Zyngier · 6 years ago
  83. 7aa8d14 arm/arm64: KVM: Introduce kvm_call_hyp_ret() by Marc Zyngier · 6 years ago
  84. 7d82602 KVM: arm64: Forbid kprobing of the VHE world-switch code by James Morse · 6 years ago
  85. 20589c8 arm/arm64: KVM: Don't panic on failure to properly reset system registers by Marc Zyngier · 6 years ago
  86. 358b28f arm/arm64: KVM: Allow a VCPU to fully reset itself by Marc Zyngier · 6 years ago
  87. e761a92 KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loaded by Christoffer Dall · 6 years ago
  88. 85738e0 arm64: kvm: Unmask PMR before entering guest by Julien Thierry · 6 years ago
  89. 2292552 arm64: KVM: Don't generate UNDEF when LORegion feature is present by Marc Zyngier · 6 years ago
  90. 769e470 Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  91. 42b00f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  92. 8636a1f treewide: surround Kconfig file paths with double quotes by Masahiro Yamada · 6 years ago
  93. 599d79d arm64: KVM: Add trapped system register access tracepoint by Marc Zyngier · 6 years ago
  94. da6f166 KVM: arm64: Make vcpu const in vcpu_read_sys_reg by Christoffer Dall · 6 years ago
  95. d1878af KVM: arm/arm64: Log PSTATE for unhandled sysregs by Mark Rutland · 6 years ago
  96. bd7d95c arm64: KVM: Consistently advance singlestep when emulating instructions by Mark Rutland · 6 years ago
  97. a1ee8ab arm64/kvm: hide ptrauth from guests by Mark Rutland · 6 years ago
  98. 4eaed6a arm64/kvm: consistently handle host HCR_EL2 flags by Mark Rutland · 6 years ago
  99. bc84a2d Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/core by Will Deacon · 6 years ago
  100. eb036ad arm64: KVM: Handle ARM erratum 1165522 in TLB invalidation by Marc Zyngier · 6 years ago