aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-11-18Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini9-58/+108
2021-11-18KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror()Sean Christopherson1-2/+2
2021-11-18KVM: SEV: Drop a redundant setting of sev->asid during initializationSean Christopherson1-1/+0
2021-11-18KVM: SEV: WARN if SEV-ES is marked active but SEV is notSean Christopherson1-1/+1
2021-11-18KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()Sean Christopherson1-3/+3
2021-11-18KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUsSean Christopherson1-1/+6
2021-11-18KVM: nVMX: Use a gfn_to_hva_cache for vmptrldDavid Woodhouse2-9/+22
2021-11-18KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS checkDavid Woodhouse1-11/+15
2021-11-18KVM: x86/xen: Use sizeof_field() instead of open-coding itDavid Woodhouse1-9/+9
2021-11-18KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12David Woodhouse2-9/+20
2021-11-18KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFODavid Woodhouse1-1/+1
2021-11-18KVM: x86/mmu: include EFER.LMA in extended mmu roleMaxim Levitsky2-0/+2
2021-11-18KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state loadMaxim Levitsky1-5/+17
2021-11-18KVM: Fix steal time asm constraintsDavid Woodhouse1-3/+3
2021-11-18cpuid: kvm_find_kvm_cpuid_features() should be declared 'static'Paul Durrant1-1/+1
2021-11-17x86/mce: Get rid of cpu_missingZhaolong Zhang1-5/+0
2021-11-17KVM: x86: Move Intel Processor Trace interrupt handler to vmx.cSean Christopherson3-21/+23
2021-11-17KVM: Move x86's perf guest info callbacks to generic KVMSean Christopherson2-42/+14
2021-11-17KVM: x86: More precisely identify NMI from guest when handling PMISean Christopherson4-6/+15
2021-11-17KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variableSean Christopherson4-16/+20
2021-11-17perf: Force architectures to opt-in to guest callbacksSean Christopherson2-0/+2
2021-11-17perf: Add wrappers for invoking guest callbacksSean Christopherson2-14/+6
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu6-49/+45
2021-11-17KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guestSean Christopherson3-1/+6
2021-11-17KVM: x86: Register perf callbacks after calling vendor's hardware_setup()Sean Christopherson1-3/+4
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson2-9/+17
2021-11-17x86/perf: Fix snapshot_branch_stack warning in VMSong Liu1-2/+0
2021-11-17perf/x86/intel/uncore: Fix IIO event constraints for SnowridgeAlexander Antonov1-0/+8
2021-11-17perf/x86/intel/uncore: Fix IIO event constraints for Skylake ServerAlexander Antonov1-0/+1
2021-11-17perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake ServerAlexander Antonov1-0/+3
2021-11-16x86/sgx: Fix free page accountingReinette Chatre1-6/+6
2021-11-16x86/fpu: Correct AVX512 state trackingNoah Goldstein1-7/+14
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2-7/+7
2021-11-16KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()黄乐1-2/+6
2021-11-15x86/sev: Remove do_early_exception() forward declarationsBorislav Petkov1-6/+1
2021-11-15x86/head64: Carve out the guest encryption postprocessing into a helperBorislav Petkov1-29/+31
2021-11-15x86/sev: Get rid of excessive use of definesBorislav Petkov1-23/+28
2021-11-15x86/sev: Shorten GHCB terminate macro namesBrijesh Singh4-8/+8
2021-11-15x86/sgx: Hook arch_memory_failure() into mainline codeTony Luck2-0/+12
2021-11-15x86/sgx: Add SGX infrastructure to recover from poisonTony Luck1-0/+76
2021-11-15x86/sgx: Initial poison handling for dirty and free pagesTony Luck2-2/+28
2021-11-15x86/sgx: Add infrastructure to identify SGX EPC pagesTony Luck2-0/+10
2021-11-15x86/sgx: Add new sgx_epc_page flag bit to mark free pagesTony Luck2-0/+5
2021-11-15x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson2-13/+16
2021-11-15x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup failsSean Christopherson1-0/+3
2021-11-15x86/amd_nb, EDAC/amd64: Move DF Indirect Read to AMD64 EDACYazen Ghannam2-49/+1
2021-11-15x86/MCE/AMD, EDAC/amd64: Move address translation to AMD64 EDACYazen Ghannam2-203/+0
2021-11-15x86/boot: Pull up cmdline preparation and early param parsingBorislav Petkov1-27/+39
2021-11-14Merge tag 'locking-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+11
2021-11-14Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-16/+15