summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+1
|\
| * x86/cpu: Mark {hlt,resume}_play_dead() __noreturnJosh Poimboeuf2023-04-141-1/+1
* | x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()David Woodhouse2023-03-211-7/+12
* | x86/smpboot: Remove initial_gsBrian Gerst2023-03-211-2/+0
* | x86/smpboot: Remove early_gdt_descr on 64-bitBrian Gerst2023-03-211-1/+1
* | x86/smpboot: Remove initial_stack on 64-bitBrian Gerst2023-03-211-1/+6
|/
* x86/hotplug: Remove incorrect comment about mwait_play_dead()Srivatsa S. Bhat (VMware)2023-02-141-1/+1
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-3/+7
|\
| * x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner2022-10-171-1/+1
| * x86: Put hot per CPU variables into a structThomas Gleixner2022-10-171-1/+1
| * x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner2022-10-171-1/+5
* | Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-5/+4
|\ \
| * | x86/cacheinfo: Switch cache_ap_init() to hotplug callbackJuergen Gross2022-11-101-2/+0
| * | x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Juergen Gross2022-11-101-2/+2
| * | x86/mtrr: Let cache_aps_delayed_init replace mtrr_aps_delayed_initJuergen Gross2022-11-101-2/+3
| |/
* / stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld2022-11-181-0/+1
|/
* smp: add set_nr_cpu_ids()Yury Norov2022-09-191-2/+2
* x86/cacheinfo: move shared cache map definitionsSander Vanheule2022-07-171-4/+0
* Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-231-357/+1
|\
| * x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner2022-04-271-2/+1
| * x86/aperfmperf: Untangle Intel and AMD frequency invariance initThomas Gleixner2022-04-271-1/+1
| * x86/aperfmperf: Separate AP/BP frequency invariance initThomas Gleixner2022-04-271-2/+2
| * x86/smp: Move APERF/MPERF code where it belongsThomas Gleixner2022-04-271-355/+0
* | Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-2/+10
|\ \
| * | x86/boot: Add a trampoline for booting APs via firmware handoffSean Christopherson2022-04-071-2/+10
| |/
* / x86/sev: Use SEV-SNP AP creation to start secondary CPUsTom Lendacky2022-04-061-0/+3
|/
* x86/ACPI: CPPC: Move init_freq_invariance_cppc() into x86 CPPCHuang Rui2022-03-081-20/+0
* x86: Expose init_freq_invariance() to topology headerHuang Rui2022-03-081-7/+1
* x86/ACPI: CPPC: Move AMD maximum frequency ratio setting function into x86 CPPCHuang Rui2022-03-081-43/+1
* sched,x86: Don't use cluster topology for x86 hybrid CPUsPeter Zijlstra2021-12-081-0/+14
* x86/smp: Factor out parts of native_smp_prepare_cpus()Boris Ostrovsky2021-11-111-6/+12
* Merge tag 'x86_cleanups_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-011-1/+1
|\
| * x86/smp: Remove unnecessary assignment to local var freq_scaleTim Gardner2021-09-171-1/+1
* | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-1/+1
|\ \
| * | x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner2021-10-201-1/+1
| |/
* | sched,x86: Fix L2 cache maskPeter Zijlstra2021-10-221-2/+2
* | sched: Add cluster scheduler level for x86Tim Chen2021-10-151-1/+43
|/
* x86/smp: Add a per-cpu view of SMT stateBalbir Singh2021-07-281-1/+9
* Merge tag 'x86-apic-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-281-2/+1
|\
| * x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov2021-05-181-2/+1
* | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-031-1/+1
|\|
| * x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui2021-05-131-1/+1
* | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
|/
* x86/smpboot: Remove duplicate includesWan Jiabing2021-05-051-3/+0
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-44/+46
|\
| * x86, sched: Treat Intel SNC topology as default, COD as exceptionAlison Schofield2021-04-151-44/+46
* | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-1/+1
|\ \
| * | x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
| |/
* | ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov2021-04-071-14/+12
* | ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov2021-04-011-1/+1
|/