aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2015-12-22ARM: 8488/1: Make IPI_CPU_BACKTRACE a "non-secure" SGIMarc Zyngier1-1/+6
2015-12-22ARM: 8487/1: Remove IPI_CALL_FUNC_SINGLEMarc Zyngier1-9/+1
2015-10-03ARM: 8439/1: Fix backtrace generation when IPI is maskedDaniel Thompson1-0/+9
2015-09-22ARM: 8424/1: add const qualifier to the argument of smp_set_ops()Masahiro Yamada1-1/+1
2015-09-22ARM: 8422/1: enable imprecise aborts during early kernel startupLucas Stach1-0/+1
2015-09-08Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+18
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linusRussell King1-4/+17
2015-08-25ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die()Stephen Boyd1-1/+1
2015-07-31ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggableStephen Boyd1-1/+14
2015-07-17ARM: add basic support for on-demand backtrace of other CPUsRussell King1-0/+18
2015-07-07Merge branches 'fixes' and 'ioremap' into for-linusRussell King1-4/+6
2015-06-29ARM: 8393/1: smp: Fix suspicious RCU usage with ipi tracepointsStephen Boyd1-2/+2
2015-06-01ARM: redo TTBR setup code for LPAERussell King1-4/+6
2015-04-02ARM: 8338/1: kexec: Relax SMP validation to improve DT compatibilityGeert Uytterhoeven1-0/+5
2015-01-04Revert "ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfo"Pavel Machek1-0/+12
2014-11-21ARM: remove "SMP: Total of %d processors activated." messageRussell King1-3/+0
2014-11-21ARM: reduce "Booted secondary processor" message to debug levelRussell King1-1/+1
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King1-8/+8
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-09-26ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches1-1/+1
2014-09-13arm: Tell irq work about self IPI supportFrederic Weisbecker1-1/+1
2014-08-27ARM: 8131/1: arm/smp: Absorb boot_secondary()Geert Uytterhoeven1-8/+4
2014-08-07ARM: add IPI tracepointsNicolas Pitre1-28/+42
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar1-2/+1
2014-01-21ARM: SMP implementations are not supposed to return from smp_ops.cpu_die()Russell King1-0/+3
2013-12-29ARM: 7918/1: clean up cache handling in core codeNicolas Pitre1-2/+1
2013-11-12Merge branch 'devel-stable' into for-nextRussell King1-1/+22
2013-11-09ARM: 7887/1: Don't smp_cross_call() on UP devices in arch_irq_work_raise()Stephen Boyd1-1/+2
2013-11-07ARM: 7872/1: Support arch_irq_work_raise() via self IPIsStephen Boyd1-0/+18
2013-10-18Merge branch 'for-rmk/arm-mm-lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into devel-stableRussell King1-1/+1
2013-10-10ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar1-1/+1
2013-09-23ARM: SMP: basic IPI triggered completion supportNicolas Pitre1-0/+21
2013-09-06Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-87/+0
2013-09-05Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King1-11/+2
2013-09-02ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfoWill Deacon1-11/+2
2013-08-13ARM: 7807/1: kexec: validate CPU hotplug supportStephen Warren1-0/+10
2013-07-23Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanupOlof Johansson1-87/+0
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-9/+9
2013-06-29Merge branch 'devel-stable' into for-nextRussell King1-4/+17
2013-06-24ARM: smp: Remove local timer APIStephen Boyd1-69/+0
2013-06-24ARM: smp: Remove duplicate dummy timer implementationStephen Boyd1-20/+2
2013-06-18Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stableRussell King1-2/+9
2013-06-17ARM: 7759/1: decouple CPU offlining from reboot/shutdownStephen Warren1-13/+0
2013-06-07ARM: mpu: add MPU initialisation for secondary coresJonathan Austin1-2/+6
2013-06-07ARM: nommu: do not initialise page tables in secondary_data structureWill Deacon1-0/+2
2013-05-30ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy1-2/+9
2013-05-21ARM: smp: Drop RCU_NONIDLE usage in cpu_die()Stephen Boyd1-1/+1
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+38
2013-04-18ARM: smp: flush L1 cache in cpu_die()Russell King1-4/+38