summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-08xtensa/cpu: Make sure cpu_die() doesn't returnJosh Poimboeuf1-0/+2
2022-05-02xtensa: support coprocessors on SMPMax Filippov1-0/+7
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2020-03-04xtensa: replace setup_irq() by request_irq()afzal mohammed1-6/+2
2019-05-15xtensa: 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 <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-28mm: add new mmget() helperVegard Nossum1-1/+1
2017-02-28mm: add new mmgrab() helperVegard Nossum1-1/+1
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2014-08-30flush_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