summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* x86/cpu: Cleanup the untrain messPeter Zijlstra2023-08-163-14/+13
* x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra2023-08-163-20/+20
* x86/cpu: Rename original retbleed methodsPeter Zijlstra2023-08-164-21/+21
* x86/cpu: Clean up SRSO return thunk messPeter Zijlstra2023-08-164-19/+61
* x86/alternative: Make custom return thunk unconditionalPeter Zijlstra2023-08-163-8/+7
* x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra2023-08-161-2/+2
* x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra2023-08-161-1/+3
* x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu2023-08-143-29/+16
* x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu2023-08-142-8/+8
* x86/srso: Disable the mitigation on unaffected configurationsBorislav Petkov (AMD)2023-08-141-1/+6
* x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)2023-08-144-2/+4
* x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Sean Christopherson2023-08-141-4/+3
* locking: remove spin_lock_prefetchMateusz Guzik2023-08-121-6/+0
* Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-126-7/+48
|\
| * x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea2023-08-111-0/+1
| * x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov2023-08-091-2/+2
| * x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.hJinghao Jia2023-08-081-1/+1
| * x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() on 64-bit ke...Xin Li2023-08-081-1/+1
| * x86/sev: Do not try to parse for the CC blob on non-AMD hardwareBorislav Petkov (AMD)2023-08-072-3/+43
* | Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-123-5/+11
|\ \
| * | x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann2023-08-102-2/+2
| * | x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers2023-08-101-3/+9
* | | Merge tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-08-112-0/+6
|\ \ \ | |/ / |/| |
| * | ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD ZenHans de Goede2023-08-092-0/+6
| |/
* | x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)2023-08-094-0/+24
* | Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-08-077-10/+221
|\ \
| * | KVM: Add GDS_NO support to KVMDaniel Sneddon2023-07-212-1/+13
| * | x86/speculation: Add Kconfig option for GDSDaniel Sneddon2023-07-212-0/+23
| * | x86/speculation: Add force option to GDS mitigationDaniel Sneddon2023-07-211-1/+19
| * | x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon2023-07-195-9/+167
* | | Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-0713-14/+361
|\ \ \
| * | | x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)2023-08-072-11/+15
| * | | x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)2023-07-291-0/+1
| * | | x86/srso: Fix return thunks in generated codeJosh Poimboeuf2023-07-292-3/+7
| * | | x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)2023-07-274-1/+26
| * | | x86/srso: Add IBPBBorislav Petkov (AMD)2023-07-272-1/+24
| * | | x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)2023-07-277-15/+39
| * | | x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)2023-07-272-1/+13
| * | | x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-2710-9/+263
| * | | x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)2023-07-181-1/+1
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-08-072-63/+87
|\ \ \ | |_|/ |/| |
| * | KVM: SEV: remove ghcb variable declarationsPaolo Bonzini2023-08-041-18/+12
| * | KVM: SEV: only access GHCB fields oncePaolo Bonzini2023-08-041-11/+14
| * | KVM: SEV: snapshot the GHCB before accessing itPaolo Bonzini2023-08-042-34/+61
* | | Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-08-047-27/+34
|\ \ \
| * | | x86/hyperv: add noop functions to x86_init mpparse functionsSaurabh Sengar2023-08-021-0/+4
| * | | x86/hyperv: fix a warning in mshyperv.hZhiHu2023-07-231-1/+1
| * | | x86/hyperv: Disable IBT when hypercall page lacks ENDBR instructionMichael Kelley2023-07-231-0/+21
| * | | x86/hyperv: Improve code for referencing hyperv_pcpu_input_argNischala Yelchuri2023-06-284-26/+8
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-308-56/+121
|\ \ \ \ | | |/ / | |/| |