summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2513-67/+165
* score: Optimize default idle task stack allocatorSebastian Huber2021-10-251-3/+9
* score: Simplify _Watchdog_Next_first()Sebastian Huber2021-10-251-19/+36
* microblaze: Rework for RTEMS 6Alex White2021-10-1312-1490/+963
* bsps: Add MicroBlaze FPGA BSPHesham ALMatary2021-10-135-79/+238
* score: Add MicroBlaze portJoel Sherrill2021-10-134-0/+1626
* Add support for IDLE Thread stack allocatorJoel Sherrill2021-10-116-8/+133
* score: _Thread_queue_Surrender_priority_ceiling()Sebastian Huber2021-10-111-2/+2
* libdl/rtl-mdreloc-h8300.c: Remove remnant of h8300 portJoel Sherrill2021-10-081-212/+0
* score: Always check queue in _Thread_Wait_cancel()Sebastian Huber2021-10-061-2/+2
* rtems: Set postponed jobs in rate-monotonic cancelSebastian Huber2021-10-062-1/+2
* score: Optimize EDF SMP scheduler opsSebastian Huber2021-10-061-1/+1
* rtems: Generate <rtems/cpuuse.h>Sebastian Huber2021-10-061-39/+180
* posix: Remove "RTEMS" from POSIX API groupSebastian Huber2021-10-061-3/+4
* scoe: Move workspace group definitionSebastian Huber2021-10-062-10/+10
* rtems: Add ASR implementation to existing groupSebastian Huber2021-10-061-2/+2
* score: Add Hash Handler to groupSebastian Huber2021-10-061-0/+2
* rtems: Canonicalize Doxygen in <rtems/counter.h>Sebastian Huber2021-10-061-2/+3
* rtems: Canonicalize Doxygen in <rtems/seterr.h>Sebastian Huber2021-10-061-5/+5
* improve the format error reporting on i386Zacchaeus Leung2021-10-041-4/+4
* cpukit/aarch64: Use correct interrupt level typesKinsey Moore2021-10-012-4/+4
* cpukit/aarch64: Use correct context register setsKinsey Moore2021-10-012-55/+123