summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2020-12-14x86/cpu: Add VM page flush MSR availablility as a CPUID featureTom Lendacky
2020-12-14KVM/VMX/SVM: Move kvm_machine_check function to x86.hUros Bizjak
2020-12-11KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini
2020-12-11KVM: x86: Expose AVX512_FP16 for supported CPUIDCathy Zhang
2020-12-11x86: Enumerate AVX512 FP16 CPUID feature flagKyung Min Park
2020-12-11KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.SUros Bizjak
2020-12-09KVM: x86: ignore SIPIs that are received while not in wait-for-sipi stateMaxim Levitsky
2020-12-03KVM: x86: adjust SEV for commit 7e8e6eed75ePaolo Bonzini
2020-11-27KVM: nSVM: set fixed bits by handPaolo Bonzini
2020-11-19kvm: x86/mmu: Add TDP MMU SPTE changed trace pointBen Gardon
2020-11-19kvm: x86/mmu: Add existing trace points to TDP MMUBen Gardon
2020-11-16KVM: SVM: check CR4 changes against vcpu->archPaolo Bonzini
2020-11-16KVM: SVM: Move asid to vcpu_svmCathy Avery
2020-11-16x86/kvm: remove unused macro HV_CLOCK_SIZEAlex Shi
2020-11-15kvm: x86: Sink cpuid update into vendor-specific set_cr4 functionsJim Mattson
2020-11-15KVM: Don't allocate dirty bitmap if dirty ring is enabledPeter Xu
2020-11-15KVM: X86: Implement ring-based dirty memory trackingPeter Xu
2020-11-15KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]Peter Xu
2020-11-15KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov
2020-11-15KVM: x86: emulate wait-for-SIPI and SIPI-VMExitYadong Qi
2020-11-15KVM: x86: fix apic_accept_events vs check_nested_eventsPaolo Bonzini
2020-11-15KVM: x86: Return bool instead of int for CR4 and SREGS validity checksSean Christopherson
2020-11-15KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hookSean Christopherson
2020-11-15KVM: SVM: Drop VMXE check from svm_set_cr4()Sean Christopherson
2020-11-15KVM: VMX: Drop explicit 'nested' check from vmx_set_cr4()Sean Christopherson
2020-11-15KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4()Sean Christopherson
2020-11-15kvm: mmu: fix is_tdp_mmu_check when the TDP MMU is not in usePaolo Bonzini
2020-11-13KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guestsBabu Moger
2020-11-13KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_archBabu Moger
2020-11-13KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson
2020-11-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-11-08Merge tag 'x86-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-08KVM: x86: handle MSR_IA32_DEBUGCTLMSR with report_ignored_msrsPankaj Gupta
2020-11-08kvm: x86: request masterclock update any time guest uses different msrOliver Upton
2020-11-08kvm: x86: ensure pv_cpuid.features is initialized when enabling capOliver Upton
2020-11-08kvm: x86: reads of restricted pv msrs should also result in #GPOliver Upton
2020-11-08KVM: x86: use positive error values for msr emulation that causes #GPMaxim Levitsky
2020-11-08KVM: x86/mmu: fix counting of rmap entries in pte_list_addLi RongQing
2020-11-07x86/platform/uv: Recognize UV5 hubless system identifierMike Travis
2020-11-07x86/platform/uv: Remove spaces from OEM IDsMike Travis
2020-11-07x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis
2020-11-05x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry
2020-11-05Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-04x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song
2020-11-03Merge tag 'x86_seves_for_v5.10_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-01Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-10-31KVM: vmx: remove unused variablePaolo Bonzini
2020-10-31KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work againVitaly Kuznetsov
2020-10-30KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()Takashi Iwai