summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Apply hyp relocations at runtimeDavid Brazdil2021-01-231-1/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-01-081-1/+1
|\
| * KVM: arm64: Skip computing hyp VA layout for VHEDavid Brazdil2020-12-221-1/+1
* | arm64/smp: Remove unused irq variable in arch_show_interrupts()Geert Uytterhoeven2021-01-041-1/+0
* | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-1/+1
|\ \
| * | arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()Thomas Gleixner2020-12-151-1/+1
| |/
* | kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov2020-12-221-0/+2
* | Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-091-0/+1
|\|
| * arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon2020-11-101-0/+1
* | arm64/smp: Drop the macro S(x,s)Anshuman Khandual2020-11-101-8/+7
|/
* arm64/smp: Move rcu_cpu_starting() earlierQian Cai2020-10-301-0/+1
* 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