aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/hexagon/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-4/+0
2023-12-10hexagon: smp: mark handle_ipi() and start_secondary() as staticNathan Chancellor1-2/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks1-5/+0
2020-03-29hexagon: Replace setup_irq() by request_irq()afzal mohammed1-11/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner1-14/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+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-04-04smp, hexagon: kill SMP single function call interruptJiang Liu1-5/+1
2013-07-14hexagon: delete __cpuinit usage from all hexagon filesPaul Gortmaker1-2/+2
2013-04-08hexagon: Use generic idle loopThomas Gleixner1-1/+1
2012-10-18Hexagon: Copyright marking changesRichard Kuo1-1/+1
2012-06-05hexagon: SMP: Remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang1-2/+0
2012-04-26hexagon: Use generic idle thread allocationThomas Gleixner1-9/+2
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-04-23hexagon: add missing cpu.h includeRichard Kuo1-1/+2
2012-04-23hexagon/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat1-0/+5
2012-03-29remove references to cpu_*_map in arch/Rusty Russell1-4/+4
2012-03-28Disintegrate asm/system.h for HexagonDavid Howells1-1/+0
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra1-2/+0
2011-11-01Hexagon: Add SMP supportRichard Kuo1-0/+276