summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-271-4/+0
|\
| * x86/cpu: Remove X86_FEATURE_NAMESLukas Bulwahn2023-05-151-4/+0
* | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-50/+1
|\ \
| * | x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable itThomas Gleixner2023-05-151-5/+1
| * | x86/smpboot: Move synchronization masks to SMP boot codeThomas Gleixner2023-05-151-17/+0
| * | x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner2023-05-151-27/+0
| |/
* | x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner2023-06-161-4/+8
* | x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner2023-06-161-1/+1
* | x86/init: Initialize signal frame size lateThomas Gleixner2023-06-161-3/+0
* | init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner2023-06-161-0/+11
* | x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-161-0/+53
|/
* x86/cpu: Add Xeon Emerald Rapids to list of CPUs that support PPINTony Luck2023-04-051-0/+1
* Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-231-2/+3
|\
| * efi: x86: Wire up IBT annotation in memory attributes tableArd Biesheuvel2023-02-091-2/+3
* | Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-211-11/+16
|\ \
| * | x86/cpu: Support AMD Automatic IBRSKim Phillips2023-01-251-8/+11
| * | x86/cpu, kvm: Add the Null Selector Clears Base featureKim Phillips2023-01-251-3/+1
| * | x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips2023-01-251-0/+3
| * | x86/gsseg: Use the LKGS instruction if available for load_gs_index()H. Peter Anvin (Intel)2023-01-131-0/+1
| |/
* | Merge tag 'x86-cleanups-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-02-211-1/+1
|\ \
| * | x86/cpu: Remove misleading commentJuergen Gross2023-01-131-1/+1
| |/
* | Merge tag 'x86_vdso_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-211-4/+1
|\ \
| * | x86/cpu: Provide the full setup for getcpu() on x86-32Sebastian Andrzej Siewior2023-02-061-3/+1
| * | x86/vdso: Move VDSO image init to vdso2c generated codeBrian Gerst2023-01-251-1/+0
| |/
* | Merge tag 'x86_microcode_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-211-15/+30
|\ \
| * | x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj2023-01-211-13/+23
| * | x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj2023-01-201-8/+13
| |/
* / x86/speculation: Identify processors vulnerable to SMT RSB predictionsTom Lendacky2023-02-101-2/+7
|/
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-151-53/+44
|\
| * x86/ibt: Implement FineIBTPeter Zijlstra2022-11-011-0/+1
| * x86/percpu: Move irq_stack variables next to current_taskThomas Gleixner2022-10-171-3/+0
| * x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner2022-10-171-11/+1
| * x86/percpu: Move preempt_count next to current_taskThomas Gleixner2022-10-171-7/+1
| * x86: Put hot per CPU variables into a structThomas Gleixner2022-10-171-9/+5
| * x86/cpu: Re-enable stackprotectorThomas Gleixner2022-10-171-0/+3
| * x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner2022-10-171-11/+6
| * x86/cpu: Remove segment load from switch_to_new_gdt()Thomas Gleixner2022-10-171-16/+31
* | Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-1/+1
|\ \
| * | x86/cacheinfo: Switch cache_ap_init() to hotplug callbackJuergen Gross2022-11-101-1/+0
| * | x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Juergen Gross2022-11-101-1/+2
| |/
* / stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld2022-11-181-1/+1
|/
* x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta2022-08-181-15/+27
* x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon2022-08-031-2/+10
* x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta2022-07-071-0/+1
* x86/cpu/amd: Enumerate BTC_NOAndrew Cooper2022-06-271-2/+4
* x86/common: Stamp out the stepping madnessPeter Zijlstra2022-06-271-21/+16
* x86/bugs: Report Intel retbleed vulnerabilityPeter Zijlstra2022-06-271-12/+12
* x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre2022-06-271-0/+19
* Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-141-3/+49
|\
| * x86/speculation/mmio: Reuse SRBDS mitigation for SBDSPawan Gupta2022-05-211-7/+14