summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/smp-cps.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20MIPS: Allows relocation exception vectors everywhereJiaxun Yang1-24/+117
2023-12-13mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He1-5/+5
2023-06-30Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-13/+2
2023-06-20MIPS: Mark core_vpe_count() as __initNathan Chancellor1-1/+1
2023-06-09MIPS: Rework smt cmdline parametersJiaxun Yang1-12/+1
2023-05-15MIPS: SMP_CPS: Switch to hotplug core state synchronizationThomas Gleixner1-9/+5
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-04-05MIPS: smp-cps: Disable coherence setup for unsupported ISAJiaxun Yang1-0/+5
2023-03-08mips/cpu: Expose play_dead()'s prototype definitionJosh Poimboeuf1-0/+1
2023-02-28MIPS: smp-cps: Don't rely on CP0_CMGCRBASEJiaxun Yang1-0/+2
2023-02-19MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not setRandy Dunlap1-3/+5
2020-12-29MIPS: No need to check CPU 0 in cps_cpu_disable()Tiezhu Yang1-3/+0
2020-12-04MIPS: SMP-CPS: Add support for irq migration when CPU offlineWei Li1-0/+2
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-02MIPS: CPS: Fix use of current_cpu_data in preemptible codeMatt Redfearn1-1/+1
2017-11-01Update 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/sc...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...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