summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-281-1/+1
|\
| * ARM: 8644/1: Reduce "CPU: shutdown" message to debug levelFlorian Fainelli2017-02-281-1/+1
* | mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
|/
* nmi_backtrace: do a local dump_stack() instead of a self-NMIChris Metcalf2016-10-071-9/+0
* nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-2/+2
* ARM: 8595/2: apply more __ro_after_initKees Cook2016-08-121-1/+1
* Merge tag 'fixes-rcu-fiq-signed' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2016-06-181-1/+1
|\
| * arm: Use _rcuidle for smp_cross_call() tracepointsPaul E. McKenney2016-06-141-1/+1
* | printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-201-0/+2
|/
* arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* ARM: 8488/1: Make IPI_CPU_BACKTRACE a "non-secure" SGIMarc Zyngier2015-12-221-1/+6
* ARM: 8487/1: Remove IPI_CALL_FUNC_SINGLEMarc Zyngier2015-12-221-9/+1
* ARM: 8439/1: Fix backtrace generation when IPI is maskedDaniel Thompson2015-10-031-0/+9
* ARM: 8424/1: add const qualifier to the argument of smp_set_ops()Masahiro Yamada2015-09-221-1/+1
* ARM: 8422/1: enable imprecise aborts during early kernel startupLucas Stach2015-09-221-0/+1
* Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-081-0/+18
|\
| * ARM: add basic support for on-demand backtrace of other CPUsRussell King2015-07-171-0/+18
| |
| \
*-. \ Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King2015-09-031-4/+17
|\ \ \ | |_|/ |/| |
| | * ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die()Stephen Boyd2015-08-251-1/+1
| | * ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggableStephen Boyd2015-07-311-1/+14
| |/ |/|
| * Merge branches 'fixes' and 'ioremap' into for-linusRussell King2015-07-071-4/+6
| |\ | |/ |/|
| * ARM: 8393/1: smp: Fix suspicious RCU usage with ipi tracepointsStephen Boyd2015-06-291-2/+2
* | ARM: redo TTBR setup code for LPAERussell King2015-06-011-4/+6
|/
* ARM: 8338/1: kexec: Relax SMP validation to improve DT compatibilityGeert Uytterhoeven2015-04-021-0/+5
* 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/+0
* 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/+4
|/
* ARM: add IPI tracepointsNicolas Pitre2014-08-071-28/+42
* cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-2/+1
* 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/+1
* 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-101-1/+1
| * | ARM: SMP: basic IPI triggered completion supportNicolas Pitre2013-09-231-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/+0
|\
| * Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-07-231-87/+0
| |\
| | * ARM: smp: Remove local timer APIStephen Boyd2013-06-241-69/+0
| | * ARM: smp: Remove duplicate dummy timer implementationStephen Boyd2013-06-241-20/+2
| | |
| \ \
*-. \ \ Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King2013-09-051-11/+2
|\ \ \ \ | | |/ / | |/| |