summaryrefslogtreecommitdiff
path: root/arch/csky/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-4/+0
2023-05-15csky/smp: Switch to hotplug core state synchronizationThomas Gleixner1-6/+2
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-07csky/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf1-0/+2
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+1
2022-07-30profile: setup_profiling_timer() is moslty not implementedBen Dooks1-5/+0
2021-10-20csky: Use of_get_cpu_hwid()Rob Herring1-4/+2
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren1-4/+3
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-07-31csky: Add arch_show_interrupts for IPI interruptsGuo Ren1-8/+41
2020-07-31csky: Add irq_work supportGuo Ren1-0/+12
2020-07-31csky: Add cpu feature register hint for smpGuo Ren1-0/+3
2020-04-03csky: Fixup cpu speculative execution to IO areaGuo Ren1-0/+3
2020-03-08csky: Fixup init_fpu compile warning with __initGuo Ren1-0/+3
2020-02-21csky/smp: Fixup boot failed when CONFIG_SMPGuo Ren1-1/+1
2019-07-19csky: Revert mmu ASID mechanismGuo Ren1-2/+0
2019-02-13csky: coding convention: Use task_stack_pageGuo Ren1-1/+2
2018-12-31csky: CPU-hotplug supported for SMPGuo Ren1-15/+56
2018-12-30csky: Don't leak device tree node referenceYangtao Li1-1/+1
2018-10-25csky: SMP supportGuo Ren1-0/+237