summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-37/+1
|\
| * ARM: gic, local timers: use the request_percpu_irq() interfaceMarc Zyngier2011-10-231-15/+1
| * ARM: gic: consolidate PPI handlingMarc Zyngier2011-10-231-27/+5
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-261-3/+3
|\ \
| * | locking, ARM: Annotate low level hw locks as rawThomas Gleixner2011-09-131-3/+3
* | | Merge branch 'misc' into for-linusRussell King2011-10-251-10/+13
|\ \ \ | |_|/ |/| |
| * | ARM: 7133/1: SMP: fix per cpu timer setup before the cpu is marked onlineThomas Gleinxer2011-10-231-10/+13
| |/
* | ARM: 7115/4: move __exception and friends to asm/exception.hJamie Iles2011-10-171-1/+1
* | ARM: 7124/1: smp: Add a localtimer handler callable from C codeShawn Guo2011-10-171-0/+5
* | ARM: 7123/1: smp: Add an IPI handler callable from C codeShawn Guo2011-10-171-0/+5
* | ARM: 7060/1: smp: populate logical CPU mapping during bootWill Deacon2011-10-171-0/+15
* | ARM: 7011/1: Add ARM cpu topology definitionVincent Guittot2011-10-171-0/+5
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
*-. Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King2011-07-221-3/+14
|\ \
| | * ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1Stephen Boyd2011-07-071-2/+9
| |/ |/|
| * 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
|\