aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks1-8/+0
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-5/+6
2022-01-25ARM: drop pointless SMP check on secondary startup pathArd Biesheuvel1-5/+0
2021-12-17ARM: 9158/1: leave it to core code to manage thread_info::cpuArd Biesheuvel1-3/+0
2021-12-06ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel1-0/+11
2021-12-03ARM: remove some dead codeArd Biesheuvel1-5/+0
2021-09-27ARM: smp: Enable THREAD_INFO_IN_TASKArd Biesheuvel1-0/+3
2021-09-27ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel1-0/+2
2021-09-27ARM: smp: Pass task to secondary_start_kernelKeith Packard1-2/+6
2021-07-26printk: remove NMI trackingJohn Ogness1-2/+2
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-02-01ARM: 9047/1: smp: remove unused variableWolfram Sang (Renesas)1-3/+0
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-12-21ARM: 9033/1: arm/smp: Drop the macro S(x,s)Anshuman Khandual1-8/+7
2020-12-15ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()Thomas Gleixner1-1/+1
2020-09-28ARM: Handle no IPI being registered in show_ipi_list()Marc Zyngier1-1/+6
2020-09-18arm: Move ipi_teardown() to a CONFIG_HOTPLUG_CPU sectionMarc Zyngier1-12/+11
2020-09-17ARM: Remove custom IRQ stat accountingMarc Zyngier1-16/+5
2020-09-17ARM: Kill __smp_cross_call and coMarc Zyngier1-19/+7
2020-09-13ARM: Allow IPIs to be handled as normal interruptsMarc Zyngier1-16/+83
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-12-06ARM: 8943/1: Fix topology setup in case of CPU hotplug for CONFIG_SCHED_MCDietmar Eggemann1-0/+4
2019-08-12arm: Use common outgoing-CPU-notification codePaul E. McKenney1-4/+2
2019-07-08Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+1
2019-06-20ARM: 8864/1: Add workaround for I-Cache line size mismatch between CPU coresMarek Szyprowski1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-15Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+15
2019-05-14ARM: prevent tracing IPI_CPU_BACKTRACEArnd Bergmann1-1/+5
2019-05-10cpufreq: Call transition notifier only once for each policyViresh Kumar1-9/+15
2019-03-15Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-nextRussell King1-7/+3
2019-02-01ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King1-1/+3
2019-02-01ARM: smp: remove arch-provided "pen_release"Russell King1-6/+0
2019-02-01ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann1-1/+1
2019-01-02Merge branches 'misc', 'sa1100-for-next' and 'spectre' into for-linusRussell King1-0/+31
2018-11-12ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King1-0/+31
2018-11-08ARM: 8808/1: kexec:offline panic_smp_self_stop CPUYufen Wang1-0/+15
2018-06-05Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King1-2/+5
2018-05-31ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King1-0/+4
2018-05-19ARM: 8765/1: smp: Move clear_tasks_mm_cpumask() call to __cpu_die()Grygorii Strashko1-2/+1
2018-01-21ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries coresVladimir Murzin1-0/+3
2017-10-23ARM: 8708/1: NOMMU: Rework MPU to be mostly done in CVladimir Murzin1-1/+1
2017-05-23arm: Adjust system_state checkThomas Gleixner1-2/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2017-02-28ARM: 8644/1: Reduce "CPU: shutdown" message to debug levelFlorian Fainelli1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2016-10-07nmi_backtrace: do a local dump_stack() instead of a self-NMIChris Metcalf1-9/+0