summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* arm, smp: Remove trace_.*_rcuidle() usagePeter Zijlstra2023-01-131-3/+3
* ARM: 9257/1: Disable FIQs (but not IRQs) on CPUs shutdown pathsGuilherme G. Piccoli2022-11-071-3/+2
* profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-8/+0
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-231-5/+6
|\
| * ARM: drop pointless SMP check on secondary startup pathArd Biesheuvel2022-01-251-5/+0
| * ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel2021-12-061-0/+11
| * ARM: remove some dead codeArd Biesheuvel2021-12-031-5/+0
* | ARM: 9158/1: leave it to core code to manage thread_info::cpuArd Biesheuvel2021-12-171-3/+0
|/
* ARM: smp: Enable THREAD_INFO_IN_TASKArd Biesheuvel2021-09-271-0/+3
* ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel2021-09-271-0/+2
* ARM: smp: Pass task to secondary_start_kernelKeith Packard2021-09-271-2/+6
* printk: remove NMI trackingJohn Ogness2021-07-261-2/+2
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
* ARM: 9047/1: smp: remove unused variableWolfram Sang (Renesas)2021-02-011-3/+0
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-1/+1
|\
| * ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()Thomas Gleixner2020-12-151-1/+1
* | ARM: 9033/1: arm/smp: Drop the macro S(x,s)Anshuman Khandual2020-12-211-8/+7
|/
* ARM: Handle no IPI being registered in show_ipi_list()Marc Zyngier2020-09-281-1/+6
* arm: Move ipi_teardown() to a CONFIG_HOTPLUG_CPU sectionMarc Zyngier2020-09-181-12/+11
* ARM: Remove custom IRQ stat accountingMarc Zyngier2020-09-171-16/+5
* ARM: Kill __smp_cross_call and coMarc Zyngier2020-09-171-19/+7
* ARM: Allow IPIs to be handled as normal interruptsMarc Zyngier2020-09-131-16/+83
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* ARM: 8943/1: Fix topology setup in case of CPU hotplug for CONFIG_SCHED_MCDietmar Eggemann2019-12-061-0/+4
* arm: Use common outgoing-CPU-notification codePaul E. McKenney2019-08-121-4/+2
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-07-081-0/+1
|\
| * ARM: 8864/1: Add workaround for I-Cache line size mismatch between CPU coresMarek Szyprowski2019-06-201-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-05-151-9/+15
|\
| * cpufreq: Call transition notifier only once for each policyViresh Kumar2019-05-101-9/+15
* | ARM: prevent tracing IPI_CPU_BACKTRACEArnd Bergmann2019-05-141-1/+5
|/
*-. Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-nextRussell King2019-03-151-7/+3
|\ \
| | * ARM: smp: remove arch-provided "pen_release"Russell King2019-02-011-6/+0
| * | ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King2019-02-011-1/+3
| |/
* / ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann2019-02-011-1/+1
|/
*-. Merge branches 'misc', 'sa1100-for-next' and 'spectre' into for-linusRussell King2019-01-021-0/+31
|\ \
| | * ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2018-11-121-0/+31
* | | ARM: 8808/1: kexec:offline panic_smp_self_stop CPUYufen Wang2018-11-081-0/+15
|/ /
| |
| \
*-. | Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-06-051-2/+5
|\ \|
| | * ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King2018-05-311-0/+4
| |/ |/|
| * ARM: 8765/1: smp: Move clear_tasks_mm_cpumask() call to __cpu_die()Grygorii Strashko2018-05-191-2/+1
|/
* ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries coresVladimir Murzin2018-01-211-0/+3
* ARM: 8708/1: NOMMU: Rework MPU to be mostly done in CVladimir Murzin2017-10-231-1/+1
* arm: Adjust system_state checkThomas Gleixner2017-05-231-2/+1
* 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