summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/kern_tc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-07pps: Round to closest integer in pps_event()Sebastian Huber1-1/+3
2023-03-07pps: Simplify the nsec calculation in pps_event()Sebastian Huber1-10/+6
2023-03-07pps: Directly assign the timestamps in pps_event()Sebastian Huber1-4/+2
2023-03-07pps: Move pcount assignment in pps_event()Sebastian Huber1-4/+4
2023-03-07pps: Simplify capture and event processingSebastian Huber1-21/+21
2023-03-07pps: Load timecounter once in pps_capture()Sebastian Huber1-1/+3
2023-03-07set_cputicker: use a boolMitchell Horne1-3/+3
2023-03-07kern_tc.c/cputick2usec()firk1-9/+3
2022-06-23score: Make SMP only code explicitSebastian Huber1-0/+4
2022-06-23kern_tc.c: Provide a weak hardpps() implementationSebastian Huber1-0/+12
2022-06-10kern_tc.c: Update pps_event() for uniprocessor configurationsGabriel Moyano1-0/+6
2022-05-27score: Fix pps_fetch()Sebastian Huber1-1/+2
2022-05-23kern_tc.c: Enable PPS API supportGabriel Moyano1-4/+0
2022-05-23kern_tc.c: Add definitions required by PPS APIGabriel Moyano1-0/+6
2022-05-23score: Rename tc_getfrequency()Gabriel Moyano1-1/+1
2022-05-23kern_tc.c: Replace FreeBSD event mechanism by adding pointers to functionGabriel Moyano1-0/+41
2022-05-23kern_tc.c: Add atomic dependencies required by the PPS APIGabriel Moyano1-0/+7
2022-02-21kern_ntptime.c: Port to RTEMSSebastian Huber1-3/+3
2022-02-21kern_tc: unify timecounter to bintime delta conversionAndriy Gapon1-21/+21
2022-02-21timecounter: Initialize tc_lock earlierMark Johnston1-1/+2
2021-11-15rtems: Add new clock manager directivesSebastian Huber1-0/+56
2021-11-15score: Add _Timecounter_Set_NTP_update_second()Sebastian Huber1-5/+25
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-02-01kern_tc.c: Remove unused codeSebastian Huber1-6/+0
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-0/+17
2019-10-02score: Install timecounter according to qualitySebastian Huber1-0/+2