Age | Commit message (Expand) | Author | Files | Lines |
2019-02-22 | kvm: x86: Return LA57 feature based on hardware capability | Yu Zhang | 1 | -0/+4 |
2018-12-21 | KVM: x86: Add CPUID support for new instruction WBNOINVD | Robert Hoo | 1 | -1/+1 |
2018-12-21 | KVM: x86: Add Intel Processor Trace cpuid emulation | Chao Peng | 1 | -2/+20 |
2018-12-21 | KVM: x86: Remove KF() macro placeholder | Sean Christopherson | 1 | -3/+0 |
2018-12-14 | kvm: x86: Report STIBP on GET_SUPPORTED_CPUID | Eduardo Habkost | 1 | -2/+2 |
2018-08-06 | KVM: X86: Implement "send IPI" hypercall | Wanpeng Li | 1 | -1/+2 |
2018-06-13 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+5 |
2018-06-13 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -1/+2 |
2018-06-13 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -2/+3 |
2018-06-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+2 |
2018-06-06 | x86/bugs: Add AMD's SPEC_CTRL MSR usage | Konrad Rzeszutek Wilk | 1 | -2/+8 |
2018-06-06 | x86/bugs: Add AMD's variant of SSB_NO | Konrad Rzeszutek Wilk | 1 | -1/+1 |
2018-05-26 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2018-05-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+5 |
2018-05-24 | KVM: x86: Expose CLDEMOTE CPU feature to guest VM | Jingqi Liu | 1 | -1/+2 |
2018-05-24 | kvm: x86: IA32_ARCH_CAPABILITIES is always supported | Jim Mattson | 1 | -0/+5 |
2018-05-23 | KVM/VMX: Expose SSBD properly to guests | Konrad Rzeszutek Wilk | 1 | -2/+2 |
2018-05-17 | KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD | Tom Lendacky | 1 | -2/+9 |
2018-05-17 | x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP | Borislav Petkov | 1 | -5/+5 |
2018-05-09 | x86/bugs: Rename _RDS to _SSBD | Konrad Rzeszutek Wilk | 1 | -1/+1 |
2018-05-03 | x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest | Konrad Rzeszutek Wilk | 1 | -1/+1 |
2018-03-17 | KVM: X86: Provide a capability to disable HLT intercepts | Wanpeng Li | 1 | -0/+5 |
2018-03-17 | KVM: x86: Add support for AMD Core Perf Extension in guest | Janakarajan Natarajan | 1 | -1/+1 |
2018-02-24 | KVM: x86: fix backward migration with async_PF | Radim Krčmář | 1 | -1/+2 |
2018-02-11 | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -6/+16 |
2018-02-04 | KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL | KarimAllah Ahmed | 1 | -3/+6 |
2018-02-04 | KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES | KarimAllah Ahmed | 1 | -1/+1 |
2018-02-04 | KVM/x86: Add IBPB support | Ashok Raj | 1 | -1/+10 |
2018-02-04 | KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX | KarimAllah Ahmed | 1 | -5/+3 |
2018-01-31 | KVM: x86: AMD Processor Topology Information | Stanislav Lanci | 1 | -1/+2 |
2018-01-16 | Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm | Paolo Bonzini | 1 | -1/+1 |
2018-01-16 | KVM: X86: support paravirtualized help for TLB shootdowns | Wanpeng Li | 1 | -1/+2 |
2017-12-14 | KVM: Expose new cpu features to guest | Yang Zhong | 1 | -1/+2 |
2017-12-14 | KVM: x86: emulate RDPID | Paolo Bonzini | 1 | -1/+6 |
2017-12-14 | KVM: x86: add support for emulating UMIP | Paolo Bonzini | 1 | -0/+2 |
2017-12-14 | KVM: x86: add support for UMIP | Paolo Bonzini | 1 | -2/+2 |
2017-12-04 | KVM: X86: Extend CPUID range to include new leaf | Brijesh Singh | 1 | -1/+1 |
2017-09-08 | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Radim Krčmář | 1 | -1/+1 |
2017-08-25 | KVM: x86: block guest protection keys unless the host has them enabled | Paolo Bonzini | 1 | -1/+1 |
2017-08-24 | KVM: MMU: Expose the LA57 feature to VM. | Yu Zhang | 1 | -6/+10 |
2017-08-24 | KVM: MMU: Add 5 level EPT & Shadow page table support. | Yu Zhang | 1 | -0/+1 |
2017-08-24 | KVM: x86: Add return value to kvm_cpuid(). | Yu Zhang | 1 | -4/+13 |
2017-06-08 | KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation | Wanpeng Li | 1 | -9/+11 |
2017-04-21 | KVM: x86: virtualize cpuid faulting | Kyle Huey | 1 | -0/+3 |
2017-03-02 | sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ... | Ingo Molnar | 1 | -0/+2 |
2017-02-17 | KVM: x86: remove code for lazy FPU handling | Paolo Bonzini | 1 | -2/+0 |
2017-01-21 | Revert "KVM: nested VMX: disable perf cpuid reporting" | Jim Mattson | 1 | -6/+0 |
2017-01-17 | kvm: x86: Expose Intel VPOPCNTDQ feature to guest | Piotr Luc | 1 | -1/+1 |
2016-12-15 | KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest. | Yi Sun | 1 | -4/+5 |
2016-12-14 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -5/+21 |