aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp-cps.c
AgeCommit message (Expand)Author
2023-12-12mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He
2023-06-29Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2023-06-20MIPS: Mark core_vpe_count() as __initNathan Chancellor
2023-06-09MIPS: Rework smt cmdline parametersJiaxun Yang
2023-05-15MIPS: SMP_CPS: Switch to hotplug core state synchronizationThomas Gleixner
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-05MIPS: smp-cps: Disable coherence setup for unsupported ISAJiaxun Yang
2023-03-08mips/cpu: Expose play_dead()'s prototype definitionJosh Poimboeuf
2023-02-27MIPS: smp-cps: Don't rely on CP0_CMGCRBASEJiaxun Yang
2023-02-19MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not setRandy Dunlap
2020-12-28MIPS: No need to check CPU 0 in cps_cpu_disable()Tiezhu Yang
2020-12-04MIPS: SMP-CPS: Add support for irq migration when CPU offlineWei Li
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-09-22MIPS: kexec: CPS systems to halt nonboot CPUsDengcheng Zhu
2018-02-05MIPS: SMP-CPS: Remove duplicate assignment of core in play_deadMatt Redfearn
2017-11-01MIPS: CPS: Fix use of current_cpu_data in preemptible codeMatt Redfearn
2017-10-31Update MIPS email addressesPaul Burton
2017-09-04MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hPaul Burton
2017-09-04MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driverPaul Burton
2017-08-30MIPS: CPS: Detect CPUs in secondary clustersPaul Burton
2017-08-30MIPS: CPS: Cluster support for topology functionsPaul Burton
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton
2017-08-30MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton
2017-08-30MIPS: Unify checks for sibling CPUsPaul Burton
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton
2017-08-30MIPS: CPS: Use change_*, set_* & clear_* where appropriatePaul Burton
2017-08-30MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton
2017-08-29MIPS: SMP: Constify smp opsMatt Redfearn
2017-06-29MIPS: CPS: Handle cores not powering down more gracefullyPaul Burton
2017-06-29MIPS: CPS: Prevent multi-core with dcache aliasingPaul Burton
2017-04-13Merge branch '4.11-fixes' into mips-for-linux-nextRalf Baechle
2017-04-12MIPS: smp-cps: Fix potentially uninitialised value of coreMatt Redfearn
2017-04-12MIPS: Use common outgoing-CPU-notification codeMarcin Nowakowski
2017-03-03sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sc...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-03MIPS: SMP-CPS: Don't BUG if a CPU fails to startMatt Redfearn
2017-01-03MIPS: SMP: Remove cpu_callin_mapMatt Redfearn
2016-09-29MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUsMatt Redfearn
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan
2016-07-24MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processorsMatt Redfearn
2016-07-24MIPS: smp-cps: Allow booting of CPU other than VP0 within a coreMatt Redfearn
2016-05-28MIPS: smp-cps: Clear Status IPL field when using EICPaul Burton
2016-05-13MIPS: smp-cps: Add nothreads kernel parameterPaul Burton
2016-05-13MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsPaul Burton
2016-05-13MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesPaul Burton
2016-05-13MIPS: smp-cps: Ensure our VP ident calculation is correctPaul Burton