summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-4/+0
* openrisc: Add missing prototypes for assembly called fnctionsStafford Horne2023-08-211-0/+2
* treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-6/+0
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2021-11-081-2/+4
|\
| * openrisc: fix SMP tlb flush NULL pointer dereferenceStafford Horne2021-11-031-2/+4
* | openrisc: Use of_get_cpu_hwid()Rob Herring2021-10-201-5/+1
|/
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-2/+0
* openrisc: Use devicetree to determine present cpusJan Henrik Weinstock2021-02-091-6/+17
* openrisc: Implement proper SMP tlb flushingStafford Horne2020-08-041-8/+77
* openrisc: use mmgrabJulia Lawall2020-01-311-1/+2
* openrisc: fix possible deadlock scenario during timer syncStafford Horne2017-11-031-1/+1
* openrisc: add tick timer multi-core sync logicStafford Horne2017-11-031-0/+3
* openrisc: add cacheflush support to fix icache aliasingJan Henrik Weinstock2017-11-031-0/+15
* openrisc: sleep instead of spin on secondary waitStafford Horne2017-11-031-0/+5
* openrisc: fix initial preempt state for secondary cpu tasksStafford Horne2017-11-031-0/+1
* openrisc: initial SMP supportStefan Kristiansson2017-11-031-0/+235