index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
smp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: Export __cpu_number_map and __cpu_logical_map.
David Daney
2010-08-05
1
-0
/
+4
*
MIPS: Tracing: Add IRQENTRY_EXIT section for MIPS
Wu Zhangjin
2009-12-17
1
-1
/
+2
*
MIPS: SMP: Inline arch_send_call_function_{single_ipi,ipi_mask}
Ralf Baechle
2009-09-30
1
-13
/
+0
*
MIPS: SMP: Fix build.
Ralf Baechle
2009-09-30
1
-1
/
+1
*
MIPS: Remove duplicated #include
Huang Weiyi
2009-09-30
1
-1
/
+0
*
cpumask: Use accessors for cpu_*_mask: mips
Rusty Russell
2009-09-24
1
-3
/
+3
*
cpumask: arch_send_call_function_ipi_mask: mips
Rusty Russell
2009-09-24
1
-1
/
+1
*
MIPS: Get rid of duplicate cpu_idle() prototype.
Ralf Baechle
2009-09-17
1
-2
/
+1
*
MIPS: Add arch generic CPU hotplug
Ralf Baechle
2009-06-24
1
-4
/
+13
*
MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.
Ralf Baechle
2009-06-24
1
-0
/
+1
*
MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.c
Dmitri Vorobiev
2009-03-30
1
-1
/
+1
*
cpumask: centralize cpu_online_map and cpu_possible_map
Rusty Russell
2008-12-13
1
-6
/
+1
*
MIPS: SMP: Do not initialize __cpu_number_map/__cpu_logical_map for CPU 0.
Ralf Baechle
2008-10-30
1
-6
/
+0
*
MIPS: SMP: Don't reenable interrupts in stop_this_cpu; use WAIT instruction.
Ralf Baechle
2008-10-27
1
-2
/
+4
*
kernel/cpu.c: create a CPU_STARTING cpu_chain notifier
Manfred Spraul
2008-09-08
1
-0
/
+2
*
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
2008-06-26
1
-2
/
+2
*
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
2008-06-26
1
-2
/
+2
*
mips: convert to generic helpers for IPI function calls
Jens Axboe
2008-06-26
1
-130
/
+11
*
[MIPS] Export smp_call_function and smp_call_function_single.
Zenon Fortuna
2008-06-16
1
-0
/
+2
*
[MIPS] fix warning message on SMP kernels
Thiemo Seufer
2008-05-12
1
-2
/
+2
*
[MIPS] Add support for MIPS CMP platform.
Ralf Baechle
2008-04-28
1
-0
/
+4
*
calibrate_delay() must be __cpuinit
Adrian Bunk
2008-02-06
1
-1
/
+0
*
[MIPS] SMP: Call platform methods via ops structure.
Ralf Baechle
2008-01-29
1
-7
/
+16
*
[MIPS] MT: Scheduler support for SMT
Ralf Baechle
2008-01-29
1
-0
/
+30
*
[MIPS] SMP: Fix use of cpumasks.
Ralf Baechle
2007-10-13
1
-3
/
+3
*
[MIPS] SMP: Use ISO C struct initializer for local structs.
Ralf Baechle
2007-10-11
1
-10
/
+13
*
[MIPS] SMP: Kill useless casts.
Ralf Baechle
2007-10-11
1
-7
/
+7
*
[MIPS] Kill num_online_cpus() loops.
Ralf Baechle
2007-10-11
1
-12
/
+21
*
[MIPS] SMP: Implement smp_call_function_mask().
Ralf Baechle
2007-10-11
1
-35
/
+16
*
[MIPS] Implement clockevents for R4000-style cp0 count/compare interrupt
Ralf Baechle
2007-10-11
1
-0
/
+2
*
[MIPS] Add smp_call_function_single()
Peter Watkins
2007-07-31
1
-0
/
+55
*
Remove fs.h from mm.h
Alexey Dobriyan
2007-07-29
1
-0
/
+1
*
[MIPS] Transform old-style macros to newer "__noreturn"
Robert P. J. Day
2007-07-10
1
-1
/
+1
*
sched: zap the migration init / cache-hot balancing code
Ingo Molnar
2007-07-09
1
-11
/
+0
*
[MIPS] Fix modpost warnings by making start_secondary __cpuinit
Ralf Baechle
2007-06-11
1
-1
/
+1
*
[MIPS] SMP: Get smp_tune_scheduling to do something useful.
Ralf Baechle
2007-02-22
1
-21
/
+4
*
[PATCH] Change cpu_up and co from __devinit to __cpuinit
Gautham R Shenoy
2007-01-11
1
-1
/
+1
*
[MIPS] Cleanup memory barriers for weakly ordered systems.
Ralf Baechle
2006-12-04
1
-3
/
+3
*
[MIPS] Do topology_init even on uniprocessor kernels.
Ralf Baechle
2006-11-29
1
-23
/
+0
*
[MIPS] Pass NULL not 0 for pointer value.
Ralf Baechle
2006-10-11
1
-1
/
+1
*
[MIPS] NUMA: Register all nodes before cpus or sysfs will barf.
Ralf Baechle
2006-10-09
1
-5
/
+9
*
[MIPS] Avoid interprocessor function calls.
Ralf Baechle
2006-07-13
1
-5
/
+30
*
[PATCH] node hotplug: register cpu: remove node struct
KAMEZAWA Hiroyuki
2006-06-27
1
-1
/
+1
*
[MIPS] Fix SMP now that fixup_cpu_present_map is gone.
Ralf Baechle
2006-06-06
1
-1
/
+4
*
[MIPS] MT: Improved multithreading support.
Ralf Baechle
2006-04-19
1
-0
/
+10
*
[MIPS] Sort out duplicate exports.
Ralf Baechle
2006-04-19
1
-2
/
+0
*
[PATCH] more for_each_cpu() conversions
Andrew Morton
2006-03-23
1
-2
/
+2
*
[MIPS] SMP: Fix initialization order bug.
Ralf Baechle
2006-02-27
1
-1
/
+1
*
[MIPS] Add topology_init.
Rojhalat Ibrahim
2006-02-21
1
-0
/
+20
*
[PATCH] sched: disable preempt in idle tasks
Nick Piggin
2005-11-09
1
-1
/
+3
[next]