summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-9/+1
2020-05-28Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n...Will Deacon1-9/+1
2020-05-28arm64/kernel: Fix return value when cpu_online() fails in __cpu_up()Nobuhiro Iwamatsu1-1/+1
2020-05-16KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTWill Deacon1-1/+1
2020-04-28arm64: smp: Make cpus_stuck_in_kernel staticZou Wei1-1/+1
2020-04-28arm64: simplify ptrauth initializationMark Rutland1-8/+0
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-67/+92
2020-03-25Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas1-0/+8
2020-03-25Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas1-67/+84
2020-03-24arm64: Introduce get_cpu_ops() helper functionGavin Shan1-24/+46
2020-03-24arm64: Rename cpu_read_ops() to init_cpu_ops()Gavin Shan1-1/+1
2020-03-18arm64: initialize and switch ptrauth kernel keysKristina Martsenko1-0/+8
2020-03-17arm64: smp: fix crash_smp_send_stop() behaviourCristian Marussi1-2/+6
2020-03-17arm64: smp: fix smp_send_stop() behaviourCristian Marussi1-3/+14
2020-03-17arm64/kernel: Simplify __cpu_up() by bailing out earlyGavin Shan1-42/+37
2019-12-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+4
2019-12-06arm64: KVM: Invoke compute_layout() before alternatives are appliedSebastian Andrzej Siewior1-0/+4
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-6/+5
2019-10-18arm64: Use pr_warn instead of pr_warningKefeng Wang1-6/+5
2019-08-27arm64: smp: Treat unknown boot failures as being 'stuck in kernel'Will Deacon1-0/+1
2019-08-27arm64: smp: Don't enter kernel with NULL stack pointer or task structWill Deacon1-0/+1
2019-08-27arm64: smp: Increase secondary CPU boot timeout valueWill Deacon1-1/+1
2019-07-29arm64: smp: Mark expected switch fall-throughAnders Roxell1-1/+1
2019-07-12arm64: move jump_label_init() before parse_early_param()Kees Cook1-5/+0
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-13/+14
2019-06-25arm64: Implement panic_smp_self_stop()Aaro Koskinen1-6/+13
2019-06-25arm64: Improve parking of stopped CPUsJayachandran C1-3/+1
2019-06-21arm64: fix kernel stack overflow in kdump capture kernelWei Li1-7/+1
2019-06-21arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry1-3/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch1-2/+2
2019-02-06arm64: Switch to PMR masking when starting CPUsJulien Thierry1-0/+26
2019-02-06arm64: alternative: Apply alternatives early in boot processDaniel Thompson1-0/+7
2018-12-10arm64: smp: Handle errors reported by the firmwareSuzuki K Poulose1-0/+1
2018-12-10arm64: smp: Rework early feature mismatched detectionWill Deacon1-6/+5
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon1-1/+1
2018-12-10arm64: mm: Prevent mismatched 52-bit VA supportSteve Capper1-0/+5
2018-09-28arm64: use for_each_of_cpu_node iteratorRob Herring1-1/+1
2018-07-09arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi1-11/+28
2018-07-06arm64: smp: remove cpu and numa topology information when hotplugging out CPUSudeep Holla1-0/+3
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla1-0/+2
2018-06-19arm64: make secondary_start_kernel() notraceZhizhou Zhang1-1/+1
2018-03-26arm64: capabilities: Change scope of VHE to Boot CPU featureSuzuki K Poulose1-38/+0
2018-03-26arm64: capabilities: Move errata work around check on boot CPUSuzuki K Poulose1-6/+0
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse1-1/+10
2017-11-02arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse1-2/+1
2017-11-02arm64: explicitly mask all exceptionsJames Morse1-6/+3