summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-222-2/+2
* 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
* timecounter: Let kern.timecounter.stepwarnings be set as a tunableMark Johnston2021-11-151-1/+1
* Remove "All Rights Reserved" fromEd Maste2021-11-151-1/+0
* kern: clarify boot timeWarner Losh2021-11-151-1/+7
* Make kern.timecounter.hardware tunableKonstantin Belousov2021-11-151-5/+18
* Add ddb 'show timecounter' command.Konstantin Belousov2021-11-151-1/+31
* Changes that improve DTrace FBT reliabilityRobert Watson2021-11-151-0/+15
* Remove double-calls to tc_get_timecount()Konstantin Belousov2021-11-151-3/+0
* Mark more nodes as CTLFLAG_MPSAFEPawel Biernacki2021-11-151-13/+24
* Consolidate read code for timecountersKonstantin Belousov2021-11-151-145/+87
* Remove duplicated empty lines from kern/*.cMateusz Guzik2021-11-151-1/+0
* Initialize timehands linkage much earlier.Konstantin Belousov2021-11-151-12/+22
* Make timehands count selectable at boottime.Konstantin Belousov2021-11-151-5/+45
* Instead of using an incomplete list of platformsOlivier Houchard2021-11-151-1/+2
* Create a new macro for static DPCPU data.Andrew Turner2021-11-151-2/+2
* tc: bcopy -> memcpyMateusz Guzik2021-11-151-2/+1
* Move most of the contents of opt_compat.hBrooks Davis2021-11-151-1/+0
* score: Remove FreeBSD identifierSebastian Huber2021-11-151-1/+1
* Use atomic_load(9) to read ppsinfo sequence numbers.Konstantin Belousov2021-11-151-4/+4
* SPDX: use the Beerware identifier.Pedro F. Giffuni2021-11-151-0/+2
* score: Introduce CPU budget operationsSebastian Huber2021-11-1517-122/+242
* score: Do not shadow parameterSebastian Huber2021-11-151-4/+4
* bsps/aarch64: Set interrupt level correctlyKinsey Moore2021-11-011-5/+11
* aarch64: Break out MMU definitionsKinsey Moore2021-11-011-0/+97
* cpukit/aarch64: Use correct debug register namesKinsey Moore2021-11-011-16/+1096
* cpukit: Compare the function resultKinsey Moore2021-11-011-1/+1
* cpukit: Add signal mapping supportKinsey Moore2021-10-291-0/+104
* cpukit/aarch64: Add exception extensions supportKinsey Moore2021-10-294-84/+292
* cpukit: Add exception extensionsKinsey Moore2021-10-291-0/+63
* score: Move code block to separate functionSebastian Huber2021-10-251-26/+32
* score: Do not shadow lock_context local variableSebastian Huber2021-10-251-2/+0
* rtems: Fix rate monotonic statisticsSebastian Huber2021-10-252-9/+94
* score: Optimize default idle task stack allocatorSebastian Huber2021-10-251-3/+9
* microblaze: Rework for RTEMS 6Alex White2021-10-1312-1490/+963
* bsps: Add MicroBlaze FPGA BSPHesham ALMatary2021-10-135-79/+238
* score: Add MicroBlaze portJoel Sherrill2021-10-134-0/+1626