aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-4/+12
|\
| * ARM: 7559/1: smp: switch away from the idmap before updating init_mm.mm_countWill Deacon2012-10-311-4/+10
| * ARM: fix rcu stalls on SMP platformsRussell King2012-07-161-2/+10
| * ARM: 7414/1: SMP: prevent use of the console when using idmap_pgdColin Cross2012-05-211-2/+2
* | ARM: SMP: use a timing out completion for cpu hotplugRussell King2012-11-131-11/+6
* | merge opensource jb u5codeworkx2012-09-221-2/+2
* | samsung update 1codeworkx2012-06-021-16/+116
|/
* ARM: SMP: wait for CPU to be marked activeRussell King2011-06-211-1/+5
* ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7Catalin Marinas2011-05-261-0/+1
*---. Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King2011-05-231-0/+7
|\ \ \
| | | * ARM: consolidate SMP cross call implementationRussell King2011-05-231-0/+7
| | |/
* | | Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-121-1/+1
|\ \ \ | |/ /
| * | ARM: 6887/1: Mark broadcast_timer_setup() __cpuinitStephen Boyd2011-04-271-1/+1
| |/
* | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-4/+1
|/
* ARM: 6759/1: smp: Select local timers vs broadcast timer support runtimeSantosh Shilimkar2011-02-231-4/+3
* Merge branch 'pgt' (early part) into develRussell King2011-01-061-36/+0
|\
| * ARM: pgtable: collect up identity mapping functionsRussell King2010-12-221-34/+0
| * ARM: pgtable: remove L2 cache flushes for SMP page table bring-upRussell King2010-12-221-2/+0
* | Merge branch 'misc' into develRussell King2011-01-061-252/+157
|\ \
| * | ARM: SMP: ensure frame pointer is reinitialized for soft-CPU hotplugRussell King2010-12-201-0/+1
| * | ARM: SMP: split out software TLB maintainence broadcastingRussell King2010-12-201-126/+0
| * | ARM: localtimer: clean up local timer on hot unplugRussell King2010-12-201-1/+18
| * | ARM: smp: improve CPU bringup failure diagnosticsRussell King2010-12-201-9/+5
| * | ARM: CPU hotplug: ensure correct ordering of unplugRussell King2010-12-201-1/+3
| * | ARM: CPU hotplug: move cpu_killed completion to core codeRussell King2010-12-201-1/+13
| * | ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeRussell King2010-12-201-0/+1
| * | ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King2010-12-201-11/+38
| * | ARM: SMP: ensure smp_send_stop() waits for CPUs to stopRussell King2010-12-201-3/+15
| * | ARM: SMP: collect IPI and local timer IRQs for /proc/statRussell King2010-12-201-0/+15
| * | ARM: SMP: provide individual IPI interrupt statisticsRussell King2010-12-201-6/+19
| * | ARM: fix /proc/interrupts formattingRussell King2010-12-201-7/+7
| * | ARM: SMP: move ipi_count into irq_stat structureRussell King2010-12-201-12/+2
| * | ARM: SMP: provide accessors for irq_stat dataRussell King2010-12-201-2/+2
| * | ARM: include local timer irq stats only when local timers configuredRussell King2010-12-201-12/+12
| * | ARM: SMP: remove send_ipi_message()Russell King2010-12-201-13/+5
| * | ARM: SMP: remove IRQ-disabling for smp_cross_call()Russell King2010-12-031-6/+0
| * | ARM: SMP: avoid using bitmasks and locks for IPIs, use hardware insteadRussell King2010-12-031-61/+26
| * | ARM: SMP: pass an ipi number to smp_cross_call()Russell King2010-12-031-8/+2
| |/
* | Merge branch 'clksrc' into develRussell King2011-01-051-2/+3
|\ \
| * | ARM: place C irq handlers in IRQ_ENTRY for ftraceRabin Vincent2010-11-191-2/+3
| |/
* | ARM: smp: avoid incrementing mm_users on CPU startupRussell King2010-12-181-1/+0
|/
* Merge branch 'hotplug' into develRussell King2010-10-181-8/+55
|\
| * ARM: hotplug cpu: setup 1:1 map for entire kernel image for secondary CPUsRussell King2010-10-081-8/+55
* | ARM: 6402/1: Don't send IPI in smp_send_stop if there's only one CPUTony Lindgren2010-10-041-1/+2
|/
* ARM: call machine_shutdown() from machine_halt(), etcRussell King2010-07-271-4/+7
* ARM: SMP: Always enable clock event broadcast supportRussell King2010-07-271-1/+5
* Merge branch 'devel-stable' into develRussell King2010-05-171-0/+6
|\
| * ARM: 6066/1: Fix "BUG: scheduling while atomic: swapper/0/0x00000002Santosh Shilimkar2010-05-011-0/+6
* | ARM: rename mach_cpu_disable() to platform_cpu_disable()Russell King2010-05-151-1/+1
|/
* ARM: Add L2 cache handling to smp boot supportRussell King2010-03-141-1/+3