summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Fix -Wunused-function warning when !CONFIG_HOTPLUG_CPUYueHaibing2020-09-181-1/+3
* arm64: Remove custom IRQ stat accountingMarc Zyngier2020-09-171-18/+12
* arm64: Kill __smp_cross_call and coMarc Zyngier2020-09-171-31/+7
* arm64: Allow IPIs to be handled as normal interruptsMarc Zyngier2020-09-131-12/+81
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-08-081-3/+3
|\
| * arm64: Fix __cpu_logical_map undefined issueKefeng Wang2020-08-081-3/+3
* | 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
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-1/+1
|\
| * KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTWill Deacon2020-05-161-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-9/+1
|\ \
| | \
| | \
| *-. \ Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n...Will Deacon2020-05-281-9/+1
| |\ \ \ | | |_|/ | |/| |
| | | * arm64: simplify ptrauth initializationMark Rutland2020-04-281-8/+0
| | |/ | |/|
| | * arm64: smp: Make cpus_stuck_in_kernel staticZou Wei2020-04-281-1/+1
| |/
* / arm64/kernel: Fix return value when cpu_online() fails in __cpu_up()Nobuhiro Iwamatsu2020-05-281-1/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-67/+92
|\
| * Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas2020-03-251-0/+8
| |\
| | * arm64: initialize and switch ptrauth kernel keysKristina Martsenko2020-03-181-0/+8
| | |
| | \
| *-. \ Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas2020-03-251-67/+84
| |\ \ \ | | |_|/ | |/| |
| | | * arm64/kernel: Simplify __cpu_up() by bailing out earlyGavin Shan2020-03-171-42/+37
| | |/ | |/|
| | * arm64: Introduce get_cpu_ops() helper functionGavin Shan2020-03-241-24/+46
| | * arm64: Rename cpu_read_ops() to init_cpu_ops()Gavin Shan2020-03-241-1/+1
| |/
* | arm64: smp: fix crash_smp_send_stop() behaviourCristian Marussi2020-03-171-2/+6
* | arm64: smp: fix smp_send_stop() behaviourCristian Marussi2020-03-171-3/+14
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-12-061-0/+4
|\
| * arm64: KVM: Invoke compute_layout() before alternatives are appliedSebastian Andrzej Siewior2019-12-061-0/+4
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-6/+5
|\ \ | |/ |/|
| * arm64: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-6/+5
* | arm64: smp: Treat unknown boot failures as being 'stuck in kernel'Will Deacon2019-08-271-0/+1
* | arm64: smp: Don't enter kernel with NULL stack pointer or task structWill Deacon2019-08-271-0/+1
* | arm64: smp: Increase secondary CPU boot timeout valueWill Deacon2019-08-271-1/+1
* | arm64: smp: Mark expected switch fall-throughAnders Roxell2019-07-291-1/+1
* | arm64: move jump_label_init() before parse_early_param()Kees Cook2019-07-121-5/+0
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-13/+14
|\
| * arm64: Implement panic_smp_self_stop()Aaro Koskinen2019-06-251-6/+13
| * arm64: Improve parking of stopped CPUsJayachandran C2019-06-251-3/+1
| * arm64: fix kernel stack overflow in kdump capture kernelWei Li2019-06-211-7/+1
| * arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry2019-06-211-3/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* acpi: Create subtable parsing infrastructureKeith Busch2019-04-041-2/+2
* arm64: Switch to PMR masking when starting CPUsJulien Thierry2019-02-061-0/+26
* arm64: alternative: Apply alternatives early in boot processDaniel Thompson2019-02-061-0/+7
* arm64: smp: Handle errors reported by the firmwareSuzuki K Poulose2018-12-101-0/+1
* arm64: smp: Rework early feature mismatched detectionWill Deacon2018-12-101-6/+5
* arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon2018-12-101-1/+1
* arm64: mm: Prevent mismatched 52-bit VA supportSteve Capper2018-12-101-0/+5
* arm64: use for_each_of_cpu_node iteratorRob Herring2018-09-281-1/+1
* arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi2018-07-091-11/+28
* arm64: smp: remove cpu and numa topology information when hotplugging out CPUSudeep Holla2018-07-061-0/+3