summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/smp.c
AgeCommit message (Expand)Author
2017-11-15MIPS: SMP: Fix deadlock & online raceMatt Redfearn
2017-11-15MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic
2017-11-15MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-10-05MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsMatt Redfearn
2016-10-04MIPS: SMP: Wrap call to mips_cpc_lock_other in mips_cm_lock_otherMatt Redfearn
2016-09-25MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn
2016-07-29MIPS: c-r4k: Exclude sibling CPUs in SMP callsJames Hogan
2016-07-29MIPS: SMP: Drop stop_this_cpu() cpu_foreign_map hackJames Hogan
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan
2016-07-29MIPS: SMP: Clear ASID without confusing has_valid_asid()James Hogan
2016-05-09MIPS: Don't BUG_ON when no IPI domain is foundPaul Burton
2016-03-29MIPS: Fix broken malta qemuQais Yousef
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-13MIPS: smp.c: Fix uninitialised temp_foreign_mapJames Hogan
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner
2016-02-25MIPS: Add generic SMP IPI supportQais Yousef
2015-09-27MIPS: Initialise MAARs on secondary CPUsPaul Burton
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith
2015-07-10MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras
2015-05-12MIPS: SMP: Fix build error.Ralf Baechle
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-01MIPS: smp: Make stop_this_cpu() actually stop the CPUAndrew Bresticker
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell
2015-01-29MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen
2014-07-30MIPS: Support CPU topology files in sysfsHuacai Chen
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle
2014-05-02MIPS: introduce cpu_coherent_maskPaul Burton
2014-05-02MIPS: support for generic clockevents broadcastPaul Burton
2013-10-29MIPS: SMP: kill redundant call of generic_smp_call_function_single_interrupt()Jiang Liu
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-05-08MIPS: Export symbols used by KVM/MIPS moduleSanjay Lal
2013-04-08mips: Use generic idle loopThomas Gleixner
2013-01-03MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman
2012-12-13MIPS: kdump: Add supportRalf Baechle
2012-08-17MIPS: Synchronize MIPS count one CPU at a timeJayachandran C
2012-07-23MIPS: SMTC: Support for Multi-threaded FPUsSteven J. Hill
2012-07-19MIPS: smp: Warn on too early irq enableYong Zhang
2012-07-19MIPS: call set_cpu_online() on cpu being brought up with irq disabledYong Zhang
2012-07-19MIPS: call ->smp_finish() a little lateYong Zhang
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2012-05-16MIPS: Move cache setup to setup_arch().David Daney
2012-04-26mips: Use generic idle thread allocationThomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2012-03-29remove references to cpu_*_map in arch/Rusty Russell