aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: Fix __cpuexit section mismatch warningsRussell King2009-09-281-3/+3
* ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcastRussell King2009-09-281-6/+1
* cpumask: use mm_cpumask() wrapper: armRusty Russell2009-09-241-5/+5
* Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King2009-06-111-26/+43
|\
| * Check whether the TLB operations need broadcasting on SMP systemsCatalin Marinas2009-05-301-26/+43
* | [ARM] smp: use new cpumask functionsRussell King2009-05-281-3/+3
* | [ARM] smp: move core localtimer support out of platform specific filesRussell King2009-05-171-8/+48
|/
* [ARM] smp: fix cpumask usage in ARM SMP codeRussell King2009-05-171-30/+16
* [ARM] 5389/1: Make sure the pmd entries are visible by the secondary CPUCatalin Marinas2009-02-121-0/+2
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-10/+0
|\
| * cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-10/+0
* | RealView: Use only the shadow mapping of ARM11MPCore local timersCatalin Marinas2008-12-011-2/+2
|/
* kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2008-09-081-0/+1
* [ARM] Fix SMP booting with non-zero PHYS_OFFSETRussell King2008-08-071-2/+2
* on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-3/+3