1. ebae871 kvm: svm: reset mmu on VCPU reset by Igor Mammedov · 9 years ago
  2. 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
  3. c258b62 KVM: MMU: introduce the framework to check zero bits on sptes by Xiao Guangrong · 9 years ago
  4. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  5. 5492830 KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask by Paolo Bonzini · 9 years ago
  6. 0da029e KVM: x86: rename quirk constants to KVM_X86_QUIRK_* by Paolo Bonzini · 9 years ago
  7. 41dbc6b KVM: x86: introduce kvm_check_has_quirk by Paolo Bonzini · 9 years ago
  8. fd717f1 KVM: x86: apply guest MTRR virtualization on host reserved pages by Paolo Bonzini · 9 years ago
  9. e098223 KVM: SVM: Sync g_pat with guest-written PAT value by Jan Kiszka · 10 years ago
  10. 3c2e7f7 KVM: SVM: use NPT page attributes by Paolo Bonzini · 9 years ago
  11. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 10 years ago
  12. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  13. 25462f7 KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch by Wei Huang · 10 years ago
  14. f104765 KVM: nSVM: Check for NRIPS support before updating control field by Bandan Das · 10 years ago
  15. 6d396b5 KVM: x86: advertise KVM_CAP_X86_SMM by Paolo Bonzini · 10 years ago
  16. 54bf36a KVM: x86: use vcpu-specific functions to read/write/translate GFNs by Paolo Bonzini · 10 years ago
  17. 64d6067 KVM: x86: stubs for SMM support by Paolo Bonzini · 10 years ago
  18. 609e36d KVM: x86: pass host_initiated to functions that read MSRs by Paolo Bonzini · 10 years ago
  19. a9b4fb7 Merge branch 'kvm-master' into kvm-next by Paolo Bonzini · 10 years ago
  20. 0fdd74f Revert "KVM: x86: drop fpu_activate hook" by Paolo Bonzini · 10 years ago
  21. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 10 years ago
  22. 7454570 KVM: x86: fix initial PAT value by Radim Krčmář · 10 years ago
  23. d28bc9d KVM: x86: INIT and reset sequences are different by Nadav Amit · 10 years ago
  24. 90de4a1 KVM: x86: Support for disabling quirks by Nadav Amit · 10 years ago
  25. 58d269d KVM: x86: BSP in MSR_IA32_APICBASE is writable by Nadav Amit · 10 years ago
  26. faac245 KVM: SVM: Fix confusing message if no exit handlers are installed by Bandan Das · 10 years ago
  27. 52eb5a6 KVM: x86: For the symbols used locally only should be static type by Xiubo Li · 10 years ago
  28. 5e57518 x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE by David Kaplan · 10 years ago
  29. dab429a kvm: svm: make wbinvd faster by David Kaplan · 10 years ago
  30. 5cb5605 kvm: x86: make kvm_emulate_* consistant by Joel Schopp · 10 years ago
  31. 668f198 KVM: SVM: use kvm_register_write()/read() by David Kaplan · 10 years ago
  32. f563db4 KVM: SVM: fix interrupt injection (apic->isr_count always 0) by Radim Krčmář · 10 years ago
  33. 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
  34. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  35. ad896af KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept_mmu by Paolo Bonzini · 11 years ago
  36. 55412b2 kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guest by Wanpeng Li · 10 years ago
  37. d913b90 kvm: svm: move WARN_ON in svm_adjust_tsc_offset by Chris J Arges · 10 years ago
  38. 16f8a6f KVM: vmx: Unavailable DR4/5 is checked before CPL by Nadav Amit · 10 years ago
  39. 2bc19dc kvm: x86: don't kill guest on unknown exit reason by Michael S. Tsirkin · 10 years ago
  40. 854e8bb KVM: x86: Check non-canonical addresses upon WRMSR by Nadav Amit · 10 years ago
  41. 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
  42. 73a6d94 kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address. by Tang Chen · 10 years ago
  43. 5e35251 KVM: nSVM: propagate the NPF EXITINFO to the guest by Paolo Bonzini · 10 years ago
  44. 13a34e0 KVM: remove garbage arg to *hardware_{en,dis}able by Radim Krčmář · 10 years ago
  45. 48d89b9 KVM: x86: fix some sparse warnings by Paolo Bonzini · 10 years ago
  46. 89cbc76 x86: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  47. ae97a3b KVM: x86: introduce sched_in to kvm_x86_ops by Radim Krčmář · 10 years ago
  48. 4473b57 KVM: x86: drop fpu_activate hook by Wanpeng Li · 10 years ago
  49. 37ccdcb KVM: x86: return all bits from get_interrupt_shadow by Paolo Bonzini · 11 years ago
  50. 80112c8 KVM: Synthesize G bit for all segments. by Jim Mattson · 10 years ago
  51. 6cbc5f5 KVM: nSVM: Set correct port for IOIO interception evaluation by Jan Kiszka · 11 years ago
  52. 6493f15 KVM: nSVM: Fix IOIO size reported on emulation by Jan Kiszka · 11 years ago
  53. 9bf4183 KVM: nSVM: Fix IOIO bitmap evaluation by Jan Kiszka · 11 years ago
  54. 62baf44 KVM: nSVM: Do not report CLTS via SVM_EXIT_WRITE_CR0 to L1 by Jan Kiszka · 11 years ago
  55. 33b458d KVM: SVM: Fix CPL export via SS.DPL by Jan Kiszka · 11 years ago
  56. ae9fedc KVM: x86: get CPL from SS.DPL by Paolo Bonzini · 11 years ago
  57. 87c0057 kvm: x86: emulate monitor and mwait instructions as nop by Gabriel L. Somlo · 11 years ago
  58. 7cbb39d Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  59. 93c4adc KVM: x86: handle missing MPX in nested virtualization by Paolo Bonzini · 11 years ago
  60. 596f314 KVM: SVM: fix cr8 intercept window by Radim Krčmář · 11 years ago
  61. facb013 KVM: svm: Allow the guest to run with dirty debug registers by Paolo Bonzini · 11 years ago
  62. 5315c71 KVM: svm: set/clear all DR intercepts in one swoop by Paolo Bonzini · 11 years ago
  63. c9a7953 KVM: x86: Remove return code from enable_irq/nmi_window by Jan Kiszka · 11 years ago
  64. f303b4c KVM: SVM: fix NMI window after iret by Radim Krčmář · 11 years ago
  65. 73aaf249e KVM: SVM: Fix reading of DR6 by Jan Kiszka · 11 years ago
  66. 8a3c1a33 KVM: mmu: change useless int return types to void by Paolo Bonzini · 11 years ago
  67. 489223e kvm: Add a tracepoint write_tsc_offset by Yoshihiro YUNOMAE · 12 years ago
  68. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  69. 03b28f8 KVM: x86: Account for failing enable_irq_window for NMI window request by Jan Kiszka · 12 years ago
  70. 730dca4 KVM: x86: Rework request for immediate exit by Jan Kiszka · 12 years ago
  71. 6614c7d kvm, svm: Fix typo in printk message by Borislav Petkov · 12 years ago
  72. a20ed54 KVM: VMX: Add the deliver posted interrupt algorithm by Yang Zhang · 12 years ago
  73. a547c6d KVM: VMX: Enable acknowledge interupt on vmexit by Yang Zhang · 12 years ago
  74. e6ee94d x86, cpu: Convert AMD Erratum 383 by Borislav Petkov · 12 years ago
  75. 04b6683 KVM: x86: correctly initialize the CS base on reset by Paolo Bonzini · 12 years ago
  76. 66450a2 KVM: x86: Rework INIT and SIPI handling by Jan Kiszka · 12 years ago
  77. 57f252f KVM: x86: Drop unused return code from VCPU reset callback by Jan Kiszka · 12 years ago
  78. c7c9c56 x86, apicv: add virtual interrupt delivery support by Yang Zhang · 12 years ago
  79. 8d14695 x86, apicv: add virtual x2apic support by Yang Zhang · 12 years ago
  80. 66f7b72 KVM: x86: Make register state after reset conform to specification by Julian Stecklina · 12 years ago
  81. ba90463 KVM: x86: Emulate IA32_TSC_ADJUST MSR by Will Auld · 12 years ago
  82. 8fe8ab4 KVM: x86: Add code to track call origin for msr assignment by Will Auld · 12 years ago
  83. 42897d8 KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization by Marcelo Tosatti · 12 years ago
  84. 886b470 KVM: x86: pass host_tsc to read_l1_tsc by Marcelo Tosatti · 12 years ago
  85. 1f5b77f KVM: SVM: Cleanup error statements by Borislav Petkov · 12 years ago
  86. c863901 KVM: x86: Fix guest debug across vcpu INIT reset by Jan Kiszka · 12 years ago
  87. 7454766 KVM: SVM: Make use of asm.h by Avi Kivity · 12 years ago
  88. 09941fb KVM: SVM: constify lookup tables by Mathias Krause · 12 years ago
  89. 32cad84 KVM: do not release the error page by Xiao Guangrong · 12 years ago
  90. c5ec2e5 KVM: SVM: Fix typos by Guo Chao · 13 years ago
  91. ad756a1 KVM: VMX: Implement PCID/INVPCID for guests with EPT by Mao, Junjie · 13 years ago
  92. a737f25 KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers by Christoffer Dall · 13 years ago
  93. ae75954 KVM: SVM: Auto-load on CPUs with SVM by Josh Triplett · 13 years ago
  94. 675acb7 KVM: SVM: count all irq windows exit by Jason Wang · 13 years ago
  95. 2e7580b Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  96. 4cee479 KVM: x86 emulator: Allow PM/VM86 switch during task switch by Kevin Wolf · 13 years ago
  97. ea5e97e KVM: SVM: Fix CPL updates by Kevin Wolf · 13 years ago
  98. 7f3d35f KVM: x86 emulator: Fix task switch privilege checks by Kevin Wolf · 13 years ago
  99. f1e2b26 KVM: Allow adjust_tsc_offset to be in host or guest cycles by Marcelo Tosatti · 13 years ago
  100. cc57828 KVM: Infrastructure for software and hardware based TSC rate scaling by Zachary Amsden · 13 years ago