aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/smp-cps.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-12mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECGravatar Baoquan He 1-5/+5
2023-06-29Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-13/+2
2023-06-20MIPS: Mark core_vpe_count() as __initGravatar Nathan Chancellor 1-1/+1
2023-06-09MIPS: Rework smt cmdline parametersGravatar Jiaxun Yang 1-12/+1
2023-05-15MIPS: SMP_CPS: Switch to hotplug core state synchronizationGravatar Thomas Gleixner 1-9/+5
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2023-04-05MIPS: smp-cps: Disable coherence setup for unsupported ISAGravatar Jiaxun Yang 1-0/+5
2023-03-08mips/cpu: Expose play_dead()'s prototype definitionGravatar Josh Poimboeuf 1-0/+1
2023-02-27MIPS: smp-cps: Don't rely on CP0_CMGCRBASEGravatar Jiaxun Yang 1-0/+2
2023-02-19MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not setGravatar Randy Dunlap 1-3/+5
2020-12-28MIPS: No need to check CPU 0 in cps_cpu_disable()Gravatar Tiezhu Yang 1-3/+0
2020-12-04MIPS: SMP-CPS: Add support for irq migration when CPU offlineGravatar Wei Li 1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-09-22MIPS: kexec: CPS systems to halt nonboot CPUsGravatar Dengcheng Zhu 1-25/+55
2018-02-05MIPS: SMP-CPS: Remove duplicate assignment of core in play_deadGravatar Matt Redfearn 1-2/+0
2017-11-01MIPS: CPS: Fix use of current_cpu_data in preemptible codeGravatar Matt Redfearn 1-1/+1
2017-10-31Update MIPS email addressesGravatar Paul Burton 1-1/+1
2017-09-04MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hGravatar Paul Burton 1-1/+0
2017-09-04MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driverGravatar Paul Burton 1-1/+1
2017-08-30MIPS: CPS: Detect CPUs in secondary clustersGravatar Paul Burton 1-29/+51
2017-08-30MIPS: CPS: Cluster support for topology functionsGravatar Paul Burton 1-12/+3
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersGravatar Paul Burton 1-2/+1
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsGravatar Paul Burton 1-1/+2
2017-08-30MIPS: CM: Add cluster & block args to mips_cm_lock_other()Gravatar Paul Burton 1-5/+5
2017-08-30MIPS: Unify checks for sibling CPUsGravatar Paul Burton 1-4/+4
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsGravatar Paul Burton 1-14/+14
2017-08-30MIPS: CPS: Use change_*, set_* & clear_* where appropriateGravatar Paul Burton 1-4/+2
2017-08-30MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shiftsGravatar Paul Burton 1-3/+5
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsGravatar Paul Burton 1-5/+5
2017-08-29MIPS: SMP: Constify smp opsGravatar Matt Redfearn 1-2/+2
2017-06-29MIPS: CPS: Handle cores not powering down more gracefullyGravatar Paul Burton 1-3/+24
2017-06-29MIPS: CPS: Prevent multi-core with dcache aliasingGravatar Paul Burton 1-3/+5
2017-04-13Merge branch '4.11-fixes' into mips-for-linux-nextGravatar Ralf Baechle 1-2/+1
2017-04-12MIPS: smp-cps: Fix potentially uninitialised value of coreGravatar Matt Redfearn 1-2/+1
2017-04-12MIPS: Use common outgoing-CPU-notification codeGravatar Marcin Nowakowski 1-4/+3
2017-03-03sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sc...Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-01-03MIPS: SMP-CPS: Don't BUG if a CPU fails to startGravatar Matt Redfearn 1-1/+5
2017-01-03MIPS: SMP: Remove cpu_callin_mapGravatar Matt Redfearn 1-1/+0
2016-09-29MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUsGravatar Matt Redfearn 1-1/+1
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-9/+33
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-2/+2
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableGravatar James Hogan 1-0/+1
2016-07-24MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processorsGravatar Matt Redfearn 1-5/+27
2016-07-24MIPS: smp-cps: Allow booting of CPU other than VP0 within a coreGravatar Matt Redfearn 1-4/+5
2016-05-28MIPS: smp-cps: Clear Status IPL field when using EICGravatar Paul Burton 1-2/+6
2016-05-13MIPS: smp-cps: Add nothreads kernel parameterGravatar Paul Burton 1-0/+11
2016-05-13MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsGravatar Paul Burton 1-4/+31
2016-05-13MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesGravatar Paul Burton 1-2/+5
2016-05-13MIPS: smp-cps: Ensure our VP ident calculation is correctGravatar Paul Burton 1-0/+11