aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+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
2015-09-15metag: SMP: Fix 4KiB stack setup on secondary CPUsJames Hogan1-0/+2
2015-03-11metag: Use common outgoing-CPU-notification codePaul E. McKenney1-3/+2
2014-01-06metag/smp: Make boot_secondary() staticGeert Uytterhoeven1-1/+1
2013-12-05smp, metag: kill SMP single function call interruptJiang Liu1-5/+1
2013-11-29metag: smp: don't set irq regs in do_IPI()James Hogan1-5/+2
2013-07-14metag: delete __cpuinit usage from all metag filesPaul Gortmaker1-12/+10
2013-07-02metag: smp: don't spin waiting for CPU to startJames Hogan1-10/+6
2013-07-02metag: smp: enable irqs after set_cpu_onlineJames Hogan1-5/+6
2013-07-02metag: use clear_tasks_mm_cpumask()James Hogan1-7/+1
2013-06-27metag: don't check for cache aliasing on smp cpu bootJames Hogan1-6/+0
2013-04-30Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds1-0/+115
2013-04-08metag: Use generic idle loopThomas Gleixner1-1/+1
2013-03-15metag: smp: copy cache partition and enable GCOnJames Hogan1-0/+115
2013-03-02metag: protect more non-MMU memory regionsJames Hogan1-1/+1
2013-03-02metag: SMP supportJames Hogan1-0/+575