summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-2833-33/+66
* Canonicalize config.h includeSebastian Huber2020-04-16224-269/+269
* 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
* score: Fix _ISR_Stack_area_endSebastian Huber2020-04-031-0/+36
* score: Add _IO_Base64()Sebastian Huber2020-03-161-0/+82
* score: Fix context switch extensions (SMP)Sebastian Huber2020-02-284-0/+33
* score: Fix label defined but not used warningSebastian Huber2020-02-251-0/+2
* score: _Scheduler_Is_non_preempt_mode_supported()Sebastian Huber2020-02-251-1/+4
* score: Add _SMP_Need_inter_processor_interrupts()Sebastian Huber2020-02-252-2/+2
* config: Add _Workspace_Is_unifiedSebastian Huber2020-02-251-0/+34
* config: Add _Thread_Idle_bodySebastian Huber2020-02-252-2/+36
* config: Add _Thread_Idle_stack_sizeSebastian Huber2020-02-251-1/+2
* config: Add _Watchdog_Ticks_per_timesliceSebastian Huber2020-02-251-0/+35
* score: Clean up wkspace.cSebastian Huber2020-02-171-39/+3
* score: Remove unused _Workspace_Allocate_aligned()Sebastian Huber2020-02-171-5/+0
* score: Simplify _Thread_Initialize()Sebastian Huber2020-02-122-9/+74
* score: Add _Objects_Allocate_with_extend()Sebastian Huber2020-02-121-26/+10
* score: Add _Objects_Activate_unlimited()Sebastian Huber2020-02-121-12/+1
* score: Add _Freechain_Extend()Sebastian Huber2020-02-121-8/+25
* score: _Objects_Extend_information()Sebastian Huber2020-02-121-15/+6
* score: Inline _Objects_Namespace_remove_u32()Sebastian Huber2020-02-121-9/+0
* score: Split up objects freeSebastian Huber2020-02-122-4/+48
* score: Split up objects allocationSebastian Huber2020-02-124-74/+195
* score: Add _Objects_Free_objects_block()Sebastian Huber2020-02-121-39/+53
* score: Statically allocate idle/MPCI stacksSebastian Huber2020-02-123-10/+16
* score: Move thread stack allocationSebastian Huber2020-02-123-43/+47
* score: Add _Stack_Extend_size()Sebastian Huber2020-02-121-10/+3
* score: Add Thread_ConfigurationSebastian Huber2020-02-123-77/+67
* score: Split stack allocator configurationSebastian Huber2020-02-121-0/+41
* score: Simplify TLS area allocationSebastian Huber2020-02-125-55/+141