summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner2019-07-101-13/+1
* Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-0/+69
|\
| * topology: Create core_cpus and die_cpus sysfs attributesLen Brown2019-05-231-0/+22
| * x86/topology: Define topology_logical_die_id()Len Brown2019-05-231-0/+45
| * x86/topology: Add CPUID.1F multi-die/package supportLen Brown2019-05-231-0/+2
* | x86/asm: Pin sensitive CR4 bitsKees Cook2019-06-221-1/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82Thomas Gleixner2019-05-241-3/+1
|/
* Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-3/+3
|\
| * x86/smpboot: Rename match_die() to match_pkg()Len Brown2019-04-191-3/+3
* | x86/irq/32: Handle irq stack allocation failure properThomas Gleixner2019-04-171-3/+12
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-071-6/+1
|\
| * x86/smpboot: Remove unused phys_id variableShaokun Zhang2019-02-181-6/+1
* | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+2
|/
* x86/topology: Use total_cpus for max logical packages calculationHui Wang2018-12-181-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* x86/smpboot: Do not use BSP INIT delay and MWAIT to idle on DhyanaPu Wen2018-09-271-1/+3
* Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-0/+5
|\
| * x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()Zhenzhong Duan2018-07-031-0/+5
* | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
* | x86/topology: Provide topology_smt_supported()Thomas Gleixner2018-06-211-0/+8