aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp-mt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Thomas Gleixner1-12/+1
2017-09-04MIPS: Use mips_gic_present() in place of gic_presentPaul Burton1-4/+2
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton1-1/+3
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton1-1/+1
2017-08-29MIPS: SMP: Constify smp opsMatt Redfearn1-1/+1
2017-04-12MIPS: smp-mt: Use CPU interrupt controller IPI IRQ domain supportPaul Burton1-45/+4
2017-03-08MIPS: Add missing include filesArnd Bergmann1-0/+1
2016-10-04MIPS: Move identification of VP(E) into proc.c from smp-mt.cMatt Redfearn1-23/+0
2016-02-25MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef1-1/+1
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2015-01-16MIPS: smp-mt,smp-cmp: Enable all HW IRQs on secondary CPUsJames Hogan1-1/+2
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker1-1/+1
2014-11-24MIPS: Move GIC to drivers/irqchip/Andrew Bresticker1-2/+2
2014-08-01MIPS: smp-mt: Fix link error when PROC_FS=nJames Hogan1-0/+2
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle1-5/+0
2014-03-31MIPS: smp-mt: Use common GIC IPI implementationPaul Burton1-22/+1
2014-03-31MIPS: MT: proc: Add support for printing VPE and TC idsRalf Baechle1-0/+22
2014-01-22MIPS: GIC: Send IPIs using the GICSteven J. Hill1-0/+27
2014-01-22MIPS: MT: Mark existing TCs as presentMarkos Chandras1-0/+1
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-3/+3
2013-05-09MIPS: Move 'gic_present' to common location.Steven J. Hill1-2/+1
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-2/+2
2012-08-22MIPS: Fix build error for non-malta VSMP kernelAnoop P A1-0/+2
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-16MIPS: MT: Fix typo in comment.Ralf Baechle1-1/+1
2009-09-24cpumask: Use accessors for cpu_*_mask: mipsRusty Russell1-1/+1
2009-09-24cpumask: arch_send_call_function_ipi_mask: mipsRusty Russell1-2/+2
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-1/+1
2008-04-28[MIPS] Add support for MIPS CMP platform.Ralf Baechle1-81/+15
2008-04-28[MIPS] Remove TLB sanitation codeChris Dearman1-47/+0
2008-01-29[MIPS] SMP: Call platform methods via ops structure.Ralf Baechle1-87/+106
2008-01-29[MIPS] MT: Scheduler support for SMTRalf Baechle1-1/+5
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-1/+1
2007-08-27[MIPS] SMP: Scatter __cpuinit over the code as needed.Ralf Baechle1-3/+3
2007-07-04[MIPS] VSMP: Fix initialization ordering bug.Ralf Baechle1-2/+2
2007-06-14[MIPS] Separate performance counter interruptsChris Dearman1-6/+6
2007-02-06[MIPS] Define MIPS_CPU_IRQ_BASE in generic headerAtsushi Nemoto1-5/+4
2006-11-30[MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto1-0/+2
2006-10-31[MIPS] VSMP: Synchronize cp0 counters on bootup.Ralf Baechle1-0/+2
2006-10-31[MIPS] VSMP: Fix initialization ordering bug.Ralf Baechle1-69/+83
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle1-8/+8
2006-09-27[MIPS] MT: Initialise all writable bits in Cause register to zero.Chris Dearman1-1/+1
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-04-19[MIPS] FPU affinity for MT ASE.Ralf Baechle1-0/+11
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle1-0/+349