summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)AuthorLines
2022-07-17x86/cacheinfo: move shared cache map definitionsSander Vanheule-4/+0
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-357/+1
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+10
2022-04-27x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner-2/+1
2022-04-27x86/aperfmperf: Untangle Intel and AMD frequency invariance initThomas Gleixner-1/+1
2022-04-27x86/aperfmperf: Separate AP/BP frequency invariance initThomas Gleixner-2/+2
2022-04-27x86/smp: Move APERF/MPERF code where it belongsThomas Gleixner-355/+0
2022-04-07x86/boot: Add a trampoline for booting APs via firmware handoffSean Christopherson-2/+10
2022-04-06x86/sev: Use SEV-SNP AP creation to start secondary CPUsTom Lendacky-0/+3
2022-03-08x86/ACPI: CPPC: Move init_freq_invariance_cppc() into x86 CPPCHuang Rui-20/+0
2022-03-08x86: Expose init_freq_invariance() to topology headerHuang Rui-7/+1
2022-03-08x86/ACPI: CPPC: Move AMD maximum frequency ratio setting function into x86 CPPCHuang Rui-43/+1
2021-12-08sched,x86: Don't use cluster topology for x86 hybrid CPUsPeter Zijlstra-0/+14
2021-11-11x86/smp: Factor out parts of native_smp_prepare_cpus()Boris Ostrovsky-6/+12
2021-11-01Merge tag 'x86_cleanups_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2021-10-22sched,x86: Fix L2 cache maskPeter Zijlstra-2/+2
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner-1/+1
2021-10-15sched: Add cluster scheduler level for x86Tim Chen-1/+43
2021-09-17x86/smp: Remove unnecessary assignment to local var freq_scaleTim Gardner-1/+1
2021-07-28x86/smp: Add a per-cpu view of SMT stateBalbir Singh-1/+9
2021-06-28Merge tag 'x86-apic-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+1
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-1/+1
2021-05-18x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov-2/+1
2021-05-13x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui-1/+1
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider-1/+0
2021-05-05x86/smpboot: Remove duplicate includesWan Jiabing-3/+0
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-44/+46
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2021-04-15x86, sched: Treat Intel SNC topology as default, COD as exceptionAlison Schofield-44/+46
2021-04-07ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov-14/+12
2021-04-01ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov-1/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar-1/+1
2021-02-08cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not thereRafael J. Wysocki-0/+1
2021-01-19x86: PM: Register syscore_ops for scale invarianceRafael J. Wysocki-0/+19
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+3
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+74
2020-12-11x86: Print ratio freq_max/freq_base used in frequency invariance calculationsGiovanni Gherdovich-0/+1
2020-12-11x86, sched: Use midpoint of max_boost and max_P for frequency invariance on A...Giovanni Gherdovich-0/+2
2020-12-11x86, sched: Calculate frequency invariance for AMD systemsNathan Fontenot-5/+71
2020-11-19x86/smpboot: Move rcu_cpu_starting() earlierPaul E. McKenney-0/+1
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner-5/+2
2020-10-28x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner-2/+3
2020-09-09x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel-1/+1
2020-08-27x86/hotplug: Silence APIC only after all interrupts are migratedAshok Raj-6/+20
2020-08-03Merge tag 'x86-cpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+2
2020-06-18x86/stackprotector: Pre-initialize canary for secondary CPUsBrian Gerst-12/+2
2020-06-15x86, sched: Bail out of frequency invariance if turbo_freq/base_freq gives 0Giovanni Gherdovich-2/+9
2020-06-15x86, sched: Bail out of frequency invariance if turbo frequency is unknownGiovanni Gherdovich-2/+4
2020-06-15x86, sched: check for counters overflow in frequency invariant accountingGiovanni Gherdovich-5/+28