Age | Commit message (Expand) | Author |
2023-09-23 | KVM: SVM: Do not use user return MSR support for virtualized TSC_AUX | Tom Lendacky |
2023-09-23 | KVM: SVM: Fix TSC_AUX virtualization setup | Tom Lendacky |
2023-09-23 | KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway | Paolo Bonzini |
2023-08-31 | Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini |
2023-08-31 | Merge tag 'kvm-x86-svm-6.6' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini |
2023-08-25 | KVM: SVM: Require nrips support for SEV guests (and beyond) | Sean Christopherson |
2023-08-25 | KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest insn | Sean Christopherson |
2023-08-25 | KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is NULL | Sean Christopherson |
2023-08-25 | KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost migration | Sean Christopherson |
2023-08-17 | KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled" | Sean Christopherson |
2023-08-17 | KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled" | Sean Christopherson |
2023-08-17 | KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled" | Sean Christopherson |
2023-08-17 | KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled" | Sean Christopherson |
2023-08-17 | KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled" | Sean Christopherson |
2023-08-17 | KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled" | Sean Christopherson |
2023-08-17 | KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled" | Sean Christopherson |
2023-08-17 | KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled" | Sean Christopherson |
2023-08-17 | KVM: SVM: Set target pCPU during IRTE update if target vCPU is running | Sean Christopherson |
2023-08-17 | KVM: SVM: Take and hold ir_list_lock when updating vCPU's Physical ID entry | Sean Christopherson |
2023-08-16 | x86/cpu/kvm: Provide UNTRAIN_RET_VM | Peter Zijlstra |
2023-08-14 | x86/CPU/AMD: Fix the DIV(0) initial fix attempt | Borislav Petkov (AMD) |
2023-08-07 | Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2023-08-04 | KVM: SEV: remove ghcb variable declarations | Paolo Bonzini |
2023-08-04 | KVM: SEV: only access GHCB fields once | Paolo Bonzini |
2023-08-04 | KVM: SEV: snapshot the GHCB before accessing it | Paolo Bonzini |
2023-08-03 | KVM: nSVM: Skip writes to MSR_AMD64_TSC_RATIO if guest state isn't loaded | Sean Christopherson |
2023-08-03 | KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks | Sean Christopherson |
2023-08-03 | KVM: SVM: Clean up preemption toggling related to MSR_AMD64_TSC_RATIO | Sean Christopherson |
2023-08-03 | KVM: nSVM: Use the "outer" helper for writing multiplier to MSR_AMD64_TSC_RATIO | Sean Christopherson |
2023-08-03 | KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state | Sean Christopherson |
2023-08-03 | KVM: nSVM: Check instead of asserting on nested TSC scaling support | Sean Christopherson |
2023-08-03 | KVM: SVM: Use "standard" stgi() helper when disabling SVM | Sean Christopherson |
2023-08-03 | KVM: x86: Force kvm_rebooting=true during emergency reboot/crash | Sean Christopherson |
2023-08-03 | x86/virt: KVM: Move "disable SVM" helper into KVM SVM | Sean Christopherson |
2023-08-03 | KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported() | Sean Christopherson |
2023-08-03 | x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported() | Sean Christopherson |
2023-08-03 | x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callback | Sean Christopherson |
2023-08-02 | KVM: SVM: Use svm_get_lbr_vmcb() helper to handle writes to DEBUGCTL | Sean Christopherson |
2023-08-02 | KVM: SVM: Clean up handling of LBR virtualization enabled | Sean Christopherson |
2023-08-02 | KVM: SVM: Fix dead KVM_BUG() code in LBR MSR virtualization | Sean Christopherson |
2023-07-29 | KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid | Sean Christopherson |
2023-07-29 | Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid" | Sean Christopherson |
2023-07-28 | KVM: SVM: Don't try to pointlessly single-step SEV-ES guests for NMI window | Sean Christopherson |
2023-07-28 | KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES guests | Sean Christopherson |
2023-07-28 | KVM: SEV-ES: Eliminate #DB intercept when DebugSwap enabled | Alexey Kardashevskiy |
2023-07-28 | KVM: SEV: Enable data breakpoints in SEV-ES | Alexey Kardashevskiy |
2023-07-28 | KVM: SVM/SEV/SEV-ES: Rework intercepts | Alexey Kardashevskiy |
2023-07-28 | KVM: SEV-ES: explicitly disable debug | Alexey Kardashevskiy |
2023-07-28 | KVM: SVM: Rewrite sev_es_prepare_switch_to_guest()'s comment about swap types | Sean Christopherson |
2023-07-28 | KVM: SEV: Move SEV's GP_VECTOR intercept setup to SEV | Alexey Kardashevskiy |