summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/cpuid.c
AgeCommit message (Expand)Author
2022-05-12kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMUSandipan Das
2021-07-20KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabledSean Christopherson
2020-02-11kvm/svm: PKU not currently supportedJohn Allen
2019-12-31kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBDJim Mattson
2019-12-31kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBDJim Mattson
2019-12-13KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)Paolo Bonzini
2019-10-22kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUIDJim Mattson
2019-09-26KVM: x86: Expose XSAVEERPTR to the guestSebastian Andrzej Siewior
2019-09-26kvm: x86: Enumerate support for CLZERO instructionJim Mattson
2019-09-26kvm: x86: Use AMD CPUID semantics for AMD vCPUsJim Mattson
2019-09-26kvm: x86: Improve emulation of CPUID leaves 0BH and 1FHJim Mattson
2019-09-26kvm: x86: Fix a spurious -E2BIG in __do_cpuid_funcJim Mattson
2019-09-24kvm: x86: Add "significant index" flag to a few CPUID leavesJim Mattson
2019-09-24KVM: x86: Add support for user wait instructionsTao Xu
2019-08-22KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini
2019-08-22KVM: x86: fix reporting of AMD speculation bug CPUID leafPaolo Bonzini
2019-07-15KVM: x86: expose AVX512_BF16 feature to guestJing Liu
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-07-05KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_paramPaolo Bonzini
2019-07-05KVM: cpuid: rename do_cpuid_1_entPaolo Bonzini
2019-07-05KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_entPaolo Bonzini
2019-07-05KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafsPaolo Bonzini
2019-07-05KVM: cpuid: do_cpuid_ent works on a whole CPUID functionPaolo Bonzini
2019-07-02kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUIDJim Mattson
2019-07-02KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guestWanpeng Li
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-06-18kvm: x86: add host poll control msrsMarcelo Tosatti
2019-06-18KVM: x86: Add Intel CPUID.1F cpuid emulation supportLike Xu
2019-06-04KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bitWanpeng Li
2019-05-24kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUIDJim Mattson
2019-05-24kvm: x86: Include multiple indices with CPUID leaf 0x8000001dJim Mattson
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-30KVM: x86: Omit caching logic for always-available GPRsSean Christopherson
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-03-06x86/kvm: Expose X86_FEATURE_MD_CLEAR to guestsAndi Kleen
2019-02-22kvm: x86: Return LA57 feature based on hardware capabilityYu Zhang
2019-02-20KVM: x86: expose MOVDIR64B CPU feature into VM.Liu Jingqi
2019-02-20KVM: x86: expose MOVDIRI CPU feature into VM.Liu Jingqi
2018-12-21KVM: x86: Add CPUID support for new instruction WBNOINVDRobert Hoo
2018-12-21KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng
2018-12-21KVM: x86: Remove KF() macro placeholderSean Christopherson
2018-12-14kvm: x86: Report STIBP on GET_SUPPORTED_CPUIDEduardo Habkost
2018-08-06KVM: X86: Implement "send IPI" hypercallWanpeng Li
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-06-06x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk
2018-06-06x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk