1. fd8cb43 KVM: MMU: Expose the LA57 feature to VM. by Yu Zhang · 7 years ago
  2. 855feb6 KVM: MMU: Add 5 level EPT & Shadow page table support. by Yu Zhang · 7 years ago
  3. 2a7266a KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL. by Yu Zhang · 7 years ago
  4. d1cd3ce KVM: MMU: check guest CR3 reserved bits based on its physical address width. by Yu Zhang · 7 years ago
  5. e911eb3 KVM: x86: Add return value to kvm_cpuid(). by Yu Zhang · 7 years ago
  6. 3db1348 kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS by Paolo Bonzini · 7 years ago
  7. 75f4fc8 kvm: vmx: Raise #UD on unsupported RDSEED by Jim Mattson · 7 years ago
  8. 45ec368 kvm: vmx: Raise #UD on unsupported RDRAND by Jim Mattson · 7 years ago
  9. 80154d7 KVM: VMX: cache secondary exec controls by Paolo Bonzini · 7 years ago
  10. 640bd6e KVM: SVM: Enable Virtual GIF feature by Janakarajan Natarajan · 7 years ago
  11. d837312 KVM: SVM: Add Virtual GIF feature definition by Janakarajan Natarajan · 7 years ago
  12. 42aa53b KVM: VMX: always require WB memory type for EPT by David Hildenbrand · 7 years ago
  13. bb97a01 KVM: VMX: cleanup EPTP definitions by David Hildenbrand · 7 years ago
  14. 3f0d4db KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array) by Denys Vlasenko · 7 years ago
  15. 9034e6e KVM: x86: fix use of L1 MMIO areas in nested guests by Paolo Bonzini · 7 years ago
  16. 618232e KVM: x86: Avoid guest page table walk when gpa_available is set by Brijesh Singh · 7 years ago
  17. e08d26f KVM: x86: simplify ept_misconfig by Paolo Bonzini · 7 years ago
  18. d380228 kvm: x86: Disallow illegal IA32_APIC_BASE MSR values by Jim Mattson · 7 years ago
  19. 26eeb53 KVM: MMU: Bail out immediately if there is no available mmu page by Wanpeng Li · 7 years ago
  20. 42bcbeb KVM: MMU: Fix softlockup due to mmu_lock is held too long by Wanpeng Li · 7 years ago
  21. a057e0e KVM: nVMX: validate eptp pointer by David Hildenbrand · 7 years ago
  22. eebed24 kvm: nVMX: Add support for fast unprotection of nested guest page tables by Paolo Bonzini · 8 years ago
  23. 64531a3 KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest by Brijesh Singh · 7 years ago
  24. bbeac28 KVM: X86: Fix residual mmio emulation request to userspace by Wanpeng Li · 7 years ago
  25. de63ad4 KVM: X86: implement the logic for spinlock optimization by Longpeng(Mike) · 7 years ago
  26. 199b576 KVM: add spinlock optimization framework by Longpeng(Mike) · 7 years ago
  27. 1b4d56b KVM: x86: use general helpers for some cpuid manipulation by Radim Krčmář · 7 years ago
  28. d6321d4 KVM: x86: generalize guest_cpuid_has_ helpers by Radim Krčmář · 7 years ago
  29. c6bd180 KVM: x86: X86_FEATURE_NRIPS is not scattered anymore by Radim Krčmář · 7 years ago
  30. 41ab937 KVM: nVMX: Emulate EPTP switching for the L1 hypervisor by Bandan Das · 7 years ago
  31. 27c42a1 KVM: nVMX: Enable VMFUNC for the L1 hypervisor by Bandan Das · 7 years ago
  32. 2a499e4 KVM: vmx: Enable VMFUNCs by Bandan Das · 7 years ago
  33. 53a70da KVM: nVMX: get rid of nested_release_page* by David Hildenbrand · 7 years ago
  34. 5e2f30b KVM: nVMX: get rid of nested_get_page() by David Hildenbrand · 7 years ago
  35. 90a2db6 KVM: nVMX: INVPCID support by Paolo Bonzini · 7 years ago
  36. 72c139b KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY by Ladi Prosek · 7 years ago
  37. 6999507 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  38. 0d5b994 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  39. 8a05c31 Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate' by Rafael J. Wysocki · 7 years ago
  40. 6550c4d KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit" by Wanpeng Li · 7 years ago
  41. c9f0440 KVM: nVMX: mark vmcs12 pages dirty on L2 exit by David Matlack · 7 years ago
  42. 8ca44e8 kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardown by David Matlack · 7 years ago
  43. 9f744c5 KVM: nVMX: do not pin the VMCS12 by Paolo Bonzini · 7 years ago
  44. ebd28fc KVM: X86: init irq->level in kvm_pv_kick_cpu_op by Longpeng(Mike) · 7 years ago
  45. f4ef191 KVM: X86: Fix loss of pending INIT due to race by Wanpeng Li · 7 years ago
  46. 337c017 KVM: async_pf: make rcu irq exit if not triggered from idle task by Wanpeng Li · 7 years ago
  47. b96fb43 KVM: nVMX: fixes to nested virt interrupt injection by Paolo Bonzini · 7 years ago
  48. 7313c69 KVM: nVMX: do not fill vm_exit_intr_error_code in prepare_vmcs12 by Paolo Bonzini · 7 years ago
  49. bb68cfe x86/hpet: Cure interface abuse in the resume path by Thomas Gleixner · 7 years ago
  50. f137e0b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  51. dbc52a8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  52. 4815d3c cpufreq: x86: Make scaling_cur_freq behave more as expected by Rafael J. Wysocki · 7 years ago
  53. 20c6c18 x86/boot: Disable the address-of-packed-member compiler warning by Matthias Kaehlcke · 7 years ago
  54. 1d518c6 KVM: LAPIC: Fix reentrancy issues with preempt notifiers by Wanpeng Li · 7 years ago
  55. 2d6144e KVM: nVMX: Fix loss of L2's NMI blocking state by Wanpeng Li · 7 years ago
  56. 06a5524 KVM: nVMX: Fix posted intr delivery when vcpu is in guest mode by Wincy Van · 8 years ago
  57. 210f84b x86: irq: Define a global vector for nested posted interrupts by Wincy Van · 8 years ago
  58. a512177 KVM: x86: do mask out upper bits of PAE CR3 by Paolo Bonzini · 7 years ago
  59. 4ecf719 x86/efi: Fix reboot_mode when EFI runtime services are disabled by Stefan Assmann · 7 years ago
  60. 18d5e6c x86/boot: #undef memcpy() et al in string.c by Michael Davidson · 7 years ago
  61. 38115f2 kprobes/x86: Release insn_slot in failure path by Masami Hiramatsu · 8 years ago
  62. ba883b4 perf/x86/intel/uncore: Fix missing marker for skx_uncore_cha_extra_regs by Stephane Eranian · 8 years ago
  63. 8aa7b7b perf/x86/intel/uncore: Fix SKX CHA event extra regs by Stephane Eranian · 8 years ago
  64. 9ad0fbd perf/x86/intel/uncore: Remove invalid Skylake server CHA filter field by Kan Liang · 8 years ago
  65. c3f0268 perf/x86/intel/uncore: Fix Skylake server CHA LLC_LOOKUP event umask by Kan Liang · 8 years ago
  66. bab4e56 perf/x86/intel/uncore: Fix Skylake server PCU PMU event format by Kan Liang · 8 years ago
  67. b362598 perf/x86/intel/uncore: Fix Skylake UPI PMU event masks by Stephane Eranian · 8 years ago
  68. fa19871 KVM: VMX: remove unused field by Paolo Bonzini · 8 years ago
  69. c185dde xen/x86: fix cpu hotplug by Juergen Gross · 8 years ago
  70. 0e4d394 xen/x86: Don't BUG on CPU0 offlining by Vitaly Kuznetsov · 8 years ago
  71. b0a7528 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  72. 4ec9f7a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. bbcdea6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  74. 0a6109f Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  75. db15e7f x86/devicetree: Convert to using %pOF instead of ->full_name by Rob Herring · 8 years ago
  76. df6c3db perf/x86/intel: Add proper condition to run sched_task callbacks by Jiri Olsa · 8 years ago
  77. 2fe9a5c x86/platform/uv/BAU: Disable BAU on single hub configurations by Andrew Banman · 8 years ago
  78. 54a7d50 x86: mark kprobe templates as character arrays, not single characters by Linus Torvalds · 8 years ago
  79. f1ff89e kvm: x86: hyperv: avoid livelock in oneshot SynIC timers by Roman Kagan · 8 years ago
  80. f244dee KVM: VMX: Fix invalid guest state detection after task-switch emulation by Wanpeng Li · 8 years ago
  81. 325cdac debug: Fix WARN_ON_ONCE() for modules by Josh Poimboeuf · 8 years ago
  82. 0bc7304 x86/platform/intel-mid: Fix a format string overflow warning by Arnd Bergmann · 8 years ago
  83. d689c64 x86/platform: Add PCI dependency for PUNIT_ATOM_DEBUG by Arnd Bergmann · 8 years ago
  84. d460131 x86/build: Silence the build with "make -s" by Arnd Bergmann · 8 years ago
  85. 7206f9b x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outsl by Arnd Bergmann · 8 years ago
  86. 5623452 x86/fpu/math-emu: Avoid bogus -Wint-in-bool-context warning by Arnd Bergmann · 8 years ago
  87. 75e2f0a x86/fpu/math-emu: Fix possible uninitialized variable use by Arnd Bergmann · 8 years ago
  88. 11d8b05 perf/x86: Shut up false-positive -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
  89. 0e7f0b6 x86/defconfig: Remove stale, old Kconfig options by Krzysztof Kozlowski · 8 years ago
  90. e708e35 x86/ioapic: Pass the correct data to unmask_ioapic_irq() by Seunghun Han · 8 years ago
  91. dad5ab0 x86/acpi: Prevent out of bound access caused by broken ACPI tables by Seunghun Han · 8 years ago
  92. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  93. c2ce3f5 x86: add MULTIUSER dependency for KVM by Arnd Bergmann · 8 years ago
  94. b3f1dfb KVM: nVMX: Disallow VM-entry in MOV-SS shadow by Jim Mattson · 8 years ago
  95. 4c4a6f7 KVM: nVMX: track NMI blocking state separately for each VMCS by Paolo Bonzini · 8 years ago
  96. f85c758 KVM: x86: masking out upper bits by Dan Carpenter · 8 years ago
  97. dc853e2 perf/x86/intel: Fix debug_store reset field for freq events by Jiri Olsa · 8 years ago
  98. dd0b06b perf/x86/intel: Add Goldmont Plus CPU PMU support by Kan Liang · 8 years ago
  99. 5c10b04 perf/x86/intel: Enable C-state residency events for Apollo Lake by Harry Pan · 8 years ago
  100. 4c07f90 x86/mm, KVM: Fix warning when !CONFIG_PREEMPT_COUNT by Roman Kagan · 8 years ago