aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-01xtensa: support coprocessors on SMPMax Filippov1-0/+7
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2020-03-03xtensa: replace setup_irq() by request_irq()afzal mohammed1-6/+2
2019-05-14xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya1-1/+1
2019-02-07xtensa: SMP: rework IPI processingMax Filippov1-15/+23
2019-01-27xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov1-0/+5
2019-01-26xtensa: SMP: mark each possible CPU as presentMax Filippov1-1/+1
2019-01-26xtensa: SMP: fix secondary CPU initializationMax Filippov1-13/+21
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmget() helperVegard Nossum1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2014-08-29flush_icache_range: export symbol to fix build errorsPranith Kumar1-0/+1
2014-04-06xtensa: optimize local_flush_tlb_kernel_rangeMax Filippov1-0/+15
2014-01-15xtensa: Enable irqs after cpu is set onlineKirill Tkhai1-1/+2
2014-01-14xtensa: implement CPU hotplugMax Filippov1-1/+127
2014-01-14xtensa: add SMP supportMax Filippov1-0/+465