summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/cpuid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | KVM: X86: support paravirtualized help for TLB shootdownsWanpeng Li2018-01-161-1/+2
| * | KVM: Expose new cpu features to guestYang Zhong2017-12-141-1/+2
| * | KVM: x86: emulate RDPIDPaolo Bonzini2017-12-141-1/+6
| * | KVM: x86: add support for emulating UMIPPaolo Bonzini2017-12-141-0/+2
| * | KVM: x86: add support for UMIPPaolo Bonzini2017-12-141-2/+2
| |/
* | KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-02-031-3/+6
* | KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed2018-02-031-1/+1
* | KVM/x86: Add IBPB supportAshok Raj2018-02-031-1/+10
* | KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDXKarimAllah Ahmed2018-02-031-5/+3
|/
* Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-081-1/+1
|\
| * KVM: x86: block guest protection keys unless the host has them enabledPaolo Bonzini2017-08-251-1/+1
* | KVM: MMU: Expose the LA57 feature to VM.Yu Zhang2017-08-241-6/+10
* | KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-241-0/+1
* | KVM: x86: Add return value to kvm_cpuid().Yu Zhang2017-08-241-4/+13
|/
* KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li2017-06-081-9/+11
* KVM: x86: virtualize cpuid faultingKyle Huey2017-04-211-0/+3
* sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2017-03-021-0/+2
* KVM: x86: remove code for lazy FPU handlingPaolo Bonzini2017-02-171-2/+0
* Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson2017-01-201-6/+0
* kvm: x86: Expose Intel VPOPCNTDQ feature to guestPiotr Luc2017-01-171-1/+1
* KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.Yi Sun2016-12-151-4/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-131-5/+21
|\
| * KVM: x86: Add kvm_skip_emulated_instruction and use it.Kyle Huey2016-12-081-2/+1
| * KVM: x86: Add a return value to kvm_emulate_cpuidKyle Huey2016-12-081-1/+2
| * kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11]Jim Mattson2016-11-221-0/+4
| * kvm: x86: Add AVX512_4VNNIW and AVX512_4FMAPS supportLuwei Kang2016-11-161-1/+13
| * kvm: x86: cpuid: remove the unnecessary variableJiang Biao2016-11-161-2/+2
* | Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflictIngo Molnar2016-10-161-1/+2
|\ \ | |/
| * KVM: x86: Expose more Intel AVX512 feature to guestLuwei Kang2016-08-191-1/+2
* | x86/fpu: Remove use_eager_fpu()Andy Lutomirski2016-10-071-3/+1
|/
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
|\
| * x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | Revert "KVM: x86: add pcommit support"Dan Williams2016-07-231-1/+1
|/
* KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini2016-06-021-10/+12
* Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-191-0/+1
|\
| * KVM: x86: mask CPUID(0xD,0x1).EAX against host valuePaolo Bonzini2016-04-101-0/+1
* | x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
|/
* KVM, pkeys: expose CPUID/CR4 to guestHuaitong Han2016-03-221-2/+21
* KVM: x86: remove magic number with enum cpuid_leafsHuaitong Han2016-03-221-20/+20
* KVM: x86: remove eager_fpu field of struct kvm_vcpu_archPaolo Bonzini2016-03-091-2/+1
* KVM: x86: disable MPX if host did not enable MPX XSAVE featuresPaolo Bonzini2016-03-091-3/+10
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-051-1/+1
|\
| * KVM: x86: add pcommit supportXiao Guangrong2015-10-011-1/+1
| * KVM: x86: allow guest to use cflushopt and clwbXiao Guangrong2015-10-011-1/+1
* | x86/fpu: Rename XSAVE macrosDave Hansen2015-09-141-2/+2
|/
OpenPOWER on IntegriCloud