summaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-4/+0
2023-08-21openrisc: Add missing prototypes for assembly called fnctionsStafford Horne1-0/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks1-6/+0
2021-11-08Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-2/+4
2021-11-03openrisc: fix SMP tlb flush NULL pointer dereferenceStafford Horne1-2/+4
2021-10-20openrisc: Use of_get_cpu_hwid()Rob Herring1-5/+1
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-2/+0
2021-02-09openrisc: Use devicetree to determine present cpusJan Henrik Weinstock1-6/+17
2020-08-04openrisc: Implement proper SMP tlb flushingStafford Horne1-8/+77
2020-01-31openrisc: use mmgrabJulia Lawall1-1/+2
2017-11-03openrisc: fix possible deadlock scenario during timer syncStafford Horne1-1/+1
2017-11-03openrisc: add tick timer multi-core sync logicStafford Horne1-0/+3
2017-11-03openrisc: add cacheflush support to fix icache aliasingJan Henrik Weinstock1-0/+15
2017-11-03openrisc: sleep instead of spin on secondary waitStafford Horne1-0/+5
2017-11-03openrisc: fix initial preempt state for secondary cpu tasksStafford Horne1-0/+1
2017-11-03openrisc: initial SMP supportStefan Kristiansson1-0/+235