summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp-cps.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: CPS: Handle cores not powering down more gracefullyPaul Burton2017-06-291-3/+24
* MIPS: CPS: Prevent multi-core with dcache aliasingPaul Burton2017-06-291-3/+5
* Merge branch '4.11-fixes' into mips-for-linux-nextRalf Baechle2017-04-131-2/+1
|\
| * MIPS: smp-cps: Fix potentially uninitialised value of coreMatt Redfearn2017-04-121-2/+1
* | MIPS: Use common outgoing-CPU-notification codeMarcin Nowakowski2017-04-121-4/+3
|/
* sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sc...Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* MIPS: SMP-CPS: Don't BUG if a CPU fails to startMatt Redfearn2017-01-031-1/+5
* MIPS: SMP: Remove cpu_callin_mapMatt Redfearn2017-01-031-1/+0
* MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUsMatt Redfearn2016-09-291-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-061-9/+33
|\
| * MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan2016-07-291-0/+1
| * MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processorsMatt Redfearn2016-07-241-5/+27
| * MIPS: smp-cps: Allow booting of CPU other than VP0 within a coreMatt Redfearn2016-07-241-4/+5
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-2/+2
|/
* MIPS: smp-cps: Clear Status IPL field when using EICPaul Burton2016-05-281-2/+6
* MIPS: smp-cps: Add nothreads kernel parameterPaul Burton2016-05-131-0/+11
* MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsPaul Burton2016-05-131-4/+31
* MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesPaul Burton2016-05-131-2/+5
* MIPS: smp-cps: Ensure our VP ident calculation is correctPaul Burton2016-05-131-0/+11
* MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef2016-02-251-2/+2
* MIPS: smp-cps: Ensure secondary cores start with EVA disabledMatt Redfearn2016-01-241-0/+3
* MIPS: CM: make use of mips_cm_{lock,unlock}_otherPaul Burton2015-11-111-2/+5
* MIPS: CPS: Warn if a core doesn't startPaul Burton2015-11-111-1/+25
* MIPS: CPS: Read CM GCR base from cop0Paul Burton2015-11-111-2/+0
* MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer castingMarkos Chandras2015-07-091-3/+3
* MIPS: Fix up obsolete cpu_set usageEzequiel Garcia2015-05-151-1/+1
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-2/+2
|\
| * mips: fix up obsolete cpu function usage.Rusty Russell2015-03-051-2/+2
* | MIPS: smp-cps: cpu_set FPU mask if FPU presentNiklas Cassel2015-04-101-0/+6
|/
* MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker2014-11-241-1/+1
* MIPS: smp-cps: Enable all hardware interrupts on secondary CPUsAndrew Bresticker2014-11-241-2/+2
* MIPS: smp-cps: Fix entry code cache flush for systems with coherent I/OPaul Burton2014-07-301-3/+7
* MIPS: {pm,smp}-cps: use cpu_vpe_id macroPaul Burton2014-07-301-1/+1
* MIPS: smp-cps: Convert smp_mb__after_atomic_dec()Paul Burton2014-06-161-1/+1
* Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle2014-05-291-148/+284
|\
| * MIPS: smp-cps: duplicate core0 CCA on secondary coresPaul Burton2014-05-281-1/+7
| * MIPS: smp-cps: set a coherent default CCAPaul Burton2014-05-281-0/+3
| * MIPS: smp-cps: prevent multi-core SMP with unsuitable CCAPaul Burton2014-05-281-2/+28
| * MIPS: smp-cps: hotplug supportPaul Burton2014-05-281-2/+153
| * MIPS: smp-cps: use CPC core-other lockingPaul Burton2014-05-281-3/+2
| * MIPS: smp-cps: flush cache after patching mips_cps_core_entryPaul Burton2014-05-281-5/+7
| * MIPS: smp-cps: function to determine whether CPS SMP is in usePaul Burton2014-05-281-0/+6
| * MIPS: smp-cps: rework core/VPE initialisationPaul Burton2014-05-281-140/+83
* | MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle2014-05-271-5/+0
|/
* MIPS: Coherent Processing System SMP implementationPaul Burton2014-03-261-0/+335
OpenPOWER on IntegriCloud