aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/cpuid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-06KVM: X86: Implement "send IPI" hypercallWanpeng Li1-1/+2
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+5
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-2/+3
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2018-06-06x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk1-2/+8
2018-06-06x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk1-1/+1
2018-05-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2018-05-24KVM: x86: Expose CLDEMOTE CPU feature to guest VMJingqi Liu1-1/+2
2018-05-24kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson1-0/+5
2018-05-23KVM/VMX: Expose SSBD properly to guestsKonrad Rzeszutek Wilk1-2/+2
2018-05-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky1-2/+9
2018-05-17x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov1-5/+5
2018-05-09x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk1-1/+1
2018-05-03x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk1-1/+1
2018-03-16KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li1-0/+5
2018-03-16KVM: x86: Add support for AMD Core Perf Extension in guestJanakarajan Natarajan1-1/+1
2018-02-24KVM: x86: fix backward migration with async_PFRadim Krčmář1-1/+2
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+16
2018-02-03KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed1-3/+6
2018-02-03KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed1-1/+1
2018-02-03KVM/x86: Add IBPB supportAshok Raj1-1/+10
2018-02-03KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDXKarimAllah Ahmed1-5/+3
2018-01-31KVM: x86: AMD Processor Topology InformationStanislav Lanci1-1/+2
2018-01-16Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini1-1/+1
2018-01-16KVM: X86: support paravirtualized help for TLB shootdownsWanpeng Li1-1/+2
2017-12-14KVM: Expose new cpu features to guestYang Zhong1-1/+2
2017-12-14KVM: x86: emulate RDPIDPaolo Bonzini1-1/+6
2017-12-14KVM: x86: add support for emulating UMIPPaolo Bonzini1-0/+2
2017-12-14KVM: x86: add support for UMIPPaolo Bonzini1-2/+2
2017-12-04KVM: X86: Extend CPUID range to include new leafBrijesh Singh1-1/+1
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcRadim Krčmář1-1/+1
2017-08-25KVM: x86: block guest protection keys unless the host has them enabledPaolo Bonzini1-1/+1
2017-08-24KVM: MMU: Expose the LA57 feature to VM.Yu Zhang1-6/+10
2017-08-24KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang1-0/+1
2017-08-24KVM: x86: Add return value to kvm_cpuid().Yu Zhang1-4/+13
2017-06-08KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li1-9/+11
2017-04-21KVM: x86: virtualize cpuid faultingKyle Huey1-0/+3
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h>Ingo Molnar1-0/+2
2017-02-17KVM: x86: remove code for lazy FPU handlingPaolo Bonzini1-2/+0
2017-01-20Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson1-6/+0
2017-01-17kvm: x86: Expose Intel VPOPCNTDQ feature to guestPiotr Luc1-1/+1
2016-12-15KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.Yi Sun1-4/+5
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+21
2016-12-08KVM: x86: Add kvm_skip_emulated_instruction and use it.Kyle Huey1-2/+1
2016-12-08KVM: x86: Add a return value to kvm_emulate_cpuidKyle Huey1-1/+2
2016-11-22kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11]Jim Mattson1-0/+4
2016-11-16kvm: x86: Add AVX512_4VNNIW and AVX512_4FMAPS supportLuwei Kang1-1/+13
2016-11-16kvm: x86: cpuid: remove the unnecessary variableJiang Biao1-2/+2