summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpukit: Compare the function resultKinsey Moore2021-11-011-1/+1
* cpukit: Add signal mapping supportKinsey Moore2021-10-291-0/+104
* 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
* Add support for IDLE Thread stack allocatorJoel Sherrill2021-10-112-3/+68
* score: _Thread_queue_Surrender_priority_ceiling()Sebastian Huber2021-10-111-2/+2
* score: Add Thread_queue_Deadlock_statusSebastian Huber2021-10-013-37/+47
* score: Avoid dead code in thread queue surrenderSebastian Huber2021-10-011-12/+67
* score: Remove _Thread_queue_Do_nothing_extract()Sebastian Huber2021-09-301-14/+2
* score: Add Doxygen group for <sys/lock.h> mutexesSebastian Huber2021-09-301-1/+15
* score: Improve variable names in thread initSebastian Huber2021-09-221-25/+25
* score: Simplify _Thread_Try_initialize()Sebastian Huber2021-09-221-72/+108
* score: Remove unused default scheduler opsSebastian Huber2021-09-211-61/+0
* score: Ensure only one CPU if requiredSebastian Huber2021-09-211-0/+19
* score: Provide two thread pin/unpin defaultsSebastian Huber2021-09-212-6/+79
* score: Split up rbtreenext.cSebastian Huber2021-09-064-28/+177
* score: Limit the CLOCK_REALTIME settingSebastian Huber2021-09-061-1/+1
* score: Add _TOD_Is_valid_new_time_of_day()Sebastian Huber2021-09-063-21/+67
* score: Remove TOD_TICKS_PER_SECOND_method()Sebastian Huber2021-09-061-30/+0