aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/smp-cmp.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Gravatar Thomas Gleixner 1-12/+1
2017-11-01MIPS: smp-cmp: Fix vpe_id build errorGravatar James Hogan 1-2/+2
2017-11-01MIPS: smp-cmp: Use right include for task_structGravatar Jason A. Donenfeld 1-1/+1
2017-09-04MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hGravatar Paul Burton 1-1/+0
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsGravatar Paul Burton 1-1/+2
2017-08-29MIPS: SMP: Constify smp opsGravatar Matt Redfearn 1-1/+1
2016-02-25MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsGravatar Qais Yousef 1-2/+2
2015-03-05mips: fix up obsolete cpu function usage.Gravatar Rusty Russell 1-2/+2
2015-01-16MIPS: smp-mt,smp-cmp: Enable all HW IRQs on secondary CPUsGravatar James Hogan 1-2/+2
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hGravatar Andrew Bresticker 1-1/+1
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Gravatar Ralf Baechle 1-6/+0
2014-05-24MIPS: MT: Remove SMTC supportGravatar Ralf Baechle 1-8/+1
2014-03-31MIPS: smp-cmp: Remove incorrect core number probeGravatar Paul Burton 1-2/+1
2014-03-06MIPS: Move GIC IPI functions out of smp-cmp.cGravatar Paul Burton 1-50/+2
2014-01-22MIPS: kernel: smp-cmp: MIPS MT code needs CONFIG_MIPS_MTGravatar Markos Chandras 1-0/+3
2013-09-13MIPS: Fix SMP core calculations when using MT support.Gravatar Leonid Yegoshin 1-2/+11
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-1/+1
2012-10-18MIPS: CMP: Fix physical core number calculation logicGravatar jerin jacob 1-1/+1
2012-08-27MIPS: CMP/SMTC: Fix tc_id calculationGravatar RongQing.Li 1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 1-1/+0
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2009-09-24cpumask: Use accessors for cpu_*_mask: mipsGravatar Rusty Russell 1-1/+1
2009-09-24cpumask: arch_send_call_function_ipi_mask: mipsGravatar Rusty Russell 1-2/+2
2009-07-03MIPS: CMP: activate CMP supportGravatar Tim Anderson 1-61/+5
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Gravatar Ralf Baechle 1-0/+1
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Gravatar Rusty Russell 1-2/+2
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapGravatar Rusty Russell 1-1/+1
2008-04-28[MIPS] Add support for MIPS CMP platform.Gravatar Ralf Baechle 1-0/+265