1. 79e06c4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
  2. 8e5b0ad Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  3. 7fd55a0 Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years ago
  4. 52b2865 KVM: arm64: pkvm: Unshare guest structs during teardown by Quentin Perret · 3 years ago
  5. 3f868e1 KVM: arm64: Introduce kvm_share_hyp() by Quentin Perret · 3 years ago
  6. d92a5d1 KVM: Add helpers to wake/query blocking vCPU by Sean Christopherson · 3 years, 3 months ago
  7. 91b99ea KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt() by Sean Christopherson · 3 years, 3 months ago
  8. 6109c5a KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook by Sean Christopherson · 3 years, 3 months ago
  9. 46808a4 KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index by Marc Zyngier · 3 years, 1 month ago
  10. 27592ae KVM: Move wiping of the kvm->vcpus array to common code by Marc Zyngier · 3 years, 1 month ago
  11. 2d761db Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/next by Marc Zyngier · 3 years, 1 month ago
  12. cc5705f KVM: arm64: Drop vcpu->arch.has_run_once for vcpu->pid by Marc Zyngier · 3 years, 2 months ago
  13. b5aa368 KVM: arm64: Merge kvm_arch_vcpu_run_pid_change() and kvm_vcpu_first_run_init() by Marc Zyngier · 3 years, 2 months ago
  14. 1408e73 KVM: arm64: Restructure the point where has_run_once is advertised by Marc Zyngier · 3 years, 2 months ago
  15. 052f064 KVM: arm64: Move kvm_arch_vcpu_run_pid_change() out of line by Marc Zyngier · 3 years, 2 months ago
  16. af9a0e2 KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATE by Marc Zyngier · 3 years, 2 months ago
  17. f60a00d KVM: arm64: Cap KVM_CAP_NR_VCPUS by kvm_arm_default_max_vcpus() by Vitaly Kuznetsov · 3 years, 1 month ago
  18. 17ed14e KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c by Sean Christopherson · 3 years, 2 months ago
  19. e1bfc24 KVM: Move x86's perf guest info callbacks to generic KVM by Sean Christopherson · 3 years, 2 months ago
  20. 84886c2 Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 3 years, 1 month ago
  21. 08e873c KVM: arm64: Change the return type of kvm_vcpu_preferred_target() by YueHaibing · 3 years, 2 months ago
  22. 4e33868 Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 2 months ago
  23. be08c3c Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/next by Marc Zyngier · 3 years, 2 months ago
  24. 5f8b259 Merge branch kvm-arm64/memory-accounting into kvmarm-master/next by Marc Zyngier · 3 years, 2 months ago
  25. 115bae9 KVM: arm64: Add memcg accounting to KVM allocations by Jia He · 3 years, 4 months ago
  26. 2a0c343 KVM: arm64: Initialize trap registers for protected VMs by Fuad Tabba · 3 years, 3 months ago
  27. 6c30bfb KVM: arm64: Add handlers for protected VM System Registers by Fuad Tabba · 3 years, 3 months ago
  28. a049cf7 Merge branch kvm-arm64/misc-5.16 into kvmarm-master/next by Marc Zyngier · 3 years, 3 months ago
  29. b6a68b9 KVM: arm64: Allow KVM to be disabled from the command line by Marc Zyngier · 3 years, 3 months ago
  30. 2f2e1a5 KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall by Will Deacon · 3 years, 3 months ago
  31. 8579a18 KVM: arm64: Reject stub hypercalls after pKVM has been initialised by Will Deacon · 3 years, 3 months ago
  32. 78b497f kvm: use kvfree() in kvm_arch_free_vm() by Juergen Gross · 3 years, 4 months ago
  33. 7c7b363 Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/next by Marc Zyngier · 3 years, 4 months ago
  34. deb151a Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/next by Marc Zyngier · 3 years, 4 months ago
  35. ca3385a Merge branch kvm-arm64/generic-entry into kvmarm-master/next by Marc Zyngier · 3 years, 4 months ago
  36. 78bc117 Merge branch kvm-arm64/psci/cpu_on into kvmarm-master/next by Marc Zyngier · 3 years, 4 months ago
  37. cf0c712 Merge branch kvm-arm64/mmu/el2-tracking into kvmarm-master/next by Marc Zyngier · 3 years, 4 months ago
  38. 82f8d54 Merge branch kvm-arm64/mmu/kmemleak-pkvm into kvmarm-master/next by Marc Zyngier · 3 years, 4 months ago
  39. fb1c16c Merge tag 'kvmarm-fixes-5.14-2' into kvm-arm64/mmu/el2-tracking by Marc Zyngier · 3 years, 4 months ago
  40. cd49622 KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch by Fuad Tabba · 3 years, 4 months ago
  41. cf364e0 KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE by Marc Zyngier · 3 years, 5 months ago
  42. 6caa581 KVM: arm64: Use generic KVM xfer to guest work function by Oliver Upton · 3 years, 5 months ago
  43. fe5161d KVM: arm64: Record number of signal exits as a vCPU stat by Oliver Upton · 3 years, 5 months ago
  44. 6826c68 KVM: arm64: Handle PSCI resets before userspace touches vCPU state by Oliver Upton · 3 years, 4 months ago
  45. 9329752 KVM: arm64: Drop unused REQUIRES_VIRT by Anshuman Khandual · 3 years, 5 months ago
  46. 6b7982f KVM: arm64: Drop check_kvm_target_cpu() based percpu probe by Anshuman Khandual · 3 years, 5 months ago
  47. bf249d9 KVM: arm64: Drop init_common_resources() by Anshuman Khandual · 3 years, 5 months ago
  48. ad0e013 KVM: arm64: Remove __pkvm_mark_hyp by Quentin Perret · 3 years, 5 months ago
  49. 47e6223 KVM: arm64: Unregister HYP sections from kmemleak in protected mode by Marc Zyngier · 3 years, 5 months ago
  50. c4d7c51 KVM: arm64: Fix race when enabling KVM_ARM_CAP_MTE by Steven Price · 3 years, 5 months ago
  51. 36824f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 6 months ago
  52. 9840cfc Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 6 months ago
  53. eda2171 Merge branch 'for-next/cpufeature' into for-next/core by Will Deacon · 3 years, 6 months ago
  54. 9f03db6 Merge branch kvm-arm64/mmu/mte into kvmarm-master/next by Marc Zyngier · 3 years, 6 months ago
  55. f0376ed KVM: arm64: Add ioctl to fetch/store tags in a guest by Steven Price · 3 years, 6 months ago
  56. 673638f KVM: arm64: Expose KVM_ARM_CAP_MTE by Steven Price · 3 years, 6 months ago
  57. 85c653f Merge branch arm64/for-next/caches into kvmarm-master/next by Marc Zyngier · 3 years, 6 months ago
  58. d0c94c4 KVM: arm64: Restore PMU configuration on first run by Marc Zyngier · 3 years, 7 months ago
  59. 2f6a49b KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support by Will Deacon · 3 years, 7 months ago
  60. e3e880b KVM: arm64: Resolve all pending PC updates before immediate exit by Zenghui Yu · 3 years, 7 months ago
  61. fade9c2 arm64: Rename arm64-internal cache maintenance functions by Fuad Tabba · 3 years, 7 months ago
  62. 26778aa KVM: arm64: Commit pending PC adjustemnts before returning to userspace by Marc Zyngier · 3 years, 8 months ago
  63. c4f7190 Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 8 months ago
  64. 6c9dd6d KVM: constify kvm_arch_flush_remote_tlbs_memslot by Paolo Bonzini · 3 years, 9 months ago
  65. fa18aca KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2 by Maxim Levitsky · 3 years, 9 months ago
  66. d8f37d29 Merge branch 'kvm-arm64/ptp' into kvmarm-master/next by Marc Zyngier · 3 years, 9 months ago
  67. ad569b7 Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/next by Marc Zyngier · 3 years, 9 months ago
  68. ac5ce24 Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/next by Marc Zyngier · 3 years, 9 months ago
  69. fbb31e5 Merge branch 'kvm-arm64/debug-5.13' into kvmarm-master/next by Marc Zyngier · 3 years, 9 months ago
  70. 263d628 KVM: arm64: Initialize VCPU mdcr_el2 before loading it by Alexandru Elisei · 3 years, 9 months ago
  71. 3bf7256 KVM: arm64: Add support for the KVM PTP service by Jianyong Wu · 4 years, 1 month ago
  72. d2602bb KVM: arm64: Move SPE availability check to VCPU load by Suzuki K Poulose · 3 years, 9 months ago
  73. 52b9e26 KVM: arm64: Fix error return code in init_hyp_mode() by Wang Wensheng · 3 years, 9 months ago
  74. b1306fe KVM: arm64: Make symbol '_kvm_host_prot_finalize' static by Xu Jia · 3 years, 9 months ago
  75. 7c41993 KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructure by Marc Zyngier · 3 years, 9 months ago
  76. 90134ac KVM: arm64: Protect the .hyp sections from the host by Quentin Perret · 3 years, 9 months ago
  77. 1025c8c KVM: arm64: Wrap the host with a stage 2 by Quentin Perret · 3 years, 9 months ago
  78. 734864c KVM: arm64: Set host stage 2 using kvm_nvhe_init_params by Quentin Perret · 3 years, 9 months ago
  79. bfa79a8 KVM: arm64: Elevate hypervisor mappings creation at EL2 by Quentin Perret · 3 years, 9 months ago
  80. bc1d289 KVM: arm64: Factor out vector address calculation by Quentin Perret · 3 years, 9 months ago
  81. 380e18a KVM: arm64: Introduce a BSS section for use at Hyp by Quentin Perret · 3 years, 9 months ago
  82. 9cc7758 KVM: arm64: Initialize kvm_nvhe_init_params early by Quentin Perret · 3 years, 9 months ago
  83. a1baa01 Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2 by Marc Zyngier · 3 years, 9 months ago
  84. 6e94095 KVM: arm64: Enable SVE support for nVHE by Daniel Kiss · 3 years, 10 months ago
  85. 9d0c8e7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 10 months ago
  86. 01dc926 KVM: arm64: Ensure I-cache isolation between vcpus of a same VM by Marc Zyngier · 3 years, 10 months ago
  87. 3e10585 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 10 months ago
  88. 99ca0ed Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 10 months ago
  89. e7ae2ec Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/next by Marc Zyngier · 3 years, 11 months ago
  90. 1945a06 arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0 by Marc Zyngier · 3 years, 11 months ago
  91. 16174ee KVM: arm64: Set up .hyp.rodata ELF section by David Brazdil · 4 years ago
  92. e166337 KVM: arm64: Compute TPIDR_EL2 ignoring MTE tag by Steven Price · 4 years ago
  93. 44362a3 KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotation by Marc Zyngier · 4 years ago
  94. 1c91f06 KVM: arm64: Move double-checked lock to kvm_vgic_map_resources() by Alexandru Elisei · 4 years, 1 month ago
  95. 767c973 KVM: arm64: Declutter host PSCI 0.1 handling by Marc Zyngier · 4 years ago
  96. 61fe0c3 KVM: arm64: Minor cleanup of hyp variables used in host by David Brazdil · 4 years, 1 month ago
  97. ff367fe KVM: arm64: Prevent use of invalid PSCI v0.1 function IDs by David Brazdil · 4 years, 1 month ago
  98. 3a51459 Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master/next by Marc Zyngier · 4 years, 1 month ago
  99. f19f664 KVM: arm64: Fix EL2 mode availability checks by David Brazdil · 4 years, 1 month ago
  100. fa8c3d6 KVM: arm64: Keep nVHE EL2 vector installed by David Brazdil · 4 years, 1 month ago