1. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. be94f6b KVM, pkeys: add pkeys support for permission_fault by Huaitong Han · 8 years ago
  3. 1be0e61 KVM, pkeys: save/restore PKRU when guest/host switches by Xiao Guangrong · 8 years ago
  4. ddba262 KVM, pkeys: disable pkeys for guests in non-paging mode by Huaitong Han · 8 years ago
  5. ef697a7 KVM: VMX: fix nested vpid for old KVM guests by Paolo Bonzini · 8 years ago
  6. f6870ee KVM: VMX: avoid guest hang on invalid invvpid instruction by Paolo Bonzini · 8 years ago
  7. 2849eb4 KVM: VMX: avoid guest hang on invalid invept instruction by Paolo Bonzini · 8 years ago
  8. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  9. 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 8 years ago
  10. 10dc374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  11. 844a5fe KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo by Paolo Bonzini · 8 years ago
  12. a87036a KVM: x86: disable MPX if host did not enable MPX XSAVE features by Paolo Bonzini · 8 years ago
  13. 7099e2e KVM: VMX: disable PEBS before a guest entry by Radim Krčmář · 8 years ago
  14. 8f22372 KVM: VMX: use vmcs_clear/set_bits for debug register exits by Paolo Bonzini · 8 years ago
  15. 2680d6d kvm: x86: Update tsc multiplier on change. by Owen Hofmann · 8 years ago
  16. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 8 years ago
  17. 3f62de5 x86/kvm: Add output operand in vmx_handle_external_intr inline asm by Chris J Arges · 9 years ago
  18. d74c0e6 KVM: x86: use list_last_entry by Geliang Tang · 9 years ago
  19. 0d9c055 kvm/x86: Pass return code of kvm_emulate_hypercall by Andrey Smetanin · 9 years ago
  20. 6f05485 KVM: VMX: Fix guest debugging while in L2 by Jan Kiszka · 9 years ago
  21. 5bb1601 KVM: VMX: Factor out is_exception_n helper by Jan Kiszka · 9 years ago
  22. b6ce978 KVM/VMX: Add host irq information in trace event when updating IRTE for posted interrupts by Feng Wu · 9 years ago
  23. 23a1c25 KVM: Recover IRTE to remapped mode if the interrupt is not single-destination by Feng Wu · 9 years ago
  24. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
  25. 1baa5ef Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  26. 45bdbcf kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROL by Huaitong Han · 9 years ago
  27. 8a86aea9 KVM: vmx: detect mismatched size in VMCS read/write by Paolo Bonzini · 9 years ago
  28. 845c5b4 KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcs by Paolo Bonzini · 9 years ago
  29. f353105 KVM: VMX: fix read/write sizes of VMCS fields by Paolo Bonzini · 9 years ago
  30. 0bcf261 KVM: VMX: fix the writing POSTED_INTR_NV by Li RongQing · 9 years ago
  31. 81b1b9c KVM: VMX: Fix host initiated access to guest MSR_TSC_AUX by Haozhong Zhang · 9 years ago
  32. 8b89fe1 kvm: x86: move tracepoints outside extended quiescent state by Paolo Bonzini · 9 years ago
  33. d62caab kvm/x86: per-vcpu apicv deactivation support by Andrey Smetanin · 9 years ago
  34. 6308630 kvm/x86: split ioapic-handled and EOI exit bitmaps by Andrey Smetanin · 9 years ago
  35. b2467e7 KVM: nVMX: remove incorrect vpid check in nested invvpid emulation by Haozhong Zhang · 9 years ago
  36. a96036b KVM: x86: rename update_db_bp_intercept to update_bp_intercept by Paolo Bonzini · 9 years ago
  37. 54a2055 KVM: x86: work around infinite loop in microcode when #AC is delivered by Eric Northup · 9 years ago
  38. 8cfe986 KVM: VMX: Dump TSC multiplier in dump_vmcs() by Haozhong Zhang · 9 years ago
  39. be7b263 KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSC by Haozhong Zhang · 9 years ago
  40. ff2c3a1 KVM: VMX: Setup TSC scaling ratio when a vcpu is loaded by Haozhong Zhang · 9 years ago
  41. 64903d6 KVM: VMX: Enable and initialize VMX TSC scaling by Haozhong Zhang · 9 years ago
  42. 58ea676 KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset() by Haozhong Zhang · 9 years ago
  43. 07c1419 KVM: x86: Replace call-back compute_tsc_offset() with a common function by Haozhong Zhang · 9 years ago
  44. 381d585 KVM: x86: Replace call-back set_tsc_khz() with a common function by Haozhong Zhang · 9 years ago
  45. 450869d KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common by Paolo Bonzini · 9 years ago
  46. a3eaa86 KVM: VMX: Fix commit which broke PML by Kai Huang · 9 years ago
  47. 656ec4a KVM: VMX: fix SMEP and SMAP without EPT by Radim Krčmář · 9 years ago
  48. 5690891 kvm: x86: zero EFER on INIT by Paolo Bonzini · 9 years ago
  49. 089d7b6 KVM: nVMX: expose VPID capability to L1 by Wanpeng Li · 9 years ago
  50. 5c614b3 KVM: nVMX: nested VPID emulation by Wanpeng Li · 9 years ago
  51. 99b83ac KVM: nVMX: emulate the INVVPID instruction by Wanpeng Li · 9 years ago
  52. dd5f534 KVM: VMX: introduce __vmx_flush_tlb to handle specific vpid by Wanpeng Li · 9 years ago
  53. 991e7a0 KVM: VMX: adjust interface to allocate/free_vpid by Wanpeng Li · 9 years ago
  54. 58f800d Merge branch 'kvm-master' into HEAD by Paolo Bonzini · 9 years ago
  55. 1d8007b KVM: x86: build kvm_userspace_memory_region in x86_set_memory_region by Paolo Bonzini · 9 years ago
  56. bf9f6ac KVM: Update Posted-Interrupts Descriptor when vCPU is blocked by Feng Wu · 9 years ago
  57. 28b835d KVM: Update Posted-Interrupts Descriptor when vCPU is preempted by Feng Wu · 9 years ago
  58. efc6440 KVM: x86: Update IRTE for posted-interrupts by Feng Wu · 9 years ago
  59. ebbfc76 KVM: Add some helper functions for Posted-Interrupts by Feng Wu · 9 years ago
  60. 6ef1522 KVM: Extend struct pi_desc for VT-d Posted-Interrupts by Feng Wu · 9 years ago
  61. 1cea0ce KVM: VMX: drop rdtscp_enabled field by Xiao Guangrong · 9 years ago
  62. 7ec3629 KVM: VMX: clean up bit operation on SECONDARY_VM_EXEC_CONTROL by Xiao Guangrong · 9 years ago
  63. feda805 KVM: VMX: unify SECONDARY_VM_EXEC_CONTROL update by Xiao Guangrong · 9 years ago
  64. 8b97265 KVM: VMX: align vmx->nested.nested_vmx_secondary_ctls_high to vmx->rdtscp_enabled by Paolo Bonzini · 9 years ago
  65. 29541bb KVM: VMX: simplify invpcid handling in vmx_cpuid_update() by Xiao Guangrong · 9 years ago
  66. f36201e KVM: VMX: simplify rdtscp handling in vmx_cpuid_update() by Xiao Guangrong · 9 years ago
  67. e282162 KVM: VMX: drop rdtscp_enabled check in prepare_vmcs02() by Xiao Guangrong · 9 years ago
  68. 8b3e34e KVM: x86: add pcommit support by Xiao Guangrong · 9 years ago
  69. d6a858d KVM: vmx: disable posted interrupts if no local APIC by Paolo Bonzini · 9 years ago
  70. 931c33b kvm: add tracepoint for fast mmio by Jason Wang · 9 years ago
  71. 4ca7dd8 KVM: x86: unify handling of interrupt window by Paolo Bonzini · 9 years ago
  72. 35754c9 KVM: x86: introduce lapic_in_kernel by Paolo Bonzini · 9 years ago
  73. d50ab6c KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv by Paolo Bonzini · 9 years ago
  74. 3bb345f KVM: x86: store IOAPIC-handled vectors in each VCPU by Paolo Bonzini · 9 years ago
  75. 606decd Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages" by Paolo Bonzini · 9 years ago
  76. 04bb92e KVM: vmx: fix VPID is 0000H in non-root operation by Wanpeng Li · 9 years ago
  77. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  78. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  79. 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
  80. 4d283ec x86/kvm: Rename VMX's segment access rights defines by Andy Lutomirski · 9 years ago
  81. f735d4a KVM: VMX: drop ept misconfig check 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. 5f3d45e kvm/x86: add support for MONITOR_TRAP_FLAG by Mihai Donțu · 9 years ago
  84. f9eb4af KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptions by Eugene Korenevsky · 9 years ago
  85. 0da029e KVM: x86: rename quirk constants to KVM_X86_QUIRK_* by Paolo Bonzini · 9 years ago
  86. fb279950 KVM: vmx: obey KVM_QUIRK_CD_NW_CLEARED by Xiao Guangrong · 9 years ago
  87. fd717f1 KVM: x86: apply guest MTRR virtualization on host reserved pages by Paolo Bonzini · 9 years ago
  88. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  89. 87be28a x86/asm/tsc: Replace rdtscll() with native_read_tsc() by Andy Lutomirski · 9 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 · 9 years ago
  91. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  92. 25462f7 KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch by Wei Huang · 9 years ago
  93. ff53604 KVM: x86: move MTRR related code to a separate file by Xiao Guangrong · 9 years ago
  94. b18d543 KVM: x86: fix CR0.CD virtualization by Xiao Guangrong · 9 years ago
  95. 6d396b5 KVM: x86: advertise KVM_CAP_X86_SMM by Paolo Bonzini · 9 years ago
  96. 9da0e4d KVM: x86: work on all available address spaces by Paolo Bonzini · 9 years ago
  97. 54bf36a KVM: x86: use vcpu-specific functions to read/write/translate GFNs by Paolo Bonzini · 9 years ago
  98. 609e36d KVM: x86: pass host_initiated to functions that read MSRs by Paolo Bonzini · 9 years ago
  99. 3152657 Merge branch 'linus' into x86/fpu by Ingo Molnar · 9 years ago
  100. a9b4fb7 Merge branch 'kvm-master' into kvm-next by Paolo Bonzini · 9 years ago