summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ARC: setup cpu possible mask according to possible-cpus dts propertyEugeniy Paltsev2018-02-281-10/+40
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+5
|\
| * ARC: unbork module link errors with !CONFIG_ARC_HAS_LLSCVineet Gupta2017-10-111-0/+5
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* mm: add new mmget() helperVegard Nossum2017-02-271-1/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* ARCv2: smp-boot: wake_flag polling by non-Masters needs to be uncachedVineet Gupta2017-01-241-3/+16
* ARC: smp-boot: Decouple Non masters waiting API from jump to entry pointVineet Gupta2017-01-241-2/+4
* ARC: IRQ: Do not use hwirq as virq and vice versaYuriy Kolerov2016-11-081-4/+9
* ARC: [SMP] avoid overriding present cpumaskNoam Camus2016-10-311-4/+6
* ARC: Mark secondary cpu online only after all HW setup is doneNoam Camus2016-05-091-5/+5
* ARC: clockevent: switch to cpu notifier for clockevent setupNoam Camus2016-05-091-2/+0
* ARC: opencode arc_request_percpu_irqVineet Gupta2016-05-091-1/+14
* arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* ARC: SMP: No need for CONFIG_ARC_IPI_DBGVineet Gupta2016-02-241-3/+0
* ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta2015-12-171-2/+2
* ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus2015-12-171-2/+2
* ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta2015-10-281-0/+4
* ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta2015-10-281-2/+2
* ARC: smp: Introduce smp hook @init_early_smp for Master coreVineet Gupta2015-10-281-2/+10
* ARC: smp: Move default boot kick/wait code out of MCIP into common codeVineet Gupta2015-10-171-25/+21
* ARCv2: SMP: ARConnect debug/robustnessVineet Gupta2015-06-221-4/+16
* ARC: make plat_smp_ops weak to allow over-ridesVineet Gupta2015-06-221-1/+1
* ARC: fix section mismatch with allyesconfigVineet Gupta2015-06-191-1/+1
* ARC: use ACCESS_ONCE in cmpxchg loopVineet Gupta2015-02-021-1/+1
* ARC: R-M-W assist locks only needed for !LLSCVineet Gupta2014-12-121-0/+2
* ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta2014-09-271-1/+1
* ARC: prune extra header includes from smp.cVineet Gupta2014-07-231-8/+0
* ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)Vineet Gupta2014-07-231-11/+4
* ARC: [SMP] Fix IPI IRQ registrationNoam Camus2014-06-261-2/+13
* ARC: arc_local_timer_setup() need not pass own cpu idVineet Gupta2014-06-031-1/+1
* ARC: [SMP] optimize IPI send and receiveVineet Gupta2013-12-231-28/+40
* ARC: [SMP] simplify IPI codeVineet Gupta2013-12-231-28/+28
* ARC: [SMP] cpu halt interface doesn't need "self" cpu-idVineet Gupta2013-12-231-5/+4
* ARC: [SMP] IPI ACK interface doesn't need "self" cpu-idVineet Gupta2013-12-231-1/+1
* ARC: [SMP] cpumask not needed in IPI send pathVineet Gupta2013-12-231-9/+14
* smp, ARC: kill SMP single function call interruptJiang Liu2013-11-071-6/+1
* ARC: [SMP] TLB flushVineet Gupta2013-11-061-0/+1
* ARC: use __weak instead of __attribute__((weak))Vineet Gupta2013-11-061-1/+1
* arc: delete __cpuinit usage from all arc filesPaul Gortmaker2013-06-271-2/+2
* arc: Use generic idle loopThomas Gleixner2013-04-081-1/+1
* ARC: [Review] Multi-platform image #7: SMP common code to use callbacksVineet Gupta2013-02-151-3/+13
* ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta2013-02-151-1/+0
* ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta2013-02-151-0/+3
* ARC: SMP supportVineet Gupta2013-02-151-0/+320