summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/smp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* csky/smp: Switch to hotplug core state synchronizationThomas Gleixner2023-05-151-6/+2
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-291-1/+1
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
* | csky/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf2023-03-071-0/+2
|/
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+1
* profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-301-5/+0
* csky: Use of_get_cpu_hwid()Rob Herring2021-10-201-4/+2
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
* csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren2021-01-121-4/+3
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* csky: Add arch_show_interrupts for IPI interruptsGuo Ren2020-07-311-8/+41
* csky: Add irq_work supportGuo Ren2020-07-311-0/+12
* csky: Add cpu feature register hint for smpGuo Ren2020-07-311-0/+3
* csky: Fixup cpu speculative execution to IO areaGuo Ren2020-04-031-0/+3
* csky: Fixup init_fpu compile warning with __initGuo Ren2020-03-081-0/+3
* csky/smp: Fixup boot failed when CONFIG_SMPGuo Ren2020-02-211-1/+1
* csky: Revert mmu ASID mechanismGuo Ren2019-07-191-2/+0
* csky: coding convention: Use task_stack_pageGuo Ren2019-02-131-1/+2
* csky: CPU-hotplug supported for SMPGuo Ren2018-12-311-15/+56
* csky: Don't leak device tree node referenceYangtao Li2018-12-301-1/+1
* csky: SMP supportGuo Ren2018-10-251-0/+237