index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-28
Disintegrate asm/system.h for MIPS
David Howells
1
-1
/
+1
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-03-14
MIPS: Move idle task creation to work queue
Maksim Rayskiy
1
-2
/
+29
2010-08-05
MIPS: Export __cpu_number_map and __cpu_logical_map.
David Daney
1
-0
/
+4
2009-12-17
MIPS: Tracing: Add IRQENTRY_EXIT section for MIPS
Wu Zhangjin
1
-1
/
+2
2009-09-30
MIPS: SMP: Inline arch_send_call_function_{single_ipi,ipi_mask}
Ralf Baechle
1
-13
/
+0
2009-09-30
MIPS: SMP: Fix build.
Ralf Baechle
1
-1
/
+1
2009-09-30
MIPS: Remove duplicated #include
Huang Weiyi
1
-1
/
+0
2009-09-24
cpumask: Use accessors for cpu_*_mask: mips
Rusty Russell
1
-3
/
+3
2009-09-24
cpumask: arch_send_call_function_ipi_mask: mips
Rusty Russell
1
-1
/
+1
2009-09-17
MIPS: Get rid of duplicate cpu_idle() prototype.
Ralf Baechle
1
-2
/
+1
2009-06-24
MIPS: Add arch generic CPU hotplug
Ralf Baechle
1
-4
/
+13
2009-06-24
MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.
Ralf Baechle
1
-0
/
+1
2009-03-30
MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.c
Dmitri Vorobiev
1
-1
/
+1
2008-12-13
cpumask: centralize cpu_online_map and cpu_possible_map
Rusty Russell
1
-6
/
+1
2008-10-30
MIPS: SMP: Do not initialize __cpu_number_map/__cpu_logical_map for CPU 0.
Ralf Baechle
1
-6
/
+0
2008-10-27
MIPS: SMP: Don't reenable interrupts in stop_this_cpu; use WAIT instruction.
Ralf Baechle
1
-2
/
+4
2008-09-08
kernel/cpu.c: create a CPU_STARTING cpu_chain notifier
Manfred Spraul
1
-0
/
+2
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-2
/
+2
2008-06-26
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
1
-2
/
+2
2008-06-26
mips: convert to generic helpers for IPI function calls
Jens Axboe
1
-130
/
+11
2008-06-16
[MIPS] Export smp_call_function and smp_call_function_single.
Zenon Fortuna
1
-0
/
+2
2008-05-12
[MIPS] fix warning message on SMP kernels
Thiemo Seufer
1
-2
/
+2
2008-04-28
[MIPS] Add support for MIPS CMP platform.
Ralf Baechle
1
-0
/
+4
2008-02-06
calibrate_delay() must be __cpuinit
Adrian Bunk
1
-1
/
+0
2008-01-29
[MIPS] SMP: Call platform methods via ops structure.
Ralf Baechle
1
-7
/
+16
2008-01-29
[MIPS] MT: Scheduler support for SMT
Ralf Baechle
1
-0
/
+30
2007-10-13
[MIPS] SMP: Fix use of cpumasks.
Ralf Baechle
1
-3
/
+3
2007-10-11
[MIPS] SMP: Use ISO C struct initializer for local structs.
Ralf Baechle
1
-10
/
+13
2007-10-11
[MIPS] SMP: Kill useless casts.
Ralf Baechle
1
-7
/
+7
2007-10-11
[MIPS] Kill num_online_cpus() loops.
Ralf Baechle
1
-12
/
+21
2007-10-11
[MIPS] SMP: Implement smp_call_function_mask().
Ralf Baechle
1
-35
/
+16
2007-10-11
[MIPS] Implement clockevents for R4000-style cp0 count/compare interrupt
Ralf Baechle
1
-0
/
+2
2007-07-31
[MIPS] Add smp_call_function_single()
Peter Watkins
1
-0
/
+55
2007-07-29
Remove fs.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-07-10
[MIPS] Transform old-style macros to newer "__noreturn"
Robert P. J. Day
1
-1
/
+1
2007-07-09
sched: zap the migration init / cache-hot balancing code
Ingo Molnar
1
-11
/
+0
2007-06-11
[MIPS] Fix modpost warnings by making start_secondary __cpuinit
Ralf Baechle
1
-1
/
+1
2007-02-22
[MIPS] SMP: Get smp_tune_scheduling to do something useful.
Ralf Baechle
1
-21
/
+4
2007-01-11
[PATCH] Change cpu_up and co from __devinit to __cpuinit
Gautham R Shenoy
1
-1
/
+1
2006-12-04
[MIPS] Cleanup memory barriers for weakly ordered systems.
Ralf Baechle
1
-3
/
+3
2006-11-29
[MIPS] Do topology_init even on uniprocessor kernels.
Ralf Baechle
1
-23
/
+0
2006-10-11
[MIPS] Pass NULL not 0 for pointer value.
Ralf Baechle
1
-1
/
+1
2006-10-09
[MIPS] NUMA: Register all nodes before cpus or sysfs will barf.
Ralf Baechle
1
-5
/
+9
2006-07-13
[MIPS] Avoid interprocessor function calls.
Ralf Baechle
1
-5
/
+30
2006-06-27
[PATCH] node hotplug: register cpu: remove node struct
KAMEZAWA Hiroyuki
1
-1
/
+1
2006-06-06
[MIPS] Fix SMP now that fixup_cpu_present_map is gone.
Ralf Baechle
1
-1
/
+4
2006-04-19
[MIPS] MT: Improved multithreading support.
Ralf Baechle
1
-0
/
+10
2006-04-19
[MIPS] Sort out duplicate exports.
Ralf Baechle
1
-2
/
+0
2006-03-23
[PATCH] more for_each_cpu() conversions
Andrew Morton
1
-2
/
+2
[prev]
[next]