summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA commandBrijesh Singh2017-12-041-2/+189
| | * | | | | KVM: SVM: Add support for KVM_SEV_LAUNCH_START commandBrijesh Singh2017-12-041-0/+153
| | * | | | | KVM: SVM: VMRUN should use associated ASID when SEV is enabledBrijesh Singh2017-12-041-2/+56
| | * | | | | KVM: SVM: Add KVM_SEV_INIT commandBrijesh Singh2017-12-041-1/+131
| | * | | | | KVM: SVM: Add sev module_paramBrijesh Singh2017-12-041-0/+49
| | * | | | | KVM: SVM: Reserve ASID range for SEV guestBrijesh Singh2017-12-041-1/+3
| | * | | | | KVM: X86: Add CONFIG_KVM_AMD_SEVBrijesh Singh2017-12-041-0/+10
| | * | | | | KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctlBrijesh Singh2017-12-041-0/+24
| | * | | | | KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctlBrijesh Singh2017-12-041-0/+6
| | * | | | | KVM: X86: Extend CPUID range to include new leafBrijesh Singh2017-12-042-1/+7
| | * | | | | KVM: SVM: Prepare to reserve asid for SEV guestBrijesh Singh2017-12-041-1/+3
| | * | | | | kvm: svm: prepare for new bit definition in nested_ctlTom Lendacky2017-12-041-3/+4
| * | | | | | KVM: x86: avoid unnecessary XSETBV on guest entryPaolo Bonzini2018-01-161-1/+2
| * | | | | | KVM: x86: fix escape of guest dr6 to the hostWanpeng Li2018-01-161-0/+6
| * | | | | | KVM: X86: support paravirtualized help for TLB shootdownsWanpeng Li2018-01-162-8/+14
| * | | | | | KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li2018-01-163-20/+21
| * | | | | | KVM: X86: Add KVM_VCPU_PREEMPTEDWanpeng Li2018-01-161-1/+1
| * | | | | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall2017-12-141-6/+16
| * | | | | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpuChristoffer Dall2017-12-141-2/+6
| * | | | | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpuChristoffer Dall2017-12-141-2/+5
| * | | | | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall2017-12-141-1/+3
| * | | | | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translateChristoffer Dall2017-12-141-0/+3
| * | | | | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstateChristoffer Dall2017-12-141-3/+11
| * | | | | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstateChristoffer Dall2017-12-141-0/+3
| * | | | | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall2017-12-141-3/+9
| * | | | | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall2017-12-141-0/+3
| * | | | | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall2017-12-141-0/+3
| * | | | | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall2017-12-141-0/+3
| * | | | | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall2017-12-141-1/+2
| * | | | | | KVM: Take vcpu->mutex outside vcpu_loadChristoffer Dall2017-12-142-16/+8
| * | | | | | KVM: VMX: drop I/O permission bitmapsQuan Xu2017-12-141-15/+3
| * | | | | | KVM: X86: Reduce the overhead when lapic_timer_advance is disabledWanpeng Li2017-12-141-1/+2
| * | | | | | KVM: VMX: Cache IA32_DEBUGCTL in memoryWanpeng Li2017-12-141-4/+6
| * | | | | | KVM: nVMX: Add a WARN for freeing a loaded VMCS02Mark Kanda2017-12-141-2/+15
| * | | | | | KVM: nVMX: Eliminate vmcs02 poolJim Mattson2017-12-141-123/+23
| * | | | | | KVM: Expose new cpu features to guestYang Zhong2017-12-141-1/+2
| * | | | | | KVM: x86: Add emulation of MSR_SMI_COUNTLiran Alon2017-12-141-0/+11
| * | | | | | KVM: x86: simplify kvm_mwait_in_guest()Radim Krčmář2017-12-141-12/+2
| * | | | | | KVM: x86: drop bogus MWAIT checkRadim Krčmář2017-12-141-22/+1
| * | | | | | KVM: x86: prevent MWAIT in guest with buggy MONITORRadim Krčmář2017-12-141-0/+3
| * | | | | | KVM: x86: MMU: make array audit_point_name staticColin Ian King2017-12-141-1/+1
| * | | | | | x86: kvm: mmu: make kvm_mmu_clear_all_pte_masks staticGimcuan Hui2017-12-141-1/+1
| * | | | | | KVM: x86: emulate RDPIDPaolo Bonzini2017-12-143-2/+42
| * | | | | | KVM: vmx: add support for emulating UMIPPaolo Bonzini2017-12-141-2/+27
| * | | | | | KVM: x86: add support for emulating UMIPPaolo Bonzini2017-12-143-0/+14
| * | | | | | KVM: x86: emulate sldt and strPaolo Bonzini2017-12-141-6/+26
| * | | | | | KVM: x86: add support for UMIPPaolo Bonzini2017-12-143-2/+13
* | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-045-273/+523
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-02-031-0/+88
| * | | | | | KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-02-033-6/+110
OpenPOWER on IntegriCloud