summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
* | xtensa/cpu: Make sure cpu_die() doesn't returnJosh Poimboeuf2023-03-081-0/+2
|/
* xtensa: support coprocessors on SMPMax Filippov2022-05-011-0/+7
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
* xtensa: replace setup_irq() by request_irq()afzal mohammed2020-03-031-6/+2
* xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-141-1/+1
* 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