1. db105fa KVM: nSVM: remove useless kvm_clear_*_queue by Paolo Bonzini · 3 years, 6 months ago
  2. 4c72ab5 KVM: x86: Preserve guest's CR0.CD/NW on INIT by Sean Christopherson · 3 years, 6 months ago
  3. 46f4898 KVM: SVM: Drop redundant clearing of vcpu->arch.hflags at INIT/RESET by Sean Christopherson · 3 years, 6 months ago
  4. 265e435 KVM: SVM: Emulate #INIT in response to triple fault shutdown by Sean Christopherson · 3 years, 6 months ago
  5. e549494 KVM: VMX: Move RESET-only VMWRITE sequences to init_vmcs() by Sean Christopherson · 3 years, 6 months ago
  6. 7aa13fc KVM: VMX: Remove redundant write to set vCPU as active at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  7. 84ec8d2 KVM: VMX: Smush x2APIC MSR bitmap adjustments into single function by Sean Christopherson · 3 years, 6 months ago
  8. e7c701d KVM: VMX: Remove unnecessary initialization of msr_bitmap_mode by Sean Christopherson · 3 years, 6 months ago
  9. 002f87a KVM: VMX: Don't redo x2APIC MSR bitmaps when userspace filter is changed by Sean Christopherson · 3 years, 6 months ago
  10. 284036c KVM: nVMX: Remove obsolete MSR bitmap refresh at nested transitions by Sean Christopherson · 3 years, 6 months ago
  11. 9e4784e KVM: VMX: Remove obsolete MSR bitmap refresh at vCPU RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  12. f39e805 KVM: x86: Move setting of sregs during vCPU RESET/INIT to common x86 by Sean Christopherson · 3 years, 6 months ago
  13. c5c9f92 KVM: VMX: Don't _explicitly_ reconfigure user return MSRs on vCPU INIT by Sean Christopherson · 3 years, 6 months ago
  14. 432979b KVM: VMX: Refresh list of user return MSRs after setting guest CPUID by Sean Christopherson · 3 years, 6 months ago
  15. 400dd54 KVM: VMX: Skip pointless MSR bitmap update when setting EFER by Sean Christopherson · 3 years, 6 months ago
  16. d0f9f82 KVM: SVM: Stuff save->dr6 at during VMSA sync, not at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  17. 6cfe7b8 KVM: SVM: Drop redundant writes to vmcb->save.cr4 at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  18. ef8a0fa KVM: SVM: Tweak order of cr0/cr4/efer writes at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  19. 816be9e KVM: nVMX: Don't evaluate "emulation required" on nested VM-Exit by Sean Christopherson · 3 years, 6 months ago
  20. 1dd7a4f KVM: VMX: Skip emulation required checks during pmode/rmode transitions by Sean Christopherson · 3 years, 6 months ago
  21. 32437c2 KVM: VMX: Process CR0.PG side effects after setting CR0 assets by Sean Christopherson · 3 years, 6 months ago
  22. 908b7d4 KVM: x86/mmu: Skip the permission_fault() check on MMIO if CR0.PG=0 by Sean Christopherson · 3 years, 6 months ago
  23. 81ca0e7 KVM: VMX: Pull GUEST_CR3 from the VMCS iff CR3 load exiting is disabled by Sean Christopherson · 3 years, 6 months ago
  24. 470750b KVM: nVMX: Do not clear CR3 load/store exiting bits if L1 wants 'em by Sean Christopherson · 3 years, 6 months ago
  25. c834fd7 KVM: VMX: Fold ept_update_paging_mode_cr0() back into vmx_set_cr0() by Sean Christopherson · 3 years, 6 months ago
  26. 4f0dcb5 KVM: VMX: Remove direct write to vcpu->arch.cr0 during vCPU RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  27. ee5a558 KVM: VMX: Invert handling of CR0.WP for EPT without unrestricted guest by Sean Christopherson · 3 years, 6 months ago
  28. 9e90e21 KVM: SVM: Don't bother writing vmcb->save.rip at vCPU RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  29. 49d8665 KVM: x86: Move EDX initialization at vCPU RESET to common code by Sean Christopherson · 3 years, 6 months ago
  30. 4547700 KVM: x86: Consolidate APIC base RESET initialization code by Sean Christopherson · 3 years, 6 months ago
  31. 4212212 KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RESET by Sean Christopherson · 3 years, 6 months ago
  32. f0428b3 KVM: VMX: Stuff vcpu->arch.apic_base directly at vCPU RESET by Sean Christopherson · 3 years, 6 months ago
  33. 503bc49 KVM: x86: Set BSP bit in reset BSP vCPU's APIC base by default by Sean Christopherson · 3 years, 6 months ago
  34. 01913c5 KVM: x86: Don't force set BSP bit when local APIC is managed by userspace by Sean Christopherson · 3 years, 6 months ago
  35. 0214f6b KVM: x86: Migrate the PIT only if vcpu0 is migrated, not any BSP by Sean Christopherson · 3 years, 6 months ago
  36. 549240e KVM: x86: Remove defunct BSP "update" in local APIC reset by Sean Christopherson · 3 years, 6 months ago
  37. c2f79a6 KVM: x86: WARN if the APIC map is dirty without an in-kernel local APIC by Sean Christopherson · 3 years, 6 months ago
  38. 5d2d7e4 KVM: SVM: Drop explicit MMU reset at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  39. 61152cd KVM: VMX: Remove explicit MMU reset in enter_rmode() by Sean Christopherson · 3 years, 6 months ago
  40. 665f4d9 KVM: SVM: Fall back to KVM's hardcoded value for EDX at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  41. 067a456 KVM: SVM: Require exact CPUID.0x1 match when stuffing EDX at INIT by Sean Christopherson · 3 years, 6 months ago
  42. 2a24be7 KVM: VMX: Set EDX at INIT with CPUID.0x1, Family-Model-Stepping by Sean Christopherson · 3 years, 6 months ago
  43. 4f117ce KVM: SVM: Zero out GDTR.base and IDTR.base on INIT by Sean Christopherson · 3 years, 6 months ago
  44. afc8de0 KVM: nVMX: Set LDTR to its architecturally defined value on nested VM-Exit by Sean Christopherson · 3 years, 6 months ago
  45. df37ed3 KVM: x86: Flush the guest's TLB on INIT by Sean Christopherson · 3 years, 6 months ago
  46. df63202 KVM: x86: APICv: drop immediate APICv disablement on current vCPU by Maxim Levitsky · 3 years, 6 months ago
  47. 71ba3f3 KVM: x86: enable TDP MMU by default by Paolo Bonzini · 3 years, 6 months ago
  48. 6e8eb20 KVM: x86/mmu: fast_page_fault support for the TDP MMU by David Matlack · 3 years, 6 months ago
  49. c5c8c7c KVM: x86/mmu: Make walk_shadow_page_lockless_{begin,end} interoperate with the TDP MMU by David Matlack · 3 years, 6 months ago
  50. 61bcd36 KVM: x86/mmu: Fix use of enums in trace_fast_page_fault by David Matlack · 3 years, 6 months ago
  51. 76cd325 KVM: x86/mmu: Rename cr2_or_gpa to gpa in fast_page_fault by David Matlack · 3 years, 6 months ago
  52. 605c713 KVM: Introduce kvm_get_kvm_safe() by Peter Xu · 3 years, 7 months ago
  53. 1694cae x86/kvm: remove non-x86 stuff from arch/x86/kvm/ioapic.h by Juergen Gross · 3 years, 7 months ago
  54. ec1cf69 KVM: X86: Add per-vm stat for max rmap list size by Peter Xu · 3 years, 7 months ago
  55. 7fa2a34 KVM: x86/mmu: Return old SPTE from mmu_spte_clear_track_bits() by Sean Christopherson · 3 years, 7 months ago
  56. 03fffc5 KVM: x86/mmu: Refactor shadow walk in __direct_map() to reduce indentation by Sean Christopherson · 3 years, 7 months ago
  57. e489a4a KVM: x86: Hoist kvm_dirty_regs check out of sync_regs() by Sean Christopherson · 3 years, 7 months ago
  58. 19025e7 KVM: x86/mmu: Mark VM as bugged if page fault returns RET_PF_INVALID by Sean Christopherson · 3 years, 7 months ago
  59. 6736927 KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM by Sean Christopherson · 3 years, 7 months ago
  60. 7ee3e8c KVM: Export kvm_make_all_cpus_request() for use in marking VMs as bugged by Sean Christopherson · 3 years, 7 months ago
  61. 0b8f117 KVM: Add infrastructure and macro to mark VM as bugged by Sean Christopherson · 3 years, 7 months ago
  62. fa7a549 KVM: x86: accept userspace interrupt only if no event is injected by Paolo Bonzini · 3 years, 6 months ago
  63. 8750f9b KVM: add missing compat KVM_CLEAR_DIRTY_LOG by Paolo Bonzini · 3 years, 6 months ago
  64. 7477565 KVM: use cpu_relax when halt polling by Li RongQing · 3 years, 6 months ago
  65. 5868b82 KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrl by Maxim Levitsky · 3 years, 6 months ago
  66. feea013 KVM: SVM: tweak warning about enabled AVIC on nested entry by Maxim Levitsky · 3 years, 6 months ago
  67. f1577ab KVM: SVM: svm_set_vintr don't warn if AVIC is active but is about to be deactivated by Maxim Levitsky · 3 years, 6 months ago
  68. bb000f64 KVM: s390: restore old debugfs names by Christian Borntraeger · 3 years, 6 months ago
  69. 3fa5e8f KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initialized by Paolo Bonzini · 3 years, 6 months ago
  70. c33e05d KVM: selftests: Introduce access_tracking_perf_test by David Matlack · 3 years, 6 months ago
  71. 15b7b73 KVM: selftests: Fix missing break in dirty_log_perf_test arg parsing by David Matlack · 3 years, 6 months ago
  72. 76b4f35 x86/kvm: fix vcpu-id indexed array sizes by Juergen Gross · 3 years, 7 months ago
  73. 0a31df6 KVM: x86: Check the right feature bit for MSR_KVM_ASYNC_PF_ACK access by Vitaly Kuznetsov · 3 years, 6 months ago
  74. 3b1c8c5 docs: virt: kvm: api.rst: replace some characters by Mauro Carvalho Chehab · 3 years, 6 months ago
  75. 0e691ee KVM: Documentation: Fix KVM_CAP_ENFORCE_PV_FEATURE_CPUID name by Vitaly Kuznetsov · 3 years, 6 months ago
  76. 2bb16be KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloadsave_state() by Vitaly Kuznetsov · 3 years, 6 months ago
  77. 9a9e748 KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state() by Vitaly Kuznetsov · 3 years, 6 months ago
  78. 7025098 Merge tag 'kvmarm-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 6 months ago
  79. 2734d6c Linux 5.14-rc2 by Linus Torvalds · 3 years, 6 months ago
  80. 8c25c44 Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 6 months ago
  81. f0eb870 Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 6 months ago
  82. fbf1bdd Merge tag 'iomap-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 6 months ago
  83. 6750691 Merge tag 'kbuild-fixes-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 6 months ago
  84. 5e60f36 Documentation: Fix intiramfs script name by Robert Richter · 3 years, 6 months ago
  85. 1d11053 Kbuild: lto: fix module versionings mismatch in GNU make 3.X by Lecopzer Chen · 3 years, 6 months ago
  86. d952cfa kbuild: do not suppress Kconfig prompts for silent build by Masahiro Yamada · 3 years, 6 months ago
  87. 5df99be scripts/setlocalversion: fix a bug when LOCALVERSION is empty by Mikulas Patocka · 3 years, 6 months ago
  88. b0f0085 perf sched: Fix record failure when CONFIG_SCHEDSTATS is not set by Yang Jihong · 3 years, 6 months ago
  89. 22a6655 perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernel by Yang Jihong · 3 years, 6 months ago
  90. d4b3eed perf data: Close all files in close_dir() by Riccardo Mancini · 3 years, 6 months ago
  91. e0fa7ab perf probe-file: Delete namelist in del_events() on the error path by Riccardo Mancini · 3 years, 6 months ago
  92. 1d67c8d Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years, 6 months ago
  93. ae14c63 Revert "mm/slub: use stackdepot to save stack trace in objects" by Linus Torvalds · 3 years, 6 months ago
  94. 5d766d5 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 6 months ago
  95. 44cb60b Merge tag '5.14-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 6 months ago
  96. ccbb22b Merge tag 'linux-kselftest-kunit-fixes-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 6 months ago
  97. 00397e7 Merge tag 'linux-kselftest-fixes-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 6 months ago
  98. 3fdacf4 Merge tag 'trace-v5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
  99. d980cc0 Merge tag 'devicetree-fixes-for-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 6 months ago
  100. 5f06a79 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 6 months ago