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-05-24Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-06KVM: SEV: Mark nested locking of vcpu->lockPeter Gonda
2022-05-03Merge branch 'kvm-amd-pmu-fixes' into HEADPaolo Bonzini
2022-05-03KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_idKyle Huey
2022-04-21KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang
2022-04-21KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUsMingwei Zhang
2022-04-21KVM: SVM: Simplify and harden helper to flush SEV guest page(s)Sean Christopherson
2022-04-21KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdogLike Xu
2022-04-11KVM: SVM: Do not activate AVIC for SEV-enabled guestSuravee Suthikulpanit
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-05KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()Peter Gonda
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: SVM: fix avic spec based definitions againMaxim Levitsky
2022-04-02KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRsJim Mattson
2022-04-02KVM: x86: Add wrappers for setting/clearing APICv inhibitsSean Christopherson
2022-04-02KVM: x86: Make APICv inhibit reasons an enum and cleanup namingSean Christopherson
2022-04-02KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()Peter Gonda
2022-04-02KVM: x86/pmu: Use different raw event masks for AMD and IntelJim Mattson
2022-04-02KVM: SVM: fix panic on out-of-bounds guest IRQYi Wang
2022-03-21KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_maskMaxim Levitsky
2022-03-08KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Suravee Suthikulpanit
2022-03-05Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini
2022-03-01KVM: SVM: Disable preemption across AVIC load/put during APICv refreshSean Christopherson
2022-03-01KVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errorsSean Christopherson
2022-03-01KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failureSean Christopherson
2022-03-01KVM: SVM: Use common kvm_apic_write_nodecode() for AVIC write trapsSean Christopherson
2022-02-25KVM: x86/mmu: load new PGD after the shadow MMU is initializedPaolo Bonzini
2022-02-25KVM: x86: Provide per VM capability for disabling PMU virtualizationDavid Dunn
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-18KVM: SEV: Allow SEV intra-host migration of VM with mirrorsPeter Gonda
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-11KVM: SVM: extract avic_ring_doorbellMaxim Levitsky
2022-02-10KVM: nSVM: Implement Enlightened MSR-Bitmap featureVitaly Kuznetsov
2022-02-10KVM: nSVM: Split off common definitions for Hyper-V on KVM and KVM on Hyper-VVitaly Kuznetsov
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