1. 606decd Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages" by Paolo Bonzini · 9 years ago
  2. 04bb92e KVM: vmx: fix VPID is 0000H in non-root operation by Wanpeng Li · 9 years ago
  3. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  4. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  5. 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  6. 4d283ec x86/kvm: Rename VMX's segment access rights defines by Andy Lutomirski · 9 years ago
  7. f735d4a KVM: VMX: drop ept misconfig check by Xiao Guangrong · 9 years ago
  8. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  9. 5f3d45e kvm/x86: add support for MONITOR_TRAP_FLAG by Mihai Donțu · 9 years ago
  10. f9eb4af KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptions by Eugene Korenevsky · 9 years ago
  11. 0da029e KVM: x86: rename quirk constants to KVM_X86_QUIRK_* by Paolo Bonzini · 9 years ago
  12. fb279950 KVM: vmx: obey KVM_QUIRK_CD_NW_CLEARED by Xiao Guangrong · 9 years ago
  13. fd717f1 KVM: x86: apply guest MTRR virtualization on host reserved pages by Paolo Bonzini · 9 years ago
  14. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  15. 87be28a x86/asm/tsc: Replace rdtscll() with native_read_tsc() by Andy Lutomirski · 9 years ago
  16. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  17. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  18. 25462f7 KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch by Wei Huang · 9 years ago
  19. ff53604 KVM: x86: move MTRR related code to a separate file by Xiao Guangrong · 9 years ago
  20. b18d543 KVM: x86: fix CR0.CD virtualization by Xiao Guangrong · 9 years ago
  21. 6d396b5 KVM: x86: advertise KVM_CAP_X86_SMM by Paolo Bonzini · 10 years ago
  22. 9da0e4d KVM: x86: work on all available address spaces by Paolo Bonzini · 9 years ago
  23. 54bf36a KVM: x86: use vcpu-specific functions to read/write/translate GFNs by Paolo Bonzini · 9 years ago
  24. 609e36d KVM: x86: pass host_initiated to functions that read MSRs by Paolo Bonzini · 9 years ago
  25. 3152657 Merge branch 'linus' into x86/fpu by Ingo Molnar · 9 years ago
  26. a9b4fb7 Merge branch 'kvm-master' into kvm-next by Paolo Bonzini · 9 years ago
  27. 0fdd74f Revert "KVM: x86: drop fpu_activate hook" by Paolo Bonzini · 9 years ago
  28. 3db176d KVM: x86: Fix DR7 mask on task-switch while debugging by Nadav Amit · 9 years ago
  29. 3c6dffa x86/fpu: Rename user_has_fpu() to fpregs_active() by Ingo Molnar · 9 years ago
  30. befc61a x86/fpu: Move asm/xcr.h to asm/fpu/internal.h by Ingo Molnar · 9 years ago
  31. 952f07e x86/fpu: Move various internal function prototypes to fpu/internal.h by Ingo Molnar · 9 years ago
  32. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 9 years ago
  33. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 9 years ago
  34. 8a9781f KVM: nVMX: Fix host crash when loading MSRs with userspace irqchip by Jan Kiszka · 9 years ago
  35. 4eb64dc KVM: x86: dump VMCS on invalid entry by Paolo Bonzini · 9 years ago
  36. 7454570 KVM: x86: fix initial PAT value by Radim Krčmář · 9 years ago
  37. d28bc9d KVM: x86: INIT and reset sequences are different by Nadav Amit · 9 years ago
  38. 085e68e KVM: VMX: Preserve host CR4.MCE value while in guest mode. by Ben Serebrin · 9 years ago
  39. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  40. 58d269d KVM: x86: BSP in MSR_IA32_APICBASE is writable by Nadav Amit · 10 years ago
  41. 92d71bc KVM: nVMX: remove unnecessary double caching of MAXPHYADDR by Eugene Korenevsky · 10 years ago
  42. 9090422 KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entry by Eugene Korenevsky · 10 years ago
  43. 80f0e95 KVM: vmx: pass error code with internal error #2 by Radim Krčmář · 10 years ago
  44. bf0fb67 Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next' by Paolo Bonzini · 9 years ago
  45. 1d804d0 x86: Use bool function return values of true/false not 1/0 by Joe Perches · 10 years ago
  46. b32a991 KVM: x86: Remove redundant definitions by Nadav Amit · 10 years ago
  47. b3a2a90 KVM: nVMX: Add support for rdtscp by Jan Kiszka · 10 years ago
  48. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 10 years ago
  49. 0790ec1 KVM: nVMX: mask unrestricted_guest if disabled on L0 by Radim Krčmář · 10 years ago
  50. ae1f576 KVM: nVMX: Do not emulate #UD while in guest mode by Jan Kiszka · 10 years ago
  51. 670125b KVM: VMX: Set msr bitmap correctly if vcpu is in guest mode by Wincy Van · 10 years ago
  52. 5cb5605 kvm: x86: make kvm_emulate_* consistant by Joel Schopp · 10 years ago
  53. 21bc8dc KVM: VMX: fix build without CONFIG_SMP by Radim Krčmář · 10 years ago
  54. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  55. dab2087 KVM: x86: fix build with !CONFIG_SMP by Radim Krčmář · 10 years ago
  56. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  57. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  58. 705699a KVM: nVMX: Enable nested posted interrupt processing by Wincy Van · 10 years ago
  59. 608406e KVM: nVMX: Enable nested virtual interrupt delivery by Wincy Van · 10 years ago
  60. 82f0dd4 KVM: nVMX: Enable nested apic register virtualization by Wincy Van · 10 years ago
  61. b9c237b KVM: nVMX: Make nested control MSRs per-cpu by Wincy Van · 10 years ago
  62. f2b9328 KVM: nVMX: Enable nested virtualize x2apic mode by Wincy Van · 10 years ago
  63. 3af18d9 KVM: nVMX: Prepare for using hardware MSR bitmap by Wincy Van · 10 years ago
  64. 2e6d015 KVM: x86: revert "add method to test PIR bitmap vector" by Marcelo Tosatti · 10 years ago
  65. ad15a29 kvm: vmx: fix oops with explicit flexpriority=0 option by Paolo Bonzini · 10 years ago
  66. 843e433 KVM: VMX: Add PML support in VMX by Kai Huang · 10 years ago
  67. 0c55d6d x86: kvm: vmx: Remove some unused functions by Rickard Strandqvist · 10 years ago
  68. ad896af KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept_mmu by Paolo Bonzini · 11 years ago
  69. 7c6a98d KVM: x86: add method to test PIR bitmap vector by Marcelo Tosatti · 10 years ago
  70. b4eef9b kvm: x86: vmx: NULL out hwapic_isr_update() in case of !enable_apicv by Tiejun Chen · 10 years ago
  71. 19d5f10 KVM: nVMX: consult PFEC_MASK and PFEC_MATCH when generating #PF VM-exit by Eugene Korenevsky · 10 years ago
  72. e9ac033 KVM: nVMX: Improve nested msr switch checking by Eugene Korenevsky · 10 years ago
  73. ff651cb KVM: nVMX: Add nested msr load/restore algorithm by Wincy Van · 10 years ago
  74. baa0352 kvm: x86: vmx: reorder some msr writing by Tiejun Chen · 10 years ago
  75. 78051e3 KVM: nVMX: Disable unrestricted mode if ept=0 by Bandan Das · 10 years ago
  76. 81dc01f kvm: vmx: add nested virtualization support for xsaves by Wanpeng Li · 10 years ago
  77. 2030009 kvm: vmx: add MSR logic for XSAVES by Wanpeng Li · 10 years ago
  78. f53cd63 kvm: x86: handle XSAVES vmcs and vmexit by Wanpeng Li · 10 years ago
  79. 55412b2 kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guest by Wanpeng Li · 10 years ago
  80. 81ed33e kvm: x86: vmx: cleanup handle_ept_violation by Tiejun Chen · 10 years ago
  81. 54b98bf x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest match by Andy Lutomirski · 10 years ago
  82. f6577a5f x86, kvm, vmx: Always use LOAD_IA32_EFER if available by Andy Lutomirski · 10 years ago
  83. 82b3277 KVM: x86: Breakpoints do not consider CS.base by Nadav Amit · 10 years ago
  84. 7305eb5 KVM: x86: Clear DR6[0:3] on #DB during handle_dr by Nadav Amit · 10 years ago
  85. 4114c27 KVM: x86: reset RVI upon system reset by Wei Wang · 10 years ago
  86. a2ae9df kvm: x86: vmx: avoid returning bool to distinguish success from error by Paolo Bonzini · 10 years ago
  87. 34a1cd6 kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup() by Tiejun Chen · 10 years ago
  88. f2c7648 kvm: x86: vmx: move down hardware_setup() and hardware_unsetup() by Tiejun Chen · 10 years ago
  89. 16f8a6f KVM: vmx: Unavailable DR4/5 is checked before CPL by Nadav Amit · 10 years ago
  90. 0e8a0996 KVM: x86: Clear DR7.LE during task-switch by Nadav Amit · 10 years ago
  91. 6bdf066 KVM: x86: DR7.GD should be cleared upon any #DB exception by Nadav Amit · 10 years ago
  92. 52ce3c2 x86,kvm,vmx: Don't trap writes to CR4.TSD by Andy Lutomirski · 10 years ago
  93. a73896c KVM: vmx: defer load of APIC access page address during reset by Paolo Bonzini · 10 years ago
  94. 282da87 KVM: nVMX: Disable preemption while reading from shadow VMCS by Jan Kiszka · 10 years ago
  95. 2bc19dc kvm: x86: don't kill guest on unknown exit reason by Michael S. Tsirkin · 10 years ago
  96. a642fc3 kvm: vmx: handle invvpid vm exit gracefully by Petr Matousek · 10 years ago
  97. 8b3c310 KVM: x86: Prevent host from panicking on shared MSR writes. by Andy Honig · 10 years ago
  98. 854e8bb KVM: x86: Check non-canonical addresses upon WRMSR by Nadav Amit · 10 years ago
  99. d974baa x86,kvm,vmx: Preserve CR4 across VM entry by Andy Lutomirski · 10 years ago
  100. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago