summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-04x86/paravirt: Fix tlb_remove_table function callback prototype warningKees Cook1-2/+6
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+11
2023-07-29x86/srso: Fix return thunks in generated codeJosh Poimboeuf2-3/+7
2023-07-28cpu/SMT: Remove topology_smt_supported()Laurent Dufour1-8/+0
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman1-1/+1
2023-07-27x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)1-0/+19
2023-07-27x86/srso: Add IBPBBorislav Petkov (AMD)1-0/+23
2023-07-27x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)3-12/+30
2023-07-27x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)1-1/+11
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)5-4/+157
2023-07-27x86/microcode/AMD: Rip out static buffersBorislav Petkov (AMD)2-66/+29
2023-07-26x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov1-7/+11
2023-07-22x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips1-6/+9
2023-07-22x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam1-2/+2
2023-07-21KVM: Add GDS_NO support to KVMDaniel Sneddon1-0/+7
2023-07-21x86/speculation: Add Kconfig option for GDSDaniel Sneddon1-0/+4
2023-07-21x86/speculation: Add force option to GDS mitigationDaniel Sneddon1-1/+19
2023-07-21x86/mce: Prevent duplicate error recordsBorislav Petkov (AMD)3-2/+27
2023-07-20x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon3-9/+155
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar4-7/+89
2023-07-17x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)2-0/+62
2023-07-17x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)1-72/+67
2023-07-15Merge tag 'x86_urgent_for_6.5_rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-6/+89
2023-07-15x86/tsc: Extend watchdog check exemption to 4-Sockets platformFeng Tang1-1/+1
2023-07-13x86/sched: Enable cluster scheduling on HybridPeter Zijlstra1-8/+3
2023-07-11x86/cfi: Only define poison_cfi() if CONFIG_X86_KERNEL_IBT=yIngo Molnar1-0/+2
2023-07-11x86/ftrace: Remove unsued extern declaration ftrace_regs_caller_ret()YueHaibing1-1/+0
2023-07-10x86/fineibt: Poison ENDBR at +0Peter Zijlstra1-0/+16
2023-07-10x86: Rewrite ret_from_fork() in CBrian Gerst1-1/+21
2023-07-10x86/cfi: Extend ENDBR sealing to kCFIPeter Zijlstra1-1/+43
2023-07-10x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra2-4/+7
2023-07-09Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2023-07-07x86/smp: Don't send INIT to boot CPUThomas Gleixner1-0/+8
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2-6/+9
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+5
2023-06-28Merge tag 'for-linus-6.5-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-06-28Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-27/+52
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+13
2023-06-28Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-81/+80
2023-06-27Merge tag 'x86_sgx_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2023-06-27Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+0
2023-06-27Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-447/+661
2023-06-27Merge tag 'x86_microcode_for_v6.5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+4
2023-06-27Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-4/+3
2023-06-27Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-06-27Merge tag 'x86_platform_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-123/+195
2023-06-27Merge tag 'x86_irq_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+7
2023-06-27Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-7/+5
2023-06-27Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-148/+211
2023-06-27Merge tag 'x86_cache_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-15/+156