aboutsummaryrefslogtreecommitdiff
path: root/arch/hexagon/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-29hexagon: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-11/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Gravatar Thomas Gleixner 1-14/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-0/+1
2017-02-27mm: add new mmgrab() helperGravatar Vegard Nossum 1-1/+1
2016-03-01arch/hotplug: Call into idle with a proper stateGravatar Thomas Gleixner 1-1/+1
2014-04-04smp, hexagon: kill SMP single function call interruptGravatar Jiang Liu 1-5/+1
2013-07-14hexagon: delete __cpuinit usage from all hexagon filesGravatar Paul Gortmaker 1-2/+2
2013-04-08hexagon: Use generic idle loopGravatar Thomas Gleixner 1-1/+1
2012-10-18Hexagon: Copyright marking changesGravatar Richard Kuo 1-1/+1
2012-06-05hexagon: SMP: Remove call to ipi_call_lock()/ipi_call_unlock()Gravatar Yong Zhang 1-2/+0
2012-04-26hexagon: Use generic idle thread allocationGravatar Thomas Gleixner 1-9/+2
2012-04-26smp: Add task_struct argument to __cpu_up()Gravatar Thomas Gleixner 1-1/+1
2012-04-23hexagon: add missing cpu.h includeGravatar Richard Kuo 1-1/+2
2012-04-23hexagon/CPU hotplug: Add missing call to notify_cpu_starting()Gravatar Srivatsa S. Bhat 1-0/+5
2012-03-29remove references to cpu_*_map in arch/Gravatar Rusty Russell 1-4/+4
2012-03-28Disintegrate asm/system.h for HexagonGravatar David Howells 1-1/+0
2012-03-12sched: Cleanup cpu_active madnessGravatar Peter Zijlstra 1-2/+0
2011-11-01Hexagon: Add SMP supportGravatar Richard Kuo 1-0/+276