aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-28mips: clean up kernel-doc in cavium-octeon/*.cRandy Dunlap1-8/+6
2020-11-27MIPS: No need to check CPU 0 in {loongson3,bmips,octeon}_cpu_disable()Tiezhu Yang1-3/+0
2018-11-21MIPS: OCTEON: smp: make internal symbols staticAaro Koskinen1-2/+2
2018-09-22MIPS: kexec: Make a framework for both jumping and halting on nonboot CPUsDengcheng Zhu1-0/+7
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton1-2/+6
2017-08-29MIPS: SMP: Constify smp opsMatt Redfearn1-3/+3
2017-03-08MIPS: Add missing include filesArnd Bergmann1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+2
2017-01-03MIPS: SMP: Remove cpu_callin_mapMatt Redfearn1-1/+0
2017-01-03MIPS: Octeon: Enable KASLRSteven J. Hill1-2/+18
2016-09-19mips/octeon/smp: Convert to hotplug state machineSebastian Andrzej Siewior1-21/+3
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan1-0/+1
2016-05-28MIPS: Add missing FROZEN hotplug notifier transitionsAnna-Maria Gleixner1-1/+1
2016-05-13MIPS: Octeon: Mark some functions __init in smp.cYang Shi1-2/+2
2016-05-13MIPS: OCTEON: Add SMP support for OCTEON cn78xx et al.David Daney1-13/+132
2016-05-13MIPS: OCTEON: Extend number of supported CPUs past 32David Daney1-1/+3
2016-05-13MIPS: Octeon: Use __flush_cache_all instead of flush_cache_all.Ralf Baechle1-1/+1
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder1-1/+1
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith1-1/+1
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2015-01-29MIPS: OCTEON: fix kernel crash when offlining a CPUAaro Koskinen1-2/+0
2014-08-02MIPS: OCTEON: disable HOTPLUG_CPU if the bootloader version is incorrectAaro Koskinen1-3/+9
2014-08-02MIPS: OCTEON: support disabling HOTPLUG_CPU run-timeAaro Koskinen1-1/+4
2014-08-02MIPS: OCTEON: SMP: delete redundant checkAaro Koskinen1-8/+0
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle1-8/+0
2014-05-23MIPS: Octeon: Remove checks for CONFIG_CAVIUM_GDBPaul Bolle1-17/+0
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-09-03MIPS: Move declaration of Octeon function fixup_irqs() to header.Ralf Baechle1-3/+1
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-3/+3
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-5/+5
2012-07-19MIPS: Octeon: delay enable irq to ->smp_finish()Yong Zhang1-1/+1
2012-05-17MIPS: Cavium: Remove smp_reserve_lock.Ralf Baechle1-6/+0
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell1-1/+1
2012-03-29remove references to cpu_*_map in arch/Rusty Russell1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+1
2011-12-07MIPS: Fix up inconsistency in panic() string argument.Ralf Baechle1-1/+1
2011-11-08MIPS: Octeon: Mark SMP-IPI interrupt as IRQF_NO_THREADVenkat Subbiah1-2/+3
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2011-05-19MIPS: Octeon: Don't request interrupts for unused IPI mailbox bits.David Daney1-8/+7
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-0/+2
2011-03-29MIPS: Octeon: Rewrite interrupt handling code.David Daney1-26/+13
2010-08-05MIPS: Octeon: HOTPLUG_CPU fixes.David Daney1-71/+54
2010-08-05MIPS: Octeon: Simplify hotcpu_notifier registration.David Daney1-7/+1
2010-08-05MIPS: Octeon: Clean up SMP CPU numbering.David Daney1-7/+30
2010-04-12MIPS: Cavium: Remove unused watchdog code.Ralf Baechle1-8/+0
2010-02-27MIPS: Remove trailing space in messagesFrans Pop1-1/+1
2009-11-02MIPS: Octeon: Fix compile error in arch/mips/cavium-octeon/smp.cDavid Daney1-2/+3
2009-08-03MIPS: Octeon: Run IPI code with interrupts disabled.David Daney1-2/+2
2009-06-24MIPS: Cavium: Add CPU hotplugging code.Ralf Baechle1-1/+233