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: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX interceptsBabu Moger
2022-04-21KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang
2022-04-13KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdataLike Xu
2022-04-06KVM: SVM: Create a separate mapping for the SEV-ES save areaTom Lendacky
2022-04-05KVM: SVM: Define sev_features and VMPL field in the VMSABrijesh Singh
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: remove vgif_enabled()Maxim Levitsky
2022-04-02KVM: x86: SVM: use vmcb01 in init_vmcbMaxim Levitsky
2022-04-02KVM: x86: mark synthetic SMM vmexit as SVM_EXIT_SWMaxim Levitsky
2022-04-02KVM: x86: SVM: allow to force AVIC to be enabledMaxim Levitsky
2022-04-02KVM: x86: nSVM: implement nested VMLOAD/VMSAVEMaxim Levitsky
2022-04-02KVM: x86: SVM: fix tsc scaling when the host doesn't support itMaxim Levitsky
2022-04-02kvm: x86: SVM: remove unused definesMaxim Levitsky
2022-04-02KVM: x86: SVM: move tsc ratio definitions to svm.hMaxim Levitsky
2022-04-02KVM: x86: Add wrappers for setting/clearing APICv inhibitsSean Christopherson
2022-03-21KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_maskMaxim Levitsky
2022-03-05Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini
2022-03-01KVM: SVM: Disable preemption across AVIC load/put during APICv refreshSean Christopherson
2022-02-24KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non defa...Maxim Levitsky
2022-02-18KVM: x86: allow defining return-0 static callsPaolo Bonzini
2022-02-18KVM: x86: make several APIC virtualization callbacks optionalPaolo Bonzini
2022-02-18KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPICPaolo Bonzini
2022-02-14KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"Sean Christopherson
2022-02-14Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini
2022-02-11KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky
2022-02-11KVM: SVM: set IRR in svm_deliver_interruptPaolo Bonzini
2022-02-10KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuiltVitaly Kuznetsov
2022-02-10KVM: SVM: Rename hook implementations to conform to kvm_x86_ops' namesSean Christopherson
2022-02-10KVM: SVM: Rename SEV implemenations to conform to kvm_x86_ops hooksSean Christopherson
2022-02-10KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooksSean Christopherson
2022-02-10KVM: SVM: Remove unused MAX_INST_SIZE #defineSean Christopherson
2022-02-10KVM: SVM: Rename svm_flush_tlb() to svm_flush_tlb_current()Sean Christopherson
2022-02-10KVM: x86: Move get_cs_db_l_bits() helper to SVMSean Christopherson
2022-02-10KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor namesSean Christopherson
2022-02-10KVM: SVM: improve split between svm_prepare_guest_switch and sev_es_prepare_g...Paolo Bonzini
2022-02-10KVM: x86/svm: Remove unused "vcpu" of svm_check_exit_valid()Jinrong Liang
2022-02-08KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L...Maxim Levitsky
2022-02-08KVM: x86: nSVM: expose clean bit support to the guestMaxim Levitsky
2022-02-08KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSMMaxim Levitsky
2022-02-08KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved stateMaxim Levitsky
2022-02-08KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG caseMaxim Levitsky
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2022-02-01kvm/x86: rework guest entry logicMark Rutland
2022-02-01KVM: x86: Move delivery of non-APICv interrupt into vendor codeSean Christopherson
2022-01-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-26KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson