summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
...
* kvm: mmu: Don't read PDPTEs when paging is not enabledJunaid Shahid2018-09-201-2/+2
* KVM: x86: Unexport x86_emulate_instruction()Sean Christopherson2018-08-301-1/+13
* KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson2018-08-301-2/+2
* KVM: x86: Do not re-{try,execute} after failed emulation in L2Sean Christopherson2018-08-301-0/+6
* KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson2018-08-301-2/+2
* KVM: x86: Invert emulation re-execute behavior to make it opt-inSean Christopherson2018-08-301-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-221-3/+1
|\
| * x86: kvm: avoid unused variable warningArnd Bergmann2018-08-221-3/+1
* | mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-2/+5
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-191-17/+91
|\
| * kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid2018-08-141-2/+6
| * KVM: X86: Implement "send IPI" hypercallWanpeng Li2018-08-061-0/+3
| * KVM/x86: Move X86_CR4_OSXSAVE check into kvm_valid_sregs()Tianyu Lan2018-08-061-4/+4
| * kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid2018-08-061-2/+2
| * kvm: x86: Skip shadow page resync on CR3 switch when indicated by guestJunaid Shahid2018-08-061-3/+3
| * kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guestJunaid Shahid2018-08-061-3/+8
| * kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid2018-08-061-0/+2
| * kvm: x86: Add fast CR3 switch code pathJunaid Shahid2018-08-061-1/+2
| * kvm: nVMX: Introduce KVM_CAP_NESTED_STATEJim Mattson2018-08-061-0/+54
| * KVM: x86: do not load vmcs12 pages while still in SMMPaolo Bonzini2018-08-061-0/+2
| * KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'dPaolo Bonzini2018-08-061-6/+9
* | KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini2018-08-051-1/+25
* | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-1/+3
|\|
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-07-181-1/+3
| |\
| | * KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSRPaolo Bonzini2018-07-151-1/+3
* | | x86/KVM/VMX: Add L1D flush logicPaolo Bonzini2018-07-041-0/+8
|/ /
* | KVM: x86: fix typo at kvm_arch_hardware_setup commentMarcelo Tosatti2018-06-141-1/+1
* | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-2/+3
|\ \
| * | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-2/+3
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-34/+63
|\ \ | |/ |/|
| * kvm: fix typo in flag nameMichael S. Tsirkin2018-06-121-2/+2
| * kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-121-6/+16
| * KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini2018-06-121-13/+26
| * KVM: VMX: Optimize tscdeadline timer latencyWanpeng Li2018-06-041-0/+1
| * kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
| * KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityVitaly Kuznetsov2018-05-261-0/+1
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-05-261-1/+1
| |\
| * | KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRINGArnd Bergmann2018-05-231-3/+3
| * | kvm: vmx: Introduce lapic_mode enumerationJim Mattson2018-05-141-11/+15
| * | KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li2018-05-141-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-261-9/+8
|\ \ \
| * | | KVM: x86: fix #UD address of failed Hyper-V hypercallsRadim Krčmář2018-05-251-8/+4
| * | | KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changedWei Huang2018-05-241-1/+4
| | |/ | |/|
* | | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-211-9/+4
|\ \ \ | |/ / |/| |
| * | KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-171-9/+4
* | | KVM: X86: Lower the default timer frequency limit to 200usWanpeng Li2018-05-151-1/+1
| |/ |/|
* | kvm: x86: Suppress CR3_PCID_INVD bit only when PCIDs are enabledJunaid Shahid2018-05-111-1/+4
* | x86: Delay skip of emulated hypercall instructionMarian Rotariu2018-05-111-8/+11
|/
* kvm: x86: move MSR_IA32_TSC handling to x86.cPaolo Bonzini2018-04-161-0/+6
* X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed2018-04-161-2/+4