aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/smp-cps.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-29MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUsGravatar Matt Redfearn 1-1/+1
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-9/+33
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-2/+2
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableGravatar James Hogan 1-0/+1
2016-07-24MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processorsGravatar Matt Redfearn 1-5/+27
2016-07-24MIPS: smp-cps: Allow booting of CPU other than VP0 within a coreGravatar Matt Redfearn 1-4/+5
2016-05-28MIPS: smp-cps: Clear Status IPL field when using EICGravatar Paul Burton 1-2/+6
2016-05-13MIPS: smp-cps: Add nothreads kernel parameterGravatar Paul Burton 1-0/+11
2016-05-13MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsGravatar Paul Burton 1-4/+31
2016-05-13MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesGravatar Paul Burton 1-2/+5
2016-05-13MIPS: smp-cps: Ensure our VP ident calculation is correctGravatar Paul Burton 1-0/+11
2016-02-25MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsGravatar Qais Yousef 1-2/+2
2016-01-24MIPS: smp-cps: Ensure secondary cores start with EVA disabledGravatar Matt Redfearn 1-0/+3
2015-11-11MIPS: CM: make use of mips_cm_{lock,unlock}_otherGravatar Paul Burton 1-2/+5
2015-11-11MIPS: CPS: Warn if a core doesn't startGravatar Paul Burton 1-1/+25
2015-11-11MIPS: CPS: Read CM GCR base from cop0Gravatar Paul Burton 1-2/+0
2015-07-09MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer castingGravatar Markos Chandras 1-3/+3
2015-05-15MIPS: Fix up obsolete cpu_set usageGravatar Ezequiel Garcia 1-1/+1
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2015-04-10MIPS: smp-cps: cpu_set FPU mask if FPU presentGravatar Niklas Cassel 1-0/+6
2015-03-05mips: fix up obsolete cpu function usage.Gravatar Rusty Russell 1-2/+2
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hGravatar Andrew Bresticker 1-1/+1
2014-11-24MIPS: smp-cps: Enable all hardware interrupts on secondary CPUsGravatar Andrew Bresticker 1-2/+2
2014-07-30MIPS: smp-cps: Fix entry code cache flush for systems with coherent I/OGravatar Paul Burton 1-3/+7
2014-07-30MIPS: {pm,smp}-cps: use cpu_vpe_id macroGravatar Paul Burton 1-1/+1
2014-06-16MIPS: smp-cps: Convert smp_mb__after_atomic_dec()Gravatar Paul Burton 1-1/+1
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Gravatar Ralf Baechle 1-148/+284
2014-05-28MIPS: smp-cps: duplicate core0 CCA on secondary coresGravatar Paul Burton 1-1/+7
2014-05-28MIPS: smp-cps: set a coherent default CCAGravatar Paul Burton 1-0/+3
2014-05-28MIPS: smp-cps: prevent multi-core SMP with unsuitable CCAGravatar Paul Burton 1-2/+28
2014-05-28MIPS: smp-cps: hotplug supportGravatar Paul Burton 1-2/+153
2014-05-28MIPS: smp-cps: use CPC core-other lockingGravatar Paul Burton 1-3/+2
2014-05-28MIPS: smp-cps: flush cache after patching mips_cps_core_entryGravatar Paul Burton 1-5/+7
2014-05-28MIPS: smp-cps: function to determine whether CPS SMP is in useGravatar Paul Burton 1-0/+6
2014-05-28MIPS: smp-cps: rework core/VPE initialisationGravatar Paul Burton 1-140/+83
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Gravatar Ralf Baechle 1-5/+0
2014-03-26MIPS: Coherent Processing System SMP implementationGravatar Paul Burton 1-0/+335