summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Stengthen IPI IRQ domain sanity checkPaul Burton2017-04-121-8/+12
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* MIPS: kexec: remove SMP_DUMPMarcin Nowakowski2017-01-031-17/+0
* MIPS: SMP: Remove cpu_callin_mapMatt Redfearn2017-01-031-2/+0
* MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn2017-01-031-6/+9
* MIPS: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-051-1/+1
* MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsMatt Redfearn2016-10-051-8/+53
* MIPS: SMP: Wrap call to mips_cpc_lock_other in mips_cm_lock_otherMatt Redfearn2016-10-041-0/+2
* MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn2016-09-251-4/+3
* MIPS: c-r4k: Exclude sibling CPUs in SMP callsJames Hogan2016-07-291-2/+4
* MIPS: SMP: Drop stop_this_cpu() cpu_foreign_map hackJames Hogan2016-07-291-8/+1
* MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan2016-07-291-1/+1
* MIPS: SMP: Clear ASID without confusing has_valid_asid()James Hogan2016-07-291-2/+15
* MIPS: Don't BUG_ON when no IPI domain is foundPaul Burton2016-05-091-13/+11
* 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/+0
* 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/+2
|/
* 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/+0
* | MIPS: MT: Remove SMTC supportRalf Baechle2014-05-241-13/+0
|/
* MIPS: SMP: kill redundant call of generic_smp_call_function_single_interrupt()Jiang Liu2013-10-291-1/+0
* MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-141-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-031-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-291-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/+1
OpenPOWER on IntegriCloud