aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp-cmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Thomas Gleixner1-12/+1
2017-11-01MIPS: smp-cmp: Fix vpe_id build errorJames Hogan1-2/+2
2017-11-01MIPS: smp-cmp: Use right include for task_structJason A. Donenfeld1-1/+1
2017-09-04MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hPaul Burton1-1/+0
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton1-1/+2
2017-08-29MIPS: SMP: Constify smp opsMatt Redfearn1-1/+1
2016-02-25MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef1-2/+2
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2015-01-16MIPS: smp-mt,smp-cmp: Enable all HW IRQs on secondary CPUsJames Hogan1-2/+2
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker1-1/+1
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle1-6/+0
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-8/+1
2014-03-31MIPS: smp-cmp: Remove incorrect core number probePaul Burton1-2/+1
2014-03-06MIPS: Move GIC IPI functions out of smp-cmp.cPaul Burton1-50/+2
2014-01-22MIPS: kernel: smp-cmp: MIPS MT code needs CONFIG_MIPS_MTMarkos Chandras1-0/+3
2013-09-13MIPS: Fix SMP core calculations when using MT support.Leonid Yegoshin1-2/+11
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-1/+1
2012-10-18MIPS: CMP: Fix physical core number calculation logicjerin jacob1-1/+1
2012-08-27MIPS: CMP/SMTC: Fix tc_id calculationRongQing.Li1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2009-09-24cpumask: Use accessors for cpu_*_mask: mipsRusty Russell1-1/+1
2009-09-24cpumask: arch_send_call_function_ipi_mask: mipsRusty Russell1-2/+2
2009-07-03MIPS: CMP: activate CMP supportTim Anderson1-61/+5
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle1-0/+1
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-2/+2
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-1/+1
2008-04-28[MIPS] Add support for MIPS CMP platform.Ralf Baechle1-0/+265