summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-15arm64: smp: Switch to hotplug core state synchronizationThomas Gleixner1-9/+5
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf1-1/+1
2023-04-14arm64/cpu: Mark cpu_park_loop() and friends __noreturnJosh Poimboeuf1-3/+5
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-24sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider1-1/+0
2023-03-07arm64/cpu: Mark cpu_die() __noreturnJosh Poimboeuf1-1/+1
2023-01-13arm64, smp: Remove trace_.*_rcuidle() usagePeter Zijlstra1-2/+2
2022-07-30profile: setup_profiling_timer() is moslty not implementedBen Dooks1-8/+0
2022-05-06cpufreq: CPPC: Add per_cpu efficiency_classPierre Gondois1-0/+1
2022-04-04arch/arm64: Fix topology initialization for core schedulingPhil Auld1-1/+1
2021-11-03Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-29/+2
2021-10-20arm64: Use of_get_cpu_hwid()Rob Herring1-29/+2
2021-10-11arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()Will Deacon1-1/+2
2021-06-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-9/+7
2021-06-24Merge branch 'for-next/misc' into for-next/coreWill Deacon1-1/+1
2021-06-18arm64: smp: Bump debugging information print down to KERN_DEBUGLee Jones1-1/+1
2021-05-27arm64: smp: initialize cpu offset earlierMark Rutland1-4/+6
2021-05-27arm64: smp: remove stack from secondary_dataMark Rutland1-2/+0
2021-05-27arm64: smp: remove pointless secondary_data maintenanceMark Rutland1-2/+0
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin1-0/+1
2021-01-23KVM: arm64: Apply hyp relocations at runtimeDavid Brazdil1-1/+3
2021-01-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2021-01-04arm64/smp: Remove unused irq variable in arch_show_interrupts()Geert Uytterhoeven1-1/+0
2020-12-25Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov1-0/+2
2020-12-22KVM: arm64: Skip computing hyp VA layout for VHEDavid Brazdil1-1/+1
2020-12-15arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()Thomas Gleixner1-1/+1
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas1-0/+1
2020-11-10arm64/smp: Drop the macro S(x,s)Anshuman Khandual1-8/+7
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon1-0/+1
2020-10-30arm64/smp: Move rcu_cpu_starting() earlierQian Cai1-0/+1
2020-09-18arm64: Fix -Wunused-function warning when !CONFIG_HOTPLUG_CPUYueHaibing1-1/+3
2020-09-17arm64: Remove custom IRQ stat accountingMarc Zyngier1-18/+12
2020-09-17arm64: Kill __smp_cross_call and coMarc Zyngier1-31/+7
2020-09-13arm64: Allow IPIs to be handled as normal interruptsMarc Zyngier1-12/+81
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+3
2020-08-08arm64: Fix __cpu_logical_map undefined issueKefeng Wang1-3/+3
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-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-06-02Merge 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