summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp-cps.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: SMP-CPS: Remove duplicate assignment of core in play_deadMatt Redfearn2018-02-051-2/+0
* MIPS: CPS: Fix use of current_cpu_data in preemptible codeMatt Redfearn2017-11-011-1/+1
* Update MIPS email addressesPaul Burton2017-10-311-1/+1
* MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hPaul Burton2017-09-041-1/+0
* MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driverPaul Burton2017-09-041-1/+1
* MIPS: CPS: Detect CPUs in secondary clustersPaul Burton2017-08-301-29/+51
* MIPS: CPS: Cluster support for topology functionsPaul Burton2017-08-301-12/+3
* MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton2017-08-301-2/+1
* MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton2017-08-301-1/+2
* MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton2017-08-301-5/+5
* MIPS: Unify checks for sibling CPUsPaul Burton2017-08-301-4/+4
* MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton2017-08-301-14/+14
* MIPS: CPS: Use change_*, set_* & clear_* where appropriatePaul Burton2017-08-301-4/+2
* MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton2017-08-301-3/+5
* MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton2017-08-291-5/+5
* MIPS: SMP: Constify smp opsMatt Redfearn2017-08-291-2/+2
* 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
OpenPOWER on IntegriCloud