aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-11-21Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-33/+45
2021-11-21Merge tag 'perf-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-2/+12
2021-11-20Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-1/+1
2021-11-19Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-2/+2
2021-11-19x86: Pin task-stack in __get_wchan()Gravatar Peter Zijlstra 1-0/+5
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtGravatar Eric W. Biederman 2-2/+2
2021-11-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 11-63/+125
2021-11-18ftrace/samples: add missing Kconfig option for ftrace direct multi sampleGravatar Heiko Carstens 1-1/+1
2021-11-18KVM: x86: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSGravatar Vitaly Kuznetsov 1-1/+1
2021-11-18KVM: x86: Assume a 64-bit hypercall for guests with protected stateGravatar Tom Lendacky 4-4/+16
2021-11-18Merge branch 'kvm-5.16-fixes' into kvm-masterGravatar Paolo Bonzini 9-58/+108
2021-11-18KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror()Gravatar Sean Christopherson 1-2/+2
2021-11-18KVM: SEV: Drop a redundant setting of sev->asid during initializationGravatar Sean Christopherson 1-1/+0
2021-11-18KVM: SEV: WARN if SEV-ES is marked active but SEV is notGravatar Sean Christopherson 1-1/+1
2021-11-18KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()Gravatar Sean Christopherson 1-3/+3
2021-11-18KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUsGravatar Sean Christopherson 1-1/+6
2021-11-18KVM: nVMX: Use a gfn_to_hva_cache for vmptrldGravatar David Woodhouse 2-9/+22
2021-11-18KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS checkGravatar David Woodhouse 1-11/+15
2021-11-18KVM: x86/xen: Use sizeof_field() instead of open-coding itGravatar David Woodhouse 1-9/+9
2021-11-18KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12Gravatar David Woodhouse 2-9/+20
2021-11-18KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFOGravatar David Woodhouse 1-1/+1
2021-11-18KVM: x86/mmu: include EFER.LMA in extended mmu roleGravatar Maxim Levitsky 2-0/+2
2021-11-18KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state...Gravatar Maxim Levitsky 1-5/+17
2021-11-18KVM: Fix steal time asm constraintsGravatar David Woodhouse 1-3/+3
2021-11-18cpuid: kvm_find_kvm_cpuid_features() should be declared 'static'Gravatar Paul Durrant 1-1/+1
2021-11-17x86/perf: Fix snapshot_branch_stack warning in VMGravatar Song Liu 1-2/+0
2021-11-17perf/x86/intel/uncore: Fix IIO event constraints for SnowridgeGravatar Alexander Antonov 1-0/+8
2021-11-17perf/x86/intel/uncore: Fix IIO event constraints for Skylake ServerGravatar Alexander Antonov 1-0/+1
2021-11-17perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake ServerGravatar Alexander Antonov 1-0/+3
2021-11-16x86/sgx: Fix free page accountingGravatar Reinette Chatre 1-6/+6
2021-11-16KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()Gravatar 黄乐 1-2/+6
2021-11-15x86/hyperv: Move required MSRs check to initial platform probingGravatar Sean Christopherson 2-13/+16
2021-11-15x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup failsGravatar Sean Christopherson 1-0/+3
2021-11-15x86/boot: Pull up cmdline preparation and early param parsingGravatar Borislav Petkov 1-27/+39
2021-11-14Merge tag 'locking-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-4/+11
2021-11-14Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-16/+15
2021-11-14Merge tag 'perf_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-1/+5
2021-11-14Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-4/+60
2021-11-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 30-336/+803
2021-11-13Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-11-12signal/vm86_32: Remove pointless test in BUG_ONGravatar Eric W. Biederman 1-1/+1
2021-11-12x86/cpu: Add Raptor Lake to Intel familyGravatar Tony Luck 1-0/+2
2021-11-12x86/mce: Add errata workaround for Skylake SKX37Gravatar Dave Jones 1-2/+3
2021-11-12KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_fromGravatar Paolo Bonzini 1-14/+11
2021-11-12KVM: x86: move guest_pv_has out of user_access sectionGravatar Paolo Bonzini 1-3/+6
2021-11-11Merge branch 'kvm-5.16-fixes' into kvm-masterGravatar Paolo Bonzini 20-264/+317
2021-11-11Merge branch 'kvm-sev-move-context' into kvm-masterGravatar Paolo Bonzini 5-63/+285
2021-11-11KVM: x86: Drop arbitrary KVM_SOFT_MAX_VCPUSGravatar Vitaly Kuznetsov 2-2/+1
2021-11-11KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()Gravatar Vipin Sharma 3-11/+2
2021-11-11KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPI...Gravatar Vipin Sharma 3-5/+14