summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill102-612/+1
2022-03-09SMP: Fix start multitasking for some targetsSebastian Huber7-0/+59
2022-03-08score: Disable thread dispatching earlierSebastian Huber2-6/+6
2022-03-08mpci: Fix RTEMS_DEBUG supportSebastian Huber1-1/+1
2022-02-28score/cpu/v850: Change license to BSD-2Joel Sherrill8-24/+176
2022-02-28score/cpu/sparc64: Change license to BSD-2Joel Sherrill9-27/+198
2022-02-28score/cpu/sparc: Change license to BSD-2Joel Sherrill16-48/+352
2022-02-28score/cpu/powerpc: Change license to BSD-2Joel Sherrill10-34/+219
2022-02-28score/cpu/or1k: Change license to BSD-2Joel Sherrill14-42/+308
2022-02-28score/cpu/no_cpu: Change license to BSD-2Joel Sherrill9-27/+198
2022-02-28score/cpu/nios2: Change license to BSD-2Joel Sherrill27-81/+594
2022-02-28score/cpu/mips: Change license to BSD-2Joel Sherrill6-18/+132
2022-02-28score/cpu/m68k: Change license to BSD-2Joel Sherrill8-24/+176
2022-02-28score/cpu/i386: Change license to BSD-2Joel Sherrill10-30/+218
2022-02-28score/cpu/arm: Change license to BSD-2Joel Sherrill38-115/+836
2022-02-28score/src/[t-z]*.c: Change license to BSD-2Joel Sherrill53-159/+1166
2022-02-28score/src/[n-s]*.c: Change license to BSD-2Joel Sherrill96-288/+2120
2022-02-28score/src/[a-m]*.c: Change license to BSD-2Joel Sherrill51-153/+1122
2022-02-25riscv: Use zicsr architecture extensionSebastian Huber5-11/+46
2022-02-23score/cpu/i386: Clean up file headers in prep for license change.Joel Sherrill3-6/+9
2022-02-23score/src/schedulersimple*.c: Replace found in found in with found inJoel Sherrill4-4/+4
2022-02-23cpukit/libdebugger: Add MicroBlaze supportKinsey Moore1-0/+24
2022-02-23microblaze: Decouple exceptions from interruptsKinsey Moore2-8/+8
2022-02-21kern_ntptime.c: Port to RTEMSSebastian Huber2-3/+141
2022-02-21kern_ntptime.c: Import from FreeBSDSebastian Huber1-0/+1053
2022-02-21kern_tc: unify timecounter to bintime delta conversionAndriy Gapon1-21/+21
2022-02-21timecounter: Initialize tc_lock earlierMark Johnston1-1/+2
2022-02-04cpukit/microblaze: Simplify dispatch assemblyKinsey Moore1-45/+3
2022-02-04cpukit/microblaze: Clarify interrupt frame usageKinsey Moore2-5/+14
2022-02-04cpukit/microblaze: Add exception extensionsKinsey Moore3-0/+388
2022-02-04cpukit/microblaze: Add debug vector and handlerKinsey Moore2-0/+35
2022-02-04cpukit/microblaze: Add exception frameworkKinsey Moore3-17/+187
2022-02-01microblaze: Add support for libbsd networkingAlex White2-4/+1
2022-01-17arm: Optimize interrupt handlingSebastian Huber3-0/+53
2022-01-17arm: Fix stack alignment during interrupt handlingSebastian Huber1-10/+23
2022-01-17arm: Avoid duplicate move from CPSRSebastian Huber1-4/+3
2022-01-15arm: Rework per-CPU control in interrupt handlingSebastian Huber1-56/+46
2022-01-15arm: Use push/pop instructions for readabilitySebastian Huber1-11/+11
2021-11-30score: Optimize Workspace Handler initializationSebastian Huber1-81/+4
2021-11-30score: Split wkspace.cSebastian Huber3-15/+98
2021-11-30wkspace.c: Change license to BSD-2-ClauseSebastian Huber1-5/+24
2021-11-30arm: Add AARCH32_PMSA_DATA_READ_WRITE_DEFAULTSebastian Huber1-8/+28
2021-11-30arm: Fix AARCH32_PMSA_DATA_READ_WRITE_CACHEDSebastian Huber1-1/+1
2021-11-26sparc: Add workaround for GRLIB-TN-0011Sebastian Huber1-0/+12
2021-11-23score: Properly continue the thread during restartSebastian Huber1-3/+3
2021-11-23score: _Thread_queue_Surrender_no_priority()Sebastian Huber1-15/+1
2021-11-23score: Move _Thread_queue_Extract()Sebastian Huber2-34/+60
2021-11-23score: Simplify thread wait state handlingSebastian Huber3-12/+7
2021-11-23score: Add _Thread_MP_Extract_proxy()Sebastian Huber2-29/+25
2021-11-23score: Remove thread timer earlierSebastian Huber1-2/+2