summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* no_cpu/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-45/+5
* or1k/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-55/+4
* m32c/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-51/+4
* moxie/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-58/+4
* sh/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-58/+8
* nios2/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-48/+4
* epiphany/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-69/+4
* lm32/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-48/+4
* i386/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-124-49/+4
* mips/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-60/+4
* bfin/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-51/+4
* score/cpu/powerpc/include/rtems/score/powerpc.h: Fix typoJoel Sherrill2018-03-081-1/+1
* powerpc/include/rtems/score/types.h: Remove unused ppc_isrJoel Sherrill2018-03-081-2/+0
* Use _Thread_Dispatch_direct()Sebastian Huber2018-02-081-2/+2
* Add RTEMS thread APISebastian Huber2018-02-021-3/+96
* score: Introduce new monotonic clockSebastian Huber2018-02-022-78/+66
* score: Rename _Watchdog_Realtime_from_*()Sebastian Huber2018-02-023-4/+4
* score: Optimize watchdog tickleSebastian Huber2018-02-022-34/+65
* epiphany: Workaround until next Newlib snapshotSebastian Huber2018-01-312-0/+70
* epiphany: Fixes for GCC 7.3Sebastian Huber2018-01-312-13/+12
* Remove make preinstallChris Johns2018-01-25318-33311/+1253
* powerpc: Add FSL_EIS_EPRSebastian Huber2018-01-221-0/+1
* sparc: Move <libcpu/byteorder.h>Sebastian Huber2018-01-023-0/+78
* epiphany: Remove superfluous includesSebastian Huber2017-12-141-4/+0
* arm: Move <libcpu/arm-cp15.h> to cpukitSebastian Huber2017-12-133-0/+2272
* libio: Use API mutexSebastian Huber2017-12-061-1/+1
* score: Use self-contained API mutexSebastian Huber2017-12-0421-221/+116
* riscv/rtems/score/cpu.h: Use RTEMS_NO_RETURN not deprecated RTEMS_COMPILER_NO...Joel Sherrill2017-11-291-3/+2
* powerpc: Remove _BSP_Fatal_error()Sebastian Huber2017-11-221-13/+12
* powerpc: Replace BSP_panic() with rtems_panic()Sebastian Huber2017-11-221-2/+0
* sapi: New implementation of rtems_panic()Sebastian Huber2017-11-221-0/+7
* INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULLSebastian Huber2017-11-221-1/+1
* score: Simplify global constructionSebastian Huber2017-11-224-77/+56
* score: Optimize scheduler priority updatesSebastian Huber2017-11-2026-864/+484
* bsps/powerpc: Fix PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber2017-11-201-2/+2
* cpukit: Add _arc4random_getentropy_fail.Christian Mauderer2017-11-171-1/+2
* score: Adjust _Scheduler_EDF_SMP_Insert_ready()Sebastian Huber2017-11-172-7/+5
* score: Fix priority ceiling updatesSebastian Huber2017-11-162-1/+8
* score: Fix _Thread_queue_Flush_critical()Sebastian Huber2017-11-161-4/+14
* score: Change _Timecounter_Time_uptime to int32_tSebastian Huber2017-11-092-2/+4
* posix: Change created_with_explicit_schedulerSebastian Huber2017-11-091-0/+6
* score: Use Processor_mask instead of cpu_set_tSebastian Huber2017-11-062-13/+7
* score: _Chain_Insert_ordered_unprotected()Sebastian Huber2017-11-068-65/+137
* score: Remove superfluous includeSebastian Huber2017-11-061-3/+0
* score: Add _IO_Printf() and _IO_Vprintf()Sebastian Huber2017-11-065-0/+449
* posix: Use far future for very long timeoutsSebastian Huber2017-11-021-0/+30
* cpukit: RISC-V - make riscv32 code work for riscv64 - v2Hesham Almatary2017-11-0119-48/+69
* score: Fix non-SMP buildSebastian Huber2017-10-291-1/+1
* riscv32: Add missing preinstall.amSebastian Huber2017-10-281-0/+57
* score: Fix _Scheduler_Set_affinity()Sebastian Huber2017-10-282-5/+11