summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/smp-cps.c
AgeCommit message (Expand)Author
2017-03-03sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sc...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-03MIPS: SMP-CPS: Don't BUG if a CPU fails to startMatt Redfearn
2017-01-03MIPS: SMP: Remove cpu_callin_mapMatt Redfearn
2016-09-29MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUsMatt Redfearn
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan
2016-07-24MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processorsMatt Redfearn
2016-07-24MIPS: smp-cps: Allow booting of CPU other than VP0 within a coreMatt Redfearn
2016-05-28MIPS: smp-cps: Clear Status IPL field when using EICPaul Burton
2016-05-13MIPS: smp-cps: Add nothreads kernel parameterPaul Burton
2016-05-13MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsPaul Burton
2016-05-13MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesPaul Burton
2016-05-13MIPS: smp-cps: Ensure our VP ident calculation is correctPaul Burton
2016-02-25MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef
2016-01-24MIPS: smp-cps: Ensure secondary cores start with EVA disabledMatt Redfearn
2015-11-11MIPS: CM: make use of mips_cm_{lock,unlock}_otherPaul Burton
2015-11-11MIPS: CPS: Warn if a core doesn't startPaul Burton
2015-11-11MIPS: CPS: Read CM GCR base from cop0Paul Burton
2015-07-09MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer castingMarkos Chandras
2015-05-15MIPS: Fix up obsolete cpu_set usageEzequiel Garcia
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-10MIPS: smp-cps: cpu_set FPU mask if FPU presentNiklas Cassel
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker
2014-11-24MIPS: smp-cps: Enable all hardware interrupts on secondary CPUsAndrew Bresticker
2014-07-30MIPS: smp-cps: Fix entry code cache flush for systems with coherent I/OPaul Burton
2014-07-30MIPS: {pm,smp}-cps: use cpu_vpe_id macroPaul Burton
2014-06-16MIPS: smp-cps: Convert smp_mb__after_atomic_dec()Paul Burton
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle
2014-05-28MIPS: smp-cps: duplicate core0 CCA on secondary coresPaul Burton
2014-05-28MIPS: smp-cps: set a coherent default CCAPaul Burton
2014-05-28MIPS: smp-cps: prevent multi-core SMP with unsuitable CCAPaul Burton
2014-05-28MIPS: smp-cps: hotplug supportPaul Burton
2014-05-28MIPS: smp-cps: use CPC core-other lockingPaul Burton
2014-05-28MIPS: smp-cps: flush cache after patching mips_cps_core_entryPaul Burton
2014-05-28MIPS: smp-cps: function to determine whether CPS SMP is in usePaul Burton
2014-05-28MIPS: smp-cps: rework core/VPE initialisationPaul Burton
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle
2014-03-26MIPS: Coherent Processing System SMP implementationPaul Burton