index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
smp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: SMP: wait for CPU to be marked active
Russell King
2011-06-21
1
-1
/
+5
*
ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7
Catalin Marinas
2011-05-26
1
-0
/
+1
*
-
-
-
.
Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...
Russell King
2011-05-23
1
-0
/
+7
|
\
\
\
|
|
|
*
ARM: consolidate SMP cross call implementation
Russell King
2011-05-23
1
-0
/
+7
|
|
|
/
*
|
|
Merge commit 'v2.6.39-rc7' into sched/core
Ingo Molnar
2011-05-12
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
ARM: 6887/1: Mark broadcast_timer_setup() __cpuinit
Stephen Boyd
2011-04-27
1
-1
/
+1
|
|
/
*
|
sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()
Peter Zijlstra
2011-04-14
1
-4
/
+1
|
/
*
ARM: 6759/1: smp: Select local timers vs broadcast timer support runtime
Santosh Shilimkar
2011-02-23
1
-4
/
+3
*
Merge branch 'pgt' (early part) into devel
Russell King
2011-01-06
1
-36
/
+0
|
\
|
*
ARM: pgtable: collect up identity mapping functions
Russell King
2010-12-22
1
-34
/
+0
|
*
ARM: pgtable: remove L2 cache flushes for SMP page table bring-up
Russell King
2010-12-22
1
-2
/
+0
*
|
Merge branch 'misc' into devel
Russell King
2011-01-06
1
-252
/
+157
|
\
\
|
*
|
ARM: SMP: ensure frame pointer is reinitialized for soft-CPU hotplug
Russell King
2010-12-20
1
-0
/
+1
|
*
|
ARM: SMP: split out software TLB maintainence broadcasting
Russell King
2010-12-20
1
-126
/
+0
|
*
|
ARM: localtimer: clean up local timer on hot unplug
Russell King
2010-12-20
1
-1
/
+18
|
*
|
ARM: smp: improve CPU bringup failure diagnostics
Russell King
2010-12-20
1
-9
/
+5
|
*
|
ARM: CPU hotplug: ensure correct ordering of unplug
Russell King
2010-12-20
1
-1
/
+3
|
*
|
ARM: CPU hotplug: move cpu_killed completion to core code
Russell King
2010-12-20
1
-1
/
+13
|
*
|
ARM: SMP: consolidate trace_hardirqs_off() into common SMP code
Russell King
2010-12-20
1
-0
/
+1
|
*
|
ARM: SMP: consolidate the common parts of smp_prepare_cpus()
Russell King
2010-12-20
1
-11
/
+38
|
*
|
ARM: SMP: ensure smp_send_stop() waits for CPUs to stop
Russell King
2010-12-20
1
-3
/
+15
|
*
|
ARM: SMP: collect IPI and local timer IRQs for /proc/stat
Russell King
2010-12-20
1
-0
/
+15
|
*
|
ARM: SMP: provide individual IPI interrupt statistics
Russell King
2010-12-20
1
-6
/
+19
|
*
|
ARM: fix /proc/interrupts formatting
Russell King
2010-12-20
1
-7
/
+7
|
*
|
ARM: SMP: move ipi_count into irq_stat structure
Russell King
2010-12-20
1
-12
/
+2
|
*
|
ARM: SMP: provide accessors for irq_stat data
Russell King
2010-12-20
1
-2
/
+2
|
*
|
ARM: include local timer irq stats only when local timers configured
Russell King
2010-12-20
1
-12
/
+12
|
*
|
ARM: SMP: remove send_ipi_message()
Russell King
2010-12-20
1
-13
/
+5
|
*
|
ARM: SMP: remove IRQ-disabling for smp_cross_call()
Russell King
2010-12-03
1
-6
/
+0
|
*
|
ARM: SMP: avoid using bitmasks and locks for IPIs, use hardware instead
Russell King
2010-12-03
1
-61
/
+26
|
*
|
ARM: SMP: pass an ipi number to smp_cross_call()
Russell King
2010-12-03
1
-8
/
+2
|
|
/
*
|
Merge branch 'clksrc' into devel
Russell King
2011-01-05
1
-2
/
+3
|
\
\
|
*
|
ARM: place C irq handlers in IRQ_ENTRY for ftrace
Rabin Vincent
2010-11-19
1
-2
/
+3
|
|
/
*
|
ARM: smp: avoid incrementing mm_users on CPU startup
Russell King
2010-12-18
1
-1
/
+0
|
/
*
Merge branch 'hotplug' into devel
Russell King
2010-10-18
1
-8
/
+55
|
\
|
*
ARM: hotplug cpu: setup 1:1 map for entire kernel image for secondary CPUs
Russell King
2010-10-08
1
-8
/
+55
*
|
ARM: 6402/1: Don't send IPI in smp_send_stop if there's only one CPU
Tony Lindgren
2010-10-04
1
-1
/
+2
|
/
*
ARM: call machine_shutdown() from machine_halt(), etc
Russell King
2010-07-27
1
-4
/
+7
*
ARM: SMP: Always enable clock event broadcast support
Russell King
2010-07-27
1
-1
/
+5
*
Merge branch 'devel-stable' into devel
Russell King
2010-05-17
1
-0
/
+6
|
\
|
*
ARM: 6066/1: Fix "BUG: scheduling while atomic: swapper/0/0x00000002
Santosh Shilimkar
2010-05-01
1
-0
/
+6
*
|
ARM: rename mach_cpu_disable() to platform_cpu_disable()
Russell King
2010-05-15
1
-1
/
+1
|
/
*
ARM: Add L2 cache handling to smp boot support
Russell King
2010-03-14
1
-1
/
+3
*
ARM: Fix __cpuexit section mismatch warnings
Russell King
2009-09-28
1
-3
/
+3
*
ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcast
Russell King
2009-09-28
1
-6
/
+1
*
cpumask: use mm_cpumask() wrapper: arm
Rusty Russell
2009-09-24
1
-5
/
+5
*
Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel
Russell King
2009-06-11
1
-26
/
+43
|
\
|
*
Check whether the TLB operations need broadcasting on SMP systems
Catalin Marinas
2009-05-30
1
-26
/
+43
*
|
[ARM] smp: use new cpumask functions
Russell King
2009-05-28
1
-3
/
+3
*
|
[ARM] smp: move core localtimer support out of platform specific files
Russell King
2009-05-17
1
-8
/
+48
|
/
[next]