summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-27/+18
2023-10-31Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+23
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner1-1/+2
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner1-12/+2
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner1-1/+1
2023-10-10x86/cpu: Move cu_id into topology infoThomas Gleixner1-1/+1
2023-10-10x86/cpu: Move cpu_core_id into topology infoThomas Gleixner1-2/+2
2023-10-10x86/cpu: Move cpu_die_id into topology infoThomas Gleixner1-1/+1
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner1-3/+3
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner1-9/+9
2023-10-05Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesIngo Molnar1-1/+1
2023-10-03x86/boot: Move x86_cache_alignment initialization to correct spotDave Hansen1-2/+1
2023-09-28x86/sev-es: Set x86_virt_bits to the correct value straight away, instead of ...Adam Dunlap1-15/+22
2023-09-28x86/srso: Add SRSO mitigation for Hygon processorsPu Wen1-1/+1
2023-09-14x86/entry: Make IA32 syscalls' availability depend on ia32_enabled()Nikolay Borisov1-18/+19
2023-09-14x86/entry: Rename ignore_sysret()Nikolay Borisov1-1/+1
2023-09-02Merge tag 'x86-urgent-2023-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+27
2023-08-31x86/speculation: Mark all Skylake CPUs as vulnerable to GDSDave Hansen1-4/+4
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-08-29Merge tag 'x86_microcode_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2023-08-29Merge tag 'smp-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-08-17x86/ibt: Convert IBT selftest to asmJosh Poimboeuf1-1/+1
2023-08-13x86/microcode: Include vendor headers into microcode.hAshok Raj1-1/+0
2023-08-09x86/cpu: Make identify_boot_cpu() staticThomas Gleixner1-1/+1
2023-08-08x86/microcode: Remove microcode_mutexSebastian Andrzej Siewior1-2/+1
2023-08-08Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+25
2023-08-08Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+9
2023-08-03x86/cpufeatures: Enable CET CR4 bit for shadow stackRick Edgecombe1-8/+27
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman1-1/+1
2023-07-27x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)1-2/+4
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-1/+7
2023-07-20x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon1-9/+25
2023-07-17x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)1-0/+2
2023-06-27Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+0
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-50/+1
2023-06-16x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner1-4/+8
2023-06-16x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner1-1/+1
2023-06-16x86/init: Initialize signal frame size lateThomas Gleixner1-3/+0
2023-06-16init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner1-0/+11
2023-06-16x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-0/+53
2023-05-15x86/cpu: Remove X86_FEATURE_NAMESLukas Bulwahn1-4/+0
2023-05-15x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable itThomas Gleixner1-5/+1
2023-05-15x86/smpboot: Move synchronization masks to SMP boot codeThomas Gleixner1-17/+0
2023-05-15x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner1-27/+0
2023-04-05x86/cpu: Add Xeon Emerald Rapids to list of CPUs that support PPINTony Luck1-0/+1
2023-02-24Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2023-02-22Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+16
2023-02-21Merge tag 'x86-cleanups-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-02-21Merge tag 'x86_vdso_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+1