summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)Author
2023-09-28x86/srso: Add SRSO mitigation for Hygon processorsPu Wen
2023-09-01Merge tag 'x86-urgent-2023-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-31x86/speculation: Mark all Skylake CPUs as vulnerable to GDSDave Hansen
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-28Merge tag 'x86_microcode_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'smp-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-17x86/ibt: Convert IBT selftest to asmJosh Poimboeuf
2023-08-13x86/microcode: Include vendor headers into microcode.hAshok Raj
2023-08-09x86/cpu: Make identify_boot_cpu() staticThomas Gleixner
2023-08-08x86/microcode: Remove microcode_mutexSebastian Andrzej Siewior
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-08-02x86/cpufeatures: Enable CET CR4 bit for shadow stackRick Edgecombe
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman
2023-07-27x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-07-19x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-07-17x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)
2023-06-26Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-16x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner
2023-06-16x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner
2023-06-16x86/init: Initialize signal frame size lateThomas Gleixner
2023-06-16init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-06-16x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-05-15x86/cpu: Remove X86_FEATURE_NAMESLukas Bulwahn
2023-05-15x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable itThomas Gleixner
2023-05-15x86/smpboot: Move synchronization masks to SMP boot codeThomas Gleixner
2023-05-15x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner
2023-04-05x86/cpu: Add Xeon Emerald Rapids to list of CPUs that support PPINTony Luck
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-02-21Merge tag 'x86-cleanups-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-21Merge tag 'x86_vdso_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-21Merge tag 'x86_microcode_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-10x86/speculation: Identify processors vulnerable to SMT RSB predictionsTom Lendacky
2023-02-09efi: x86: Wire up IBT annotation in memory attributes tableArd Biesheuvel
2023-02-06x86/cpu: Provide the full setup for getcpu() on x86-32Sebastian Andrzej Siewior
2023-01-25x86/cpu: Support AMD Automatic IBRSKim Phillips
2023-01-25x86/cpu, kvm: Add the Null Selector Clears Base featureKim Phillips
2023-01-25x86/vdso: Move VDSO image init to vdso2c generated codeBrian Gerst
2023-01-25x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips
2023-01-21x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj
2023-01-20x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj
2023-01-13x86/cpu: Remove misleading commentJuergen Gross
2023-01-13x86/gsseg: Use the LKGS instruction if available for load_gs_index()H. Peter Anvin (Intel)
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-13Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld