summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Rework idle handling in SMP schedulersSebastian Huber2021-11-2310-514/+686
* score: Add SMP scheduler make/clean stickySebastian Huber2021-11-2318-91/+740
* score: Add SMP scheduler idle exchange callbackSebastian Huber2021-11-231-0/+19
* score: Optimize SMP EDF move to ready operationSebastian Huber2021-11-231-7/+13
* score: Rework affine ready queue handlingSebastian Huber2021-11-232-42/+77
* score: Use extract from scheduled callbacksSebastian Huber2021-11-236-5/+41
* score: Remove return value from enqueue scheduledSebastian Huber2021-11-236-36/+40
* score: Scheduler insert after moveSebastian Huber2021-11-231-5/+5
* score: Add missing idle thread exchangesSebastian Huber2021-11-231-0/+18
* score: Add missing idle thread releasesSebastian Huber2021-11-231-0/+12
* score: Simplify _Scheduler_Exchange_idle_thread()Sebastian Huber2021-11-232-17/+11
* score: Change _Scheduler_Try_to_schedule_node()Sebastian Huber2021-11-232-6/+6
* score: Not set CPU in _Scheduler_Use_idle_thread()Sebastian Huber2021-11-231-14/+8
* score: Rename _Scheduler_Set_idle_thread()Sebastian Huber2021-11-232-22/+23
* score: Add red-black tree append/prependSebastian Huber2021-11-233-0/+142
* score: Simplify _Scheduler_Generic_block()Sebastian Huber2021-11-231-1/+1
* cpukit: Consistize OAR copyright headersKinsey Moore2021-11-222-2/+2
* cpukit: Enable debug for SMP AArch64Kinsey Moore2021-11-221-9/+22
* rtems: Add external functionsSebastian Huber2021-11-182-0/+108
* rtems: Use RTEMS_WHO_AM_I for rtems_task_ident()Sebastian Huber2021-11-182-2/+4
* rtems: Add signal header to implementation groupSebastian Huber2021-11-172-0/+4
* config: Fix IO driver table initializationSebastian Huber2021-11-171-32/+31
* config: CONFIGURE_DISABLE_BSP_SETTINGSSebastian Huber2021-11-175-21/+19
* rtems: Add new clock manager directivesSebastian Huber2021-11-152-0/+648
* rtems: Simplify rtems_semaphore_set_priority()Sebastian Huber2021-11-151-25/+22
* 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-151-3/+22
* 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