summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()Xiaoyao Li2020-07-091-5/+5
| * | KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested ...Krish Sadhukhan2020-07-081-1/+2
| * | KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()Krish Sadhukhan2020-07-081-22/+1
| * | kvm: x86: Read PDPTEs on CR0.CD and CR0.NW changesJim Mattson2020-07-081-4/+5
| * | kvm: x86: Set last_vmentry_cpu in vcpu_enter_guestJim Mattson2020-07-081-0/+1
| * | kvm: x86: Add "last CPU" to some KVM_EXIT informationJim Mattson2020-07-081-0/+1
| * | KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate functionKrish Sadhukhan2020-07-081-1/+1
| * | KVM: X86: Do the same ignore_msrs check for feature msrsPeter Xu2020-07-081-2/+8
| * | KVM: X86: Move ignore_msrs handling upper the stackPeter Xu2020-07-081-26/+54
| |/
* | Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-041-9/+6
|\ \
| * | x86/kvm: Use __xfer_to_guest_mode_work_pending() in kvm_run_vcpu()Thomas Gleixner2020-07-301-1/+1
| * | x86/kvm: Use generic xfer to guest work functionThomas Gleixner2020-07-241-9/+6
| |/
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \ | |/ |/|
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeSean Christopherson2020-07-031-0/+2
* | KVM: X86: Fix async pf caused null-ptr-derefWanpeng Li2020-06-291-0/+3
|/
* KVM: x86: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti2020-06-231-1/+2
* KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li2020-06-231-2/+2
* KVM: x86: do not pass poisoned hva to __kvm_set_memory_regionPaolo Bonzini2020-06-111-6/+1
* KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2020-06-111-2/+5
* KVM: x86: respect singlestep when emulating instructionFelipe Franciosi2020-06-111-1/+1
* KVM: x86: Unexport x86_fpu_cache and make it staticSean Christopherson2020-06-091-2/+1
* KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-081-5/+2
* Revert "KVM: x86: work around leak of uninitialized stack contents"Vitaly Kuznetsov2020-06-081-7/+0
* KVM: x86: minor code refactor and comments fixup around dirty loggingAnthony Yznaga2020-06-041-55/+49
* KVM: x86: avoid unnecessary rmap walks when creating/moving slotsAnthony Yznaga2020-06-041-1/+1
* KVM: x86: remove unnecessary rmap walk of read-only memslotsAnthony Yznaga2020-06-041-4/+2
* x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron2020-06-011-0/+8
* KVM: x86/pmu: Support full width countingLike Xu2020-06-011-0/+2
* KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang2020-06-011-2/+2
* KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov2020-06-011-0/+1
* KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov2020-06-011-4/+22
* KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov2020-06-011-26/+67
* KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov2020-06-011-1/+1
* KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2020-06-011-4/+13
* Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Rea...Vitaly Kuznetsov2020-06-011-22/+1
* KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini2020-06-011-1/+2
* KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini2020-05-281-11/+2
* KVM: x86: enable event window in inject_pending_eventPaolo Bonzini2020-05-281-51/+66
* KVM: x86: track manually whether an event has been injectedPaolo Bonzini2020-05-271-5/+12
* KVM: x86: Initialize tdp_level during vCPU creationSean Christopherson2020-05-271-0/+1
* kvm/x86: Remove redundant function implementations彭浩(Richard)2020-05-271-0/+1
* KVM: Fix the indentation to match coding styleHaiwei Li2020-05-271-1/+1
* KVM: x86: Remove superfluous brackets from case statementSean Christopherson2020-05-271-2/+2
* KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flagsPaolo Bonzini2020-05-271-1/+1
* Merge branch 'kvm-master' into HEADPaolo Bonzini2020-05-271-1/+5
|\
| * KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionallyMaxim Levitsky2020-05-271-0/+4
| * KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson2020-05-151-1/+1
* | kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
* | KVM: X86: TSCDEADLINE MSR emulation fastpathWanpeng Li2020-05-151-0/+16