summaryrefslogtreecommitdiff
path: root/arch/arc/kernel/smp.c
AgeCommit message (Expand)Author
2023-08-13ARC: -Wmissing-prototype warning fixesVineet Gupta
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2022-10-17ARC: Fix comment typoJilin Yuan
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks
2022-04-18ARC: remove redundant READ_ONCE() in cmpxchg loopBang Li
2022-04-18ARC: fix typos in commentsJulia Lawall
2021-08-24ARC: switch to generic bitopsVineet Gupta
2021-08-24arch/arc/kernel/: fix misspellings using codespell toolChangcheng Deng
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2020-10-05ARC: SMP: fix typo and use "come up" instead of "comeup"Mike Rapoport
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-02-28ARC: setup cpu possible mask according to possible-cpus dts propertyEugeniy Paltsev
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