summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/cpuid.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1Star
* | KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_paramPaolo Bonzini2019-07-051-8/+3Star
* | 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/+14Star
* | 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/+42Star
* | 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/+3Star
* 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/+0Star
* 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-131-3/+5
|\
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+2
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-1/+2
|\ \ | |/ |/|
| * KVM: x86: Expose CLDEMOTE CPU feature to guest VMJingqi Liu2018-05-241-1/+2
* | x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk2018-06-061-2/+8
* | x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk2018-06-061-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-261-2/+2
|\ \
| * | KVM/VMX: Expose SSBD properly to guestsKonrad Rzeszutek Wilk2018-05-231-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-261-0/+5
|\ \ \ | |/ / |/| |
| * | kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson2018-05-241-0/+5
| |/
* | KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-171-2/+9
* | x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov2018-05-171-5/+5
* | x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-05-091-1/+1
* | x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk2018-05-031-1/+1
|/
* KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li2018-03-161-0/+5
* KVM: x86: Add support for AMD Core Perf Extension in guestJanakarajan Natarajan2018-03-161-1/+1
* KVM: x86: fix backward migration with async_PFRadim Krčmář2018-02-241-1/+2
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-6/+16
|\
| * KVM: x86: AMD Processor Topology InformationStanislav Lanci2018-01-311-1/+2
| * Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-161-1/+1
| |\
| | * KVM: X86: Extend CPUID range to include new leafBrijesh Singh2017-12-041-1/+1