1. 03efce6 nVMX: Advertise PML to L1 hypervisor by Bandan Das · 8 years ago
  2. c5f983f nVMX: Implement emulated Page Modification Logging by Bandan Das · 8 years ago
  3. bab4165 kvm: x86: Add a hook for arch specific dirty logging emulation by Bandan Das · 8 years ago
  4. c7c2c70 kvm: nVMX: Validate CR3 target count on nested VM-entry by Jim Mattson · 8 years ago
  5. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  6. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  7. 2d3e486 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  8. 2e5b0bd kvm: nVMX: Don't validate disabled secondary controls by Jim Mattson · 8 years ago
  9. 4e335d9 Revert "KVM: Support vCPU-based gfn->hva cache" by Paolo Bonzini · 8 years ago
  10. 5c0aea0 KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING by David Hildenbrand · 8 years ago
  11. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  12. 70f3aac kvm: nVMX: Remove superfluous VMX instruction fault checks by Jim Mattson · 8 years ago
  13. 6ed071f KVM: x86: fix emulation of RSM and IRET instructions by Ladi Prosek · 8 years ago
  14. cde9af6 KVM: add explicit barrier to kvm_vcpu_kick by Andrew Jones · 8 years ago
  15. 1bd2009 KVM: x86: always use kvm_make_request instead of set_bit by Radim Krčmář · 8 years ago
  16. 72875d8a KVM: add kvm_{test,clear}_request to replace {test,clear}_bit by Radim Krčmář · 8 years ago
  17. e891a32 KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCK by Marcelo Tosatti · 8 years ago
  18. 668fffa kvm: better MWAIT emulation for guests by Michael S. Tsirkin · 8 years ago
  19. db2336a KVM: x86: virtualize cpuid faulting by Kyle Huey · 8 years ago
  20. fe0e80b KVM: VMX: drop vmm_exclusive module parameter by David Hildenbrand · 8 years ago
  21. 3325187 KVM: nVMX: fix AD condition when handling EPT violation by Radim Krčmář · 8 years ago
  22. 405a353 KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRs by Ladi Prosek · 8 years ago
  23. bd8fab3 KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplug by Denis Plotnikov · 8 years ago
  24. c5e8ec8 KVM: x86: remaster kvm_write_tsc code by Denis Plotnikov · 8 years ago
  25. 900ab14 KVM: x86: use irqchip_kernel() to check for pic+ioapic by David Hildenbrand · 8 years ago
  26. b5e7cf5 KVM: x86: simplify pic_ioport_read() by David Hildenbrand · 8 years ago
  27. 84a5c79 KVM: x86: set data directly in picdev_read() by David Hildenbrand · 8 years ago
  28. 9fecaa9 KVM: x86: drop picdev_in_range() by David Hildenbrand · 8 years ago
  29. dc24d1d KVM: x86: make kvm_pic_reset() static by David Hildenbrand · 8 years ago
  30. e21d175 KVM: x86: simplify pic_unlock() by David Hildenbrand · 8 years ago
  31. 43ae312 KVM: x86: drop goto label in kvm_set_routing_entry() by David Hildenbrand · 8 years ago
  32. 993225a KVM: x86: rename kvm_vcpu_request_scan_ioapic() by David Hildenbrand · 8 years ago
  33. ca8ab3f KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.c by David Hildenbrand · 8 years ago
  34. d62f270 KVM: x86: remove all-vcpu request from kvm_ioapic_init() by David Hildenbrand · 8 years ago
  35. 445ee82 KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pins by David Hildenbrand · 8 years ago
  36. 49f520b KVM: x86: push usage of slots_lock down by David Hildenbrand · 8 years ago
  37. ba7454e KVM: x86: don't take kvm->irq_lock when creating IRQCHIP by David Hildenbrand · 8 years ago
  38. 33392b4 KVM: x86: convert kvm_(set|get)_ioapic() into void by David Hildenbrand · 8 years ago
  39. 4c0b06d KVM: x86: remove duplicate checks for ioapic by David Hildenbrand · 8 years ago
  40. 0bceb15 KVM: x86: use ioapic_in_kernel() to check for ioapic existence by David Hildenbrand · 8 years ago
  41. 0191e92 KVM: x86: get rid of ioapic_irqchip() by David Hildenbrand · 8 years ago
  42. 90bca05 KVM: x86: get rid of pic_irqchip() by David Hildenbrand · 8 years ago
  43. f567080 KVM: x86: check against irqchip_mode in ioapic_in_kernel() by David Hildenbrand · 8 years ago
  44. 19d25a0 KVM: x86: check against irqchip_mode in pic_in_kernel() by David Hildenbrand · 8 years ago
  45. 8bf463f KVM: x86: check against irqchip_mode in kvm_set_routing_entry() by David Hildenbrand · 8 years ago
  46. 637e3f8 KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS by David Hildenbrand · 8 years ago
  47. 28d0635 kvm: nVMX: Disallow userspace-injected exceptions in guest mode by Jim Mattson · 8 years ago
  48. 28bf288 KVM: x86: fix user triggerable warning in kvm_apic_accept_events() by David Hildenbrand · 8 years ago
  49. 3042255 kvm: make KVM_CAP_COALESCED_MMIO architecture agnostic by Paolo Bonzini · 8 years ago
  50. a5f4645 KVM: nVMX: support RDRAND and RDSEED exiting by Paolo Bonzini · 8 years ago
  51. ae1e2d1 kvm: nVMX: support EPT accessed/dirty bits by Paolo Bonzini · 8 years ago
  52. 86407bc kvm: x86: MMU support for EPT accessed/dirty bits by Paolo Bonzini · 8 years ago
  53. 0047723 KVM: VMX: remove bogus check for invalid EPT violation by Paolo Bonzini · 8 years ago
  54. 7db7426 KVM: nVMX: we support 1GB EPT pages by Paolo Bonzini · 8 years ago
  55. ad6260d KVM: x86: drop legacy device assignment by Paolo Bonzini · 8 years ago
  56. 2c82878 KVM: VMX: require virtual NMI support by Paolo Bonzini · 8 years ago
  57. 74f1690 kvm/svm: Setup MCG_CAP on AMD properly by Borislav Petkov · 8 years ago
  58. 1279a6b1 KVM: nVMX: single function for switching between vmcs by David Hildenbrand · 8 years ago
  59. f0b98c0 kvm: vmx: Don't use INVVPID when EPT is enabled by Jim Mattson · 8 years ago
  60. 1fb883b KVM: nVMX: initialize PML fields in vmcs02 by Ladi Prosek · 8 years ago
  61. ab007cc KVM: nVMX: do not leak PML full vmexit to L1 by Ladi Prosek · 8 years ago
  62. 7f75540 Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch by Ingo Molnar · 8 years ago
  63. 2beb6dad KVM: x86: cleanup the page tracking SRCU instance by Paolo Bonzini · 8 years ago
  64. 7ad658b KVM: nVMX: fix nested EPT detection by Ladi Prosek · 8 years ago
  65. 08d839c KVM: VMX: Fix enable VPID conditions by Wanpeng Li · 8 years ago
  66. 63cb6d5 KVM: nVMX: Fix nested VPID vmx exec control by Wanpeng Li · 8 years ago
  67. 24dccf8 KVM: x86: correct async page present tracepoint by Wanpeng Li · 8 years ago
  68. fb6c819 kvm: vmx: Flush TLB when the APIC-access address changes by Jim Mattson · 8 years ago
  69. c761159 KVM: x86: use pic/ioapic destructor when destroy vm by Peter Xu · 8 years ago
  70. 950712e KVM: x86: check existance before destroy by Peter Xu · 8 years ago
  71. 59c58ceb x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpers by Andy Lutomirski · 8 years ago
  72. 6d1b3ad KVM: nVMX: don't reset kvm mmu twice by Wanpeng Li · 8 years ago
  73. 3863dff kvm: fix usage of uninit spinlock in avic_vm_destroy() by Dmitry Vyukov · 8 years ago
  74. 6c6c5e0 KVM: VMX: downgrade warning on unexpected exit code by Radim Krčmář · 8 years ago
  75. 45fc875 x86: Make the GDT remapping read-only on 64-bit by Thomas Garnier · 8 years ago
  76. 05d8d34 KVM: nVMX: do not warn when MSR bitmap address is not backed by Radim Krčmář · 8 years ago
  77. 2f707d9 KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset by Wanpeng Li · 8 years ago
  78. 587d7e72 kvm: nVMX: VMCLEAR should not cause the vCPU to shut down by Jim Mattson · 8 years ago
  79. 2d62e07 Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  80. 3905f9a sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  81. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  82. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  83. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  84. acc9ab6 KVM: nVMX: Fix pending events injection by Wanpeng Li · 8 years ago
  85. 0fce546 x86/kvm/vmx: remove unused variable in segment_base() by Jérémy Lefaure · 8 years ago
  86. bba82fd KVM: x86: never specify a sample period for virtualized in_tx_cp counters by Robert O'Callahan · 8 years ago
  87. 9332ef9 scripts/spelling.txt: add "an user" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  88. fd7e9a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  89. 96794e4 KVM: VMX: use correct vmcs_read/write for guest segment selector/base by Chao Peng · 8 years ago
  90. b7ffc44 x86/kvm/vmx: Defer TR reload after VM exit by Andy Lutomirski · 8 years ago
  91. 8c2e41f x86/kvm/vmx: Simplify segment_base() by Andy Lutomirski · 8 years ago
  92. e28baea x86/kvm/vmx: Get rid of segment_base() on 64-bit kernels by Andy Lutomirski · 8 years ago
  93. e0c2306 x86/kvm/vmx: Don't fetch the TSS base from the GDT by Andy Lutomirski · 8 years ago
  94. 828cad8 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  95. 06ce521 kvm: fix page struct leak in handle_vmon by Paolo Bonzini · 8 years ago
  96. bd7e5b0 KVM: x86: remove code for lazy FPU handling by Paolo Bonzini · 8 years ago
  97. 460df4c KVM: race-free exit from KVM_RUN without POSIX signals by Paolo Bonzini · 8 years ago
  98. bbd6411 KVM: Support vCPU-based gfn->hva cache by Cao, Lei · 8 years ago
  99. 47c0152 KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls by Paolo Bonzini · 8 years ago
  100. 681bcea KVM: svm: inititalize hash table structures directly by David Hildenbrand · 8 years ago