aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp-cps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-03MIPS: SMP-CPS: Don't BUG if a CPU fails to startMatt Redfearn1-1/+5
2017-01-03MIPS: SMP: Remove cpu_callin_mapMatt Redfearn1-1/+0
2016-09-29MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUsMatt Redfearn1-1/+1
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-9/+33
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-2/+2
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan1-0/+1
2016-07-24MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processorsMatt Redfearn1-5/+27
2016-07-24MIPS: smp-cps: Allow booting of CPU other than VP0 within a coreMatt Redfearn1-4/+5
2016-05-28MIPS: smp-cps: Clear Status IPL field when using EICPaul Burton1-2/+6
2016-05-13MIPS: smp-cps: Add nothreads kernel parameterPaul Burton1-0/+11
2016-05-13MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsPaul Burton1-4/+31
2016-05-13MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesPaul Burton1-2/+5
2016-05-13MIPS: smp-cps: Ensure our VP ident calculation is correctPaul Burton1-0/+11
2016-02-25MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef1-2/+2
2016-01-24MIPS: smp-cps: Ensure secondary cores start with EVA disabledMatt Redfearn1-0/+3
2015-11-11MIPS: CM: make use of mips_cm_{lock,unlock}_otherPaul Burton1-2/+5
2015-11-11MIPS: CPS: Warn if a core doesn't startPaul Burton1-1/+25
2015-11-11MIPS: CPS: Read CM GCR base from cop0Paul Burton1-2/+0
2015-07-09MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer castingMarkos Chandras1-3/+3
2015-05-15MIPS: Fix up obsolete cpu_set usageEzequiel Garcia1-1/+1
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2015-04-10MIPS: smp-cps: cpu_set FPU mask if FPU presentNiklas Cassel1-0/+6
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker1-1/+1
2014-11-24MIPS: smp-cps: Enable all hardware interrupts on secondary CPUsAndrew Bresticker1-2/+2
2014-07-30MIPS: smp-cps: Fix entry code cache flush for systems with coherent I/OPaul Burton1-3/+7
2014-07-30MIPS: {pm,smp}-cps: use cpu_vpe_id macroPaul Burton1-1/+1
2014-06-16MIPS: smp-cps: Convert smp_mb__after_atomic_dec()Paul Burton1-1/+1
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-nextRalf Baechle1-148/+284
2014-05-28MIPS: smp-cps: duplicate core0 CCA on secondary coresPaul Burton1-1/+7
2014-05-28MIPS: smp-cps: set a coherent default CCAPaul Burton1-0/+3
2014-05-28MIPS: smp-cps: prevent multi-core SMP with unsuitable CCAPaul Burton1-2/+28
2014-05-28MIPS: smp-cps: hotplug supportPaul Burton1-2/+153
2014-05-28MIPS: smp-cps: use CPC core-other lockingPaul Burton1-3/+2
2014-05-28MIPS: smp-cps: flush cache after patching mips_cps_core_entryPaul Burton1-5/+7
2014-05-28MIPS: smp-cps: function to determine whether CPS SMP is in usePaul Burton1-0/+6
2014-05-28MIPS: smp-cps: rework core/VPE initialisationPaul Burton1-140/+83
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle1-5/+0
2014-03-26MIPS: Coherent Processing System SMP implementationPaul Burton1-0/+335