summaryrefslogtreecommitdiff
path: root/arch/arc/kernel/smp.c
AgeCommit message (Expand)Author
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-11ARC: unbork module link errors with !CONFIG_ARC_HAS_LLSCVineet Gupta
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar
2017-02-27mm: add new mmget() helperVegard Nossum
2017-02-27mm: add new mmgrab() helperVegard Nossum
2017-01-24ARCv2: smp-boot: wake_flag polling by non-Masters needs to be uncachedVineet Gupta
2017-01-24ARC: smp-boot: Decouple Non masters waiting API from jump to entry pointVineet Gupta
2016-11-08ARC: IRQ: Do not use hwirq as virq and vice versaYuriy Kolerov
2016-10-31ARC: [SMP] avoid overriding present cpumaskNoam Camus
2016-05-09ARC: Mark secondary cpu online only after all HW setup is doneNoam Camus
2016-05-09ARC: clockevent: switch to cpu notifier for clockevent setupNoam Camus
2016-05-09ARC: opencode arc_request_percpu_irqVineet Gupta
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner
2016-02-24ARC: SMP: No need for CONFIG_ARC_IPI_DBGVineet Gupta
2015-12-17ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta
2015-12-17ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus
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