summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2024-04-30x86/irq: Set up per host CPU posted interrupt descriptorsJacob Pan1-0/+3
2024-04-25x86/bugs: Switch to new Intel CPU model definesTony Luck1-78/+76
2024-04-12Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar1-31/+39
2024-04-11x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar1-24/+24
2024-04-09Merge tag 'v6.9-rc3' into x86/cpu, to pick up fixesIngo Molnar1-0/+9
2024-04-08x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta1-8/+16
2024-03-23x86/cpu: Ensure that CPU info updates are propagated on UPThomas Gleixner1-0/+9
2024-03-21x86/cpu: Get rid of an unnecessary local variable in get_cpu_address_sizes()Borislav Petkov (AMD)1-10/+7
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+35
2024-03-12Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+3
2024-03-12Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-03-12Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+6
2024-03-12Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+28
2024-03-11x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta1-3/+35
2024-03-04x86/idle: Select idle routine only onceThomas Gleixner1-2/+2
2024-03-04x86/percpu: Cure per CPU madness on UPThomas Gleixner1-0/+3
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar1-2/+2
2024-02-26x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu()Paolo Bonzini1-2/+2
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner1-1/+0
2024-02-16x86/cpu/topology: Provide __num_[cores|threads]_per_packageThomas Gleixner1-0/+6
2024-02-16x86/cpu/topology: Rename smp_num_siblingsThomas Gleixner1-3/+3
2024-02-16x86/cpu/topology: Use topology logical mapping mechanismThomas Gleixner1-13/+0
2024-02-16x86/cpu/topology: Use topology bitmaps for sizingThomas Gleixner1-3/+6
2024-02-16x86/cpu/topology: Make the APIC mismatch warnings completeThomas Gleixner1-13/+2
2024-02-16x86/cpu: Remove x86_coreid_bitsThomas Gleixner1-1/+0
2024-02-16x86/cpu: Use common topology code for HYGONThomas Gleixner1-5/+0
2024-02-16x86/cpu: Use common topology code for IntelThomas Gleixner1-65/+0
2024-02-16x86/cpu: Move __max_die_per_package to common.cThomas Gleixner1-0/+3
2024-02-16x86/cpu: Add legacy topology parserThomas Gleixner1-0/+3
2024-02-16x86/cpu: Provide cpu_init/parse_topology()Thomas Gleixner1-17/+7
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar1-104/+91
2024-02-01x86/fred: Invoke FRED initialization code to enable FREDH. Peter Anvin (Intel)1-5/+17
2024-02-01x86/syscall: Split IDT syscall setup code into idt_syscall_init()Xin Li1-3/+10
2024-02-01x86/cpu: Add X86_CR4_FRED macroH. Peter Anvin (Intel)1-3/+2
2024-01-29x86/speculation: Do not enable Automatic IBRS if SEV-SNP is enabledKim Phillips1-1/+6
2024-01-19Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2024-01-09Merge tag 'x86-asm-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-29/+21
2023-12-20x86/asm: Always set A (accessed) flag in GDT descriptorsVegard Nossum1-6/+6
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum1-20/+20
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, preparationsVegard Nossum1-8/+0
2023-12-08x86/virt/tdx: Detect TDX during kernel bootKai Huang1-0/+2
2023-11-13x86/barrier: Do not serialize MSR accesses on AMDBorislav Petkov (AMD)1-0/+7
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+0
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-23x86/percpu: Introduce const-qualified const_pcpu_hot to micro-optimize code g...Uros Bizjak1-0/+1
2023-10-18x86/microcode/32: Move early loading after paging enableThomas Gleixner1-12/+0
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