summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/uncore: Correct the number of CHAs on EMRKan Liang2023-09-131-1/+11
* x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang2023-09-131-0/+3
* x86/MCE: Always save CS register on AMD Zen IF Poison errorsYazen Ghannam2023-09-132-1/+30
* x86/sev: Make enc_dec_hypercall() accept a size instead of npagesSteve Rutherford2023-09-133-13/+10
* x86/speculation: Mark all Skylake CPUs as vulnerable to GDSDave Hansen2023-09-131-4/+4
* x86/APM: drop the duplicate APM_MINOR_DEV macroRandy Dunlap2023-09-131-6/+0
* x86/mm: Fix PAT bit missing from page protection modify maskJanusz Krzysztofik2023-09-131-5/+6
* x86/decompressor: Don't rely on upper 32 bits of GPRs being preservedArd Biesheuvel2023-09-131-7/+23
* KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pagesSean Christopherson2023-09-131-5/+36
* KVM: x86/mmu: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-09-131-1/+2
* lockdep: fix static memory detection even moreHelge Deller2023-09-021-18/+0
* x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang2023-08-301-0/+7
* x86/fpu: Invalidate FPU state correctly on exec()Rick Edgecombe2023-08-302-3/+2
* KVM: x86/mmu: Fix an sign-extension bug with mmu_seq that hangs vCPUsSean Christopherson2023-08-301-1/+2
* KVM: x86: Preserve TDP MMU roots until they are explicitly invalidatedSean Christopherson2023-08-301-65/+56
* x86/srso: Correct the mitigation status when SMT is disabledBorislav Petkov (AMD)2023-08-261-3/+2
* x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu2023-08-262-8/+8
* x86/srso: Disable the mitigation on unaffected configurationsBorislav Petkov (AMD)2023-08-261-1/+6
* x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)2023-08-264-2/+4
* x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Sean Christopherson2023-08-261-4/+3
* x86/static_call: Fix __static_call_fixup()Peter Zijlstra2023-08-261-0/+13
* x86/srso: Explain the untraining sequences a bit moreBorislav Petkov (AMD)2023-08-261-0/+19
* x86/cpu: Cleanup the untrain messPeter Zijlstra2023-08-263-8/+12
* x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra2023-08-263-19/+19
* x86/cpu: Rename original retbleed methodsPeter Zijlstra2023-08-264-21/+21
* x86/cpu: Clean up SRSO return thunk messPeter Zijlstra2023-08-264-21/+63
* x86/alternative: Make custom return thunk unconditionalPeter Zijlstra2023-08-262-0/+7
* x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra2023-08-261-2/+2
* x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra2023-08-261-1/+3
* x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann2023-08-162-2/+2
* x86/sev: Do not try to parse for the CC blob on non-AMD hardwareBorislav Petkov (AMD)2023-08-162-3/+43
* x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov2023-08-161-2/+2
* x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea2023-08-161-0/+1
* x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers2023-08-161-3/+9
* KVM: SEV: only access GHCB fields oncePaolo Bonzini2023-08-161-11/+14
* KVM: SEV: snapshot the GHCB before accessing itPaolo Bonzini2023-08-162-34/+61
* x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)2023-08-114-0/+24
* x86/hyperv: Disable IBT when hypercall page lacks ENDBR instructionMichael Kelley2023-08-111-0/+21
* x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman2023-08-081-3/+3
* x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)2023-08-082-11/+15
* x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)2023-08-081-0/+1
* x86/srso: Fix return thunks in generated codeJosh Poimboeuf2023-08-082-3/+7
* x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)2023-08-084-1/+26
* x86/srso: Add IBPBBorislav Petkov (AMD)2023-08-082-1/+25
* x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)2023-08-087-15/+39
* x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)2023-08-082-1/+13
* x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-08-0810-8/+261
* x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips2023-08-086-5/+14
* x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)2023-08-081-1/+1
* x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra2023-08-081-1/+1