1. bb3541f KVM: x86: Fix typos by Andrea Gelmini · 9 years ago
  2. 250715a KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lock by Paolo Bonzini · 9 years ago
  3. ee2cd4b KVM: x86: rename process_smi to enter_smm, process_smi_request to process_smi by Paolo Bonzini · 9 years ago
  4. c43203c KVM: x86: avoid simultaneous queueing of both IRQ and SMI by Paolo Bonzini · 9 years ago
  5. d14bdb5 KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS by Paolo Bonzini · 9 years ago
  6. 78e546c KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number by Paolo Bonzini · 9 years ago
  7. b21629d kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR by Paolo Bonzini · 9 years ago
  8. 0c2df2a KVM: Handle MSR_IA32_PERF_CTL by Dmitry Bilunov · 9 years ago
  9. 7beaa24 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  10. 18f40c5 svm: Add VMEXIT handlers for AVIC by Suravee Suthikulpanit · 9 years ago
  11. 0354313 KVM: x86: Introducing kvm_x86_ops VM init/destroy hooks by Suravee Suthikulpanit · 9 years ago
  12. 3491caf KVM: halt_polling: provide a way to qualify wakeups during poll by Christian Borntraeger · 9 years ago
  13. 14717e2 kvm: Conditionally register IRQ bypass consumer by Alex Williamson · 9 years ago
  14. 35f3fae1 kvm: robustify steal time record by Wanpeng Li · 9 years ago
  15. c54cdf1 KVM: x86: optimize steal time calculation by Liang Chen · 9 years ago
  16. 6666ea5 Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
  17. 782511b x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  18. d366bf7 x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  19. fc5b7f3 kvm: x86: do not leak guest xcr0 into host interrupt handlers by David Matlack · 9 years ago
  20. 321c565 KVM: x86: Inject pending interrupt even if pending nmi exist by Yuki Shibuya · 9 years ago
  21. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  22. 0f127d1 KVM/x86: update the comment of memory barrier in the vcpu_enter_guest() by Lan Tianyu · 9 years ago
  23. b9baba8 KVM, pkeys: expose CPUID/CR4 to guest by Huaitong Han · 9 years ago
  24. be94f6b KVM, pkeys: add pkeys support for permission_fault by Huaitong Han · 9 years ago
  25. 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
  26. 10dc374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  27. 5a5fbdc KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch by Paolo Bonzini · 9 years ago
  28. 34f3941 KVM: i8254: don't assume layout of kvm_kpit_state by Radim Krčmář · 9 years ago
  29. 71474e2 KVM: i8254: remove notifiers from PIT discard policy by Radim Krčmář · 9 years ago
  30. b39c90b KVM: i8254: remove unnecessary uses of PIT state lock by Radim Krčmář · 9 years ago
  31. 09edea7 KVM: i8254: pass struct kvm_pit instead of kvm in PIT by Radim Krčmář · 9 years ago
  32. 13d268c KVM: MMU: apply page track notifier by Xiao Guangrong · 9 years ago
  33. 0eb05bf KVM: page track: add notifier support by Xiao Guangrong · 9 years ago
  34. 21ebbed KVM: page track: add the framework of guest page tracking by Xiao Guangrong · 9 years ago
  35. 92f94f1 KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed by Xiao Guangrong · 9 years ago
  36. 70e4da7 KVM: x86: fix root cause for missed hardware breakpoints by Paolo Bonzini · 9 years ago
  37. 172b238 KVM: x86: fix missed hardware breakpoints by Paolo Bonzini · 9 years ago
  38. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
  39. 3ae13fa KVM: x86: pass kvm_get_time_scale arguments in hertz by Paolo Bonzini · 9 years ago
  40. 4e422bd KVM: x86: fix missed hardware breakpoints by Paolo Bonzini · 9 years ago
  41. 78db6a5 KVM: x86: rewrite handling of scaled TSC for kvmclock by Paolo Bonzini · 9 years ago
  42. 4941b8c KVM: x86: rename argument to kvm_set_tsc_khz by Paolo Bonzini · 9 years ago
  43. bce87cc KVM: x86: consolidate different ways to test for in-kernel LAPIC by Paolo Bonzini · 9 years ago
  44. 52004014 KVM: x86: Use vector-hashing to deliver lowest-priority interrupts by Feng Wu · 9 years ago
  45. b51012d KVM: x86: introduce do_shl32_div32 by Paolo Bonzini · 9 years ago
  46. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
  47. 1baa5ef Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  48. f3b138c kvm/x86: Update SynIC timers on guest entry only by Andrey Smetanin · 9 years ago
  49. 2860c4b KVM: move architecture-dependent requests to arch/ by Paolo Bonzini · 9 years ago
  50. 1dab134 kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clock by Nicholas Krause · 9 years ago
  51. e5e57e7 kvm: x86: only channel 0 of the i8254 is linked to the HPET by Paolo Bonzini · 9 years ago
  52. 0185604 KVM: x86: Reload pit counters for all channels when restoring state by Andrew Honig · 9 years ago
  53. 1f4b34f kvm/x86: Hyper-V SynIC timers by Andrey Smetanin · 9 years ago
  54. 8b89fe1 kvm: x86: move tracepoints outside extended quiescent state by Paolo Bonzini · 9 years ago
  55. 9dbe6cf KVM: x86: expose MSR_TSC_AUX to userspace by Paolo Bonzini · 9 years ago
  56. db397571 kvm/x86: Hyper-V kvm exit by Andrey Smetanin · 9 years ago
  57. 5c919412 kvm/x86: Hyper-V synthetic interrupt controller by Andrey Smetanin · 9 years ago
  58. d62caab kvm/x86: per-vcpu apicv deactivation support by Andrey Smetanin · 9 years ago
  59. 6308630 kvm/x86: split ioapic-handled and EOI exit bitmaps by Andrey Smetanin · 9 years ago
  60. 62a193e KVM: x86: request interrupt window when IRQ chip is split by Matt Gingell · 9 years ago
  61. 934bf65 KVM: x86: set KVM_REQ_EVENT on local interrupt request from user space by Matt Gingell · 9 years ago
  62. 782d422 KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_irq_injection by Matt Gingell · 9 years ago
  63. 127a457 KVM: x86: fix interrupt window handling in split IRQ chip case by Matt Gingell · 9 years ago
  64. 3370b69 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  65. a96036b KVM: x86: rename update_db_bp_intercept to update_bp_intercept by Paolo Bonzini · 9 years ago
  66. 27cca94 KVM: x86: Use the correct vcpu's TSC rate to compute time scale by Haozhong Zhang · 9 years ago
  67. 4ba7653 KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc() by Haozhong Zhang · 9 years ago
  68. 58ea676 KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset() by Haozhong Zhang · 9 years ago
  69. 07c1419 KVM: x86: Replace call-back compute_tsc_offset() with a common function by Haozhong Zhang · 9 years ago
  70. 381d585 KVM: x86: Replace call-back set_tsc_khz() with a common function by Haozhong Zhang · 9 years ago
  71. 35181e8 KVM: x86: Add a common TSC scaling function by Haozhong Zhang · 9 years ago
  72. ad721883 KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch by Haozhong Zhang · 9 years ago
  73. bc9b961 KVM: x86: Collect information for setting TSC scaling ratio by Haozhong Zhang · 9 years ago
  74. 893590c KVM: x86: declare a few variables as __read_mostly by Paolo Bonzini · 9 years ago
  75. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  76. 879ae18 KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0() by Laszlo Ersek · 9 years ago
  77. 7a036a6 KVM: x86: add read_phys to x86_emulate_ops by Radim Krčmář · 9 years ago
  78. 2da29bc KVM: x86: removing unused variable by Saurabh Sengar · 9 years ago
  79. ce4d72f Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  80. 7cae2be KVM: x86: move steal time initialization to vcpu entry time by Marcelo Tosatti · 9 years ago
  81. db2bdcb KVM: x86: fix edge EOI and IOAPIC reconfig race by Radim Krčmář · 9 years ago
  82. bff98d3 Merge branch 'kvm-master' into HEAD by Paolo Bonzini · 9 years ago
  83. 25188b9 KVM: x86: fix previous commit for 32-bit by Paolo Bonzini · 9 years ago
  84. 58f800d Merge branch 'kvm-master' into HEAD by Paolo Bonzini · 9 years ago
  85. 7391773 KVM: x86: fix SMI to halted VCPU by Paolo Bonzini · 9 years ago
  86. 5d9bc64 KVM: x86: clean up kvm_arch_vcpu_runnable by Paolo Bonzini · 9 years ago
  87. f0d648b KVM: x86: map/unmap private slots in __x86_set_memory_region by Paolo Bonzini · 9 years ago
  88. 1d8007b KVM: x86: build kvm_userspace_memory_region in x86_set_memory_region by Paolo Bonzini · 9 years ago
  89. bf9f6ac KVM: Update Posted-Interrupts Descriptor when vCPU is blocked by Feng Wu · 9 years ago
  90. 8727688 KVM: x86: select IRQ_BYPASS_MANAGER by Feng Wu · 9 years ago
  91. efc6440 KVM: x86: Update IRTE for posted-interrupts by Feng Wu · 9 years ago
  92. 9eec50b kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support by Andrey Smetanin · 9 years ago
  93. 11c4b1c kvm/x86: Hyper-V HV_X64_MSR_VP_INDEX export for QEMU. by Andrey Smetanin · 9 years ago
  94. e516ceb kvm/x86: Hyper-V HV_X64_MSR_RESET msr by Andrey Smetanin · 9 years ago
  95. 931c33b kvm: add tracepoint for fast mmio by Jason Wang · 9 years ago
  96. 1c1a9ce KVM: x86: Add support for local interrupt requests from userspace by Steve Rutherford · 9 years ago
  97. b053b2a KVM: x86: Add EOI exit bitmap inference by Steve Rutherford · 9 years ago
  98. 7543a63 KVM: x86: Add KVM exit for IOAPIC EOIs by Steve Rutherford · 9 years ago
  99. 49df639 KVM: x86: Split the APIC from the rest of IRQCHIP. by Steve Rutherford · 9 years ago
  100. 4ca7dd8 KVM: x86: unify handling of interrupt window by Paolo Bonzini · 9 years ago