summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-22cpukit: Enable debug for SMP AArch64Kinsey Moore1-9/+22
2021-11-18rtems: Add external functionsSebastian Huber2-0/+108
2021-11-18rtems: Use RTEMS_WHO_AM_I for rtems_task_ident()Sebastian Huber2-2/+4
2021-11-17rtems: Add signal header to implementation groupSebastian Huber2-0/+4
2021-11-17config: Fix IO driver table initializationSebastian Huber1-32/+31
2021-11-17config: CONFIGURE_DISABLE_BSP_SETTINGSSebastian Huber5-21/+19
2021-11-15rtems: Add new clock manager directivesSebastian Huber2-0/+648
2021-11-15rtems: Simplify rtems_semaphore_set_priority()Sebastian Huber1-25/+22
2021-11-15score: Fix _CORE_ceiling_mutex_Set_priority()Sebastian Huber2-8/+9
2021-11-15score: Always check if a prio ceiling is definedSebastian Huber1-10/+10
2021-11-15score: Fix thread pinning assertionsSebastian Huber1-2/+2
2021-11-15score: Add _Timecounter_Set_NTP_update_second()Sebastian Huber2-6/+48
2021-11-15score: Optimize timehand updates for non-SMPSebastian Huber1-8/+36
2021-11-15score: Port large time delta support to RTEMSSebastian Huber1-3/+22
2021-11-15score: Initialize timehand generation to UINT_MAXSebastian Huber1-1/+1
2021-11-15timecounter: Load the currently selected tc once in tc_windup()Mark Johnston1-7/+16
2021-11-15kern_tc.c: Scaling/large delta recalculationSebastian Huber1-38/+50
2021-11-15timecounter: Lock the timecounter listMark Johnston1-10/+30
2021-11-15timecounter: Let kern.timecounter.stepwarnings be set as a tunableMark Johnston1-1/+1
2021-11-15Remove "All Rights Reserved" fromEd Maste1-1/+0
2021-11-15kern: clarify boot timeWarner Losh1-1/+7
2021-11-15Make kern.timecounter.hardware tunableKonstantin Belousov1-5/+18
2021-11-15Add ddb 'show timecounter' command.Konstantin Belousov1-1/+31
2021-11-15Changes that improve DTrace FBT reliabilityRobert Watson1-0/+15
2021-11-15Remove double-calls to tc_get_timecount()Konstantin Belousov1-3/+0
2021-11-15Mark more nodes as CTLFLAG_MPSAFEPawel Biernacki1-13/+24
2021-11-15Consolidate read code for timecountersKonstantin Belousov1-145/+87
2021-11-15Remove duplicated empty lines from kern/*.cMateusz Guzik1-1/+0
2021-11-15Initialize timehands linkage much earlier.Konstantin Belousov1-12/+22
2021-11-15Make timehands count selectable at boottime.Konstantin Belousov1-5/+45
2021-11-15Instead of using an incomplete list of platformsOlivier Houchard1-1/+2
2021-11-15Create a new macro for static DPCPU data.Andrew Turner1-2/+2
2021-11-15tc: bcopy -> memcpyMateusz Guzik1-2/+1
2021-11-15Move most of the contents of opt_compat.hBrooks Davis1-1/+0
2021-11-15score: Remove FreeBSD identifierSebastian Huber1-1/+1
2021-11-15Use atomic_load(9) to read ppsinfo sequence numbers.Konstantin Belousov1-4/+4
2021-11-15SPDX: use the Beerware identifier.Pedro F. Giffuni1-0/+2
2021-11-15libtest: Improve the interrupt test timingSebastian Huber1-1/+8
2021-11-15score: Introduce CPU budget operationsSebastian Huber41-332/+509
2021-11-15score: Do not shadow parameterSebastian Huber1-4/+4
2021-11-01cpukit/aarch64: Add libdebugger supportKinsey Moore1-0/+1884
2021-11-01bsps/aarch64: Set interrupt level correctlyKinsey Moore1-5/+11
2021-11-01aarch64: Break out MMU definitionsKinsey Moore1-0/+97
2021-11-01cpukit/aarch64: Use correct debug register namesKinsey Moore1-16/+1096
2021-11-01cpukit/libdebugger: Use uintptr_t for pointersKinsey Moore5-20/+20
2021-11-01cpukit: Compare the function resultKinsey Moore1-1/+1
2021-10-29cpukit: Add signal mapping supportKinsey Moore4-0/+205
2021-10-29cpukit/aarch64: Add exception extensions supportKinsey Moore4-84/+292
2021-10-29cpukit: Add exception extensionsKinsey Moore1-0/+63
2021-10-27rtems-debugger: Fixed pointer types to work on 32 and 64 bit architecturesStephen Clark3-8/+28