aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2023-09-27Merge branch 'master-6.5'HEADmasterBruce Ashfield
2023-09-23x86,static_call: Fix static-call vs return-thunkPeter Zijlstra
2023-09-23x86/alternatives: Remove faulty optimizationJosh Poimboeuf
2023-09-23x86/platform/uv: Use alternate source for socket to node dataSteve Wahl
2023-09-23x86/purgatory: Remove LTO flagsSong Liu
2023-09-23x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov
2023-09-23x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri
2023-09-23x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()Peter Zijlstra
2023-09-23x86/ibt: Suppress spurious ENDBRPeter Zijlstra
2023-09-23x86: bring back rep movsq for user access on CPUs without ERMSMateusz Guzik
2023-09-23x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based modelsAvadhut Naik
2023-09-19KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is NULLSean Christopherson
2023-09-19KVM: SVM: Set target pCPU during IRTE update if target vCPU is runningSean Christopherson
2023-09-19KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 stateSean Christopherson
2023-09-19KVM: nSVM: Check instead of asserting on nested TSC scaling supportSean Christopherson
2023-09-19KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost migrationSean Christopherson
2023-09-19KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest insnSean Christopherson
2023-09-19KVM: SVM: Take and hold ir_list_lock when updating vCPU's Physical ID entrySean Christopherson
2023-09-19KVM: VMX: Refresh available regs and IDT vectoring info before NMI handlingSean Christopherson
2023-09-19x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()Sean Christopherson
2023-09-19KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES guestsSean Christopherson
2023-09-13perf/x86/uncore: Correct the number of CHAs on EMRKan Liang
2023-09-13x86/build: Fix linker fill bytes quirk/incompatibility for ld.lldSong Liu
2023-09-13x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang
2023-09-13x86/smp: Don't send INIT to non-present and non-booted CPUsThomas Gleixner
2023-09-13x86/MCE: Always save CS register on AMD Zen IF Poison errorsYazen Ghannam
2023-09-13x86/sev: Make enc_dec_hypercall() accept a size instead of npagesSteve Rutherford
2023-09-13x86/speculation: Mark all Skylake CPUs as vulnerable to GDSDave Hansen
2023-09-13x86/APM: drop the duplicate APM_MINOR_DEV macroRandy Dunlap
2023-09-13x86/mm: Fix PAT bit missing from page protection modify maskJanusz Krzysztofik
2023-09-13nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson
2023-09-13x86/decompressor: Don't rely on upper 32 bits of GPRs being preservedArd Biesheuvel
2023-09-13locking/arch: Avoid variable shadowing in local_try_cmpxchg()Uros Bizjak
2023-09-02lockdep: fix static memory detection even moreHelge Deller
2023-08-24x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang
2023-08-24x86/fpu: Invalidate FPU state correctly on exec()Rick Edgecombe
2023-08-18x86/srso: Correct the mitigation status when SMT is disabledBorislav Petkov (AMD)
2023-08-17x86/static_call: Fix __static_call_fixup()Peter Zijlstra
2023-08-16x86/srso: Explain the untraining sequences a bit moreBorislav Petkov (AMD)
2023-08-16x86/cpu/kvm: Provide UNTRAIN_RET_VMPeter Zijlstra
2023-08-16x86/cpu: Cleanup the untrain messPeter Zijlstra
2023-08-16x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra
2023-08-16x86/alternative: Make custom return thunk unconditionalPeter Zijlstra
2023-08-16x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra
2023-08-16x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra
2023-08-14x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu
2023-08-14x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu
2023-08-14x86/srso: Disable the mitigation on unaffected configurationsBorislav Petkov (AMD)