1. c538d57 KVM: nVMX: Write ENCLS-exiting bitmap once per vmcs02 by Sean Christopherson · 6 years ago
  2. 3b013a2 KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01 by Sean Christopherson · 6 years ago
  3. d28f429 KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad value by Sean Christopherson · 6 years ago
  4. b1346ab KVM: nVMX: Rename prepare_vmcs02_*_full to prepare_vmcs02_*_rare by Paolo Bonzini · 6 years ago
  5. 7952d76 KVM: nVMX: Sync rarely accessed guest fields only when needed by Sean Christopherson · 6 years ago
  6. e217429 KVM: nVMX: Add helpers to identify shadowed VMCS fields by Sean Christopherson · 6 years ago
  7. 3731905ef KVM: nVMX: Use descriptive names for VMCS sync functions and flags by Sean Christopherson · 6 years ago
  8. f4f8316 KVM: nVMX: Lift sync_vmcs12() out of prepare_vmcs12() by Sean Christopherson · 6 years ago
  9. 1c6f0b4 KVM: nVMX: Track vmcs12 offsets for shadowed VMCS fields by Sean Christopherson · 6 years ago
  10. b643780 KVM: nVMX: Intercept VMWRITEs to GUEST_{CS,SS}_AR_BYTES by Sean Christopherson · 6 years ago
  11. fadcead KVM: nVMX: Intercept VMWRITEs to read-only shadow VMCS fields by Sean Christopherson · 6 years ago
  12. 95b5a48 KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fn by Sean Christopherson · 6 years ago
  13. 165072b KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor code by Sean Christopherson · 6 years ago
  14. 2342080 KVM: VMX: Store the host kernel's IDT base in a global variable by Sean Christopherson · 6 years ago
  15. 49def50 KVM: VMX: Read cached VM-Exit reason to detect external interrupt by Sean Christopherson · 6 years ago
  16. 2ea7203 kvm: nVMX: small cleanup in handle_exception by Paolo Bonzini · 6 years ago
  17. beb8d93 KVM: VMX: Fix handling of #MC that occurs during VM-Entry by Sean Christopherson · 6 years ago
  18. 73f624f KVM: x86: move MSR_IA32_POWER_CTL handling to common code by Paolo Bonzini · 6 years ago
  19. 4cb8b11 kvm: x86: offset is ensure to be in range by Wei Yang · 6 years ago
  20. ee171d2 kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector() by Wei Yang · 6 years ago
  21. 7d2296b kvm: x86: check kvm_apic_sw_enabled() is enough by Wei Yang · 6 years ago
  22. 2d5ba19 kvm: x86: add host poll control msrs by Marcelo Tosatti · 6 years ago
  23. fdb2861 kvm: vmx: segment limit check: use access length by Eugene Korenevsky · 6 years ago
  24. c1a9acb kvm: vmx: fix limit checking in get_vmx_mem_address() by Eugene Korenevsky · 6 years ago
  25. a87f2d3 KVM: x86: Add Intel CPUID.1F cpuid emulation support by Like Xu · 6 years ago
  26. 1fc5d194 KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15 by Liran Alon · 6 years ago
  27. 1dfdb45 KVM: x86: clean up conditions for asynchronous page fault handling by Paolo Bonzini · 6 years ago
  28. 0d9ce16 kvm: Convert kvm_lock to a mutex by Junaid Shahid · 6 years ago
  29. 1ae4de2 KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64 by Uros Bizjak · 6 years ago
  30. 5a25355 x86/kvm/VMX: drop bad asm() clobber from nested_vmx_check_vmentry_hw() by Jan Beulich · 6 years ago
  31. 511a8556 KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bit by Wanpeng Li · 6 years ago
  32. b517006 KVM: X86: Provide a capability to disable cstate msr read intercepts by Wanpeng Li · 6 years ago
  33. 4d22c17 kvm: x86: refine kvm_get_arch_capabilities() by Xiaoyao Li · 6 years ago
  34. f257d6d KVM: Directly return result from kvm_arch_check_processor_compat() by Sean Christopherson · 6 years ago
  35. 0532dd5 kvm: svm/avic: Do not send AVIC doorbell to self by Suthikulpanit, Suravee · 6 years ago
  36. b6c4bc6 KVM: LAPIC: Optimize timer latency further by Wanpeng Li · 6 years ago
  37. ec0671d KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexit by Wanpeng Li · 6 years ago
  38. 84ea3ac KVM: LAPIC: Extract adaptive tune timer advancement logic by Wanpeng Li · 6 years ago
  39. 8f38302 KVM/nSVM: properly map nested VMCB by Vitaly Kuznetsov · 6 years ago
  40. f3ecb59 kvm: x86: Fix reserved bits related calculation errors caused by MKTME by Kai Huang · 6 years ago
  41. 7b6f8a0 kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.c by Kai Huang · 6 years ago
  42. a86cb41 KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID by Thomas Huth · 6 years ago
  43. 862f0a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  44. 66f61c9 KVM: x86: fix return value for reserved EFER by Paolo Bonzini · 6 years ago
  45. 2924b52 KVM: x86/pmu: do not mask the value that is written to fixed PMUs by Paolo Bonzini · 6 years ago
  46. 0e6f467 KVM: x86/pmu: mask the result of rdpmc according to the width of the counters by Paolo Bonzini · 6 years ago
  47. a80c4ec x86/kvm/pmu: Set AMD's virt PMU version to 1 by Borislav Petkov · 6 years ago
  48. 6f2f845 KVM: x86: do not spam dmesg with VMCS/VMCB dumps by Paolo Bonzini · 6 years ago
  49. 654f1f1 kvm: Check irqchip mode before assign irqfd by Peter Xu · 6 years ago
  50. c9bcd3e kvm: svm/avic: fix off-by-one in checking host APIC ID by Suthikulpanit, Suravee · 6 years ago
  51. 16ba3ab KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspace by Wanpeng Li · 6 years ago
  52. 0e6edce KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflow by Wanpeng Li · 6 years ago
  53. 4d25996 kvm: vmx: Fix -Wmissing-prototypes warnings by Yi Wang · 6 years ago
  54. 541e886 KVM: nVMX: Fix using __this_cpu_read() in preemptible context by Wanpeng Li · 6 years ago
  55. 382409b kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUID by Jim Mattson · 6 years ago
  56. 32a243d kvm: x86: Include multiple indices with CPUID leaf 0x8000001d by Jim Mattson · 6 years ago
  57. 21be4ca KVM: nVMX: Clear nested_run_pending if setting nested state fails by Sean Christopherson · 6 years ago
  58. db80927 KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATE by Paolo Bonzini · 6 years ago
  59. 3e0a4e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 by Thomas Gleixner · 6 years ago
  60. fd534e9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102 by Thomas Gleixner · 6 years ago
  61. d691005 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83 by Thomas Gleixner · 6 years ago
  62. 9ff554e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82 by Thomas Gleixner · 6 years ago
  63. fd26084 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 70 by Thomas Gleixner · 6 years ago
  64. dd165a6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48 by Thomas Gleixner · 6 years ago
  65. af1a889 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47 by Thomas Gleixner · 6 years ago
  66. f6ce7f2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19 by Thomas Gleixner · 6 years ago
  67. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  68. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  69. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  70. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  71. ff8583d Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  72. 1335d9a Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  73. 9cc342f treewide: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  74. 0ef0fd3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  75. bf8a9a4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  76. d396360 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  77. c77ee64 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  78. 9c8ad7a uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2] by David Howells · 6 years ago
  79. 88640e1 x86/speculation/mds: Revert CPU buffer clear on double fault exit by Andy Lutomirski · 6 years ago
  80. 00f5764 Merge branch 'linus' into x86/urgent, to pick up dependent changes by Ingo Molnar · 6 years ago
  81. 8649efb Merge tag 'for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 6 years ago
  82. 5fd09ba Merge tag 'for-linus-5.2b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  83. d2d8b14 Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  84. f93f7ed Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU" by Sean Christopherson · 6 years ago
  85. 61455bf kvm: x86: Fix L1TF mitigation for shadow MMU by Kai Huang · 6 years ago
  86. d69129b KVM: nVMX: Disable intercept for FS/GS base MSRs in vmcs02 when possible by Sean Christopherson · 6 years ago
  87. bfbfbf7 Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  88. 2a8d69f Merge branches 'pm-cpufreq' and 'pm-domains' by Rafael J. Wysocki · 6 years ago
  89. 87dfb31 treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> by Masahiro Yamada · 6 years ago
  90. 9012d01 compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING by Masahiro Yamada · 6 years ago
  91. 687a3e4 treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers by Masahiro Yamada · 6 years ago
  92. 414147d Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  93. 318222a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  94. 350e88b mm: memblock: make keeping memblock memory opt-in rather than opt-out by Mike Rapoport · 6 years ago
  95. ac5c942 mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail by David Hildenbrand · 6 years ago
  96. 940519f mm, memory_hotplug: provide a more generic restrictions for memory hotplug by Michal Hocko · 6 years ago
  97. 4eb0716 hugetlb: allow to free gigantic pages regardless of the configuration by Alexandre Ghiti · 6 years ago
  98. 8df995f mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC by Alexandre Ghiti · 6 years ago
  99. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  100. fa4bff1 Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago