summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel-stable' into for-nextRussell King2013-06-291-4/+17
|\
| * Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-06-181-2/+9
| |\
| | * ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy2013-05-301-2/+9
| * | ARM: mpu: add MPU initialisation for secondary coresJonathan Austin2013-06-071-2/+6
| * | ARM: nommu: do not initialise page tables in secondary_data structureWill Deacon2013-06-071-0/+2
| |/
* | ARM: 7759/1: decouple CPU offlining from reboot/shutdownStephen Warren2013-06-171-13/+0
|/
* ARM: smp: Drop RCU_NONIDLE usage in cpu_die()Stephen Boyd2013-05-211-1/+1
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-031-4/+38
|\
| * ARM: smp: flush L1 cache in cpu_die()Russell King2013-04-181-4/+38
* | arm: Use generic idle loopThomas Gleixner2013-04-081-1/+1
|/
* ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay opsWill Deacon2013-04-031-3/+0
* ARM: 7674/1: smp: Avoid dummy clockevent being preferred over real hardware c...Santosh Shilimkar2013-03-151-1/+1
* ARM: 7661/1: mm: perform explicit branch predictor maintenance when requiredWill Deacon2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-03-031-2/+3
|\
| *-. Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linusRussell King2013-03-031-0/+3
| |\ \
| | * | ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clockNicolas Pitre2013-02-211-0/+3
| | |/
| * | ARM: 7651/1: remove unused smp_timer_broadcast #defineMark Rutland2013-02-131-2/+0
* | | Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-9/+4
|\ \ \
| * \ \ Merge branch 'irqchip/gic-vic-move' into next/virtOlof Johansson2013-02-111-1/+2
| |\ \ \ | | |/ / | |/| |
| * | | arm: Add generic timer broadcast supportMark Rutland2013-02-011-2/+1
| * | | arm: Use generic timer broadcast receiverMark Rutland2013-02-011-7/+3
| | |/ | |/|
* | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+2
|\ \ \ | | |/ | |/|
| * | ARM: GIC: remove direct use of gic_raise_softirqRob Herring2013-01-101-1/+2
| |/
* | ARM: smp: remove wrapper functionsRussell King2013-01-141-23/+8
|/
* Merge branch 'devel-stable' into for-linusRussell King2012-12-111-1/+4
|\
| * ARM: 7587/1: implement optimized percpu variable accessRob Herring2012-12-031-1/+3
| * ARM: kernel: add MIDR to per-CPU information dataLorenzo Pieralisi2012-11-191-0/+1
| |
| \
| \
| \
*---. \ Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King2012-12-111-5/+16
|\ \ \ \ | | | |/
| | * | ARM: 7571/1: SMP: add function arch_send_wakeup_ipi_mask()Shawn Guo2012-11-131-0/+5
| |/ / |/| |
| * | ARM: 7590/1: /proc/interrupts: limit the display of IPIs to online CPUs onlyNicolas Pitre2012-12-071-1/+1
| |/
| * ARM: 7559/1: smp: switch away from the idmap before updating init_mm.mm_countWill Deacon2012-10-221-4/+10
|/
* Merge branch 'fixes' into for-linusRussell King2012-10-111-7/+132
|\
| * Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-071-4/+9
| |\
| | * ARM: 7536/1: smp: Formalize an IPI for wakeupStephen Boyd2012-09-191-4/+9
| * | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-021-0/+54
| |\ \
| | * | ARM: add cpufreq transiton notifier to adjust loops_per_jiffy for smpRichard Zhao2012-09-091-0/+54
| | |/
| * | ARM: consolidate pen_release instead of having per platform definitionsMarc Zyngier2012-09-141-0/+6
| * | ARM: smp: Make SMP operations mandatoryMarc Zyngier2012-09-141-9/+9
| * | ARM: SoC: add per-platform SMP operationsMarc Zyngier2012-09-131-1/+61
| |/
* | Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2012-09-301-0/+3
|\ \
| * | ARM: virt: Add boot-time diagnosticsDave Martin2012-09-191-0/+3
| |/
* | ARM: kernel: update __cpu_disable to use cache LoUIS maintenance APILorenzo Pieralisi2012-09-251-1/+4
|/
* 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-05-311-7/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-211-25/+1
|\
| * Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-081-11/+17
| |\
| * | arm: Use generic idle thread allocationThomas Gleixner2012-04-261-25/+1
| * | 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
|\ \ \ \ | |_|/ / |/| | |
OpenPOWER on IntegriCloud