summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui2021-05-131-1/+1
* 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
|/
* cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not thereRafael J. Wysocki2021-02-081-0/+1
* x86: PM: Register syscore_ops for scale invarianceRafael J. Wysocki2021-01-191-0/+19
* Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-5/+3
|\
| * x86/apic: Cleanup destination modeThomas Gleixner2020-10-281-5/+2
| * x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner2020-10-281-2/+3
* | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-5/+74
|\ \
| * | x86: Print ratio freq_max/freq_base used in frequency invariance calculationsGiovanni Gherdovich2020-12-111-0/+1
| * | x86, sched: Use midpoint of max_boost and max_P for frequency invariance on A...Giovanni Gherdovich2020-12-111-0/+2
| * | x86, sched: Calculate frequency invariance for AMD systemsNathan Fontenot2020-12-111-5/+71
| |/
* / x86/smpboot: Move rcu_cpu_starting() earlierPaul E. McKenney2020-11-191-0/+1
|/
* x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel2020-09-091-1/+1
* x86/hotplug: Silence APIC only after all interrupts are migratedAshok Raj2020-08-271-6/+20
* Merge tag 'x86-cpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-031-12/+2
|\
| * x86/stackprotector: Pre-initialize canary for secondary CPUsBrian Gerst2020-06-181-12/+2
* | x86, sched: Bail out of frequency invariance if turbo_freq/base_freq gives 0Giovanni Gherdovich2020-06-151-2/+9
* | x86, sched: Bail out of frequency invariance if turbo frequency is unknownGiovanni Gherdovich2020-06-151-2/+4
* | x86, sched: check for counters overflow in frequency invariant accountingGiovanni Gherdovich2020-06-151-5/+28
|/
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-8/+9
|\
| * x86/smpboot: Remove the last ICPU() macroBorislav Petkov2020-04-131-8/+9
* | Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-2/+2
|\ \
| * | cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef2020-05-071-2/+2
| |/
* | x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-151-0/+8
* | x86, sched: Move check for CPU type to caller functionGiovanni Gherdovich2020-04-221-4/+2
* | x86, sched: Don't enable static key when starting secondary CPUsPeter Zijlstra (Intel)2020-04-221-7/+14
* | x86, sched: Account for CPUs with less than 4 cores in freq. invarianceGiovanni Gherdovich2020-04-221-3/+8
* | x86, sched: Bail out of frequency invariance if base frequency is unknownGiovanni Gherdovich2020-04-221-0/+9
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-1/+1
|\
| * x86: Fix a handful of typosMartin Molnar2020-02-161-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-301-1/+289
|\ \
| * | x86/intel_pstate: Handle runtime turbo disablement/enablement in frequency in...Giovanni Gherdovich2020-01-281-5/+10
| * | x86, sched: Add support for frequency invariance on ATOMGiovanni Gherdovich2020-01-281-6/+21
| * | x86, sched: Add support for frequency invariance on ATOM_GOLDMONT*Giovanni Gherdovich2020-01-281-4/+8
| * | x86, sched: Add support for frequency invariance on XEON_PHI_KNL/KNMGiovanni Gherdovich2020-01-281-3/+46
| * | x86, sched: Add support for frequency invariance on SKYLAKE_XGiovanni Gherdovich2020-01-281-13/+53
| * | x86, sched: Add support for frequency invarianceGiovanni Gherdovich2020-01-281-1/+182
| |/
* / x86/kernel: Convert to new CPU match macrosThomas Gleixner2020-03-241-1/+1
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-171-1/+6
|\
| * x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner2019-07-251-1/+6
* | x86/realmode: Remove trampoline_statusPingfan Liu2019-07-221-5/+0
|/
* Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get ini...Zhenzhong Duan2019-07-171-2/+1