aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel/smp.c
AgeCommit message (Expand)Author
2015-10-28ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta
2015-10-28ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta
2015-10-28ARC: smp: Introduce smp hook @init_early_smp for Master coreVineet Gupta
2015-10-17ARC: smp: Move default boot kick/wait code out of MCIP into common codeVineet Gupta
2015-06-22ARCv2: SMP: ARConnect debug/robustnessVineet Gupta
2015-06-22ARC: make plat_smp_ops weak to allow over-ridesVineet Gupta
2015-06-19ARC: fix section mismatch with allyesconfigVineet Gupta
2015-02-02ARC: use ACCESS_ONCE in cmpxchg loopVineet Gupta
2014-12-12ARC: R-M-W assist locks only needed for !LLSCVineet Gupta
2014-09-27ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta
2014-07-23ARC: prune extra header includes from smp.cVineet Gupta
2014-07-23ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)Vineet Gupta
2014-06-26ARC: [SMP] Fix IPI IRQ registrationNoam Camus
2014-06-03ARC: arc_local_timer_setup() need not pass own cpu idVineet Gupta
2013-12-23ARC: [SMP] optimize IPI send and receiveVineet Gupta
2013-12-23ARC: [SMP] simplify IPI codeVineet Gupta
2013-12-23ARC: [SMP] cpu halt interface doesn't need "self" cpu-idVineet Gupta
2013-12-23ARC: [SMP] IPI ACK interface doesn't need "self" cpu-idVineet Gupta
2013-12-23ARC: [SMP] cpumask not needed in IPI send pathVineet Gupta
2013-11-07smp, ARC: kill SMP single function call interruptJiang Liu
2013-11-06ARC: [SMP] TLB flushVineet Gupta
2013-11-06ARC: use __weak instead of __attribute__((weak))Vineet Gupta
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker
2013-04-08arc: Use generic idle loopThomas Gleixner
2013-02-15ARC: [Review] Multi-platform image #7: SMP common code to use callbacksVineet Gupta
2013-02-15ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta
2013-02-15ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta
2013-02-15ARC: SMP supportVineet Gupta