aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp-cps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-09-22MIPS: kexec: CPS systems to halt nonboot CPUsDengcheng Zhu1-25/+55
2018-02-05MIPS: SMP-CPS: Remove duplicate assignment of core in play_deadMatt Redfearn1-2/+0
2017-11-01MIPS: CPS: Fix use of current_cpu_data in preemptible codeMatt Redfearn1-1/+1
2017-10-31Update MIPS email addressesPaul Burton1-1/+1
2017-09-04MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hPaul Burton1-1/+0
2017-09-04MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driverPaul Burton1-1/+1
2017-08-30MIPS: CPS: Detect CPUs in secondary clustersPaul Burton1-29/+51
2017-08-30MIPS: CPS: Cluster support for topology functionsPaul Burton1-12/+3
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton1-2/+1
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton1-1/+2
2017-08-30MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton1-5/+5
2017-08-30MIPS: Unify checks for sibling CPUsPaul Burton1-4/+4
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton1-14/+14
2017-08-30MIPS: CPS: Use change_*, set_* & clear_* where appropriatePaul Burton1-4/+2
2017-08-30MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton1-3/+5
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton1-5/+5
2017-08-29MIPS: SMP: Constify smp opsMatt Redfearn1-2/+2
2017-06-29MIPS: CPS: Handle cores not powering down more gracefullyPaul Burton1-3/+24
2017-06-29MIPS: CPS: Prevent multi-core with dcache aliasingPaul Burton1-3/+5
2017-04-13Merge branch '4.11-fixes' into mips-for-linux-nextRalf Baechle1-2/+1
2017-04-12MIPS: smp-cps: Fix potentially uninitialised value of coreMatt Redfearn1-2/+1
2017-04-12MIPS: Use common outgoing-CPU-notification codeMarcin Nowakowski1-4/+3
2017-03-03sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sched/task_stack.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-01-03MIPS: SMP-CPS: Don't BUG if a CPU fails to startMatt Redfearn1-1/+5
2017-01-03MIPS: SMP: Remove cpu_callin_mapMatt Redfearn1-1/+0
2016-09-29MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUsMatt Redfearn1-1/+1
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-9/+33
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-2/+2
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan1-0/+1
2016-07-24MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processorsMatt Redfearn1-5/+27
2016-07-24MIPS: smp-cps: Allow booting of CPU other than VP0 within a coreMatt Redfearn1-4/+5
2016-05-28MIPS: smp-cps: Clear Status IPL field when using EICPaul Burton1-2/+6
2016-05-13MIPS: smp-cps: Add nothreads kernel parameterPaul Burton1-0/+11
2016-05-13MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsPaul Burton1-4/+31
2016-05-13MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesPaul Burton1-2/+5
2016-05-13MIPS: smp-cps: Ensure our VP ident calculation is correctPaul Burton1-0/+11
2016-02-25MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef1-2/+2
2016-01-24MIPS: smp-cps: Ensure secondary cores start with EVA disabledMatt Redfearn1-0/+3
2015-11-11MIPS: CM: make use of mips_cm_{lock,unlock}_otherPaul Burton1-2/+5
2015-11-11MIPS: CPS: Warn if a core doesn't startPaul Burton1-1/+25
2015-11-11MIPS: CPS: Read CM GCR base from cop0Paul Burton1-2/+0
2015-07-09MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer castingMarkos Chandras1-3/+3
2015-05-15MIPS: Fix up obsolete cpu_set usageEzequiel Garcia1-1/+1
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2015-04-10MIPS: smp-cps: cpu_set FPU mask if FPU presentNiklas Cassel1-0/+6
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker1-1/+1
2014-11-24MIPS: smp-cps: Enable all hardware interrupts on secondary CPUsAndrew Bresticker1-2/+2