summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp.c
AgeCommit message (Expand)AuthorLines
2008-05-12[MIPS] fix warning message on SMP kernelsThiemo Seufer-2/+2
2008-04-28[MIPS] Add support for MIPS CMP platform.Ralf Baechle-0/+4
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk-1/+0
2008-01-29[MIPS] SMP: Call platform methods via ops structure.Ralf Baechle-7/+16
2008-01-29[MIPS] MT: Scheduler support for SMTRalf Baechle-0/+30
2007-10-13[MIPS] SMP: Fix use of cpumasks.Ralf Baechle-3/+3
2007-10-11[MIPS] SMP: Use ISO C struct initializer for local structs.Ralf Baechle-10/+13
2007-10-11[MIPS] SMP: Kill useless casts.Ralf Baechle-7/+7
2007-10-11[MIPS] Kill num_online_cpus() loops.Ralf Baechle-12/+21
2007-10-11[MIPS] SMP: Implement smp_call_function_mask().Ralf Baechle-35/+16
2007-10-11[MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle-0/+2
2007-07-31[MIPS] Add smp_call_function_single()Peter Watkins-0/+55
2007-07-29Remove fs.h from mm.hAlexey Dobriyan-0/+1
2007-07-10[MIPS] Transform old-style macros to newer "__noreturn"Robert P. J. Day-1/+1
2007-07-09sched: zap the migration init / cache-hot balancing codeIngo Molnar-11/+0
2007-06-11[MIPS] Fix modpost warnings by making start_secondary __cpuinitRalf Baechle-1/+1
2007-02-22[MIPS] SMP: Get smp_tune_scheduling to do something useful.Ralf Baechle-21/+4
2007-01-11[PATCH] Change cpu_up and co from __devinit to __cpuinitGautham R Shenoy-1/+1
2006-12-04[MIPS] Cleanup memory barriers for weakly ordered systems.Ralf Baechle-3/+3
2006-11-29[MIPS] Do topology_init even on uniprocessor kernels.Ralf Baechle-23/+0
2006-10-11[MIPS] Pass NULL not 0 for pointer value.Ralf Baechle-1/+1
2006-10-09[MIPS] NUMA: Register all nodes before cpus or sysfs will barf.Ralf Baechle-5/+9
2006-07-13[MIPS] Avoid interprocessor function calls.Ralf Baechle-5/+30
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki-1/+1
2006-06-06[MIPS] Fix SMP now that fixup_cpu_present_map is gone.Ralf Baechle-1/+4
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle-0/+10
2006-04-19[MIPS] Sort out duplicate exports.Ralf Baechle-2/+0
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton-2/+2
2006-02-27[MIPS] SMP: Fix initialization order bug.Ralf Baechle-1/+1
2006-02-21[MIPS] Add topology_init.Rojhalat Ibrahim-0/+20
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin-1/+3
2005-10-29Delete old junk.Ralf Baechle-1/+0
2005-10-29Make sure that the processor is actually online or die spectacularly.Ralf Baechle-0/+5
2005-10-29Fix BogoMIPS display on UP and some minor cosmetical things.Ralf Baechle-1/+0
2005-10-29Merge do_boot_cpu() into the new style __cpu_up().Ralf Baechle-21/+9
2005-10-29Document why calling smp_call_function will deadlock when called withRalf Baechle-1/+13
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+425