1. 11e3491 x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in use by Vitaly Kuznetsov · 6 years ago
  2. a21a39c x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCH by Vitaly Kuznetsov · 6 years ago
  3. 95c5c7c KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST by Paolo Bonzini · 5 years ago
  4. e8a70bd KVM: nVMX: allow setting the VMFUNC controls MSR by Paolo Bonzini · 5 years ago
  5. 6defc59 KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRS by Paolo Bonzini · 5 years ago
  6. a251fb90 KVM: x86: Fix apic dangling pointer in vcpu by Saar Amar · 6 years ago
  7. 4d763b1 KVM: VMX: check CPUID before allowing read/write of IA32_XSS by Wanpeng Li · 6 years ago
  8. eceb997 KVM: nVMX: shadow pin based execution controls by Paolo Bonzini · 6 years ago
  9. 804939e KVM: VMX: Leave preemption timer running when it's disabled by Sean Christopherson · 6 years ago
  10. 9d99cc4 KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs' by Sean Christopherson · 6 years ago
  11. 469debd KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIP by Sean Christopherson · 6 years ago
  12. de0286b KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02 by Sean Christopherson · 6 years ago
  13. 3af80fe KVM: VMX: Explicitly initialize controls shadow at VMCS allocation by Sean Christopherson · 6 years ago
  14. ae81d08 KVM: nVMX: Don't reset VMCS controls shadow on VMCS switch by Sean Christopherson · 6 years ago
  15. 09e226c KVM: nVMX: Shadow VMCS controls on a per-VMCS basis by Sean Christopherson · 6 years ago
  16. fe7f895d KVM: VMX: Shadow VMCS secondary execution controls by Sean Christopherson · 6 years ago
  17. 2183f56 KVM: VMX: Shadow VMCS primary execution controls by Sean Christopherson · 6 years ago
  18. c5f2c76 KVM: VMX: Shadow VMCS pin controls by Sean Christopherson · 6 years ago
  19. 70f932e KVM: VMX: Add builder macros for shadowing controls by Sean Christopherson · 6 years ago
  20. c075c3e KVM: nVMX: Use adjusted pin controls for vmcs02 by Sean Christopherson · 6 years ago
  21. c7554efc KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessary by Sean Christopherson · 6 years ago
  22. bf03d4f KVM: x86: introduce is_pae_paging by Paolo Bonzini · 6 years ago
  23. c27e5b0 KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCS by Sean Christopherson · 6 years ago
  24. 699a1ac KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's written by Sean Christopherson · 6 years ago
  25. de70d27 KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're written by Sean Christopherson · 6 years ago
  26. 142e4be KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's written by Sean Christopherson · 6 years ago
  27. a49700b KVM: nVMX: Don't speculatively write APIC-access page address by Sean Christopherson · 6 years ago
  28. ca2f546 KVM: nVMX: Don't speculatively write virtual-APIC page address by Sean Christopherson · 6 years ago
  29. 73cb855 KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mapped by Sean Christopherson · 6 years ago
  30. 8ef863e KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCS by Sean Christopherson · 6 years ago
  31. 13b964a KVM: nVMX: Don't "put" vCPU or host state when switching VMCS by Sean Christopherson · 6 years ago
  32. b464f57e KVM: VMX: simplify vmx_prepare_switch_to_{guest,host} by Paolo Bonzini · 6 years ago
  33. 4d6c989 KVM: nVMX: Don't rewrite GUEST_PML_INDEX during nested VM-Entry by Sean Christopherson · 6 years ago
  34. c538d57 KVM: nVMX: Write ENCLS-exiting bitmap once per vmcs02 by Sean Christopherson · 6 years ago
  35. 3b013a2 KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01 by Sean Christopherson · 6 years ago
  36. d28f429 KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad value by Sean Christopherson · 6 years ago
  37. b1346ab KVM: nVMX: Rename prepare_vmcs02_*_full to prepare_vmcs02_*_rare by Paolo Bonzini · 6 years ago
  38. 7952d76 KVM: nVMX: Sync rarely accessed guest fields only when needed by Sean Christopherson · 6 years ago
  39. e217429 KVM: nVMX: Add helpers to identify shadowed VMCS fields by Sean Christopherson · 6 years ago
  40. 3731905ef KVM: nVMX: Use descriptive names for VMCS sync functions and flags by Sean Christopherson · 6 years ago
  41. f4f8316 KVM: nVMX: Lift sync_vmcs12() out of prepare_vmcs12() by Sean Christopherson · 6 years ago
  42. 1c6f0b4 KVM: nVMX: Track vmcs12 offsets for shadowed VMCS fields by Sean Christopherson · 6 years ago
  43. b643780 KVM: nVMX: Intercept VMWRITEs to GUEST_{CS,SS}_AR_BYTES by Sean Christopherson · 6 years ago
  44. fadcead KVM: nVMX: Intercept VMWRITEs to read-only shadow VMCS fields by Sean Christopherson · 6 years ago
  45. 95b5a48 KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fn by Sean Christopherson · 6 years ago
  46. 165072b KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor code by Sean Christopherson · 6 years ago
  47. 2342080 KVM: VMX: Store the host kernel's IDT base in a global variable by Sean Christopherson · 6 years ago
  48. 49def50 KVM: VMX: Read cached VM-Exit reason to detect external interrupt by Sean Christopherson · 6 years ago
  49. 2ea7203 kvm: nVMX: small cleanup in handle_exception by Paolo Bonzini · 6 years ago
  50. beb8d93 KVM: VMX: Fix handling of #MC that occurs during VM-Entry by Sean Christopherson · 6 years ago
  51. 73f624f KVM: x86: move MSR_IA32_POWER_CTL handling to common code by Paolo Bonzini · 6 years ago
  52. 4cb8b11 kvm: x86: offset is ensure to be in range by Wei Yang · 6 years ago
  53. ee171d2 kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector() by Wei Yang · 6 years ago
  54. 7d2296b kvm: x86: check kvm_apic_sw_enabled() is enough by Wei Yang · 6 years ago
  55. 2d5ba19 kvm: x86: add host poll control msrs by Marcelo Tosatti · 6 years ago
  56. fdb2861 kvm: vmx: segment limit check: use access length by Eugene Korenevsky · 6 years ago
  57. c1a9acb kvm: vmx: fix limit checking in get_vmx_mem_address() by Eugene Korenevsky · 6 years ago
  58. a87f2d3 KVM: x86: Add Intel CPUID.1F cpuid emulation support by Like Xu · 6 years ago
  59. 1fc5d194 KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15 by Liran Alon · 6 years ago
  60. 1dfdb45 KVM: x86: clean up conditions for asynchronous page fault handling by Paolo Bonzini · 6 years ago
  61. 0d9ce16 kvm: Convert kvm_lock to a mutex by Junaid Shahid · 6 years ago
  62. 1ae4de2 KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64 by Uros Bizjak · 6 years ago
  63. b3ffd74 KVM: irqchip: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  64. 5a25355 x86/kvm/VMX: drop bad asm() clobber from nested_vmx_check_vmentry_hw() by Jan Beulich · 6 years ago
  65. fb89f4e kvm: selftests: introduce aarch64_vcpu_add_default by Andrew Jones · 6 years ago
  66. f5dd4cc kvm: selftests: introduce aarch64_vcpu_setup by Andrew Jones · 6 years ago
  67. 837ec79 kvm: selftests: hide vcpu_setup in processor code by Paolo Bonzini · 6 years ago
  68. 2c7c5d3 kvm: selftests: ucall improvements by Andrew Jones · 6 years ago
  69. 511a8556 KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bit by Wanpeng Li · 6 years ago
  70. b517006 KVM: X86: Provide a capability to disable cstate msr read intercepts by Wanpeng Li · 6 years ago
  71. 8ffdaa7 KVM: Documentation: Add disable pause exits to KVM_CAP_X86_DISABLE_EXITS by Wanpeng Li · 6 years ago
  72. 4d22c17 kvm: x86: refine kvm_get_arch_capabilities() by Xiaoyao Li · 6 years ago
  73. f257d6d KVM: Directly return result from kvm_arch_check_processor_compat() by Sean Christopherson · 6 years ago
  74. 0532dd5 kvm: svm/avic: Do not send AVIC doorbell to self by Suthikulpanit, Suravee · 6 years ago
  75. b6c4bc6 KVM: LAPIC: Optimize timer latency further by Wanpeng Li · 6 years ago
  76. ec0671d KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexit by Wanpeng Li · 6 years ago
  77. 84ea3ac KVM: LAPIC: Extract adaptive tune timer advancement logic by Wanpeng Li · 6 years ago
  78. 8f38302 KVM/nSVM: properly map nested VMCB by Vitaly Kuznetsov · 6 years ago
  79. f3ecb59 kvm: x86: Fix reserved bits related calculation errors caused by MKTME by Kai Huang · 6 years ago
  80. 7b6f8a0 kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.c by Kai Huang · 6 years ago
  81. f8d221d Merge tag 'kvm-s390-master-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master by Paolo Bonzini · 6 years ago
  82. 24e8a2c Merge tag 'kvm-ppc-fixes-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master by Paolo Bonzini · 6 years ago
  83. d724c9e KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry() by Suraj Jitindar Singh · 6 years ago
  84. 1b28d55 KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9 by Paul Mackerras · 6 years ago
  85. bcaa311 KVM: PPC: Book3S HV: XIVE: Fix page offset when clearing ESB pages by Cédric Le Goater · 6 years ago
  86. aedb5b1 KVM: PPC: Book3S HV: XIVE: Take the srcu read lock when accessing memslots by Cédric Le Goater · 6 years ago
  87. ef97402 KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interrupts by Cédric Le Goater · 6 years ago
  88. 7e10b9a KVM: PPC: Book3S HV: XIVE: Introduce a new mutex for the XIVE device by Cédric Le Goater · 6 years ago
  89. e717d0a KVM: PPC: Book3S HV: XIVE: Fix the enforced limit on the vCPU identifier by Cédric Le Goater · 6 years ago
  90. c468bc4 KVM: PPC: Book3S HV: XIVE: Do not test the EQ flag validity when resetting by Cédric Le Goater · 6 years ago
  91. d47aacd KVM: PPC: Book3S HV: XIVE: Clear file mapping when device is released by Cédric Le Goater · 6 years ago
  92. 5a3f493 KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu by Paul Mackerras · 6 years ago
  93. 1659e27 KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list by Paul Mackerras · 6 years ago
  94. 0d4ee88 KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup by Paul Mackerras · 6 years ago
  95. c395fe1 KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE release functions by Paul Mackerras · 6 years ago
  96. a86cb41 KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID by Thomas Huth · 6 years ago
  97. eb1f2f3 kvm: fix compile on s390 part 2 by Christian Borntraeger · 6 years ago
  98. cd6c84d Linux 5.2-rc2 by Linus Torvalds · 6 years ago
  99. c5b4409 Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  100. 862f0a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago