Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-29KVM: x86: Clean up and document nested #PF workaroundSean Christopherson
2022-04-13KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2Sean Christopherson
2022-04-02KVM: x86: SVM: allow AVIC to co-exist with a nested guest runningMaxim Levitsky
2022-04-02KVM: x86: nSVM: implement nested vGIFMaxim Levitsky
2022-04-02KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSEMaxim Levitsky
2022-04-02KVM: x86: nSVM: implement nested LBR virtualizationMaxim Levitsky
2022-04-02KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is runningMaxim Levitsky
2022-04-02kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes senseMaxim Levitsky
2022-04-02KVM: x86: nSVM: implement nested VMLOAD/VMSAVEMaxim Levitsky
2022-02-25KVM: x86/mmu: load new PGD after the shadow MMU is initializedPaolo Bonzini
2022-02-10KVM: nSVM: Implement Enlightened MSR-Bitmap featureVitaly Kuznetsov
2022-02-10KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuiltVitaly Kuznetsov
2022-02-08KVM: x86: nSVM: fix potential NULL derefernce on nested migrationMaxim Levitsky
2022-01-26KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson
2021-12-08KVM: X86: Remove mmu parameter from load_pdptrs()Lai Jiangshan
2021-12-08KVM: SVM: Remove references to VCPU_EXREG_CR3Lai Jiangshan
2021-12-08KVM: nSVM: introduce struct vmcb_ctrl_area_cachedEmanuele Giuseppe Esposito
2021-12-08KVM: nSVM: split out __nested_vmcb_check_controlsPaolo Bonzini
2021-12-08KVM: nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU racesEmanuele Giuseppe Esposito
2021-12-08KVM: nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()Emanuele Giuseppe Esposito
2021-12-08KVM: nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control...Emanuele Giuseppe Esposito
2021-12-08KVM: nSVM: introduce svm->nested.save to cache save area before checksEmanuele Giuseppe Esposito
2021-12-08KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregsEmanuele Giuseppe Esposito
2021-10-01nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCBKrish Sadhukhan
2021-10-01KVM: x86: nSVM: implement nested TSC scalingMaxim Levitsky
2021-09-30KVM: x86: nSVM: don't copy pause related settingsMaxim Levitsky
2021-09-23KVM: x86: nSVM: don't copy virt_ext from vmcb12Maxim Levitsky
2021-09-22KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM modeMaxim Levitsky
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-08-16KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)Maxim Levitsky
2021-08-16KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky
2021-08-02KVM: nSVM: remove useless kvm_clear_*_queuePaolo Bonzini
2021-07-27KVM: SVM: tweak warning about enabled AVIC on nested entryMaxim Levitsky
2021-07-26KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...Vitaly Kuznetsov
2021-07-26KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()Vitaly Kuznetsov
2021-07-15KVM: nSVM: Restore nested control upon leaving SMMVitaly Kuznetsov
2021-07-15KVM: nSVM: Introduce svm_copy_vmrun_state()Vitaly Kuznetsov
2021-07-15KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUNVitaly Kuznetsov
2021-07-15KVM: SVM: add module param to control the #SMI interceptionMaxim Levitsky
2021-06-25KVM: x86: Enhance comments for MMU roles and nested transition trickinessSean Christopherson
2021-06-25KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU properSean Christopherson
2021-06-25KVM: nSVM: Add a comment to document why nNPT uses vmcb01, not vCPU stateSean Christopherson
2021-06-25KVM: x86: Fix sizes used to pass around CR0, CR4, and EFERSean Christopherson
2021-06-17KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()Sean Christopherson
2021-06-17KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpersSean Christopherson
2021-06-17KVM: nSVM: Move TLB flushing logic (or lack thereof) to dedicated helperSean Christopherson
2021-06-17KVM: x86: avoid loading PDPTRs after migration when possibleMaxim Levitsky
2021-06-17KVM: nSVM: refactor the CR3 reload on migrationMaxim Levitsky
2021-06-17KVM: nSVM: Drop pointless pdptrs_changed() check on nested transitionSean Christopherson
2021-06-17KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it ...Krish Sadhukhan