aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mp.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-4/+4
2021-07-15x86: Update the MP constants to avoid conflictsSimon Glass1-4/+8
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+2
2020-12-18x86: Drop unnecessary mp_init logicSimon Glass1-1/+1
2020-07-20x86: mp: Add more comments to the moduleSimon Glass1-1/+13
2020-07-20x86: Don't enable SMP in SPLSimon Glass1-1/+1
2020-07-20x86: mp: Add iterators for CPUsSimon Glass1-0/+42
2020-07-20x86: mp: Park CPUs before running the OSSimon Glass1-0/+17
2020-07-20x86: mp: Allow running functions on multiple CPUsSimon Glass1-0/+33
2020-07-20x86: mp: Support APs waiting for instructionsSimon Glass1-0/+11
2020-07-20x86: mp_init: Avoid declarations in header filesSimon Glass1-3/+0
2020-07-20x86: Move MP code into mp_initSimon Glass1-16/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-06x86: Move the i386 code into its own directorySimon Glass1-0/+3
2015-07-14x86: Move MP initialization codes into a common placeBin Meng1-1/+0
2015-04-30x86: Add multi-processor initSimon Glass1-0/+94