aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/smp-bmips.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableGravatar James Hogan 1-0/+1
2016-05-13MIPS: BMIPS: Add early CPU initialization codeGravatar Florian Fainelli 1-0/+87
2016-05-09MIPS: BMIPS: Fill in current_cpu_data.coreGravatar Florian Fainelli 1-0/+1
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsGravatar Alex Smith 1-2/+2
2015-05-29MIPS: BMIPS: Fix bmips_wr_vec()Gravatar Petri Gynther 1-1/+1
2015-03-05mips: fix up obsolete cpu function usage.Gravatar Rusty Russell 1-1/+1
2014-11-24MIPS: BMIPS: Let each platform customize the CPU1 IRQ maskGravatar Kevin Cernekee 1-2/+4
2014-11-24MIPS: BMIPS: Explicitly configure reset vectors prior to secondary bootGravatar Kevin Cernekee 1-21/+8
2014-11-24MIPS: BMIPS: Mask off timer IRQs when hot-unplugging a CPUGravatar Jon Fraser 1-0/+1
2014-11-24MIPS: BMIPS: Allow BMIPS3300 to utilize SMP ebase relocation codeGravatar Jon Fraser 1-0/+1
2014-11-24MIPS: BMIPS: Introduce helper function to change the reset vectorGravatar Kevin Cernekee 1-7/+58
2014-11-24MIPS: BMIPS: Align secondary boot sequence with latest firmware releasesGravatar Kevin Cernekee 1-11/+1
2014-08-26mips: Replace __get_cpu_var usesGravatar Christoph Lameter 1-1/+1
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Gravatar Ralf Baechle 1-9/+0
2014-01-22MIPS: BMIPS: change compile time checks to runtime checksGravatar Jonas Gorski 1-123/+189
2013-10-29MIPS: Panic messages should not end in \n.Gravatar Ralf Baechle 1-2/+2
2013-08-05MIPS: BMIPS: fix hardware interrupt routing for boot CPU != 0Gravatar Florian Fainelli 1-2/+8
2013-07-30MIPS: BMIPS: fix slave CPU booting when physical CPU is not 0Gravatar Florian Fainelli 1-2/+8
2013-07-30MIPS: BMIPS: do not change interrupt routing depending on boot CPUGravatar Florian Fainelli 1-7/+1
2013-07-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+1
2013-07-19MIPS: BMIPS: Fix thinko to release slave TP from resetGravatar Florian Fainelli 1-1/+1
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codeGravatar Paul Gortmaker 1-3/+3
2013-07-01MIPS: BMIPS: support booting from physical CPU other than 0Gravatar Florian Fainelli 1-6/+23
2012-07-19MIPS: BMIPS: delay irq enable to ->smp_finish()Gravatar Yong Zhang 1-7/+7
2012-07-19MIPS: BMIPS: Fix duplicate header inclusion.Gravatar Danny Kukawka 1-1/+0
2012-03-29remove references to cpu_*_map in arch/Gravatar Rusty Russell 1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 1-1/+0
2012-02-20MIPS: BMIPS: smp-bmips.c does not need to include version.hGravatar Jesper Juhl 1-1/+0
2011-12-07MIPS: BMIPS: Add SMP support code for BMIPS43xx/BMIPS5000Gravatar Kevin Cernekee 1-0/+458