summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpukit: Add signal mapping supportKinsey Moore2021-10-296-0/+223
* testsuite: Add machine exception resume testKinsey Moore2021-10-295-0/+120
* cpukit/aarch64: Add exception extensions supportKinsey Moore2021-10-295-84/+293
* cpukit: Add exception extensionsKinsey Moore2021-10-293-0/+83
* rtems-debugger: Fixed pointer types to work on 32 and 64 bit architecturesStephen Clark2021-10-273-8/+28
* sptests/sp69: Remove test caseSebastian Huber2021-10-251-25/+0
* 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: rtems_rate_monotonic_get_status()Sebastian Huber2021-10-251-3/+4
* rtems: Regenerate for IDLE task allocator optionSebastian Huber2021-10-252-13/+45
* score: Fix typoSebastian Huber2021-10-251-2/+2
* rtems: Fix rate monotonic statisticsSebastian Huber2021-10-2514-67/+166
* score: Optimize default idle task stack allocatorSebastian Huber2021-10-251-3/+9
* score: Simplify _Watchdog_Next_first()Sebastian Huber2021-10-251-19/+36
* spec/libdebugger: Only enable for supported architecturesChris Johns2021-10-224-4/+20
* spec/aarch64: Enable previously unbuildable testsKinsey Moore2021-10-206-23/+0
* microblaze: Rework for RTEMS 6Alex White2021-10-1353-1679/+3294
* bsps: Add MicroBlaze FPGA BSPHesham ALMatary2021-10-1313-79/+782
* score: Add MicroBlaze portJoel Sherrill2021-10-135-0/+1664
* Add support for IDLE Thread stack allocatorJoel Sherrill2021-10-1116-8/+404