summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-15rtems: Add new clock manager directivesSebastian Huber1-0/+56
2021-11-15score: Add _Timecounter_Set_NTP_update_second()Sebastian Huber1-5/+25
2021-11-15score: Optimize timehand updates for non-SMPSebastian Huber1-8/+36
2021-11-15score: Port large time delta support to RTEMSSebastian Huber1-3/+22
2021-11-15score: Initialize timehand generation to UINT_MAXSebastian Huber1-1/+1
2021-11-15timecounter: Load the currently selected tc once in tc_windup()Mark Johnston1-7/+16
2021-11-15kern_tc.c: Scaling/large delta recalculationSebastian Huber1-38/+50
2021-11-15timecounter: Lock the timecounter listMark Johnston1-10/+30
2021-11-15timecounter: Let kern.timecounter.stepwarnings be set as a tunableMark Johnston1-1/+1
2021-11-15Remove "All Rights Reserved" fromEd Maste1-1/+0
2021-11-15kern: clarify boot timeWarner Losh1-1/+7
2021-11-15Make kern.timecounter.hardware tunableKonstantin Belousov1-5/+18
2021-11-15Add ddb 'show timecounter' command.Konstantin Belousov1-1/+31
2021-11-15Changes that improve DTrace FBT reliabilityRobert Watson1-0/+15
2021-11-15Remove double-calls to tc_get_timecount()Konstantin Belousov1-3/+0
2021-11-15Mark more nodes as CTLFLAG_MPSAFEPawel Biernacki1-13/+24
2021-11-15Consolidate read code for timecountersKonstantin Belousov1-145/+87
2021-11-15Remove duplicated empty lines from kern/*.cMateusz Guzik1-1/+0
2021-11-15Initialize timehands linkage much earlier.Konstantin Belousov1-12/+22
2021-11-15Make timehands count selectable at boottime.Konstantin Belousov1-5/+45
2021-11-15Instead of using an incomplete list of platformsOlivier Houchard1-1/+2
2021-11-15Create a new macro for static DPCPU data.Andrew Turner1-2/+2
2021-11-15tc: bcopy -> memcpyMateusz Guzik1-2/+1
2021-11-15Move most of the contents of opt_compat.hBrooks Davis1-1/+0
2021-11-15score: Remove FreeBSD identifierSebastian Huber1-1/+1
2021-11-15Use atomic_load(9) to read ppsinfo sequence numbers.Konstantin Belousov1-4/+4
2021-11-15SPDX: use the Beerware identifier.Pedro F. Giffuni1-0/+2
2021-11-15score: Introduce CPU budget operationsSebastian Huber17-122/+242
2021-11-15score: Do not shadow parameterSebastian Huber1-4/+4
2021-11-01bsps/aarch64: Set interrupt level correctlyKinsey Moore1-5/+11
2021-11-01aarch64: Break out MMU definitionsKinsey Moore1-0/+97
2021-11-01cpukit/aarch64: Use correct debug register namesKinsey Moore1-16/+1096
2021-11-01cpukit: Compare the function resultKinsey Moore1-1/+1
2021-10-29cpukit: Add signal mapping supportKinsey Moore1-0/+104
2021-10-29cpukit/aarch64: Add exception extensions supportKinsey Moore4-84/+292
2021-10-29cpukit: Add exception extensionsKinsey Moore1-0/+63
2021-10-25score: Move code block to separate functionSebastian Huber1-26/+32
2021-10-25score: Do not shadow lock_context local variableSebastian Huber1-2/+0
2021-10-25rtems: Fix rate monotonic statisticsSebastian Huber2-9/+94
2021-10-25score: Optimize default idle task stack allocatorSebastian Huber1-3/+9
2021-10-13microblaze: Rework for RTEMS 6Alex White12-1490/+963
2021-10-13bsps: Add MicroBlaze FPGA BSPHesham ALMatary5-79/+238
2021-10-13score: Add MicroBlaze portJoel Sherrill4-0/+1626
2021-10-11Add support for IDLE Thread stack allocatorJoel Sherrill2-3/+68
2021-10-11score: _Thread_queue_Surrender_priority_ceiling()Sebastian Huber1-2/+2
2021-10-04improve the format error reporting on i386Zacchaeus Leung1-4/+4
2021-10-01cpukit/aarch64: Use correct interrupt level typesKinsey Moore2-4/+4
2021-10-01cpukit/aarch64: Use correct context register setsKinsey Moore2-55/+123
2021-10-01score: Add Thread_queue_Deadlock_statusSebastian Huber3-37/+47
2021-10-01score: Avoid dead code in thread queue surrenderSebastian Huber1-12/+67