1. a12713c KVM: SVM: don't NMI singlestep over event injection by Ladi Prosek · 8 years ago
  2. 9b61174 KVM: SVM: hide TF/RF flags used by NMI singlestep by Ladi Prosek · 8 years ago
  3. ab2f4d73 KVM: nSVM: do not forward NMI window singlestep VM exits to L1 by Ladi Prosek · 8 years ago
  4. 4aebd0e KVM: SVM: introduce disable_nmi_singlestep helper by Ladi Prosek · 8 years ago
  5. e9196ce KVM: Tidy the whitespace in nested_svm_check_permissions() by Dan Carpenter · 8 years ago
  6. d9c1b54 KVM: SVM: do not zero out segment attributes if segment is unusable or not present by Roman Pen · 8 years ago
  7. 8eae957 KVM: SVM: ignore type when setting segment registers by Gioh Kim · 8 years ago
  8. d3e7dec KVM: Silence underflow warning in avic_get_physical_id_entry() by Dan Carpenter · 8 years ago
  9. 2d3e486 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  10. 668fffa kvm: better MWAIT emulation for guests by Michael S. Tsirkin · 8 years ago
  11. 74f1690 kvm/svm: Setup MCG_CAP on AMD properly by Borislav Petkov · 8 years ago
  12. 7f75540 Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch by Ingo Molnar · 8 years ago
  13. 3863dff kvm: fix usage of uninit spinlock in avic_vm_destroy() by Dmitry Vyukov · 8 years ago
  14. 45fc875 x86: Make the GDT remapping read-only on 64-bit by Thomas Garnier · 8 years ago
  15. bd7e5b0 KVM: x86: remove code for lazy FPU handling by Paolo Bonzini · 8 years ago
  16. 681bcea KVM: svm: inititalize hash table structures directly by David Hildenbrand · 8 years ago
  17. 76dfafd5 KVM: x86: do not scan IRR twice on APICv vmentry by Paolo Bonzini · 8 years ago
  18. 0f89b20 kvm: svm: Use the hardware provided GPA instead of page walk by Tom Lendacky · 8 years ago
  19. 6affcbe KVM: x86: Add kvm_skip_emulated_instruction and use it. by Kyle Huey · 8 years ago
  20. 6a908b6 KVM: x86: Add a return value to kvm_emulate_cpuid by Kyle Huey · 8 years ago
  21. 8370c3d kvm: svm: Add kvm_fast_pio_in support by Tom Lendacky · 8 years ago
  22. 1472775 kvm: svm: Add support for additional SVM NPF error codes by Tom Lendacky · 8 years ago
  23. ea26e4e KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK by Paolo Bonzini · 8 years ago
  24. 6218590 Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  25. adad0d0 kvm: svm: fix unsigned compare less than zero comparison by Colin Ian King · 8 years ago
  26. 3e3f502 kvm: x86: drop read_tsc_offset() by Luiz Capitulino · 8 years ago
  27. 411b44b svm: Implements update_pi_irte hook to setup posted interrupt by Suravee Suthikulpanit · 8 years ago
  28. 5881f73 svm: Introduce AMD IOMMU avic_ga_log_notifier by Suravee Suthikulpanit · 8 years ago
  29. 5ea11f2 svm: Introduces AVIC per-VM ID by Suravee Suthikulpanit · 8 years ago
  30. 404f6aa x86: Apply more __ro_after_init and const by Kees Cook · 8 years ago
  31. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  32. f2485b3 KVM: x86: use guest_exit_irqoff by Paolo Bonzini · 9 years ago
  33. 5b8abf1 kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APIC by Suravee Suthikulpanit · 9 years ago
  34. 7d669f5 kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid() by Suravee Suthikulpanit · 9 years ago
  35. bb3541f KVM: x86: Fix typos by Andrea Gelmini · 9 years ago
  36. e28e909 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  37. 5446a97 svm: bitwise vs logical op typo by Dan Carpenter · 9 years ago
  38. 7beaa24 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  39. 67c9ddd KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same by Paolo Bonzini · 9 years ago
  40. 8221c13 svm: Manage vcpu load/unload when enable AVIC by Suravee Suthikulpanit · 9 years ago
  41. 3bbf356 svm: Do not intercept CR8 when enable AVIC by Suravee Suthikulpanit · 9 years ago
  42. 46781ea svm: Do not expose x2APIC when enable AVIC by Suravee Suthikulpanit · 9 years ago
  43. be8ca17 KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore by Suravee Suthikulpanit · 9 years ago
  44. 18f40c5 svm: Add VMEXIT handlers for AVIC by Suravee Suthikulpanit · 9 years ago
  45. 340d3bc svm: Add interrupt injection via AVIC by Suravee Suthikulpanit · 9 years ago
  46. 44a95da KVM: x86: Detect and Initialize AVIC support by Suravee Suthikulpanit · 9 years ago
  47. 296f781 x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase by Andy Lutomirski · 9 years ago
  48. be94f6b KVM, pkeys: add pkeys support for permission_fault by Huaitong Han · 9 years ago
  49. 0d9c055 kvm/x86: Pass return code of kvm_emulate_hypercall by Andrey Smetanin · 9 years ago
  50. 1baa5ef Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  51. 671d553 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  52. 8b89fe1 kvm: x86: move tracepoints outside extended quiescent state by Paolo Bonzini · 9 years ago
  53. 46896c7 KVM: svm: add support for RDTSCP by Paolo Bonzini · 9 years ago
  54. d62caab kvm/x86: per-vcpu apicv deactivation support by Andrey Smetanin · 9 years ago
  55. 6308630 kvm/x86: split ioapic-handled and EOI exit bitmaps by Andrey Smetanin · 9 years ago
  56. ae8b787 x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR by Borislav Petkov · 9 years ago
  57. a96036b KVM: x86: rename update_db_bp_intercept to update_bp_intercept by Paolo Bonzini · 9 years ago
  58. cbdb967 KVM: svm: unconditionally intercept #DB by Paolo Bonzini · 9 years ago
  59. 54a2055 KVM: x86: work around infinite loop in microcode when #AC is delivered by Eric Northup · 9 years ago
  60. 4ba7653 KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc() by Haozhong Zhang · 9 years ago
  61. 58ea676 KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset() by Haozhong Zhang · 9 years ago
  62. 07c1419 KVM: x86: Replace call-back compute_tsc_offset() with a common function by Haozhong Zhang · 9 years ago
  63. 381d585 KVM: x86: Replace call-back set_tsc_khz() with a common function by Haozhong Zhang · 9 years ago
  64. 35181e8 KVM: x86: Add a common TSC scaling function by Haozhong Zhang · 9 years ago
  65. ad721883 KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch by Haozhong Zhang · 9 years ago
  66. bc9b961 KVM: x86: Collect information for setting TSC scaling ratio by Haozhong Zhang · 9 years ago
  67. 5690891 kvm: x86: zero EFER on INIT by Paolo Bonzini · 9 years ago
  68. 6092d3d kvm: svm: Only propagate next_rip when guest supports it by Joerg Roedel · 9 years ago
  69. 4ca7dd8 KVM: x86: unify handling of interrupt window by Paolo Bonzini · 9 years ago
  70. 35754c9 KVM: x86: introduce lapic_in_kernel by Paolo Bonzini · 9 years ago
  71. d50ab6c KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv by Paolo Bonzini · 9 years ago
  72. 3bb345f KVM: x86: store IOAPIC-handled vectors in each VCPU by Paolo Bonzini · 9 years ago
  73. d292242 Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS by Dirk Müller · 9 years ago
  74. fc07e76 Revert "KVM: SVM: use NPT page attributes" by Paolo Bonzini · 9 years ago
  75. bcf166a Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask" by Paolo Bonzini · 9 years ago
  76. 625422f Revert "KVM: SVM: Sync g_pat with guest-written PAT value" by Paolo Bonzini · 9 years ago
  77. 606decd Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages" by Paolo Bonzini · 9 years ago
  78. 79a8059 KVM: svm: do not call kvm_set_cr0 from init_vmcb by Paolo Bonzini · 9 years ago
  79. ebae871 kvm: svm: reset mmu on VCPU reset by Igor Mammedov · 9 years ago
  80. 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
  81. c258b62 KVM: MMU: introduce the framework to check zero bits on sptes by Xiao Guangrong · 9 years ago
  82. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  83. 5492830 KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask by Paolo Bonzini · 9 years ago
  84. 0da029e KVM: x86: rename quirk constants to KVM_X86_QUIRK_* by Paolo Bonzini · 9 years ago
  85. 41dbc6b KVM: x86: introduce kvm_check_has_quirk by Paolo Bonzini · 9 years ago
  86. fd717f1 KVM: x86: apply guest MTRR virtualization on host reserved pages by Paolo Bonzini · 9 years ago
  87. e098223 KVM: SVM: Sync g_pat with guest-written PAT value by Jan Kiszka · 10 years ago
  88. 3c2e7f7 KVM: SVM: use NPT page attributes by Paolo Bonzini · 9 years ago
  89. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 10 years ago
  90. 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
  91. 25462f7 KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch by Wei Huang · 10 years ago
  92. f104765 KVM: nSVM: Check for NRIPS support before updating control field by Bandan Das · 10 years ago
  93. 6d396b5 KVM: x86: advertise KVM_CAP_X86_SMM by Paolo Bonzini · 10 years ago
  94. 54bf36a KVM: x86: use vcpu-specific functions to read/write/translate GFNs by Paolo Bonzini · 10 years ago
  95. 64d6067 KVM: x86: stubs for SMM support by Paolo Bonzini · 10 years ago
  96. 609e36d KVM: x86: pass host_initiated to functions that read MSRs by Paolo Bonzini · 10 years ago
  97. a9b4fb7 Merge branch 'kvm-master' into kvm-next by Paolo Bonzini · 10 years ago
  98. 0fdd74f Revert "KVM: x86: drop fpu_activate hook" by Paolo Bonzini · 10 years ago
  99. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 10 years ago
  100. 7454570 KVM: x86: fix initial PAT value by Radim Krčmář · 10 years ago