aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2023-10-06KVM: x86/mmu: Open code leaf invalidation from mmu_notifierSean Christopherson
2023-10-06KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky
2023-10-06KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini
2023-10-06x86/srso: Add SRSO mitigation for Hygon processorsPu Wen
2023-10-06x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang
2023-10-06x86/reboot: VMCLEAR active VMCSes before emergency rebootSean Christopherson
2023-10-06x86/srso: Fix SBPB enablement for spec_rstack_overflow=offJosh Poimboeuf
2023-10-06x86/srso: Fix srso_show_state() side effectJosh Poimboeuf
2023-10-06x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer()Rik van Riel
2023-09-23x86/purgatory: Remove LTO flagsSong Liu
2023-09-23x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov
2023-09-23x86/ibt: Suppress spurious ENDBRPeter Zijlstra
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-19bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau
2023-09-19x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()Sean Christopherson
2023-09-13perf/x86/uncore: Correct the number of CHAs on EMRKan Liang
2023-09-13x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang
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-13x86/decompressor: Don't rely on upper 32 bits of GPRs being preservedArd Biesheuvel
2023-09-13KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pagesSean Christopherson
2023-09-13KVM: x86/mmu: Use kstrtobool() instead of strtobool()Christophe JAILLET
2023-09-02lockdep: fix static memory detection even moreHelge Deller
2023-08-30x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang
2023-08-30x86/fpu: Invalidate FPU state correctly on exec()Rick Edgecombe
2023-08-30KVM: x86/mmu: Fix an sign-extension bug with mmu_seq that hangs vCPUsSean Christopherson
2023-08-30KVM: x86: Preserve TDP MMU roots until they are explicitly invalidatedSean Christopherson
2023-08-26x86/srso: Correct the mitigation status when SMT is disabledBorislav Petkov (AMD)
2023-08-26x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu
2023-08-26x86/srso: Disable the mitigation on unaffected configurationsBorislav Petkov (AMD)
2023-08-26x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)
2023-08-26x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Sean Christopherson
2023-08-26x86/static_call: Fix __static_call_fixup()Peter Zijlstra
2023-08-26x86/srso: Explain the untraining sequences a bit moreBorislav Petkov (AMD)
2023-08-26x86/cpu: Cleanup the untrain messPeter Zijlstra
2023-08-26x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra
2023-08-26x86/cpu: Rename original retbleed methodsPeter Zijlstra
2023-08-26x86/cpu: Clean up SRSO return thunk messPeter Zijlstra
2023-08-26x86/alternative: Make custom return thunk unconditionalPeter Zijlstra
2023-08-26x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra
2023-08-26x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra