summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit: Enable debug for SMP AArch64Kinsey Moore2021-11-221-9/+22
* rtems: Add external functionsSebastian Huber2021-11-182-0/+108
* rtems: Use RTEMS_WHO_AM_I for rtems_task_ident()Sebastian Huber2021-11-182-2/+4
* rtems: Add signal header to implementation groupSebastian Huber2021-11-172-0/+4
* config: Fix IO driver table initializationSebastian Huber2021-11-171-32/+31
* config: CONFIGURE_DISABLE_BSP_SETTINGSSebastian Huber2021-11-175-21/+19
* rtems: Add new clock manager directivesSebastian Huber2021-11-152-0/+648
* rtems: Simplify rtems_semaphore_set_priority()Sebastian Huber2021-11-151-25/+22
* score: Fix _CORE_ceiling_mutex_Set_priority()Sebastian Huber2021-11-152-8/+9
* score: Always check if a prio ceiling is definedSebastian Huber2021-11-151-10/+10
* score: Fix thread pinning assertionsSebastian Huber2021-11-151-2/+2
* score: Add _Timecounter_Set_NTP_update_second()Sebastian Huber2021-11-152-6/+48
* 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
* libtest: Improve the interrupt test timingSebastian Huber2021-11-151-1/+8
* score: Introduce CPU budget operationsSebastian Huber2021-11-1541-332/+509
* score: Do not shadow parameterSebastian Huber2021-11-151-4/+4
* cpukit/aarch64: Add libdebugger supportKinsey Moore2021-11-011-0/+1884
* 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/libdebugger: Use uintptr_t for pointersKinsey Moore2021-11-015-20/+20
* cpukit: Compare the function resultKinsey Moore2021-11-011-1/+1
* cpukit: Add signal mapping supportKinsey Moore2021-10-294-0/+205
* cpukit/aarch64: Add exception extensions supportKinsey Moore2021-10-294-84/+292
* cpukit: Add exception extensionsKinsey Moore2021-10-291-0/+63
* rtems-debugger: Fixed pointer types to work on 32 and 64 bit architecturesStephen Clark2021-10-273-8/+28