summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/smp.c
AgeCommit message (Expand)Author
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin
2021-01-23KVM: arm64: Apply hyp relocations at runtimeDavid Brazdil
2021-01-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-01-04arm64/smp: Remove unused irq variable in arch_show_interrupts()Geert Uytterhoeven
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov
2020-12-22KVM: arm64: Skip computing hyp VA layout for VHEDavid Brazdil
2020-12-15arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()Thomas Gleixner
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas
2020-11-10arm64/smp: Drop the macro S(x,s)Anshuman Khandual
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon
2020-10-30arm64/smp: Move rcu_cpu_starting() earlierQian Cai
2020-09-18arm64: Fix -Wunused-function warning when !CONFIG_HOTPLUG_CPUYueHaibing
2020-09-17arm64: Remove custom IRQ stat accountingMarc Zyngier
2020-09-17arm64: Kill __smp_cross_call and coMarc Zyngier
2020-09-13arm64: Allow IPIs to be handled as normal interruptsMarc Zyngier
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-08-08arm64: Fix __cpu_logical_map undefined issueKefeng Wang
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-05-28Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n...Will Deacon
2020-05-28arm64/kernel: Fix return value when cpu_online() fails in __cpu_up()Nobuhiro Iwamatsu
2020-05-16KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTWill Deacon
2020-04-28arm64: smp: Make cpus_stuck_in_kernel staticZou Wei
2020-04-28arm64: simplify ptrauth initializationMark Rutland
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-03-25Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas
2020-03-25Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas
2020-03-24arm64: Introduce get_cpu_ops() helper functionGavin Shan
2020-03-24arm64: Rename cpu_read_ops() to init_cpu_ops()Gavin Shan
2020-03-18arm64: initialize and switch ptrauth kernel keysKristina Martsenko
2020-03-17arm64: smp: fix crash_smp_send_stop() behaviourCristian Marussi
2020-03-17arm64: smp: fix smp_send_stop() behaviourCristian Marussi
2020-03-17arm64/kernel: Simplify __cpu_up() by bailing out earlyGavin Shan
2019-12-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-12-06arm64: KVM: Invoke compute_layout() before alternatives are appliedSebastian Andrzej Siewior
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-10-18arm64: Use pr_warn instead of pr_warningKefeng Wang
2019-08-27arm64: smp: Treat unknown boot failures as being 'stuck in kernel'Will Deacon
2019-08-27arm64: smp: Don't enter kernel with NULL stack pointer or task structWill Deacon
2019-08-27arm64: smp: Increase secondary CPU boot timeout valueWill Deacon
2019-07-29arm64: smp: Mark expected switch fall-throughAnders Roxell
2019-07-12arm64: move jump_label_init() before parse_early_param()Kees Cook
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-25arm64: Implement panic_smp_self_stop()Aaro Koskinen
2019-06-25arm64: Improve parking of stopped CPUsJayachandran C
2019-06-21arm64: fix kernel stack overflow in kdump capture kernelWei Li