summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build: Add --rtems-version command line optionSebastian Huber2021-11-171-2/+23
* build: Optional __RTEMS_MAJOR__ via command lineSebastian Huber2021-11-161-1/+1
* build: Support command line specified optionsSebastian Huber2021-11-161-2/+38
* Revert "optvermaj.yml: Allow __RTEMS_MAJOR__ to be overridden so RTEMS 7 tool...Sebastian Huber2021-11-151-5/+3
* rtems: Add new clock manager directivesSebastian Huber2021-11-152-0/+648
* rtems: Simplify rtems_semaphore_set_priority()Sebastian Huber2021-11-152-26/+23
* 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-152-5/+24
* 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-1543-333/+520
* score: Do not shadow parameterSebastian Huber2021-11-151-4/+4
* optvermaj.yml: Allow __RTEMS_MAJOR__ to be overridden so RTEMS 7 tools can be...Joel Sherrill2021-11-121-3/+5
* bsps/aarch64: Restore interrupt nestingKinsey Moore2021-11-101-1/+3
* libtests/calloc.c: Fix reported memory leakzack leung2021-11-031-1/+3
* cpukit/aarch64: Add libdebugger supportKinsey Moore2021-11-015-0/+1913
* bsps/aarch64: Mask debug events from startupKinsey Moore2021-11-011-2/+2
* bsps/aarch64: Set interrupt level correctlyKinsey Moore2021-11-012-6/+12
* bsps/aarch64: Add missing MMU map recursion checkKinsey Moore2021-11-011-0/+9
* aarch64: Break out MMU definitionsKinsey Moore2021-11-0111-39/+223
* 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
* testsuite: Add machine exception signal map testKinsey Moore2021-10-296-0/+162