aboutsummaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-08Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 1-2/+4
2021-11-03openrisc: fix SMP tlb flush NULL pointer dereferenceGravatar Stafford Horne 1-2/+4
2021-10-20openrisc: Use of_get_cpu_hwid()Gravatar Rob Herring 1-5/+1
2021-05-12sched/core: Initialize the idle task with preemption disabledGravatar Valentin Schneider 1-2/+0
2021-02-09openrisc: Use devicetree to determine present cpusGravatar Jan Henrik Weinstock 1-6/+17
2020-08-04openrisc: Implement proper SMP tlb flushingGravatar Stafford Horne 1-8/+77
2020-01-31openrisc: use mmgrabGravatar Julia Lawall 1-1/+2
2017-11-03openrisc: fix possible deadlock scenario during timer syncGravatar Stafford Horne 1-1/+1
2017-11-03openrisc: add tick timer multi-core sync logicGravatar Stafford Horne 1-0/+3
2017-11-03openrisc: add cacheflush support to fix icache aliasingGravatar Jan Henrik Weinstock 1-0/+15
2017-11-03openrisc: sleep instead of spin on secondary waitGravatar Stafford Horne 1-0/+5
2017-11-03openrisc: fix initial preempt state for secondary cpu tasksGravatar Stafford Horne 1-0/+1
2017-11-03openrisc: initial SMP supportGravatar Stefan Kristiansson 1-0/+235