summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-27KVM: x86: add start_assignment hook to kvm_x86_opsMarcelo Tosatti1-0/+1
2021-05-07KVM: x86: Prevent KVM SVM from loading on kernels with 5-level pagingSean Christopherson1-1/+1
2021-05-07KVM: X86: Add support for the emulation of DR6_BUS_LOCK bitChenyi Qiang1-1/+2
2021-05-07KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU modelSean Christopherson1-0/+5
2021-05-07KVM: x86: Move uret MSR slot management to common x86Sean Christopherson1-2/+1
2021-05-07KVM: x86: Export the number of uret MSRs to vendor modulesSean Christopherson1-0/+1
2021-05-07KVM: VMX: Use common x86's uret MSR list as the one true listSean Christopherson1-0/+1
2021-05-07KVM: VMX: Disable preemption when probing user return MSRsSean Christopherson1-0/+1
2021-05-03KVM: nSVM: fix few bugs in the vmcb02 caching logicMaxim Levitsky1-0/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-22/+45
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini1-8/+26
2021-04-21KVM: x86: Support KVM VMs sharing SEV contextNathan Tempelman1-0/+1
2021-04-20KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictionsSean Christopherson1-0/+3
2021-04-20KVM: x86: Define new #PF SGX error code bitSean Christopherson1-0/+2
2021-04-20KVM: x86: Remove unused function declarationKeqian Zhu1-2/+0
2021-04-19KVM: X86: Count attempted/successful directed yieldWanpeng Li1-0/+2
2021-04-19KVM: x86/mmu: Protect the tdp_mmu_roots list with RCUBen Gardon1-5/+16
2021-04-17KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson1-1/+0
2021-04-17KVM: Move x86's MMU notifier memslot walkers to generic codeSean Christopherson1-0/+1
2021-04-17KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky1-0/+9
2021-04-17KVM: Move prototypes for MMU notifier callbacks to generic codeSean Christopherson1-5/+1
2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar1-8/+26
2021-03-18KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ishSean Christopherson1-8/+9
2021-03-18x86: Fix various typos in commentsIngo Molnar1-2/+2
2021-03-18KVM: x86: hyper-v: Track Hyper-V TSC page statusVitaly Kuznetsov1-0/+17
2021-03-15KVM: x86: Get active PCID only when writing a CR3 valueSean Christopherson1-2/+2
2021-03-15KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU properSean Christopherson1-3/+0
2021-03-15KVM: x86: Move RDPMC emulation to common codeSean Christopherson1-1/+1
2021-03-15KVM: x86: Move trivial instruction-based exit handlers to common codeSean Christopherson1-0/+5
2021-03-15KVM: x86: Move XSETBV emulation to common codeSean Christopherson1-1/+1
2021-03-15KVM: x86: Handle triple fault in L2 without killing L1Sean Christopherson1-0/+1
2021-03-15KVM: x86/mmu: Unexport MMU load/unload functionsSean Christopherson1-3/+0
2021-03-15KVM: x86: to track if L1 is running L2 VMDongli Zhang1-0/+1
2021-03-12kvm: x86: annotate RCU pointersMuhammad Usama Anjum1-2/+2
2021-03-02KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse1-0/+6
2021-02-26KVM: x86: remove misplaced comment on active_mmu_pagesDongli Zhang1-3/+0
2021-02-19KVM: x86/mmu: Remove a variety of unnecessary exportsSean Christopherson1-1/+0
2021-02-19KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PMLSean Christopherson1-2/+0
2021-02-19KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare1-0/+4
2021-02-19KVM: x86: Move MMU's PML logic to common codeSean Christopherson1-25/+2
2021-02-19KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson1-1/+1
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov1-0/+1
2021-02-09KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamicallyVitaly Kuznetsov1-1/+2
2021-02-09KVM: Raise the maximum number of user memslotsVitaly Kuznetsov1-2/+0
2021-02-09KVM: x86: reading DR cannot failPaolo Bonzini1-1/+1
2021-02-08KVM: x86: compile out TDP MMU on 32-bit systemsPaolo Bonzini1-0/+2
2021-02-04KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU modeSean Christopherson1-1/+1
2021-02-04KVM: x86/xen: Add event channel interrupt vector upcallDavid Woodhouse1-0/+1
2021-02-04KVM: x86/xen: register vcpu time info regionJoao Martins1-0/+2
2021-02-04KVM: x86/xen: register vcpu infoJoao Martins1-0/+2