aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-04-04x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid=Borislav Petkov2-14/+57
2022-04-04x86/mm: Force-inline __phys_addr_nodebug()Borislav Petkov1-1/+1
2022-04-04x86/kvm/svm: Force-inline GHCB accessorsBorislav Petkov1-4/+4
2022-04-04task_stack, x86/cea: Force-inline stack helpersBorislav Petkov1-1/+1
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-185/+186
2022-04-03Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-303/+347
2022-04-02KVM: x86/mmu: Don't rebuild page when the page is synced and no tlb flushing is requiredHou Wenlong1-9/+9
2022-04-02KVM: x86: optimize PKU branching in kvm_load_{guest|host}_xsave_stateJon Kohler1-5/+9
2022-04-02KVM: x86: SVM: allow AVIC to co-exist with a nested guest runningMaxim Levitsky4-17/+37
2022-04-02KVM: x86: allow per cpu apicv inhibit reasonsMaxim Levitsky3-2/+18
2022-04-02KVM: x86: nSVM: implement nested vGIFMaxim Levitsky3-10/+45
2022-04-02KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSEMaxim Levitsky3-3/+47
2022-04-02KVM: x86: nSVM: implement nested LBR virtualizationMaxim Levitsky3-4/+28
2022-04-02KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is runningMaxim Levitsky3-19/+93
2022-04-02KVM: x86: SVM: remove vgif_enabled()Maxim Levitsky2-14/+10
2022-04-02kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes senseMaxim Levitsky1-85/+94
2022-04-02KVM: x86: SVM: use vmcb01 in init_vmcbMaxim Levitsky3-8/+8
2022-04-02KVM: x86: Support the vCPU preemption check with nopvspin and realtime hintLi RongQing2-39/+40
2022-04-02KVM: x86: Don't snapshot "max" TSC if host TSC is constantSean Christopherson1-14/+14
2022-04-02KVM: x86: Accept KVM_[GS]ET_TSC_KHZ as a VM ioctl.David Woodhouse2-1/+27
2022-04-02KVM: x86/i8259: Remove a dead store of irq in a conditional blockLike Xu1-1/+0
2022-04-02KVM: VMX: Prepare VMCS setting for posted interrupt enabling when APICv is availableZeng Guang1-1/+1
2022-04-02KVM: x86/xen: handle PV spinlocks slowpathBoris Ostrovsky2-2/+159
2022-04-02KVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG_EVTCHN_SENDDavid Woodhouse2-2/+7
2022-04-02KVM: x86/xen: Support per-vCPU event channel upcall via local APICDavid Woodhouse2-0/+41
2022-04-02KVM: x86/xen: Kernel acceleration for XENVER_versionDavid Woodhouse2-0/+20
2022-04-02KVM: x86/xen: handle PV timers oneshot modeJoao Martins4-2/+251
2022-04-02KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_IDDavid Woodhouse4-0/+26
2022-04-02KVM: x86/xen: handle PV IPI vcpu yieldJoao Martins1-1/+18
2022-04-02KVM: x86/xen: intercept EVTCHNOP_send from guestsJoao Martins2-15/+281
2022-04-02KVM: x86/xen: Support direct injection of event channel eventsDavid Woodhouse3-0/+42
2022-04-02KVM: x86/xen: Make kvm_xen_set_evtchn() reusable from other placesDavid Woodhouse3-27/+60
2022-04-02KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_time_infoDavid Woodhouse3-76/+11
2022-04-02KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_infoDavid Woodhouse4-120/+157
2022-04-02KVM: x86: Use gfn_to_pfn_cache for pv_timeDavid Woodhouse2-15/+64
2022-04-02KVM: x86/xen: Use gfn_to_pfn_cache for runstate areaDavid Woodhouse4-58/+59
2022-04-02KVM: x86: mark synthetic SMM vmexit as SVM_EXIT_SWMaxim Levitsky1-1/+1
2022-04-02KVM: x86: SVM: allow to force AVIC to be enabledMaxim Levitsky1-2/+9
2022-04-02KVM: x86: nSVM: implement nested VMLOAD/VMSAVEMaxim Levitsky3-8/+42
2022-04-02KVM: x86: Allow userspace to opt out of hypercall patchingOliver Upton3-6/+19
2022-04-02KVM: x86: fix sending PV IPILi RongQing1-1/+1
2022-04-02KVM: x86/mmu: do compare-and-exchange of gPTE via the user addressPaolo Bonzini1-38/+32
2022-04-02KVM: x86: Remove redundant vm_entry_controls_clearbit() callZhenzhong Duan1-1/+0
2022-04-02KVM: x86: cleanup enter_rmode()Zhenzhong Duan1-9/+5
2022-04-02KVM: x86: SVM: fix tsc scaling when the host doesn't support itMaxim Levitsky3-9/+6
2022-04-02kvm: x86: SVM: remove unused definesMaxim Levitsky1-8/+0
2022-04-02KVM: x86: SVM: move tsc ratio definitions to svm.hMaxim Levitsky2-10/+11
2022-04-02KVM: x86: SVM: fix avic spec based definitions againMaxim Levitsky2-14/+5
2022-04-02KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsrHou Wenlong3-16/+40