summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Fix unlimited objects supportSebastian Huber2022-07-181-5/+7
* score: Fix _Objects_Active_count()Sebastian Huber2022-07-181-5/+13
* heap: Fix heap statistics with protection enabledSebastian Huber2022-05-041-0/+9
* score: Add _Timecounter_Set_NTP_update_second()Sebastian Huber2021-11-161-2/+21
* score: Optimize timehand updates for non-SMPSebastian Huber2021-11-161-8/+36
* score: Port large time delta support to RTEMSSebastian Huber2021-11-161-3/+22
* score: Initialize timehand generation to UINT_MAXSebastian Huber2021-11-161-1/+1
* timecounter: Load the currently selected tc once in tc_windup()Mark Johnston2021-11-161-7/+16
* kern_tc.c: Scaling/large delta recalculationSebastian Huber2021-11-161-38/+50
* timecounter: Lock the timecounter listMark Johnston2021-11-161-10/+30
* timecounter: Let kern.timecounter.stepwarnings be set as a tunableMark Johnston2021-11-161-1/+1
* Remove "All Rights Reserved" fromEd Maste2021-11-161-1/+0
* kern: clarify boot timeWarner Losh2021-11-161-1/+7
* Make kern.timecounter.hardware tunableKonstantin Belousov2021-11-161-5/+18
* Add ddb 'show timecounter' command.Konstantin Belousov2021-11-161-1/+31
* Changes that improve DTrace FBT reliabilityRobert Watson2021-11-161-0/+15
* Remove double-calls to tc_get_timecount()Konstantin Belousov2021-11-161-3/+0
* Mark more nodes as CTLFLAG_MPSAFEPawel Biernacki2021-11-161-13/+24
* Consolidate read code for timecountersKonstantin Belousov2021-11-161-145/+87
* Remove duplicated empty lines from kern/*.cMateusz Guzik2021-11-161-1/+0
* Initialize timehands linkage much earlier.Konstantin Belousov2021-11-161-12/+22
* Make timehands count selectable at boottime.Konstantin Belousov2021-11-161-5/+45
* Instead of using an incomplete list of platformsOlivier Houchard2021-11-161-1/+2
* Create a new macro for static DPCPU data.Andrew Turner2021-11-161-2/+2
* tc: bcopy -> memcpyMateusz Guzik2021-11-161-2/+1
* Move most of the contents of opt_compat.hBrooks Davis2021-11-161-1/+0
* score: Remove FreeBSD identifierSebastian Huber2021-11-161-1/+1
* Use atomic_load(9) to read ppsinfo sequence numbers.Konstantin Belousov2021-11-161-4/+4
* SPDX: use the Beerware identifier.Pedro F. Giffuni2021-11-161-0/+2
* kern_tc.c: Remove unused codeSebastian Huber2021-11-161-6/+0
* Add support for IDLE Thread stack allocatorJoel Sherrill2021-10-072-3/+68
* sparc,leon: avoid triggering LEON3FT errata TN-0009Daniel Hellstrom2021-03-071-2/+3
* sparc,leon: avoid triggering TN-0009 bad sequenceDaniel Hellstrom2021-03-071-1/+2
* sparc: fix bad register alignment for 64 bit storeDaniel Hellstrom2021-03-071-1/+3
* sparc: Remove sequences that the B2BST scan script warns aboutDaniel Cederman2021-03-072-3/+6
* score: Add barrier thread queue operationsSebastian Huber2021-02-062-3/+32
* score: Make FIFO thread queue ops publicSebastian Huber2021-02-061-8/+9
* score: Constify Thread_queue_First_operationSebastian Huber2021-02-061-6/+6
* bsps/arm: Workaround for Errata 845369Sebastian Huber2020-10-161-0/+32
* i386/score: fix assembly mnemonicGedare Bloom2020-10-021-1/+1
* i386: Fix possible race condition on first context restoreJan Sommer2020-07-291-1/+1
* bsp/pc386: Define interrupt stack frame for smpJan Sommer2020-06-112-13/+17
* bsp/pc386: Update context switch and restoreJan Sommer2020-06-112-16/+51
* bsp/pc386: Update GDT to work for SMPJan Sommer2020-06-112-5/+32
* arm: Fix ARMv7-M exception handlerSebastian Huber2020-05-271-8/+15
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-2833-33/+66
* Canonicalize config.h includeSebastian Huber2020-04-16286-331/+331
* score: Check time of day in _TOD_Set()Sebastian Huber2020-04-141-1/+20
* score: Return status in _TOD_Set()Sebastian Huber2020-04-142-19/+23
* Revert "score: Fix _ISR_Stack_area_end"Sebastian Huber2020-04-051-36/+0