summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-212-33/+45
|\
| * x86/sgx: Fix free page accountingReinette Chatre2021-11-161-6/+6
| * x86/boot: Pull up cmdline preparation and early param parsingBorislav Petkov2021-11-151-27/+39
* | Merge tag 'perf-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-212-2/+12
|\ \
| * | x86/perf: Fix snapshot_branch_stack warning in VMSong Liu2021-11-171-2/+0
| * | perf/x86/intel/uncore: Fix IIO event constraints for SnowridgeAlexander Antonov2021-11-171-0/+8
| * | perf/x86/intel/uncore: Fix IIO event constraints for Skylake ServerAlexander Antonov2021-11-171-0/+1
| * | perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake ServerAlexander Antonov2021-11-171-0/+3
| |/
* | Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-201-1/+1
|\ \
| * | ftrace/samples: add missing Kconfig option for ftrace direct multi sampleHeiko Carstens2021-11-181-1/+1
| |/
* | Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2021-11-192-2/+2
|\ \
| * | signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-192-2/+2
| |/
* | x86: Pin task-stack in __get_wchan()Peter Zijlstra2021-11-191-0/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-1811-63/+125
|\ \
| * | KVM: x86: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-1/+1
| * | KVM: x86: Assume a 64-bit hypercall for guests with protected stateTom Lendacky2021-11-184-4/+16
| * | Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-189-58/+108
| |\ \
| | * | KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror()Sean Christopherson2021-11-181-2/+2
| | * | KVM: SEV: Drop a redundant setting of sev->asid during initializationSean Christopherson2021-11-181-1/+0
| | * | KVM: SEV: WARN if SEV-ES is marked active but SEV is notSean Christopherson2021-11-181-1/+1
| | * | KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()Sean Christopherson2021-11-181-3/+3
| | * | KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUsSean Christopherson2021-11-181-1/+6
| | * | KVM: nVMX: Use a gfn_to_hva_cache for vmptrldDavid Woodhouse2021-11-182-9/+22
| | * | KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS checkDavid Woodhouse2021-11-181-11/+15
| | * | KVM: x86/xen: Use sizeof_field() instead of open-coding itDavid Woodhouse2021-11-181-9/+9
| | * | KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12David Woodhouse2021-11-182-9/+20
| | * | KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFODavid Woodhouse2021-11-181-1/+1
| | * | KVM: x86/mmu: include EFER.LMA in extended mmu roleMaxim Levitsky2021-11-182-0/+2
| | * | KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state...Maxim Levitsky2021-11-181-5/+17
| | * | KVM: Fix steal time asm constraintsDavid Woodhouse2021-11-181-3/+3
| | * | cpuid: kvm_find_kvm_cpuid_features() should be declared 'static'Paul Durrant2021-11-181-1/+1
| | * | KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()黄乐2021-11-161-2/+6
* | | | x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson2021-11-152-13/+16
* | | | x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup failsSean Christopherson2021-11-151-0/+3
| |_|/ |/| |
* | | Merge tag 'locking-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-142-4/+11
|\ \ \
| * | | static_call,x86: Robustify trampoline patchingPeter Zijlstra2021-11-112-4/+11
* | | | Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-143-16/+15
|\ \ \ \
| * | | | x86/smp: Factor out parts of native_smp_prepare_cpus()Boris Ostrovsky2021-11-113-16/+15
| |/ / /
* | | | Merge tag 'perf_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-142-1/+5
|\ \ \ \
| * | | | perf/x86/vlbr: Add c->flags to vlbr event constraintsLike Xu2021-11-111-1/+3
| * | | | perf/x86/lbr: Reset LBR_SELECT during vlbr resetWanpeng Li2021-11-111-0/+2
| |/ / /
* | | | Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-146-4/+60
|\ \ \ \
| * | | | x86/cpu: Add Raptor Lake to Intel familyTony Luck2021-11-121-0/+2
| * | | | x86/mce: Add errata workaround for Skylake SKX37Dave Jones2021-11-121-2/+3
| * | | | x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen2021-11-034-2/+55
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-1330-336/+803
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_fromPaolo Bonzini2021-11-121-14/+11
| * | | | KVM: x86: move guest_pv_has out of user_access sectionPaolo Bonzini2021-11-121-3/+6
| * | | | Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-1120-264/+317
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | KVM: x86: Drop arbitrary KVM_SOFT_MAX_VCPUSVitaly Kuznetsov2021-11-112-2/+1