aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-13/+13
2015-04-01MIPS: smp: Make stop_this_cpu() actually stop the CPUAndrew Bresticker1-4/+2
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell1-13/+13
2015-01-29MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen1-1/+1
2014-07-30MIPS: Support CPU topology files in sysfsHuacai Chen1-1/+25
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-nextRalf Baechle1-0/+47
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle1-1/+0
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-13/+0
2014-05-02MIPS: introduce cpu_coherent_maskPaul Burton1-0/+4
2014-05-02MIPS: support for generic clockevents broadcastPaul Burton1-0/+43
2013-10-29MIPS: SMP: kill redundant call of generic_smp_call_function_single_interrupt()Jiang Liu1-1/+0
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-3/+3
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle1-0/+1
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+1
2013-05-08MIPS: Export symbols used by KVM/MIPS moduleSanjay Lal1-0/+1
2013-04-08mips: Use generic idle loopThomas Gleixner1-1/+1
2013-01-03MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-13MIPS: kdump: Add supportRalf Baechle1-0/+17
2012-08-17MIPS: Synchronize MIPS count one CPU at a timeJayachandran C1-2/+2
2012-07-23MIPS: SMTC: Support for Multi-threaded FPUsSteven J. Hill1-1/+3
2012-07-19MIPS: smp: Warn on too early irq enableYong Zhang1-0/+5
2012-07-19MIPS: call set_cpu_online() on cpu being brought up with irq disabledYong Zhang1-2/+2
2012-07-19MIPS: call ->smp_finish() a little lateYong Zhang1-1/+2
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2012-05-16MIPS: Move cache setup to setup_arch().David Daney1-1/+1
2012-04-26mips: Use generic idle thread allocationThomas Gleixner1-53/+1
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-03-29remove references to cpu_*_map in arch/Rusty Russell1-15/+12
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-14MIPS: Move idle task creation to work queueMaksim Rayskiy1-2/+29
2010-08-05MIPS: Export __cpu_number_map and __cpu_logical_map.David Daney1-0/+4
2009-12-17MIPS: Tracing: Add IRQENTRY_EXIT section for MIPSWu Zhangjin1-1/+2
2009-09-30MIPS: SMP: Inline arch_send_call_function_{single_ipi,ipi_mask}Ralf Baechle1-13/+0
2009-09-30MIPS: SMP: Fix build.Ralf Baechle1-1/+1
2009-09-30MIPS: Remove duplicated #includeHuang Weiyi1-1/+0
2009-09-24cpumask: Use accessors for cpu_*_mask: mipsRusty Russell1-3/+3
2009-09-24cpumask: arch_send_call_function_ipi_mask: mipsRusty Russell1-1/+1
2009-09-17MIPS: Get rid of duplicate cpu_idle() prototype.Ralf Baechle1-2/+1
2009-06-24MIPS: Add arch generic CPU hotplugRalf Baechle1-4/+13
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle1-0/+1
2009-03-30MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.cDmitri Vorobiev1-1/+1
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-6/+1
2008-10-30MIPS: SMP: Do not initialize __cpu_number_map/__cpu_logical_map for CPU 0.Ralf Baechle1-6/+0
2008-10-27MIPS: SMP: Don't reenable interrupts in stop_this_cpu; use WAIT instruction.Ralf Baechle1-2/+4
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul1-0/+2
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-2/+2
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-2/+2
2008-06-26mips: convert to generic helpers for IPI function callsJens Axboe1-130/+11
2008-06-16[MIPS] Export smp_call_function and smp_call_function_single.Zenon Fortuna1-0/+2