summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7480/1: only call smp_send_stop() on SMPJavier Martinez Canillas2012-07-311-1/+2
* ARM: 7457/1: smp: Fix suspicious RCU originating from cpu_die()Stephen Boyd2012-07-091-1/+1
* arm: use clear_tasks_mm_cpumask()Anton Vorontsov2012-06-011-7/+1Star
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-221-25/+1Star
|\
| * Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-081-11/+17
| |\
| * | arm: Use generic idle thread allocationThomas Gleixner2012-04-261-25/+1Star
| * | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
| | |
| \ \
*-. \ \ Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' a...Russell King2012-05-211-13/+22
|\ \ \ \ | |_|/ / |/| | |
| | * | ARM: 7414/1: SMP: prevent use of the console when using idmap_pgdColin Cross2012-05-061-2/+2
| | |/
| | * ARM: 7405/1: kexec: call platform_cpu_kill on the killer rather than the victimWill Deacon2012-04-281-11/+17
| |/ |/|
| * ARM: local timers: reserve local_timer_register() to SMPMarc Zyngier2012-04-271-0/+3
|/
* Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-04-021-3/+4
|\
| * remove references to cpu_*_map in arch/Rusty Russell2012-03-291-3/+4
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-301-11/+6Star
|\ \ | |/ |/|
| * ARM: SMP: use a timing out completion for cpu hotplugRussell King2012-03-241-11/+6Star
* | Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-3/+19
|\ \
| * | ARM: local timers: make the runtime registration interface mandatoryMarc Zyngier2012-03-131-17/+6Star
| * | ARM: local timers: introduce a new registration interfaceMarc Zyngier2012-03-131-0/+27
* | | sched: Cleanup cpu_active madnessPeter Zijlstra2012-03-121-7/+0Star
|/ /
* | ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMPWill Deacon2012-01-231-14/+0Star
* | ARM: fix rcu stalls on SMP platformsRussell King2012-01-191-2/+8
|/
* ARM: stop: execute platform callback from cpu_stop codeWill Deacon2011-12-121-0/+4
* ARM: SMP: use idmap_pgd for mapping MMU enable during secondary bootingWill Deacon2011-12-061-30/+1Star
* ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon2011-12-061-0/+1
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-37/+1Star
|\
| * ARM: gic, local timers: use the request_percpu_irq() interfaceMarc Zyngier2011-10-231-15/+1Star
| * ARM: gic: consolidate PPI handlingMarc Zyngier2011-10-231-27/+5Star
* | 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-271-1/+1
*-. Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King2011-07-231-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/+1Star
|/
* ARM: 6759/1: smp: Select local timers vs broadcast timer support runtimeSantosh Shilimkar2011-02-231-4/+3Star
* Merge branch 'pgt' (early part) into develRussell King2011-01-061-36/+0Star
|\
| * ARM: pgtable: collect up identity mapping functionsRussell King2010-12-221-34/+0Star
| * ARM: pgtable: remove L2 cache flushes for SMP page table bring-upRussell King2010-12-221-2/+0Star