summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfo"Pavel Machek2015-01-041-0/+12
* ARM: remove "SMP: Total of %d processors activated." messageRussell King2014-11-211-3/+0Star
* ARM: reduce "Booted secondary processor" message to debug levelRussell King2014-11-211-1/+1
* ARM: convert printk(KERN_* to pr_*Russell King2014-11-211-8/+8
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-1/+1
|\
| * arm: Tell irq work about self IPI supportFrederic Weisbecker2014-09-131-1/+1
* | ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches2014-09-261-1/+1
* | ARM: 8131/1: arm/smp: Absorb boot_secondary()Geert Uytterhoeven2014-08-271-8/+4Star
|/
* ARM: add IPI tracepointsNicolas Pitre2014-08-081-28/+42
* cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-2/+1Star
* ARM: SMP implementations are not supposed to return from smp_ops.cpu_die()Russell King2014-01-211-0/+3
* ARM: 7918/1: clean up cache handling in core codeNicolas Pitre2013-12-291-2/+1Star
* Merge branch 'devel-stable' into for-nextRussell King2013-11-121-1/+22
|\
| * Merge branch 'for-rmk/arm-mm-lpae' of git://git.kernel.org/pub/scm/linux/kern...Russell King2013-10-181-1/+1
| |\
| | * ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar2013-10-111-1/+1
| * | ARM: SMP: basic IPI triggered completion supportNicolas Pitre2013-09-241-0/+21
| |/
* | ARM: 7887/1: Don't smp_cross_call() on UP devices in arch_irq_work_raise()Stephen Boyd2013-11-091-1/+2
* | ARM: 7872/1: Support arch_irq_work_raise() via self IPIsStephen Boyd2013-11-071-0/+18
|/
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-061-87/+0Star
|\
| * Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-07-241-87/+0Star
| |\
| | * ARM: smp: Remove local timer APIStephen Boyd2013-06-251-69/+0Star
| | * ARM: smp: Remove duplicate dummy timer implementationStephen Boyd2013-06-251-20/+2Star
| | |
| \ \
*-. \ \ Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King2013-09-051-11/+2Star
|\ \ \ \ | | |/ / | |/| |
| | * | ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfoWill Deacon2013-09-021-11/+2Star
| |/ /
* / / ARM: 7807/1: kexec: validate CPU hotplug supportStephen Warren2013-08-131-0/+10
|/ /
* | arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-151-9/+9
* | 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/+0Star
|/ /
* / 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/+0Star
* 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-141-2/+0Star
* | | Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-221-9/+4Star
|\ \ \
| * \ \ Merge branch 'irqchip/gic-vic-move' into next/virtOlof Johansson2013-02-111-1/+2
| |\ \ \ | | |/ / | |/| |
| * | | arm: Add generic timer broadcast supportMark Rutland2013-02-011-2/+1Star
| * | | arm: Use generic timer broadcast receiverMark Rutland2013-02-011-7/+3Star
| | |/ | |/|
* | | 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/+8Star
|/