summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()Takashi Iwai2020-10-301-4/+4
* Merge branch 'kvm-fixes' into 'next'Paolo Bonzini2020-10-211-5/+6
|\
| * KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKESean Christopherson2020-09-251-1/+2
| * KVM: x86: fix MSR_IA32_TSC read for nested migrationMaxim Levitsky2020-09-241-2/+15
| * KVM: x86: VMX: Make smaller physical guest address space support user-configu...Mohammed Gamal2020-09-231-1/+1
* | KVM: x86: allow kvm_x86_ops.set_efer to return an error valueMaxim Levitsky2020-10-211-1/+6
* | KVM: x86: report negative values from wrmsr emulation to userspaceMaxim Levitsky2020-10-211-3/+6
* | KVM: x86: xen_hvm_config: cleanup return valuesMaxim Levitsky2020-10-211-14/+9
* | KVM: x86: allocate vcpu->arch.cpuid_entries dynamicallyVitaly Kuznetsov2020-10-211-0/+1
* | kvm: x86: only provide PV features if enabled in guest's CPUIDOliver Upton2020-10-211-5/+62
* | kvm: x86: set wall_clock in kvm_write_wall_clock()Oliver Upton2020-10-211-1/+2
* | kvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulation in helper fnOliver Upton2020-10-211-26/+32
* | KVM: VMX: Forbid userspace MSR filters for x2APICPaolo Bonzini2020-10-211-1/+8
* | KVM: VMX: Ignore userspace MSR filters for x2APICSean Christopherson2020-10-211-2/+2
* | KVM: x86: do not attempt TSC synchronization on guest writesPaolo Bonzini2020-09-281-20/+10
* | KVM: x86: rename KVM_REQ_GET_VMCS12_PAGESPaolo Bonzini2020-09-281-2/+2
* | KVM: x86: Introduce MSR filteringAlexander Graf2020-09-281-1/+144
* | KVM: x86: Add infrastructure for MSR filteringAlexander Graf2020-09-281-0/+6
* | KVM: x86: Allow deflecting unknown MSR accesses to user spaceAlexander Graf2020-09-281-4/+116
* | KVM: x86: Return -ENOENT on unimplemented MSRsAlexander Graf2020-09-281-1/+1
* | KVM: x86: Rename "shared_msrs" to "user_return_msrs"Sean Christopherson2020-09-281-48/+53
* | KVM: x86: Add RIP to the kvm_entry, i.e. VM-Enter, tracepointSean Christopherson2020-09-281-1/+1
* | KVM: x86: Add kvm_x86_ops hook to short circuit emulationSean Christopherson2020-09-281-3/+11
* | KVM: x86: fix MSR_IA32_TSC read for nested migrationMaxim Levitsky2020-09-281-2/+14
* | KVM: X86: Move handling of INVPCID types to x86Babu Moger2020-09-281-0/+78
* | KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.cBabu Moger2020-09-281-0/+28
* | KVM: LAPIC: Narrow down the kick target vCPUWanpeng Li2020-09-281-6/+0
* | Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2020-09-221-7/+4
|\ \ | |/ |/|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-7/+4
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-221-2/+4
| |\
* | | KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_ENVitaly Kuznetsov2020-09-111-1/+1
* | | Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-09-111-2/+13
|\ \ \ | |_|/ |/| |
| * | arm64/x86: KVM: Introduce steal-time capAndrew Jones2020-08-211-0/+3
| |/
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-121-12/+12
| |\
| * \ Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-2/+10
| |\ \
| | * | kvm: detect assigned device via irqbypass managerZhu Lingshan2020-08-051-2/+10
* | | | kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE modeJim Mattson2020-08-171-1/+1
* | | | kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE modeJim Mattson2020-08-171-1/+1
* | | | KVM: x86: fix access code passed to gva_to_gpaPaolo Bonzini2020-08-171-1/+3
| |_|/ |/| |
* | | KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabledSean Christopherson2020-08-091-12/+12
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-83/+148
|\ \
| * | KVM: x86: Specify max TDP level via kvm_configure_mmu()Sean Christopherson2020-07-301-1/+0
| * | KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDRSean Christopherson2020-07-301-1/+1
| * | KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR supportMohammed Gamal2020-07-101-0/+6
| * | KVM: x86: rename update_bp_intercept to update_exception_bitmapPaolo Bonzini2020-07-101-1/+1
| * | KVM: x86: Add helper functions for illegal GPA checking and page fault injectionMohammed Gamal2020-07-101-0/+21
| * | KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 codeVitaly Kuznetsov2020-07-101-0/+20
| * | x86/kvm/vmx: Move guest enter/exit into .noinstr.textThomas Gleixner2020-07-091-1/+1
| * | x86/kvm: Move context tracking where it belongsThomas Gleixner2020-07-091-2/+0
| * | kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky2020-07-091-17/+21