summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-01KVM: x86: Fix potential race in KVM_GET_CLOCKOliver Upton1-13/+23
2021-10-01KVM: x86: extract KVM_GET_CLOCK/KVM_SET_CLOCK to separate functionsPaolo Bonzini1-47/+52
2021-10-01kvm: x86: abstract locking around pvclock_update_vm_gtod_copyPaolo Bonzini1-33/+29
2021-10-01KVM: x86: nSVM: implement nested TSC scalingMaxim Levitsky1-0/+1
2021-09-30kvm: irqfd: avoid update unmodified entries of the routingLongpeng(Mike)1-0/+9
2021-09-30KVM: x86: Manually retrieve CPUID.0x1 when getting FMS for RESET/INITSean Christopherson1-7/+5
2021-09-30KVM: x86: WARN on non-zero CRs at RESET to detect improper initalizationSean Christopherson1-0/+10
2021-09-30KVM: x86: Fold fx_init() into kvm_arch_vcpu_create()Sean Christopherson1-12/+4
2021-09-30KVM: x86: Remove defunct setting of XCR0 for guest during vCPU createSean Christopherson1-6/+1
2021-09-30KVM: x86: Remove defunct setting of CR0.ET for guests during vCPU createSean Christopherson1-2/+0
2021-09-30KVM: x86: Do not mark all registers as avail/dirty during RESET/INITSean Christopherson1-2/+2
2021-09-30KVM: x86: Simplify retrieving the page offset when loading PDTPRsSean Christopherson1-2/+2
2021-09-30KVM: x86: Subsume nested GPA read helper into load_pdptrs()Sean Christopherson1-38/+18
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross1-1/+1
2021-09-30KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_maskVitaly Kuznetsov1-8/+1
2021-09-30KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()Vitaly Kuznetsov1-1/+1
2021-09-22kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]Fares Mehanna1-0/+7
2021-09-22KVM: x86: reset pdptrs_from_userspace when exiting smmMaxim Levitsky1-0/+7
2021-09-22KVM: x86: Identify vCPU0 by its vcpu_idx instead of its vCPUs array entrySean Christopherson1-1/+1
2021-09-22KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang1-1/+6
2021-09-22KVM: x86: Clear KVM's cached guest CR3 at RESET/INITSean Christopherson1-0/+3
2021-09-22KVM: x86: Mark all registers as avail/dirty at vCPU creationSean Christopherson1-0/+2
2021-09-06KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adju...Zelin Deng1-0/+4
2021-08-20KVM: x86: implement KVM_GUESTDBG_BLOCKIRQMaxim Levitsky1-0/+4
2021-08-20KVM: x86/mmu: Add detailed page size statsMingwei Zhang1-1/+3
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang1-4/+0
2021-08-20KVM: SVM: avoid refreshing avic if its state didn't changeMaxim Levitsky1-1/+8
2021-08-20KVM: x86: APICv: fix race in kvm_request_apicv_update on SVMMaxim Levitsky1-15/+24
2021-08-20KVM: x86: don't disable APICv memslot when inhibitedMaxim Levitsky1-13/+8
2021-08-20KVM: X86: Introduce kvm_mmu_slot_lpages() helpersPeter Xu1-4/+2
2021-08-13KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()Sean Christopherson1-1/+8
2021-08-13KVM: VMX: Reset DR6 only when KVM_DEBUGREG_WONT_EXITPaolo Bonzini1-6/+0
2021-08-13KVM: X86: Set host DR6 only on VMX and for KVM_DEBUGREG_WONT_EXITPaolo Bonzini1-1/+0
2021-08-13KVM: X86: Remove unneeded KVM_DEBUGREG_RELOADLai Jiangshan1-3/+0
2021-08-05KVM: xen: do not use struct gfn_to_hva_cachePaolo Bonzini1-0/+1
2021-08-03KVM: const-ify all relevant uses of struct kvm_memory_slotHamza Mahfooz1-5/+2
2021-08-02KVM: x86: Preserve guest's CR0.CD/NW on INITSean Christopherson1-1/+13
2021-08-02KVM: SVM: Emulate #INIT in response to triple fault shutdownSean Christopherson1-0/+1
2021-08-02KVM: x86: Move setting of sregs during vCPU RESET/INIT to common x86Sean Christopherson1-0/+8
2021-08-02KVM: x86/mmu: Skip the permission_fault() check on MMIO if CR0.PG=0Sean Christopherson1-3/+3
2021-08-02KVM: x86: Move EDX initialization at vCPU RESET to common codeSean Christopherson1-0/+13
2021-08-02KVM: x86: Flush the guest's TLB on INITSean Christopherson1-0/+12
2021-08-02KVM: x86: APICv: drop immediate APICv disablement on current vCPUMaxim Levitsky1-11/+1
2021-08-02KVM: X86: Add per-vm stat for max rmap list sizePeter Xu1-0/+1
2021-08-02KVM: x86: Hoist kvm_dirty_regs check out of sync_regs()Sean Christopherson1-4/+2
2021-08-02KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VMSean Christopherson1-0/+4
2021-07-30KVM: x86: accept userspace interrupt only if no event is injectedPaolo Bonzini1-2/+11
2021-07-26KVM: x86: Check the right feature bit for MSR_KVM_ASYNC_PF_ACK accessVitaly Kuznetsov1-2/+2
2021-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+2
2021-07-15KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Lai Jiangshan1-0/+2