summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/cpuid.c
Commit message (Expand)AuthorAgeFilesLines
* kvm/svm: PKU not currently supportedJohn Allen2020-01-271-1/+3
* KVM: x86: Refactor and rename bit() to feature_bit() macroSean Christopherson2020-01-211-1/+1
* KVM: x86: Expand build-time assertion on reverse CPUID usageSean Christopherson2020-01-211-1/+2
* Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-12-221-1/+9
|\
| * KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)Paolo Bonzini2019-12-041-1/+4
| * KVM x86: Move kvm cpuid support out of svmPeter Gonda2019-11-271-0/+5
* | kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBDJim Mattson2019-12-181-1/+2
* | kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBDJim Mattson2019-12-181-1/+2
|/
* KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUIDPaolo Bonzini2019-11-211-2/+6
* kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUIDJim Mattson2019-10-221-1/+1
* KVM: x86: Expose XSAVEERPTR to the guestSebastian Andrzej Siewior2019-09-261-3/+3
* kvm: x86: Enumerate support for CLZERO instructionJim Mattson2019-09-261-2/+3
* kvm: x86: Use AMD CPUID semantics for AMD vCPUsJim Mattson2019-09-261-2/+4
* kvm: x86: Improve emulation of CPUID leaves 0BH and 1FHJim Mattson2019-09-261-36/+47
* kvm: x86: Fix a spurious -E2BIG in __do_cpuid_funcJim Mattson2019-09-261-6/+10
* kvm: x86: Add "significant index" flag to a few CPUID leavesJim Mattson2019-09-241-0/+6
* KVM: x86: Add support for user wait instructionsTao Xu2019-09-241-1/+1
* KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini2019-08-221-0/+6
* KVM: x86: fix reporting of AMD speculation bug CPUID leafPaolo Bonzini2019-08-221-8/+13
* KVM: x86: expose AVX512_BF16 feature to guestJing Liu2019-07-151-1/+11
* Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1
* | KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_paramPaolo Bonzini2019-07-051-8/+3
* | KVM: cpuid: rename do_cpuid_1_entPaolo Bonzini2019-07-051-8/+8
* | KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_entPaolo Bonzini2019-07-051-16/+14
* | KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafsPaolo Bonzini2019-07-051-47/+81
* | KVM: cpuid: do_cpuid_ent works on a whole CPUID functionPaolo Bonzini2019-07-051-47/+42
* | kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUIDJim Mattson2019-07-021-1/+1
* | KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guestWanpeng Li2019-07-021-1/+2
* | kvm: x86: add host poll control msrsMarcelo Tosatti2019-06-181-1/+2
* | KVM: x86: Add Intel CPUID.1F cpuid emulation supportLike Xu2019-06-181-2/+7
* | KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bitWanpeng Li2019-06-041-0/+10
|/
* kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUIDJim Mattson2019-05-241-0/+1
* kvm: x86: Include multiple indices with CPUID leaf 0x8000001dJim Mattson2019-05-241-4/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-6/+6
|\
| * KVM: x86: Omit caching logic for always-available GPRsSean Christopherson2019-04-301-6/+6
* | Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-141-1/+2
|\ \ | |/ |/|
| * x86/kvm: Expose X86_FEATURE_MD_CLEAR to guestsAndi Kleen2019-03-061-1/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-1/+1
|\ \ | |/ |/|
| * KVM: x86: expose MOVDIR64B CPU feature into VM.Liu Jingqi2019-02-201-1/+1
| * KVM: x86: expose MOVDIRI CPU feature into VM.Liu Jingqi2019-02-201-1/+1
* | kvm: x86: Return LA57 feature based on hardware capabilityYu Zhang2019-02-221-0/+4
|/
* KVM: x86: Add CPUID support for new instruction WBNOINVDRobert Hoo2018-12-211-1/+1
* KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng2018-12-211-2/+20
* KVM: x86: Remove KF() macro placeholderSean Christopherson2018-12-211-3/+0
* kvm: x86: Report STIBP on GET_SUPPORTED_CPUIDEduardo Habkost2018-12-141-2/+2
* KVM: X86: Implement "send IPI" hypercallWanpeng Li2018-08-061-1/+2
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-3/+5
|\
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-2/+3