1. 15038e1 KVM: SVM: obey guest PAT by Paolo Bonzini · 8 years ago
  2. 974aa56 Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  3. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 8 years ago
  4. f0a32ee Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  5. 4191db2 KVM: x86: Update APICv on APIC reset by Jan H. Schönherr · 8 years ago
  6. a488848 KVM: VMX: Do not fully reset PI descriptor on vCPU reset by Jan H. Schönherr · 8 years ago
  7. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 8 years ago
  8. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 8 years ago
  9. 9ffd986 KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0 by Wanpeng Li · 8 years ago
  10. 61f1dd9 KVM: VMX: Fix VPID capability detection by Wanpeng Li · 8 years ago
  11. 575b3a2 KVM: nVMX: Fix EPT switching advertising by Wanpeng Li · 8 years ago
  12. cc3d967 KVM: SVM: detect opening of SMI window using STGI intercept by Ladi Prosek · 8 years ago
  13. 9b8ebbd KVM: x86: extend usage of RET_MMIO_PF_* constants by Paolo Bonzini · 8 years ago
  14. 05cade7 KVM: nSVM: fix SMI injection in guest mode by Ladi Prosek · 8 years ago
  15. c263406 KVM: nSVM: refactor nested_svm_vmrun by Ladi Prosek · 8 years ago
  16. 72e9cbd KVM: nVMX: fix SMI injection in guest mode by Ladi Prosek · 8 years ago
  17. 21f2d55 KVM: nVMX: set IDTR and GDTR limits when loading L1 host state by Ladi Prosek · 8 years ago
  18. 72d7b37 KVM: x86: introduce ISA specific smi_allowed callback by Ladi Prosek · 8 years ago
  19. 0234bf8 KVM: x86: introduce ISA specific SMM entry/exit callbacks by Ladi Prosek · 8 years ago
  20. d000653 KVM: SVM: limit kvm_handle_page_fault to #PF handling by Paolo Bonzini · 8 years ago
  21. 1cf5358 KVM: SVM: unconditionally wake up VCPU on IOMMU interrupt by Paolo Bonzini · 8 years ago
  22. c1bd743 arch/x86: remove redundant null checks before kmem_cache_destroy by Tim Hansen · 8 years ago
  23. 8ad8182 KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabled by Wanpeng Li · 8 years ago
  24. a554d20 KVM: X86: Processor States following Reset or INIT by Wanpeng Li · 8 years ago
  25. 4427593 KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switch by Radim Krčmář · 8 years ago
  26. 5d74a69 KVM: x86: really disarm lapic timer when clearing TMICT by Radim Krčmář · 8 years ago
  27. 86bbc1e KVM: x86: handle 0 write to TSC_DEADLINE MSR by Radim Krčmář · 8 years ago
  28. 46bea48 kvm, mm: account kvm related kmem slabs to kmemcg by Shakeel Butt · 8 years ago
  29. 736fdf7 KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exiting by David Hildenbrand · 8 years ago
  30. 1af1ac9 KVM: x86: allow setting identity map addr with no vcpus only by David Hildenbrand · 8 years ago
  31. d8a6e36 KVM: VMX: cleanup init_rmode_identity_map() by David Hildenbrand · 8 years ago
  32. 1c13bff KVM: nVMX: no need to set ept/vpid caps to 0 by David Hildenbrand · 8 years ago
  33. 0ee096d KVM: nVMX: no need to set vcpu->cpu when switching vmcs by David Hildenbrand · 8 years ago
  34. 9522ea9 KVM: VMX: drop unnecessary function declarations by David Hildenbrand · 8 years ago
  35. f5f5158 KVM: VMX: require INVEPT GLOBAL for EPT by David Hildenbrand · 8 years ago
  36. fdf288b KVM: VMX: call ept_sync_global() with enable_ept only by David Hildenbrand · 8 years ago
  37. 0e1252d KVM: VMX: drop enable_ept check from ept_sync_context() by David Hildenbrand · 8 years ago
  38. f2d1da6 KVM: x86: no need to inititalize vcpu members to 0 by David Hildenbrand · 8 years ago
  39. 12d7991 KVM: VMX: vmx_vcpu_setup() cannot fail by David Hildenbrand · 8 years ago
  40. 26de798 KVM: x86: drop BUG_ON(vcpu->kvm) by David Hildenbrand · 8 years ago
  41. 87ca74a KVM: x86: mmu: free_page can handle NULL by David Hildenbrand · 8 years ago
  42. bb606a9 KVM: x86: mmu: returning void in a void function is strange by David Hildenbrand · 8 years ago
  43. c301b90 KVM: LAPIC: Apply change to TDCR right away to the timer by Wanpeng Li · 8 years ago
  44. dedf9c5 KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode by Wanpeng Li · 8 years ago
  45. ccbfa1d KVM: LAPIC: Introduce limit_periodic_timer_frequency by Wanpeng Li · 8 years ago
  46. c69518c KVM: LAPIC: Fix lapic timer mode transition by Wanpeng Li · 8 years ago
  47. 0f10768 KVM: VMX: Don't expose PLE enable if there is no hardware support by Wanpeng Li · 8 years ago
  48. 8eb3f87 KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit by Haozhong Zhang · 8 years ago
  49. 829ee27 KVM: MMU: always terminate page walks at level 1 by Ladi Prosek · 8 years ago
  50. fd19d3b4 KVM: nVMX: update last_nonleaf_level when initializing nested EPT by Ladi Prosek · 8 years ago
  51. e42eef4 KVM: add X86_LOCAL_APIC dependency by Arnd Bergmann · 8 years ago
  52. f26e601 x86/kvm: Move kvm_fastop_exception to .fixup section by Josh Poimboeuf · 8 years ago
  53. a2b7861 kvm/x86: Avoid async PF preempting the kernel incorrectly by Boqun Feng · 8 years ago
  54. 42057e1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  55. 305d0ab KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresume by Wanpeng Li · 8 years ago
  56. c0a1666 KVM: VMX: use cmpxchg64 by Paolo Bonzini · 8 years ago
  57. 31afb2e KVM: VMX: simplify and fix vmx_vcpu_pi_load by Paolo Bonzini · 8 years ago
  58. 8b306e2 KVM: VMX: avoid double list add with VT-d posted interrupts by Paolo Bonzini · 8 years ago
  59. cd39e11 KVM: VMX: extract __pi_post_block by Paolo Bonzini · 8 years ago
  60. 8474c53 Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready by Ingo Molnar · 8 years ago
  61. 2ce03d8 x86/fpu: Rename fpu__activate_curr() to fpu__initialize() by Ingo Molnar · 8 years ago
  62. a141fd5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  63. f5caf62 x86/asm: Fix inline asm call constraints for Clang by Josh Poimboeuf · 8 years ago
  64. 4488994 KVM: nVMX: fix HOST_CR3/HOST_CR4 cache by Ladi Prosek · 8 years ago
  65. 5753743f KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt by Haozhong Zhang · 8 years ago
  66. dc91f2e KVM: VMX: do not change SN bit in vmx_update_pi_irte() by Haozhong Zhang · 8 years ago
  67. d650014 KVM: x86: Fix the NULL pointer parameter in check_cr_write() by Yu Zhang · 8 years ago
  68. 9db5959 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  69. 4f350c6 kvm: nVMX: Handle deferred early VMLAUNCH/VMRESUME failure properly by Jim Mattson · 8 years ago
  70. b060ca3 kvm: vmx: Handle VMLAUNCH/VMRESUME failure properly by Jim Mattson · 8 years ago
  71. 7881f96 kvm: nVMX: Remove nested_vmx_succeed after successful VM-entry by Jim Mattson · 8 years ago
  72. cc1b468 kvm,lapic: Justify use of swait_active() by Davidlohr Bueso · 8 years ago
  73. 3a8b067 KVM: VMX: Do not BUG() on out-of-bounds guest IRQ by Jan H. Schönherr · 8 years ago
  74. 51aa68e kvm: nVMX: Don't allow L2 to access the hardware CR8 by Jim Mattson · 8 years ago
  75. 9a6e7c3 KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously by Wanpeng Li · 8 years ago
  76. a5f01f8 KVM: X86: Don't block vCPU if there is pending exception by Wanpeng Li · 8 years ago
  77. 67034bb KVM: SVM: Add irqchip_split() checks before enabling AVIC by Suravee Suthikulpanit · 8 years ago
  78. b2a05fe KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv() by Suravee Suthikulpanit · 8 years ago
  79. dfa2009 KVM: SVM: Refactor AVIC vcpu initialization into avic_init_vcpu() by Suravee Suthikulpanit · 8 years ago
  80. 5153723 KVM: x86: fix clang build by Radim Krčmář · 8 years ago
  81. 2f173d2 KVM: x86: Fix immediate_exit handling for uninitialized AP by Jan H. Schönherr · 8 years ago
  82. a059500 KVM: x86: Fix handling of pending signal on uninitialized AP by Jan H. Schönherr · 8 years ago
  83. 49a8afc KVM: SVM: Add a missing 'break' statement by Jan H. Schönherr · 8 years ago
  84. 8793001 x86/paravirt: Remove no longer used paravirt functions by Juergen Gross · 8 years ago
  85. 0756b7f Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  86. 5f54c8b Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Radim Krčmář · 8 years ago
  87. 24e700e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  88. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  89. b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  90. fb1522e KVM: update to new mmu_notifier semantic v2 by Jérôme Glisse · 8 years ago
  91. 64b163f x86/idt: Unify gate_struct handling for 32/64-bit kernels by Thomas Gleixner · 8 years ago
  92. 416b0c0 Merge branch 'linus' into x86/apic, to pick up fixes by Ingo Molnar · 8 years ago
  93. ea2800d kvm/x86: Avoid clearing the C-bit in rsvd_bits() by Brijesh Singh · 8 years ago
  94. 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 8 years ago
  95. 712b12d kvm: nVMX: Validate the virtual-APIC address on nested VM-entry by Jim Mattson · 8 years ago
  96. 38cfd5e KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state by Paolo Bonzini · 8 years ago
  97. b9dd21e KVM: x86: simplify handling of PKRU by Paolo Bonzini · 8 years ago
  98. c469268 KVM: x86: block guest protection keys unless the host has them enabled by Paolo Bonzini · 8 years ago
  99. c0bb80c Merge branch 'x86/asm' into x86/apic by Thomas Gleixner · 8 years ago
  100. bfcf83b KVM: nVMX: Fix trying to cancel vmlauch/vmresume by Wanpeng Li · 8 years ago