summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2022-11-15x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov
2022-11-11KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()Sean Christopherson
2022-11-09KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu
2022-11-09KVM: x86/pmu: Limit the maximum number of supported Intel GP countersLike Xu
2022-11-09KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yetLike Xu
2022-11-09KVM: SVM: Only dump VMSA to klog at KERN_DEBUG levelPeter Gonda
2022-11-09x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callersPaolo Bonzini
2022-11-09KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini
2022-11-09KVM: SVM: restore host save area from assemblyPaolo Bonzini
2022-11-09KVM: SVM: move guest vmsave/vmload back to assemblyPaolo Bonzini
2022-11-09KVM: SVM: do not allocate struct svm_cpu_data dynamicallyPaolo Bonzini
2022-11-09KVM: SVM: remove dead field from struct svm_cpu_dataPaolo Bonzini
2022-11-09KVM: SVM: remove unused field from struct vcpu_svmPaolo Bonzini
2022-11-09KVM: SVM: retrieve VMCB from assemblyPaolo Bonzini
2022-11-09KVM: SVM: adjust register allocation for __svm_vcpu_run()Paolo Bonzini
2022-11-09KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini
2022-11-09KVM: x86: use a separate asm-offsets.c filePaolo Bonzini
2022-11-03KVM: x86: Fix a typo about the usage of kvcalloc()Liao Chang
2022-11-03KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()Ben Gardon
2022-11-02KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTLSean Christopherson
2022-11-02KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl()Sean Christopherson
2022-11-02KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRsSean Christopherson
2022-10-28KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()Eiichi Tsukata
2022-10-28KVM: x86: smm: number of GPRs in the SMRAM image depends on the image formatMaxim Levitsky
2022-10-28KVM: x86: emulator: update the emulation mode after CR0 writeMaxim Levitsky
2022-10-28KVM: x86: emulator: update the emulation mode after rsmMaxim Levitsky
2022-10-28KVM: x86: emulator: introduce emulator_recalc_and_set_modeMaxim Levitsky
2022-10-28KVM: x86: emulator: em_sysexit should update ctxt->modeMaxim Levitsky
2022-10-27KVM: Initialize gfn_to_pfn_cache locks in dedicated helperMichal Luczaj
2022-10-27KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailableEmanuele Giuseppe Esposito
2022-10-27KVM: x86: Exempt pending triple fault from event injection sanity checkSean Christopherson
2022-10-27KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open()Hou Wenlong
2022-10-27KVM: x86: Mask off reserved bits in CPUID.8000001FHJim Mattson
2022-10-22KVM: x86: Mask off reserved bits in CPUID.8000001AHJim Mattson
2022-10-22KVM: x86: Mask off reserved bits in CPUID.80000008HJim Mattson
2022-10-22KVM: x86: Mask off reserved bits in CPUID.80000006HJim Mattson
2022-10-22KVM: x86: Mask off reserved bits in CPUID.80000001HJim Mattson
2022-10-22KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERAlexander Graf
2022-10-22KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()Alexander Graf
2022-10-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-10-04Merge tag 'x86_cleanups_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-10-03Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2022-09-30Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini
2022-09-30KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guestJim Mattson
2022-09-29KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ACQ_RELMarc Zyngier
2022-09-29KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config optionMarc Zyngier
2022-09-28KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalabilityLike Xu
2022-09-28KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()Like Xu
2022-09-28KVM: x86/pmu: Avoid using PEBS perf_events for normal countersLike Xu