1. 833b45d kvm: x86, powerpc: do not allow clearing largepages debugfs entry by Paolo Bonzini · 5 years ago
  2. 2e4a759 KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failure by Vitaly Kuznetsov · 5 years ago
  3. 19a36d3 KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TF by Waiman Long · 6 years ago
  4. 0944442 selftests: kvm: add test for dirty logging inside nested guests by Paolo Bonzini · 5 years ago
  5. 1f4e5fc KVM: x86: fix nested guest live migration with PML by Paolo Bonzini · 5 years ago
  6. 6eeb4ef KVM: x86: assign two bits to track SPTE kinds by Paolo Bonzini · 5 years ago
  7. 504ce19 KVM: x86: Expose XSAVEERPTR to the guest by Sebastian Andrzej Siewior · 5 years ago
  8. 40bc47b kvm: x86: Enumerate support for CLZERO instruction by Jim Mattson · 5 years ago
  9. 5f41a37 kvm: x86: Use AMD CPUID semantics for AMD vCPUs by Jim Mattson · 5 years ago
  10. 4356112 kvm: x86: Improve emulation of CPUID leaves 0BH and 1FH by Jim Mattson · 5 years ago
  11. 3ca9419 KVM: X86: Fix userspace set invalid CR4 by Wanpeng Li · 6 years ago
  12. a1a640b kvm: x86: Fix a spurious -E2BIG in __do_cpuid_func by Jim Mattson · 5 years ago
  13. a0f0037 KVM: LAPIC: Loosen filter for adaptive tuning of lapic_timer_advance_ns by Wanpeng Li · 5 years ago
  14. fd3edd4 KVM: nVMX: cleanup and fix host 64-bit mode checks by Paolo Bonzini · 5 years ago
  15. cab0185 KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386 by Vitaly Kuznetsov · 5 years ago
  16. f209a26 KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot() by Sean Christopherson · 6 years ago
  17. 98cd382 KVM: x86: Drop ____kvm_handle_fault_on_reboot() by Sean Christopherson · 6 years ago
  18. 6e20209 KVM: VMX: Add error handling to VMREAD helper by Sean Christopherson · 6 years ago
  19. 52a9fcb KVM: VMX: Optimize VMX instruction error and fault handling by Sean Christopherson · 6 years ago
  20. 4b526de KVM: x86: Check kvm_rebooting in kvm_spurious_fault() by Sean Christopherson · 6 years ago
  21. 90a4884 KVM: selftests: fix ucall on x86 by Vitaly Kuznetsov · 5 years ago
  22. 89340d0 Revert "locking/pvqspinlock: Don't wait if vCPU is preempted" by Wanpeng Li · 6 years ago
  23. f0b5105 kvm: nvmx: limit atomic switch MSRs by Marc Orr · 6 years ago
  24. 0cb8410 kvm: svm: Intercept RDPRU by Jim Mattson · 6 years ago
  25. a06dcd6 kvm: x86: Add "significant index" flag to a few CPUID leaves by Jim Mattson · 6 years ago
  26. 9a5c034 KVM: x86/mmu: Skip invalid pages during zapping iff root_count is zero by Sean Christopherson · 6 years ago
  27. ca333ad KVM: x86/mmu: Explicitly track only a single invalid mmu generation by Sean Christopherson · 6 years ago
  28. 1060520 KVM: x86/mmu: Revert "KVM: x86/mmu: Remove is_obsolete() call" by Sean Christopherson · 6 years ago
  29. 31741eb KVM: x86/mmu: Revert "Revert "KVM: MMU: reclaim the zapped-obsolete page first"" by Sean Christopherson · 6 years ago
  30. 4506ecf KVM: x86/mmu: Revert "Revert "KVM: MMU: collapse TLB flushes when zap all pages"" by Sean Christopherson · 6 years ago
  31. fbb158c KVM: x86/mmu: Revert "Revert "KVM: MMU: zap pages in batch"" by Sean Christopherson · 6 years ago
  32. 14a3c4f KVM: x86/mmu: Revert "Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"" by Sean Christopherson · 6 years ago
  33. dd6223c KVM: x86/mmu: Revert "Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"" by Sean Christopherson · 6 years ago
  34. 92f58b5 KVM: x86/mmu: Use fast invalidate mechanism to zap MMIO sptes by Sean Christopherson · 6 years ago
  35. fac026d KVM: x86/mmu: Treat invalid shadow pages as obsolete by Sean Christopherson · 6 years ago
  36. d0f5a86 KVM: LAPIC: Tune lapic_timer_advance_ns smoothly by Wanpeng Li · 6 years ago
  37. bf653b7 KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit by Tao Xu · 6 years ago
  38. 6e3ba4a KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL by Tao Xu · 6 years ago
  39. e69e72fa KVM: x86: Add support for user wait instructions by Tao Xu · 6 years ago
  40. 41577ab KVM: x86: Add comments to document various emulation types by Sean Christopherson · 6 years ago
  41. 1957aa6 KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfig by Sean Christopherson · 6 years ago
  42. 60fc3d0 KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT} by Sean Christopherson · 6 years ago
  43. 8fff271 KVM: VMX: Remove EMULATE_FAIL handling in handle_invalid_guest_state() by Sean Christopherson · 6 years ago
  44. 9497e1f KVM: x86: Move triple fault request into RM int injection by Sean Christopherson · 6 years ago
  45. 1051778 KVM: x86: Handle emulation failure directly in kvm_task_switch() by Sean Christopherson · 6 years ago
  46. 738fece KVM: x86: Exit to userspace on emulation skip failure by Sean Christopherson · 6 years ago
  47. c83fad65e KVM: x86: Move #UD injection for failed emulation into emulation code by Sean Christopherson · 6 years ago
  48. b400060 KVM: x86: Add explicit flag for forced emulation on #UD by Sean Christopherson · 6 years ago
  49. 42cbf06 KVM: x86: Move #GP injection for VMware into x86_emulate_instruction() by Sean Christopherson · 6 years ago
  50. a6c6ed1 KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error code by Sean Christopherson · 6 years ago
  51. 120c2c4 KVM: x86: Refactor kvm_vcpu_do_singlestep() to remove out param by Sean Christopherson · 6 years ago
  52. 22da61c KVM: x86: Clean up handle_emulation_failure() by Sean Christopherson · 6 years ago
  53. bc8a0aa KVM: x86: Relocate MMIO exit stats counting by Sean Christopherson · 6 years ago
  54. 5845038 KVM: nVMX: Check Host Address Space Size on vmentry of nested guests by Krish Sadhukhan · 6 years ago
  55. e738772 KVM: selftests: hyperv_cpuid: add check for NoNonArchitecturalCoreSharing bit by Vitaly Kuznetsov · 6 years ago
  56. b2d8b16 KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is impossible by Vitaly Kuznetsov · 6 years ago
  57. e1572f1 cpu/SMT: create and export cpu_smt_possible() by Vitaly Kuznetsov · 6 years ago
  58. a073d7e KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernel by Wanpeng Li · 6 years ago
  59. 319109a KVM: x86: Manually flush collapsible SPTEs only when toggling flags by Sean Christopherson · 6 years ago
  60. 52200d0 KVM: selftests: Remove duplicate guest mode handling by Peter Xu · 6 years ago
  61. 567a9f1 KVM: selftests: Introduce VM_MODE_PXXV48_4K by Peter Xu · 6 years ago
  62. 338eb29 KVM: selftests: Create VM earlier for dirty log test by Peter Xu · 6 years ago
  63. 12c386b KVM: selftests: Move vm type into _vm_create() internally by Peter Xu · 6 years ago
  64. 5a0165f KVM: x86: announce KVM_CAP_HYPERV_ENLIGHTENED_VMCS support only when it is available by Vitaly Kuznetsov · 6 years ago
  65. 956e255 KVM: x86: svm: remove unneeded nested_enable_evmcs() hook by Vitaly Kuznetsov · 6 years ago
  66. 6f6a657 KVM/Hyper-V/VMX: Add direct tlb flush support by Vitaly Kuznetsov · 6 years ago
  67. 344c6c8 KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSH by Tianyu Lan · 6 years ago
  68. 7a83247 x86/Hyper-V: Fix definition of struct hv_vp_assist_page by Tianyu Lan · 6 years ago
  69. e2ada66 kvm: x86: Add Intel PMU MSRs to msrs_to_save[] by Jim Mattson · 6 years ago
  70. 4c07e2d Merge tag 'mfd-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 5 years ago
  71. d0b3cfe Merge tag 'backlight-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 5 years ago
  72. 299d14d Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  73. e94f8cc Merge tag 'smack-for-5.4-rc1' of git://github.com/cschaufler/smack-next by Linus Torvalds · 5 years ago
  74. c5048a7 Merge branch 'pci/trivial' by Bjorn Helgaas · 5 years ago
  75. cdc7e18 Merge branch 'remotes/lorenzo/pci/vmd' by Bjorn Helgaas · 5 years ago
  76. 3efa7f1 Merge branch 'lorenzo/pci/tegra' by Bjorn Helgaas · 5 years ago
  77. 4597905 Merge branch 'remotes/lorenzo/pci/mobiveil' by Bjorn Helgaas · 5 years ago
  78. e4faafb Merge branch 'remotes/lorenzo/pci/misc' by Bjorn Helgaas · 5 years ago
  79. 8b38b5f Merge branch 'remotes/lorenzo/pci/mediatek' by Bjorn Helgaas · 5 years ago
  80. 5adc7d5 Merge branch 'remotes/lorenzo/pci/layerscape' by Bjorn Helgaas · 5 years ago
  81. 7088241 Merge branch 'remotes/lorenzo/pci/imx' by Bjorn Helgaas · 5 years ago
  82. a40c4b3 Merge branch 'remotes/lorenzo/pci/hv' by Bjorn Helgaas · 5 years ago
  83. b83e445 Merge branch 'remotes/lorenzo/pci/dwc' by Bjorn Helgaas · 5 years ago
  84. af47f25 Merge branch 'remotes/lorenzo/pci/al' by Bjorn Helgaas · 5 years ago
  85. 0ca0ef1 Merge branch 'pci/resource' by Bjorn Helgaas · 5 years ago
  86. 203104c Merge branch 'pci/pciehp' by Bjorn Helgaas · 5 years ago
  87. 63fa843 Merge branch 'pci/p2pdma' by Bjorn Helgaas · 5 years ago
  88. 3ddbff3 Merge branch 'pci/msi' by Bjorn Helgaas · 5 years ago
  89. 6ce54f0 Merge branch 'pci/misc' by Bjorn Helgaas · 5 years ago
  90. a10a1f6 Merge branch 'pci/enumeration' by Bjorn Helgaas · 5 years ago
  91. 77dc51f Merge branch 'pci/encapsulate' by Bjorn Helgaas · 5 years ago
  92. 20d3618 Merge branch 'pci/aspm' by Bjorn Helgaas · 5 years ago
  93. 9f7582d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 5 years ago
  94. 1ad0bc7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 5 years ago
  95. 1b5fb41 Merge tag 'safesetid-bugfix-5.4' of git://github.com/micah-morton/linux by Linus Torvalds · 5 years ago
  96. 5825a95 Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
  97. 3c6a691 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  98. 8ca06d6 Merge branch 'for-5.4/wacom' into for-linus by Jiri Kosina · 5 years ago
  99. 7af0f83 Merge branch 'for-5.4/sb0540' into for-linus by Jiri Kosina · 5 years ago
  100. 67fe00d8 Merge branch 'for-5.4/multitouch' into for-linus by Jiri Kosina · 5 years ago