summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* xtensa: SMP: rework IPI processingMax Filippov2019-02-071-15/+23
* xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov2019-01-271-0/+5
* xtensa: SMP: mark each possible CPU as presentMax Filippov2019-01-261-1/+1
* xtensa: SMP: fix secondary CPU initializationMax Filippov2019-01-261-13/+21
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: add new mmget() helperVegard Nossum2017-02-271-1/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* flush_icache_range: export symbol to fix build errorsPranith Kumar2014-08-291-0/+1
* xtensa: optimize local_flush_tlb_kernel_rangeMax Filippov2014-04-061-0/+15
* xtensa: Enable irqs after cpu is set onlineKirill Tkhai2014-01-151-1/+2
* xtensa: implement CPU hotplugMax Filippov2014-01-141-1/+127
* xtensa: add SMP supportMax Filippov2014-01-141-0/+465