aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-12ARC: R-M-W assist locks only needed for !LLSCVineet Gupta1-0/+2
2014-09-27ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta1-1/+1
2014-07-23ARC: prune extra header includes from smp.cVineet Gupta1-8/+0
2014-07-23ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)Vineet Gupta1-11/+4
2014-06-26ARC: [SMP] Fix IPI IRQ registrationNoam Camus1-2/+13
2014-06-03ARC: arc_local_timer_setup() need not pass own cpu idVineet Gupta1-1/+1
2013-12-23ARC: [SMP] optimize IPI send and receiveVineet Gupta1-28/+40
2013-12-23ARC: [SMP] simplify IPI codeVineet Gupta1-28/+28
2013-12-23ARC: [SMP] cpu halt interface doesn't need "self" cpu-idVineet Gupta1-5/+4
2013-12-23ARC: [SMP] IPI ACK interface doesn't need "self" cpu-idVineet Gupta1-1/+1
2013-12-23ARC: [SMP] cpumask not needed in IPI send pathVineet Gupta1-9/+14
2013-11-07smp, ARC: kill SMP single function call interruptJiang Liu1-6/+1
2013-11-06ARC: [SMP] TLB flushVineet Gupta1-0/+1
2013-11-06ARC: use __weak instead of __attribute__((weak))Vineet Gupta1-1/+1
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker1-2/+2
2013-04-08arc: Use generic idle loopThomas Gleixner1-1/+1
2013-02-15ARC: [Review] Multi-platform image #7: SMP common code to use callbacksVineet Gupta1-3/+13
2013-02-15ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta1-1/+0
2013-02-15ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta1-0/+3
2013-02-15ARC: SMP supportVineet Gupta1-0/+320