summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge tag 'x86-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2023-06-20x86/smp: Make stop_other_cpus() more robustThomas Gleixner1-0/+2
2023-05-15x86/topology: Remove CPU0 hotplug optionThomas Gleixner1-3/+0
2023-05-15x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner1-1/+1
2022-11-19x86/microcode/intel: Add hdr_type to intel_microcode_sanity_check()Jithu Joseph1-1/+1
2022-11-19x86/microcode/intel: Reuse microcode_sanity_check()Jithu Joseph1-0/+1
2022-11-18x86/microcode/intel: Reuse find_matching_signature()Jithu Joseph1-0/+1
2022-09-01x86/apic: Don't disable x2APIC if lockedDaniel Sneddon1-0/+2
2022-05-24Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+18
2022-05-24Merge tag 'x86_splitlock_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+0
2022-05-12x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph1-0/+18
2022-04-27x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner1-0/+2
2022-04-27x86/split-lock: Remove unused TIF_SLD bitTony Luck1-2/+0
2022-03-15x86/ibt,kexec: Disable CET on kexecPeter Zijlstra1-0/+3
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra1-0/+1
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+6
2021-04-19x86/cpu: Add helper function to get the type of the current hybrid CPURicardo Neri1-0/+6
2021-03-28x86/traps: Handle #DB for bus lockFenghua Yu1-2/+5
2020-06-15x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson1-0/+5
2020-04-11x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner1-0/+6
2020-02-20x86/split_lock: Enable split lock detection by kernelPeter Zijlstra (Intel)1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2016-07-25x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov1-0/+1
2016-07-15x86/smp: Remove stack_smp_processor_id()Andy Lutomirski1-1/+0
2015-11-24x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov1-0/+3
2015-03-11x86: Use common outgoing-CPU-notification codePaul E. McKenney1-2/+0
2013-07-15x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2012-11-15x86, topology: Debug CPU0 hotplugFenghua Yu1-0/+3
2012-11-15x86, hotplug: Wake up CPU0 via NMI instead of INIT, SIPI, SIPIFenghua Yu1-0/+1
2011-02-14x86: Fix mwait_usable section mismatchBorislav Petkov1-1/+1
2011-01-22x86, hotplug: Fix powersavings with offlined cores on AMDBorislav Petkov1-0/+1
2010-08-13x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter1-1/+0
2009-01-29x86: generalize boot_cpu_idIngo Molnar1-5/+1
2009-01-07x86: smp.h move boot_cpu_id declartion to cpu.hJaswinder Singh Rajput1-0/+7
2009-01-07x86: smp.h move cpu_physical_id declartion to cpu.hJaswinder Singh Rajput1-0/+1
2009-01-07x86: smp.h move safe_smp_processor_id declartion to cpu.hJaswinder Singh Rajput1-0/+1
2009-01-07x86: smp.h move stack_processor_id declartion to cpu.hJaswinder Singh Rajput1-0/+2
2009-01-07x86: smp.h move prefill_possible_map declartion to cpu.hJaswinder Singh Rajput1-0/+10
2008-10-23x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-23x86, um: ... and asm-x86 moveAl Viro1-0/+20