1. 98c25ea KVM: VMX: Move preemption timer <=> hrtimer dance to common x86 by Sean Christopherson · 3 years, 1 month ago
  2. 12a8eee KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx by Sean Christopherson · 3 years, 1 month ago
  3. e6eec09 KVM: Drop unused kvm_vcpu.pre_pcpu field by Sean Christopherson · 3 years, 1 month ago
  4. d76fb40 KVM: VMX: Handle PI descriptor updates during vcpu_put/load by Sean Christopherson · 3 years, 1 month ago
  5. 4f5a884 Merge branch 'kvm-pi-raw-spinlock' into HEAD by Paolo Bonzini · 3 years ago
  6. e09fccb KVM: avoid warning on s390 in mark_page_dirty by Christian Borntraeger · 3 years ago
  7. e337f7e KVM: selftests: Add a test to force emulation with a pending exception by Sean Christopherson · 3 years, 1 month ago
  8. fc4fad7 KVM: VMX: Reject KVM_RUN if emulation is required with pending exception by Sean Christopherson · 3 years, 1 month ago
  9. bef9a70 selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTER by Jim Mattson · 3 years ago
  10. 2ba9047 selftests: kvm/x86: Introduce x86_model() by Jim Mattson · 3 years ago
  11. 398f924 selftests: kvm/x86: Export x86_family() for use outside of processor.c by Jim Mattson · 3 years ago
  12. 2106610 selftests: kvm/x86: Introduce is_amd_cpu() by Jim Mattson · 3 years ago
  13. b33b9c40 selftests: kvm/x86: Parameterize the CPUID vendor string check by Jim Mattson · 3 years ago
  14. 7ff775a KVM: x86/pmu: Use binary search to check filtered events by Jim Mattson · 3 years ago
  15. 1a1d1db kvm: selftests: conditionally build vm_xsave_req_perm() by Wei Wang · 3 years ago
  16. e973746 KVM: x86/cpuid: Clear XFD for component i if the base feature is missing by Like Xu · 3 years ago
  17. 6ff94f2 KVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot_remove_write_access() by David Matlack · 3 years ago
  18. 5f16bca KVM: x86/mmu: Document and enforce MMU-writable and Host-writable invariants by David Matlack · 3 years ago
  19. f082d86 KVM: x86/mmu: Clear MMU-writable during changed_pte notifier by David Matlack · 3 years ago
  20. 7c8a474 KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU by David Matlack · 3 years ago
  21. 5f02ef7 KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock by Marcelo Tosatti · 3 years ago
  22. 4732f24 KVM: x86: Making the module parameter of vPMU more common by Like Xu · 3 years ago
  23. ecebb96 KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN by Vitaly Kuznetsov · 3 years ago
  24. 9e6d484 KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test' by Vitaly Kuznetsov · 3 years ago
  25. c6617c6 KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN by Vitaly Kuznetsov · 3 years ago
  26. ee3a5f9 KVM: x86: Do runtime CPUID update before updating vcpu->arch.cpuid_entries by Vitaly Kuznetsov · 3 years ago
  27. a218644 KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event by Like Xu · 3 years ago
  28. c862dcd x86/fpu: Fix inline prefix warnings by Yang Zhong · 3 years ago
  29. bf70636 selftest: kvm: Add amx selftest by Yang Zhong · 3 years, 1 month ago
  30. 6559b4a selftest: kvm: Move struct kvm_x86_state to header by Yang Zhong · 3 years, 1 month ago
  31. 551447c selftest: kvm: Reorder vcpu_load_state steps for AMX by Paolo Bonzini · 3 years, 1 month ago
  32. b5274b1 kvm: x86: Disable interception for IA32_XFD on demand by Kevin Tian · 3 years ago
  33. 5429cea x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state() by Thomas Gleixner · 3 years ago
  34. 415a3c3 kvm: selftests: Add support for KVM_CAP_XSAVE2 by Wei Wang · 3 years ago
  35. be50b20 kvm: x86: Add support for getting/setting expanded xstate buffer by Guang Zeng · 3 years ago
  36. c60427d x86/fpu: Add uabi_size to guest_fpu by Thomas Gleixner · 3 years ago
  37. 690a757 kvm: x86: Add CPUID support for Intel AMX by Jing Liu · 3 years ago
  38. 86aff7a4 kvm: x86: Add XCR0 support for Intel AMX by Jing Liu · 3 years ago
  39. 61f2081 kvm: x86: Disable RDMSR interception of IA32_XFD_ERR by Jing Liu · 3 years ago
  40. 548e836 kvm: x86: Emulate IA32_XFD_ERR for guest by Jing Liu · 3 years ago
  41. ec5be88 kvm: x86: Intercept #NM for saving IA32_XFD_ERR by Jing Liu · 3 years ago
  42. 1df4fd8 x86/fpu: Prepare xfd_err in struct fpu_guest by Jing Liu · 3 years ago
  43. 820a6ee kvm: x86: Add emulation for IA32_XFD by Jing Liu · 3 years ago
  44. 8eb9a48 x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation by Kevin Tian · 3 years ago
  45. 5ab2f45 kvm: x86: Enable dynamic xfeatures at KVM_SET_CPUID2 by Jing Liu · 3 years ago
  46. 0781d60 x86/fpu: Provide fpu_enable_guest_xfd_features() for KVM by Sean Christopherson · 3 years ago
  47. c270ce3 x86/fpu: Add guest support to xfd_enable_feature() by Thomas Gleixner · 3 years ago
  48. b0237da x86/fpu: Make XFD initialization in __fpstate_reset() a function argument by Jing Liu · 3 years ago
  49. df0cc57 Linux 5.16 by Linus Torvalds · 3 years ago
  50. e900deb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 3 years ago
  51. 9535012 Merge tag 'soc-fixes-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  52. 9a12a5a Merge tag 'perf-tools-fixes-for-v5.16-2022-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years ago
  53. df5bc0a Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)" by Len Brown · 3 years ago
  54. cf73ed8 Input: zinitix - make sure the IRQ is allocated before it gets enabled by Nikita Travkin · 3 years ago
  55. c801335 ARM: dts: gpio-ranges property is now required by Phil Elwell · 3 years ago
  56. 4634129 Merge tag 'soc-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  57. 21f35d2 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years ago
  58. d445d64 Merge tag 'for-v5.16-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 3 years ago
  59. 622e42a Merge tag 'xfs-5.16-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
  60. d1587f7 Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years ago
  61. 35632d9 Merge tag 'block-5.16-2022-01-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
  62. 494603e Merge tag 'edac_urgent_for_v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 3 years ago
  63. a19f75d Revert "i2c: core: support bus regulator controlling in adapter" by Wolfram Sang · 3 years ago
  64. dc9f2dd Revert "libtraceevent: Increase libtraceevent logging when verbose" by Arnaldo Carvalho de Melo · 3 years ago
  65. f06a82f perf trace: Avoid early exit due to running SIGCHLD handler before it makes sense to by Jiri Olsa · 3 years ago
  66. 445ecdf kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID by Jing Liu · 3 years ago
  67. cc04b6a kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule by Jing Liu · 3 years ago
  68. 36487e6 x86/fpu: Prepare guest FPU for dynamically enabled FPU features by Thomas Gleixner · 3 years ago
  69. 980fe2f x86/fpu: Extend fpu_xstate_prctl() with guest permissions by Thomas Gleixner · 3 years ago
  70. 96c1a62 kvm: selftests: move ucall declarations into ucall_common.h by Michael Roth · 3 years, 1 month ago
  71. 7d9a662 kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h by Michael Roth · 3 years, 1 month ago
  72. 2455672 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
  73. 7a6043c Merge tag 'drm-fixes-2022-01-07' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years ago
  74. fffb532 KVM: x86: Check for rmaps allocation by Nikunj A Dadhania · 3 years ago
  75. 597cb79 KVM: SEV: Mark nested locking of kvm->lock by Wanpeng Li · 3 years ago
  76. 405329f KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests by Michael Roth · 3 years, 1 month ago
  77. 907d139 KVM: VMX: Provide vmread version using asm-goto-with-outputs by Peter Zijlstra · 3 years, 1 month ago
  78. 5574976 KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty by David Woodhouse · 3 years, 1 month ago
  79. 14243b3 KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery by David Woodhouse · 3 years, 1 month ago
  80. 1cfc9c4 KVM: x86/xen: Maintain valid mapping of Xen shared_info page by David Woodhouse · 3 years, 1 month ago
  81. 982ed0d KVM: Reinstate gfn_to_pfn_cache with invalidation support by David Woodhouse · 3 years, 1 month ago
  82. 2efd61a KVM: Warn if mark_page_dirty() is called without an active vCPU by David Woodhouse · 3 years, 1 month ago
  83. f3f26da x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal time by David Woodhouse · 3 years, 1 month ago
  84. 018d70f KVM: x86: Update vPMCs when retiring branch instructions by Eric Hankland · 3 years, 2 months ago
  85. 9cd803d KVM: x86: Update vPMCs when retiring instructions by Eric Hankland · 3 years, 2 months ago
  86. 40ccb96 KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}() by Like Xu · 3 years, 2 months ago
  87. 6ed1298 KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event() by Like Xu · 3 years, 2 months ago
  88. 7c174f3 KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() by Like Xu · 3 years, 2 months ago
  89. 7618756 KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs by Like Xu · 3 years, 2 months ago
  90. 006a0f0 KVM: x86: avoid out of bounds indices for fixed performance counters by Paolo Bonzini · 3 years, 1 month ago
  91. 5b61178 KVM: VMX: Mark VCPU_EXREG_CR3 dirty when !CR0_PG -> CR0_PG if EPT + !URG by Lai Jiangshan · 3 years, 1 month ago
  92. 6b123c3 KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed by Lai Jiangshan · 3 years, 1 month ago
  93. a9f2705 KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs() by Lai Jiangshan · 3 years, 1 month ago
  94. 46cbc04 Revert "KVM: X86: Update mmu->pdptrs only when it is changed" by Paolo Bonzini · 3 years, 1 month ago
  95. a6fec53 selftests: KVM: sev_migrate_tests: Add mirror command tests by Peter Gonda · 3 years, 1 month ago
  96. 427d046 selftests: KVM: sev_migrate_tests: Fix sev_ioctl() by Peter Gonda · 3 years, 1 month ago
  97. 4c66b56 selftests: KVM: sev_migrate_tests: Fix test_sev_mirror() by Peter Gonda · 3 years, 1 month ago
  98. 1b0c9d0 Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEAD by Paolo Bonzini · 3 years ago
  99. 7fd55a0 Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years ago
  100. ddec8ed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years ago