summaryrefslogtreecommitdiff
path: root/cpukit/score/src (follow)
AgeCommit message (Expand)Author
2023-10-13cpukit: Remove unused includesKinsey Moore
2023-09-15rtems: rtems_configuration_get_interrupt_stack_size()Sebastian Huber
2023-09-15score: Fix TLS support for some code modelsSebastian Huber
2023-07-28score: Assert scheduler index validitySebastian Huber
2023-07-28score: Move <rtems/score/gcov.h>Sebastian Huber
2023-07-28score: Move formatted I/O functionsSebastian Huber
2023-07-24score: Move _IO_Relax() to new <rtems/dev/io.h>Sebastian Huber
2023-07-03Revert accidentally committed "Remove unused _IO_Relax"Joel Sherrill
2023-07-03Remove unused _IO_RelaxJoel Sherrill
2023-05-26score/src/pheap*: Remove unreferenced methodsJoel Sherrill
2023-05-20Update company nameSebastian Huber
2023-05-16_TOD_Adjust method is unused. Remove it.Joel Sherrill
2023-04-25score: Avoid cyclic header file dependenciesSebastian Huber
2023-03-07pps: Round to closest integer in pps_event()Sebastian Huber
2023-03-07pps: Simplify the nsec calculation in pps_event()Sebastian Huber
2023-03-07pps: Directly assign the timestamps in pps_event()Sebastian Huber
2023-03-07pps: Move pcount assignment in pps_event()Sebastian Huber
2023-03-07pps: Simplify capture and event processingSebastian Huber
2023-03-07pps: Load timecounter once in pps_capture()Sebastian Huber
2023-03-07ntptime: ansifyMateusz Guzik
2023-03-07Clarify hardpps() parameter name and commentSebastian Huber
2023-03-07set_cputicker: use a boolMitchell Horne
2023-03-07kern_tc.c/cputick2usec()firk
2023-02-10score: Replace goto with a breakSebastian Huber
2023-01-28score: Help static analysis in thread initSebastian Huber
2023-01-24score: Remove unused return valueSebastian Huber
2023-01-24score: Clarify code blockSebastian Huber
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber
2022-10-14config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber
2022-10-14config: Changeable size for IDLE stack allocatorSebastian Huber
2022-10-14score: Require power of two CPU_STACK_MINIMUM_SIZESebastian Huber
2022-09-12score: Prevent an out of bounds warningSebastian Huber
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber
2022-07-28score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber
2022-07-28score: Use priority inheritance for thread joinSebastian Huber
2022-07-26score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber
2022-07-18score: Fix unlimited objects supportSebastian Huber
2022-07-18score: Fix _Objects_Active_count()Sebastian Huber
2022-07-15score: Extend memory dirty/zero actionsSebastian Huber
2022-07-07score: Use RTEMS_SMP in _Thread_Create_idle()Sebastian Huber
2022-07-07score: Conditional _Thread_Priority_replace()Sebastian Huber
2022-07-04score: Add _CPU_Use_thread_local_storage()Sebastian Huber
2022-07-04gcov: Add functions to dump the gcov informationSebastian Huber
2022-06-23score: Make SMP only code explicitSebastian Huber
2022-06-23kern_tc.c: Provide a weak hardpps() implementationSebastian Huber
2022-06-23score: Use right clock for threadq timeoutsSebastian Huber
2022-06-10kern_tc.c: Update pps_event() for uniprocessor configurationsGabriel Moyano
2022-05-27score: Fix pps_fetch()Sebastian Huber