aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-3/+3
2017-08-07MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic1-3/+3
2017-06-29MIPS: Skip IPI setup if we only have 1 CPUPaul Burton1-0/+3
2017-04-12MIPS: Stengthen IPI IRQ domain sanity checkPaul Burton1-8/+12
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+1
2017-01-03MIPS: kexec: remove SMP_DUMPMarcin Nowakowski1-17/+0
2017-01-03MIPS: SMP: Remove cpu_callin_mapMatt Redfearn1-2/+0
2017-01-03MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn1-6/+9
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-10-05MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsMatt Redfearn1-8/+53
2016-10-04MIPS: SMP: Wrap call to mips_cpc_lock_other in mips_cm_lock_otherMatt Redfearn1-0/+2
2016-09-25MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn1-4/+3
2016-07-29MIPS: c-r4k: Exclude sibling CPUs in SMP callsJames Hogan1-2/+4
2016-07-29MIPS: SMP: Drop stop_this_cpu() cpu_foreign_map hackJames Hogan1-8/+1
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan1-1/+1
2016-07-29MIPS: SMP: Clear ASID without confusing has_valid_asid()James Hogan1-2/+15
2016-05-09MIPS: Don't BUG_ON when no IPI domain is foundPaul Burton1-13/+11
2016-03-29MIPS: Fix broken malta qemuQais Yousef1-0/+12
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+136
2016-03-13MIPS: smp.c: Fix uninitialised temp_foreign_mapJames Hogan1-0/+1
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2016-02-25MIPS: Add generic SMP IPI supportQais Yousef1-0/+136
2015-09-27MIPS: Initialise MAARs on secondary CPUsPaul Burton1-0/+2
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith1-10/+0
2015-07-10MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras1-1/+43
2015-05-12MIPS: SMP: Fix build error.Ralf Baechle1-2/+4
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-13/+13
2015-04-01MIPS: smp: Make stop_this_cpu() actually stop the CPUAndrew Bresticker1-4/+2
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell1-13/+13
2015-01-29MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen1-1/+1
2014-07-30MIPS: Support CPU topology files in sysfsHuacai Chen1-1/+25
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-nextRalf Baechle1-0/+47
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle1-1/+0
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-13/+0
2014-05-02MIPS: introduce cpu_coherent_maskPaul Burton1-0/+4
2014-05-02MIPS: support for generic clockevents broadcastPaul Burton1-0/+43
2013-10-29MIPS: SMP: kill redundant call of generic_smp_call_function_single_interrupt()Jiang Liu1-1/+0
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-3/+3
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle1-0/+1
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+1
2013-05-08MIPS: Export symbols used by KVM/MIPS moduleSanjay Lal1-0/+1
2013-04-08mips: Use generic idle loopThomas Gleixner1-1/+1
2013-01-03MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-13MIPS: kdump: Add supportRalf Baechle1-0/+17
2012-08-17MIPS: Synchronize MIPS count one CPU at a timeJayachandran C1-2/+2
2012-07-23MIPS: SMTC: Support for Multi-threaded FPUsSteven J. Hill1-1/+3
2012-07-19MIPS: smp: Warn on too early irq enableYong Zhang1-0/+5
2012-07-19MIPS: call set_cpu_online() on cpu being brought up with irq disabledYong Zhang1-2/+2
2012-07-19MIPS: call ->smp_finish() a little lateYong Zhang1-1/+2