1. c447e76 kvm/fpu: Enable eager restore kvm FPU for MPX by Liang Li · 10 years ago
  2. 0fdd74f Revert "KVM: x86: drop fpu_activate hook" by Paolo Bonzini · 10 years ago
  3. e8fd5e9 kvm: fix crash in kvm_vcpu_reload_apic_access_page by Andrea Arcangeli · 10 years ago
  4. 0be0226 KVM: MMU: fix SMAP virtualization by Xiao Guangrong · 10 years ago
  5. 8987611 KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages by Paolo Bonzini · 10 years ago
  6. 7cbeed9 KVM: MMU: fix smap permission check by Xiao Guangrong · 10 years ago
  7. 5dca0d9 kvm: x86: fix kvmclock update protocol by Radim Krčmář · 10 years ago
  8. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  9. 085e68e KVM: VMX: Preserve host CR4.MCE value while in guest mode. by Ben Serebrin · 10 years ago
  10. bb668734 VFS: assorted d_backing_inode() annotations by David Howells · 10 years ago
  11. decf633 KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spte by Xiao Guangrong · 10 years ago
  12. 1300052 kvm: mmu: don't do memslot overflow check by Wanpeng Li · 10 years ago
  13. bea1542 KVM: x86: cleanup kvm_irq_delivery_to_apic_fast by Paolo Bonzini · 10 years ago
  14. 9e9c3fe KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_save by Nadav Amit · 10 years ago
  15. 7fd5647 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  16. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  17. 3ea3b7f kvm: mmu: lazy collapse small sptes into large sptes by Wanpeng Li · 10 years ago
  18. 1119022 KVM: x86: Clear CR2 on VCPU reset by Nadav Amit · 10 years ago
  19. ae561ed KVM: x86: DR0-DR3 are not clear on reset by Nadav Amit · 10 years ago
  20. 58d269d KVM: x86: BSP in MSR_IA32_APICBASE is writable by Nadav Amit · 10 years ago
  21. 3b5a5ff KVM: x86: simplify kvm_apic_map by Radim Krčmář · 10 years ago
  22. 3548a25 KVM: x86: avoid logical_map when it is invalid by Radim Krčmář · 10 years ago
  23. 9ea369b KVM: x86: fix mixed APIC mode broadcast by Radim Krčmář · 10 years ago
  24. 03d2249 KVM: x86: use MDA for interrupt matching by Radim Krčmář · 10 years ago
  25. 92d71bc KVM: nVMX: remove unnecessary double caching of MAXPHYADDR by Eugene Korenevsky · 10 years ago
  26. 9090422 KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entry by Eugene Korenevsky · 10 years ago
  27. 5a4f55c KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpu by Eugene Korenevsky · 10 years ago
  28. 80f0e95 KVM: vmx: pass error code with internal error #2 by Radim Krčmář · 10 years ago
  29. 9c8fd1b KVM: x86: optimize delivery of TSC deadline timer interrupt by Paolo Bonzini · 10 years ago
  30. 362c698 KVM: x86: extract blocking logic from __vcpu_run by Paolo Bonzini · 10 years ago
  31. 35fd68a kvm: x86: fix x86 eflags fixed bit by Wanpeng Li · 10 years ago
  32. 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 · 10 years ago
  33. 1d804d0 x86: Use bool function return values of true/false not 1/0 by Joe Perches · 10 years ago
  34. c5e77f5 Merge tag 'v4.0-rc6' into timers/core, before applying new patches by Ingo Molnar · 10 years ago
  35. 2f729b1 KVM: remove useless check of "ret" variable prior to returning the same value by Eugene Korenevsky · 10 years ago
  36. b32a991 KVM: x86: Remove redundant definitions by Nadav Amit · 10 years ago
  37. 0efb044 KVM: x86: removing redundant eflags bits definitions by Nadav Amit · 10 years ago
  38. 900efe2 KVM: x86: BSF and BSR emulation change register unnecassarily by Nadav Amit · 10 years ago
  39. 6fd8e12 KVM: x86: POPA emulation may not clear bits [63:32] by Nadav Amit · 10 years ago
  40. b91aa14 KVM: x86: CMOV emulation on legacy mode is wrong by Nadav Amit · 10 years ago
  41. 2dccb4c kvm: x86: i8259: return initialized data on invalid-size read by Petr Matousek · 10 years ago
  42. 876e788 time: Rename timekeeper::tkr to timekeeper::tkr_mono by Peter Zijlstra · 10 years ago
  43. b3a2a90 KVM: nVMX: Add support for rdtscp by Jan Kiszka · 10 years ago
  44. f0e4b27 KVM: x86: remove now unneeded include directory from Makefile by Andre Przywara · 10 years ago
  45. af669ac KVM: move iodev.h from virt/kvm/ to include/kvm by Andre Przywara · 10 years ago
  46. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 10 years ago
  47. a123374f KVM: x86: inline kvm_ioapic_handles_vector() by Radim Krčmář · 10 years ago
  48. c806a6a KVM: x86: call irq notifiers with directed EOI by Radim Krčmář · 10 years ago
  49. faac245 KVM: SVM: Fix confusing message if no exit handlers are installed by Bandan Das · 10 years ago
  50. 52eb5a6 KVM: x86: For the symbols used locally only should be static type by Xiubo Li · 10 years ago
  51. 795a149 KVM: x86: Avoid using plain integer as NULL pointer warning by Xiubo Li · 10 years ago
  52. 0790ec1 KVM: nVMX: mask unrestricted_guest if disabled on L0 by Radim Krčmář · 10 years ago
  53. ae1f576 KVM: nVMX: Do not emulate #UD while in guest mode by Jan Kiszka · 10 years ago
  54. b34a805 KVM: x86: Fix re-execution of patched vmmcall by Jan Kiszka · 10 years ago
  55. 5e57518 x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE by David Kaplan · 10 years ago
  56. 670125b KVM: VMX: Set msr bitmap correctly if vcpu is in guest mode by Wincy Van · 10 years ago
  57. c1a6bff kvm: x86: i8259: return initialized data on invalid-size read by Petr Matousek · 10 years ago
  58. dc9be0f kvm: move advertising of KVM_CAP_IRQFD to common code by Paolo Bonzini · 10 years ago
  59. dab429a kvm: svm: make wbinvd faster by David Kaplan · 10 years ago
  60. 5cb5605 kvm: x86: make kvm_emulate_* consistant by Joel Schopp · 10 years ago
  61. 548ef28 KVM: Get rid of kvm_kvfree() by Thomas Huth · 10 years ago
  62. 5bda6ee KVM: ioapic: Record edge-triggered interrupts delivery status by Wincy Van · 10 years ago
  63. 668f198 KVM: SVM: use kvm_register_write()/read() by David Kaplan · 10 years ago
  64. f563db4 KVM: SVM: fix interrupt injection (apic->isr_count always 0) by Radim Krčmář · 10 years ago
  65. 4ff6f8e KVM: emulate: fix CMPXCHG8B on 32-bit hosts by Paolo Bonzini · 10 years ago
  66. 21bc8dc KVM: VMX: fix build without CONFIG_SMP by Radim Krčmář · 10 years ago
  67. 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
  68. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  69. dab2087 KVM: x86: fix build with !CONFIG_SMP by Radim Krčmář · 10 years ago
  70. 23e8fe2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  71. d44e121 KVM: x86: emulate: correct page fault error code for NoWrite instructions by Paolo Bonzini · 10 years ago
  72. f781951 kvm: add halt_poll_ns module parameter by Paolo Bonzini · 10 years ago
  73. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  74. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  75. 705699a KVM: nVMX: Enable nested posted interrupt processing by Wincy Van · 10 years ago
  76. 608406e KVM: nVMX: Enable nested virtual interrupt delivery by Wincy Van · 10 years ago
  77. 82f0dd4 KVM: nVMX: Enable nested apic register virtualization by Wincy Van · 10 years ago
  78. b9c237b KVM: nVMX: Make nested control MSRs per-cpu by Wincy Van · 10 years ago
  79. f2b9328 KVM: nVMX: Enable nested virtualize x2apic mode by Wincy Van · 10 years ago
  80. 3af18d9 KVM: nVMX: Prepare for using hardware MSR bitmap by Wincy Van · 10 years ago
  81. 2e6d015 KVM: x86: revert "add method to test PIR bitmap vector" by Marcelo Tosatti · 10 years ago
  82. f933986 KVM: x86: fix lapic_timer_int_injected with APIC-v by Marcelo Tosatti · 10 years ago
  83. ad15a29 kvm: vmx: fix oops with explicit flexpriority=0 option by Paolo Bonzini · 10 years ago
  84. df04d1d KVM: x86: check LAPIC presence when building apic_map by Radim Krčmář · 10 years ago
  85. 8a39536 KVM: x86: fix x2apic logical address matching by Radim Krčmář · 10 years ago
  86. 3697f30 KVM: x86: replace 0 with APIC_DEST_PHYSICAL by Radim Krčmář · 10 years ago
  87. 9368b56 KVM: x86: cleanup kvm_apic_match_*() by Radim Krčmář · 10 years ago
  88. 52c233a KVM: x86: return bool from kvm_apic_match*() by Radim Krčmář · 10 years ago
  89. 843e433 KVM: VMX: Add PML support in VMX by Kai Huang · 10 years ago
  90. 88178fd KVM: x86: Add new dirty logging kvm_x86_ops for PML by Kai Huang · 10 years ago
  91. 1c91cad4 KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access by Kai Huang · 10 years ago
  92. 9b51a63 KVM: MMU: Explicitly set D-bit for writable spte. by Kai Huang · 10 years ago
  93. f4b4b18 KVM: MMU: Add mmu help functions to support PML by Kai Huang · 10 years ago
  94. 3b0f1d0 KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log dirty by Kai Huang · 10 years ago
  95. 128ca09 kvm: iommu: Add cond_resched to legacy device assignment code by Joerg Roedel · 10 years ago
  96. 8226808 KVM: x86: Emulation of call may use incorrect stack size by Nadav Amit · 10 years ago
  97. bac15531 KVM: x86: 32-bit wraparound read/write not emulated correctly by Nadav Amit · 10 years ago
  98. 2b42fce KVM: x86: Fix defines in emulator.c by Nadav Amit · 10 years ago
  99. 2276b51 KVM: x86: ARPL emulation can cause spurious exceptions by Nadav Amit · 10 years ago
  100. 801806d KVM: x86: IRET emulation does not clear NMI masking by Nadav Amit · 10 years ago