summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Fix SMP priority affinity scheduler yieldSebastian Huber2022-05-131-0/+1
* score: Add SMP priority affinity scheduler yieldTian Ye2022-05-121-0/+18
* score/src: Add file headers and licensesRyan Long2022-05-043-0/+81
* heap: Fix heap statistics with protection enabledSebastian Huber2022-04-281-0/+9
* Remove duplicate SPDX lines accidentally addedJoel Sherrill2022-04-084-8/+0
* smp: Add fatal errorSebastian Huber2022-03-241-0/+5
* score: Add _IO_Relax()Sebastian Huber2022-03-241-0/+53
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-1044-264/+0
* SMP: Fix start multitasking for some targetsSebastian Huber2022-03-091-0/+3
* score: Disable thread dispatching earlierSebastian Huber2022-03-082-6/+6
* mpci: Fix RTEMS_DEBUG supportSebastian Huber2022-03-081-1/+1
* score/src/[t-z]*.c: Change license to BSD-2Joel Sherrill2022-02-2853-159/+1166
* score/src/[n-s]*.c: Change license to BSD-2Joel Sherrill2022-02-2896-288/+2120
* score/src/[a-m]*.c: Change license to BSD-2Joel Sherrill2022-02-2851-153/+1122
* score/src/schedulersimple*.c: Replace found in found in with found inJoel Sherrill2022-02-234-4/+4
* kern_ntptime.c: Port to RTEMSSebastian Huber2022-02-212-3/+141
* kern_ntptime.c: Import from FreeBSDSebastian Huber2022-02-211-0/+1053
* kern_tc: unify timecounter to bintime delta conversionAndriy Gapon2022-02-211-21/+21
* timecounter: Initialize tc_lock earlierMark Johnston2022-02-211-1/+2
* score: Optimize Workspace Handler initializationSebastian Huber2021-11-301-81/+4
* score: Split wkspace.cSebastian Huber2021-11-303-15/+98
* wkspace.c: Change license to BSD-2-ClauseSebastian Huber2021-11-301-5/+24
* score: Properly continue the thread during restartSebastian Huber2021-11-231-3/+3
* score: _Thread_queue_Surrender_no_priority()Sebastian Huber2021-11-231-15/+1
* score: Move _Thread_queue_Extract()Sebastian Huber2021-11-232-34/+60
* score: Simplify thread wait state handlingSebastian Huber2021-11-233-12/+7
* score: Add _Thread_MP_Extract_proxy()Sebastian Huber2021-11-232-29/+25
* score: Remove thread timer earlierSebastian Huber2021-11-231-2/+2
* score: Restrict affinity for EDF SMP schedulerSebastian Huber2021-11-231-6/+27
* score: Rework ask for help requestsSebastian Huber2021-11-232-19/+12
* score: _Scheduler_SMP_Schedule_highest_ready()Sebastian Huber2021-11-235-20/+10
* score: Remove victim thread from CPU allocationSebastian Huber2021-11-232-20/+12
* score: Fix SMP EDF priority group orderingSebastian Huber2021-11-231-13/+61
* score: Add node to insert to Chain_Node_orderSebastian Huber2021-11-232-4/+8
* score: Rework idle handling in SMP schedulersSebastian Huber2021-11-235-48/+259
* score: Add SMP scheduler make/clean stickySebastian Huber2021-11-238-14/+362
* score: Optimize SMP EDF move to ready operationSebastian Huber2021-11-231-7/+13
* score: Rework affine ready queue handlingSebastian Huber2021-11-231-40/+66
* score: Use extract from scheduled callbacksSebastian Huber2021-11-235-0/+21
* score: Remove return value from enqueue scheduledSebastian Huber2021-11-235-10/+10
* score: Add red-black tree append/prependSebastian Huber2021-11-232-0/+116
* cpukit: Consistize OAR copyright headersKinsey Moore2021-11-221-1/+1
* rtems: Add new clock manager directivesSebastian Huber2021-11-151-0/+56
* score: Add _Timecounter_Set_NTP_update_second()Sebastian Huber2021-11-151-5/+25
* score: Optimize timehand updates for non-SMPSebastian Huber2021-11-151-8/+36
* score: Port large time delta support to RTEMSSebastian Huber2021-11-151-3/+22
* score: Initialize timehand generation to UINT_MAXSebastian Huber2021-11-151-1/+1
* timecounter: Load the currently selected tc once in tc_windup()Mark Johnston2021-11-151-7/+16
* kern_tc.c: Scaling/large delta recalculationSebastian Huber2021-11-151-38/+50
* timecounter: Lock the timecounter listMark Johnston2021-11-151-10/+30