1. 662f1d1 KVM: nVMX: Add support for capturing highest observable L2 TSC by Aaron Lewis · 5 years ago
  2. ef0fbca kvm: vmx: Rename function find_msr() to vmx_find_msr_index() by Aaron Lewis · 5 years ago
  3. 7cfe052 kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_LOADSTORE_MSRS by Aaron Lewis · 5 years ago
  4. 365d3d5 kvm: nested: Introduce read_and_check_msr_entry() by Aaron Lewis · 5 years ago
  5. d4069db KVM: nVMX: mark functions in the header as "static inline" by Paolo Bonzini · 5 years ago
  6. 03a8871a KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control by Oliver Upton · 5 years ago
  7. 71f7347 KVM: nVMX: Load GUEST_IA32_PERF_GLOBAL_CTRL MSR on VM-Entry by Oliver Upton · 5 years ago
  8. 458151f KVM: nVMX: Use kvm_set_msr to load IA32_PERF_GLOBAL_CTRL on VM-Exit by Oliver Upton · 5 years ago
  9. c547cb6 KVM: nVMX: Check HOST_IA32_PERF_GLOBAL_CTRL on VM-Entry by Oliver Upton · 5 years ago
  10. bfc6ad6 KVM: nVMX: Check GUEST_IA32_PERF_GLOBAL_CTRL on VM-Entry by Oliver Upton · 5 years ago
  11. 9477f44 KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRL by Oliver Upton · 5 years ago
  12. 1924242 KVM: x86: Optimization: Requst TLB flush in fast_cr3_switch() instead of do it directly by Liran Alon · 5 years ago
  13. b35e554 KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC by Like Xu · 5 years ago
  14. a6da0d7 KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter by Like Xu · 5 years ago
  15. c900c15 KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callback by Like Xu · 5 years ago
  16. 98ff80f KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecx by Like Xu · 5 years ago
  17. 02d496cf KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPR by Liran Alon · 5 years ago
  18. 132f4f7 KVM: VMX: Refactor update_cr8_intercept() by Liran Alon · 5 years ago
  19. 49d654d KVM: SVM: Remove check if APICv enabled in SVM update_cr8_intercept() handler by Liran Alon · 5 years ago
  20. 1a68623 KVM: APIC: add helper func to remove duplicate code in kvm_pv_send_ipi by Miaohe Lin · 5 years ago
  21. 5b4ce93 KVM: X86: avoid unused setup_syscalls_segments call when SYSCALL check failed by Miaohe Lin · 5 years ago
  22. e64a850 KVM: VMX: Consume pending LAPIC INIT event when exit on INIT_SIGNAL by Liran Alon · 5 years ago
  23. 27cbe7d KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latched by Liran Alon · 5 years ago
  24. ff90afa KVM: x86: Evaluate latched_init in KVM_SET_VCPU_EVENTS when vCPU not in SMM by Liran Alon · 5 years ago
  25. 74c504a x86: retpolines: eliminate retpoline from msr event handlers by Andrea Arcangeli · 5 years ago
  26. 3dcb2a3 KVM: retpolines: x86: eliminate retpoline from svm.c exit handlers by Andrea Arcangeli · 5 years ago
  27. 4289d27 KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers by Andrea Arcangeli · 5 years ago
  28. f399e60 KVM: x86: optimize more exit handlers in vmx.c by Andrea Arcangeli · 5 years ago
  29. 7f7f0d9 KVM: x86: get rid of odd out jump label in pdptrs_changed by Miaohe Lin · 5 years ago
  30. 53fafdb KVM: x86: switch KVMCLOCK base to monotonic raw clock by Marcelo Tosatti · 5 years ago
  31. 19308a4 x86/kvm: Fix -Wmissing-prototypes warnings by Yi Wang · 5 years ago
  32. 5229743 kvm: svm: Update svm_xsaves_supported by Aaron Lewis · 5 years ago
  33. 864e2ab kvm: x86: Move IA32_XSS to kvm_{get,set}_msr_common by Aaron Lewis · 5 years ago
  34. 139a12c KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 code by Aaron Lewis · 5 years ago
  35. 9753d68 KVM: VMX: Use wrmsr for switching between guest and host IA32_XSS on Intel by Aaron Lewis · 5 years ago
  36. 312a1c8 KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMD by Aaron Lewis · 5 years ago
  37. 7895856 KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loaded by Aaron Lewis · 5 years ago
  38. c034f2a KVM: VMX: Fix conditions for guest IA32_XSS support by Aaron Lewis · 5 years ago
  39. 7204160 KVM: x86: Introduce vcpu->arch.xsaves_enabled by Aaron Lewis · 5 years ago
  40. 1b84292 KVM: VMX: Rename {vmx,nested_vmx}_vcpu_setup() by Xiaoyao Li · 5 years ago
  41. 4be5341 KVM: VMX: Initialize vmx->guest_msrs[] right after allocation by Xiaoyao Li · 5 years ago
  42. 3c0f4be KVM: VMX: Remove vmx->hv_deadline_tsc initialization from vmx_vcpu_setup() by Xiaoyao Li · 5 years ago
  43. 35fbe0d KVM: VMX: Write VPID to vmcs when creating vcpu by Xiaoyao Li · 5 years ago
  44. 4be9467 KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAP by Like Xu · 5 years ago
  45. 30ce89a KVM: remove redundant code in kvm_arch_vm_ioctl by Miaohe Lin · 5 years ago
  46. 2cf9af0 kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter by Suthikulpanit, Suravee · 5 years ago
  47. 34059c2 KVM: x86: Fold decache_cr3() into cache_reg() by Sean Christopherson · 5 years ago
  48. cb3c1e2 KVM: x86: Add helpers to test/mark reg availability and dirtiness by Sean Christopherson · 5 years ago
  49. f884554 KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg' by Sean Christopherson · 5 years ago
  50. 489cbcf KVM: x86: Add WARNs to detect out-of-bounds register indices by Sean Christopherson · 5 years ago
  51. 491c1ad KVM: VMX: Optimize vmx_set_rflags() for unrestricted guest by Sean Christopherson · 5 years ago
  52. e7bddc5 KVM: VMX: Consolidate to_vmx() usage in RFLAGS accessors by Sean Christopherson · 5 years ago
  53. b17b743 KVM: VMX: Skip GUEST_CR3 VMREAD+VMWRITE if the VMCS is up-to-date by Sean Christopherson · 5 years ago
  54. 33af3a7 KVM: SVM: Reduce WBINVD/DF_FLUSH invocations by Tom Lendacky · 5 years ago
  55. 0fc5dea KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guests by Tom Lendacky · 5 years ago
  56. 04f11ef KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-Enter by Sean Christopherson · 5 years ago
  57. 83af5e6 KVM: SVM: Guard against DEACTIVATE when performing WBINVD/DF_FLUSH by Tom Lendacky · 5 years ago
  58. e3b9a9e KVM: SVM: Serialize access to the SEV ASID bitmap by Tom Lendacky · 5 years ago
  59. 49dedf0 kvm: clear kvmclock MSR on reset by Paolo Bonzini · 5 years ago
  60. b4fdcf6 KVM: x86: fix bugon.cocci warnings by kbuild test robot · 5 years ago
  61. 1a8211c KVM: VMX: Remove specialized handling of unexpected exit-reasons by Liran Alon · 5 years ago
  62. 41cd02c kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUID by Jim Mattson · 5 years ago
  63. 4fe34d6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  64. 228d120 x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guard by Zhenzhong Duan · 5 years ago
  65. f7c0f50 x86/hyperv: Set pv_info.name to "Hyper-V" by Andrea Parri · 5 years ago
  66. 7a22e03 x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpu by Sean Christopherson · 5 years ago
  67. e211288 x86/hyperv: Make vapic support x2apic mode by Roman Kagan · 5 years ago
  68. 465a7e2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  69. 9b4e40c Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  70. fcb45a2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  71. e9ec358 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  72. 680b5b3c Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  73. 52e92f4 perf/x86/cstate: Add Tiger Lake CPU support by Kan Liang · 5 years ago
  74. 0917b950 perf/x86/msr: Add Tiger Lake CPU support by Kan Liang · 5 years ago
  75. 23645a7 perf/x86/intel: Add Tiger Lake CPU support by Kan Liang · 5 years ago
  76. f1857a2 perf/x86/cstate: Update C-state counters for Ice Lake by Kan Liang · 5 years ago
  77. 1a5da78 perf/x86/msr: Add new CPU model numbers for Ice Lake by Kan Liang · 5 years ago
  78. 1ffa6c0 perf/x86/cstate: Add Comet Lake CPU support by Kan Liang · 5 years ago
  79. 9674b1c perf/x86/msr: Add Comet Lake CPU support by Kan Liang · 5 years ago
  80. 9066288 perf/x86/intel: Add Comet Lake CPU support by Kan Liang · 5 years ago
  81. 7a275fd Merge branch 'x86/urgent' into perf/urgent, to pick up new CPU model definitions by Ingo Molnar · 5 years ago
  82. 1869dbe x86/boot/64: Round memory hole size up to next PMD page by Steve Wahl · 5 years ago
  83. 2aa85f2 x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel area by Steve Wahl · 5 years ago
  84. df4d297 perf/x86/amd: Change/fix NMI latency mitigation to use a timestamp by Tom Lendacky · 5 years ago
  85. 8d7c6ac x86/cpu: Add Comet Lake to the Intel CPU models header by Kan Liang · 5 years ago
  86. fbcfb8f x86/cpu/vmware: Use the full form of INL in VMWARE_PORT by Sami Tolvanen · 5 years ago
  87. 454de1e x86/asm: Fix MWAITX C-state hint value by Janakarajan Natarajan · 5 years ago
  88. c6875f3 x86/xen: Return from panic notifier by Boris Ostrovsky · 5 years ago
  89. c512c69 uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it by Linus Torvalds · 5 years ago
  90. 2ecb740 efi/x86: Do not clean dummy variable in kexec path by Dave Young · 5 years ago
  91. b145b0e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  92. 50dfd03 Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  93. cf05a67 KVM: x86: omit "impossible" pmu MSRs from MSR list by Paolo Bonzini · 5 years ago
  94. 567926c KVM: nVMX: Fix consistency check on injected exception error code by Sean Christopherson · 5 years ago
  95. 24c29b7 KVM: x86: omit absent pmu MSRs from MSR list by Paolo Bonzini · 5 years ago
  96. 0951570 xen/efi: have a common runtime setup function by Juergen Gross · 5 years ago
  97. 6184488 x86: Use the correct SPDX License Identifier in headers by Nishad Kamdar · 6 years ago
  98. e1fba49 kvm: vmx: Limit guest PMCs to those supported on the host by Jim Mattson · 5 years ago
  99. df359f0 xen/efi: Set nonblocking callbacks by Ross Lagerwall · 5 years ago
  100. 833b45d kvm: x86, powerpc: do not allow clearing largepages debugfs entry by Paolo Bonzini · 5 years ago