aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen2015-03-061-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* MIPS: Move idle task creation to work queueMaksim Rayskiy2011-03-141-2/+29
* MIPS: Export __cpu_number_map and __cpu_logical_map.David Daney2010-08-051-0/+4
* MIPS: Tracing: Add IRQENTRY_EXIT section for MIPSWu Zhangjin2009-12-171-1/+2
* MIPS: SMP: Inline arch_send_call_function_{single_ipi,ipi_mask}Ralf Baechle2009-09-301-13/+0
* MIPS: SMP: Fix build.Ralf Baechle2009-09-301-1/+1
* MIPS: Remove duplicated #includeHuang Weiyi2009-09-301-1/+0
* cpumask: Use accessors for cpu_*_mask: mipsRusty Russell2009-09-241-3/+3
* cpumask: arch_send_call_function_ipi_mask: mipsRusty Russell2009-09-241-1/+1
* MIPS: Get rid of duplicate cpu_idle() prototype.Ralf Baechle2009-09-171-2/+1
* MIPS: Add arch generic CPU hotplugRalf Baechle2009-06-241-4/+13
* MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle2009-06-241-0/+1
* MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.cDmitri Vorobiev2009-03-301-1/+1
* cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-6/+1
* MIPS: SMP: Do not initialize __cpu_number_map/__cpu_logical_map for CPU 0.Ralf Baechle2008-10-301-6/+0
* MIPS: SMP: Don't reenable interrupts in stop_this_cpu; use WAIT instruction.Ralf Baechle2008-10-271-2/+4
* kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2008-09-081-0/+2
* on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-2/+2
* smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-2/+2
* mips: convert to generic helpers for IPI function callsJens Axboe2008-06-261-130/+11
* [MIPS] Export smp_call_function and smp_call_function_single.Zenon Fortuna2008-06-161-0/+2
* [MIPS] fix warning message on SMP kernelsThiemo Seufer2008-05-121-2/+2
* [MIPS] Add support for MIPS CMP platform.Ralf Baechle2008-04-281-0/+4
* calibrate_delay() must be __cpuinitAdrian Bunk2008-02-061-1/+0
* [MIPS] SMP: Call platform methods via ops structure.Ralf Baechle2008-01-291-7/+16
* [MIPS] MT: Scheduler support for SMTRalf Baechle2008-01-291-0/+30
* [MIPS] SMP: Fix use of cpumasks.Ralf Baechle2007-10-131-3/+3
* [MIPS] SMP: Use ISO C struct initializer for local structs.Ralf Baechle2007-10-111-10/+13
* [MIPS] SMP: Kill useless casts.Ralf Baechle2007-10-111-7/+7
* [MIPS] Kill num_online_cpus() loops.Ralf Baechle2007-10-111-12/+21
* [MIPS] SMP: Implement smp_call_function_mask().Ralf Baechle2007-10-111-35/+16
* [MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle2007-10-111-0/+2
* [MIPS] Add smp_call_function_single()Peter Watkins2007-07-311-0/+55
* Remove fs.h from mm.hAlexey Dobriyan2007-07-291-0/+1
* [MIPS] Transform old-style macros to newer "__noreturn"Robert P. J. Day2007-07-101-1/+1
* sched: zap the migration init / cache-hot balancing codeIngo Molnar2007-07-091-11/+0
* [MIPS] Fix modpost warnings by making start_secondary __cpuinitRalf Baechle2007-06-111-1/+1
* [MIPS] SMP: Get smp_tune_scheduling to do something useful.Ralf Baechle2007-02-221-21/+4
* [PATCH] Change cpu_up and co from __devinit to __cpuinitGautham R Shenoy2007-01-111-1/+1
* [MIPS] Cleanup memory barriers for weakly ordered systems.Ralf Baechle2006-12-041-3/+3
* [MIPS] Do topology_init even on uniprocessor kernels.Ralf Baechle2006-11-291-23/+0
* [MIPS] Pass NULL not 0 for pointer value.Ralf Baechle2006-10-111-1/+1
* [MIPS] NUMA: Register all nodes before cpus or sysfs will barf.Ralf Baechle2006-10-091-5/+9
* [MIPS] Avoid interprocessor function calls.Ralf Baechle2006-07-131-5/+30
* [PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki2006-06-271-1/+1
* [MIPS] Fix SMP now that fixup_cpu_present_map is gone.Ralf Baechle2006-06-061-1/+4
* [MIPS] MT: Improved multithreading support.Ralf Baechle2006-04-191-0/+10
* [MIPS] Sort out duplicate exports.Ralf Baechle2006-04-191-2/+0
* [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-231-2/+2