summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/smp.c
AgeCommit message (Expand)AuthorLines
2016-05-09ARC: Mark secondary cpu online only after all HW setup is doneNoam Camus-5/+5
2016-05-09ARC: clockevent: switch to cpu notifier for clockevent setupNoam Camus-2/+0
2016-05-09ARC: opencode arc_request_percpu_irqVineet Gupta-1/+14
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner-1/+1
2016-02-24ARC: SMP: No need for CONFIG_ARC_IPI_DBGVineet Gupta-3/+0
2015-12-17ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta-2/+2
2015-12-17ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus-2/+2
2015-10-28ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta-0/+4
2015-10-28ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta-2/+2
2015-10-28ARC: smp: Introduce smp hook @init_early_smp for Master coreVineet Gupta-2/+10
2015-10-17ARC: smp: Move default boot kick/wait code out of MCIP into common codeVineet Gupta-25/+21
2015-06-22ARCv2: SMP: ARConnect debug/robustnessVineet Gupta-4/+16
2015-06-22ARC: make plat_smp_ops weak to allow over-ridesVineet Gupta-1/+1
2015-06-19ARC: fix section mismatch with allyesconfigVineet Gupta-1/+1
2015-02-02ARC: use ACCESS_ONCE in cmpxchg loopVineet Gupta-1/+1
2014-12-12ARC: R-M-W assist locks only needed for !LLSCVineet Gupta-0/+2
2014-09-27ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta-1/+1
2014-07-23ARC: prune extra header includes from smp.cVineet Gupta-8/+0
2014-07-23ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)Vineet Gupta-11/+4
2014-06-26ARC: [SMP] Fix IPI IRQ registrationNoam Camus-2/+13
2014-06-03ARC: arc_local_timer_setup() need not pass own cpu idVineet Gupta-1/+1
2013-12-23ARC: [SMP] optimize IPI send and receiveVineet Gupta-28/+40
2013-12-23ARC: [SMP] simplify IPI codeVineet Gupta-28/+28
2013-12-23ARC: [SMP] cpu halt interface doesn't need "self" cpu-idVineet Gupta-5/+4
2013-12-23ARC: [SMP] IPI ACK interface doesn't need "self" cpu-idVineet Gupta-1/+1
2013-12-23ARC: [SMP] cpumask not needed in IPI send pathVineet Gupta-9/+14
2013-11-07smp, ARC: kill SMP single function call interruptJiang Liu-6/+1
2013-11-06ARC: [SMP] TLB flushVineet Gupta-0/+1
2013-11-06ARC: use __weak instead of __attribute__((weak))Vineet Gupta-1/+1
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker-2/+2
2013-04-08arc: Use generic idle loopThomas Gleixner-1/+1
2013-02-15ARC: [Review] Multi-platform image #7: SMP common code to use callbacksVineet Gupta-3/+13
2013-02-15ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta-1/+0
2013-02-15ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta-0/+3
2013-02-15ARC: SMP supportVineet Gupta-0/+320