aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+1
2016-10-05MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsGravatar Matt Redfearn 1-8/+53
2016-10-04MIPS: SMP: Wrap call to mips_cpc_lock_other in mips_cm_lock_otherGravatar Matt Redfearn 1-0/+2
2016-09-25MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineGravatar Matt Redfearn 1-4/+3
2016-07-29MIPS: c-r4k: Exclude sibling CPUs in SMP callsGravatar James Hogan 1-2/+4
2016-07-29MIPS: SMP: Drop stop_this_cpu() cpu_foreign_map hackGravatar James Hogan 1-8/+1
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableGravatar James Hogan 1-1/+1
2016-07-29MIPS: SMP: Clear ASID without confusing has_valid_asid()Gravatar James Hogan 1-2/+15
2016-05-09MIPS: Don't BUG_ON when no IPI domain is foundGravatar Paul Burton 1-13/+11
2016-03-29MIPS: Fix broken malta qemuGravatar Qais Yousef 1-0/+12
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+136
2016-03-13MIPS: smp.c: Fix uninitialised temp_foreign_mapGravatar James Hogan 1-0/+1
2016-03-01arch/hotplug: Call into idle with a proper stateGravatar Thomas Gleixner 1-1/+1
2016-02-25MIPS: Add generic SMP IPI supportGravatar Qais Yousef 1-0/+136
2015-09-27MIPS: Initialise MAARs on secondary CPUsGravatar Paul Burton 1-0/+2
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsGravatar Alex Smith 1-10/+0
2015-07-10MIPS: c-r4k: Fix cache flushing for MT coresGravatar Markos Chandras 1-1/+43
2015-05-12MIPS: SMP: Fix build error.Gravatar Ralf Baechle 1-2/+4
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-13/+13
2015-04-01MIPS: smp: Make stop_this_cpu() actually stop the CPUGravatar Andrew Bresticker 1-4/+2
2015-03-05mips: fix up obsolete cpu function usage.Gravatar Rusty Russell 1-13/+13
2015-01-29MIPS: Fix kernel lockup or crash after CPU offline/onlineGravatar Hemmo Nieminen 1-1/+1
2014-07-30MIPS: Support CPU topology files in sysfsGravatar Huacai Chen 1-1/+25
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Gravatar Ralf Baechle 1-0/+47
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Gravatar Ralf Baechle 1-1/+0
2014-05-24MIPS: MT: Remove SMTC supportGravatar Ralf Baechle 1-13/+0
2014-05-02MIPS: introduce cpu_coherent_maskGravatar Paul Burton 1-0/+4
2014-05-02MIPS: support for generic clockevents broadcastGravatar Paul Burton 1-0/+43
2013-10-29MIPS: SMP: kill redundant call of generic_smp_call_function_single_interrupt()Gravatar Jiang Liu 1-1/+0
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codeGravatar Paul Gortmaker 1-3/+3
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Gravatar Ralf Baechle 1-0/+1
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+1
2013-05-08MIPS: Export symbols used by KVM/MIPS moduleGravatar Sanjay Lal 1-0/+1
2013-04-08mips: Use generic idle loopGravatar Thomas Gleixner 1-1/+1
2013-01-03MIPS: drivers: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-12-13MIPS: kdump: Add supportGravatar Ralf Baechle 1-0/+17
2012-08-17MIPS: Synchronize MIPS count one CPU at a timeGravatar Jayachandran C 1-2/+2
2012-07-23MIPS: SMTC: Support for Multi-threaded FPUsGravatar Steven J. Hill 1-1/+3
2012-07-19MIPS: smp: Warn on too early irq enableGravatar Yong Zhang 1-0/+5
2012-07-19MIPS: call set_cpu_online() on cpu being brought up with irq disabledGravatar Yong Zhang 1-2/+2
2012-07-19MIPS: call ->smp_finish() a little lateGravatar Yong Zhang 1-1/+2
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+1
2012-05-16MIPS: Move cache setup to setup_arch().Gravatar David Daney 1-1/+1
2012-04-26mips: Use generic idle thread allocationGravatar Thomas Gleixner 1-53/+1
2012-04-26smp: Add task_struct argument to __cpu_up()Gravatar Thomas Gleixner 1-1/+1
2012-03-29remove references to cpu_*_map in arch/Gravatar Rusty Russell 1-15/+12
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-03-14MIPS: Move idle task creation to work queueGravatar Maksim Rayskiy 1-2/+29