summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Don't BUG_ON when no IPI domain is foundPaul Burton2016-05-091-13/+11Star
* MIPS: Fix broken malta qemuQais Yousef2016-03-291-0/+12
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\
| * arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-151-0/+136
|\ \
| * | MIPS: Add generic SMP IPI supportQais Yousef2016-02-251-0/+136
| |/
* / MIPS: smp.c: Fix uninitialised temp_foreign_mapJames Hogan2016-03-131-0/+1
|/
* MIPS: Initialise MAARs on secondary CPUsPaul Burton2015-09-271-0/+2
* MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith2015-08-031-10/+0Star
* MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras2015-07-101-1/+43
* MIPS: SMP: Fix build error.Ralf Baechle2015-05-121-2/+4
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-13/+13
|\
| * mips: fix up obsolete cpu function usage.Rusty Russell2015-03-051-13/+13
* | MIPS: smp: Make stop_this_cpu() actually stop the CPUAndrew Bresticker2015-04-011-4/+2Star
|/
* MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen2015-01-291-1/+1
* MIPS: Support CPU topology files in sysfsHuacai Chen2014-07-301-1/+25
* Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle2014-05-291-0/+47
|\
| * MIPS: introduce cpu_coherent_maskPaul Burton2014-05-021-0/+4
| * MIPS: support for generic clockevents broadcastPaul Burton2014-05-021-0/+43
* | MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle2014-05-271-1/+0Star
* | MIPS: MT: Remove SMTC supportRalf Baechle2014-05-241-13/+0Star
|/
* MIPS: SMP: kill redundant call of generic_smp_call_function_single_interrupt()Jiang Liu2013-10-291-1/+0Star
* MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-151-3/+3
* MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle2013-05-221-0/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-05-101-0/+1
|\
| * MIPS: Export symbols used by KVM/MIPS moduleSanjay Lal2013-05-081-0/+1
* | mips: Use generic idle loopThomas Gleixner2013-04-081-1/+1
|/
* MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* MIPS: kdump: Add supportRalf Baechle2012-12-131-0/+17
* MIPS: Synchronize MIPS count one CPU at a timeJayachandran C2012-08-171-2/+2
* MIPS: SMTC: Support for Multi-threaded FPUsSteven J. Hill2012-07-231-1/+3
* MIPS: smp: Warn on too early irq enableYong Zhang2012-07-191-0/+5
* MIPS: call set_cpu_online() on cpu being brought up with irq disabledYong Zhang2012-07-191-2/+2
* MIPS: call ->smp_finish() a little lateYong Zhang2012-07-191-1/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-301-1/+1
|\
| * MIPS: Move cache setup to setup_arch().David Daney2012-05-161-1/+1
* | mips: Use generic idle thread allocationThomas Gleixner2012-04-261-53/+1Star
* | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
|/
* remove references to cpu_*_map in arch/Rusty Russell2012-03-291-15/+12Star
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* MIPS: Move idle task creation to work queueMaksim Rayskiy2011-03-141-2/+29
* MIPS: Export __cpu_number_map and __cpu_logical_map.David Daney2010-08-051-0/+4
* MIPS: Tracing: Add IRQENTRY_EXIT section for MIPSWu Zhangjin2009-12-171-1/+2
* MIPS: SMP: Inline arch_send_call_function_{single_ipi,ipi_mask}Ralf Baechle2009-09-301-13/+0Star
* MIPS: SMP: Fix build.Ralf Baechle2009-09-301-1/+1
* MIPS: Remove duplicated #includeHuang Weiyi2009-09-301-1/+0Star
* cpumask: Use accessors for cpu_*_mask: mipsRusty Russell2009-09-241-3/+3
* cpumask: arch_send_call_function_ipi_mask: mipsRusty Russell2009-09-241-1/+1
* MIPS: Get rid of duplicate cpu_idle() prototype.Ralf Baechle2009-09-171-2/+1Star