aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp-cps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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