summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber2022-10-143-4/+12
* score: Simplify castsSebastian Huber2022-10-141-8/+4
* score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber2022-10-1439-182/+207
* score: Move Thread_Control::Registers memberSebastian Huber2022-10-141-2/+9
* config: Changeable size for IDLE stack allocatorSebastian Huber2022-10-144-18/+24
* score: Require power of two CPU_STACK_MINIMUM_SIZESebastian Huber2022-10-144-4/+10
* libmisc/rtems-fdt: Fix return error valuesChris Johns2022-10-141-2/+2
* libmisc/rtems-fdt: Fix missing error stringChris Johns2022-10-111-1/+2
* libmisc/rtems-fdt: Update to support 64bit addressesChris Johns2022-10-103-134/+529
* config: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2022-10-061-47/+48
* rtems: Clarify application config info APISebastian Huber2022-10-042-221/+625
* cpukit/fdt: Free index before containerKinsey Moore2022-10-031-2/+2
* cpukit/fdt: Check correct allocationKinsey Moore2022-10-031-1/+1
* rtems: Fix formatSebastian Huber2022-09-301-1/+1
* score: Simplify Chain_Node definitionSebastian Huber2022-09-231-16/+6
* rtems: Add rtems_clock_get_ticks_since_boot() functionSebastian Huber2022-09-231-0/+53
* rtems: Fix typo in rtems_build_name() definitionSebastian Huber2022-09-221-1/+1
* bsps/riscv: Add Microchip PolarFire SoC BSP variantPadmarao Begari2022-09-202-2/+2
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-19137-982/+982
* score: Prevent an out of bounds warningSebastian Huber2022-09-121-2/+7
* score: Remove _CPU_Counter_difference()Sebastian Huber2022-09-0923-187/+19
* libcrypt: There is no need to clear message digestXin LI2022-09-082-4/+0
* Get rid of unused variables.Xin LI2022-09-082-16/+2
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2022-09-083-2/+8
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2022-09-081-1/+3
* libmd: Always erase context in _Final method,Xin LI2022-09-082-5/+5
* Implement SHA2-224 submode of SHA2-256Conrad Meyer2022-09-082-0/+113
* Fix C++ includability of crypto headers with static array sizesAlan Somers2022-09-084-5/+10
* Retune SHA2 code for improved performance on CPUsColin Percival2022-09-082-190/+198
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2022-09-082-0/+150
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2022-09-085-9/+10
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2022-09-084-19/+149
* powerpc: Add support for VRSAVESebastian Huber2022-09-083-15/+92
* rtems: Include <rtems/score/cpuopts.h>Sebastian Huber2022-09-083-0/+3
* score: Improve formattingSebastian Huber2022-09-081-4/+10
* pthread_atfork(): Change to behavior from FACE Technical StandardJoel Sherrill2022-09-061-8/+5
* config: Add SMP scheduler configuration errorsSebastian Huber2022-09-051-0/+20
* score: Regenerate <rtems/score/basedefs.h>Sebastian Huber2022-09-051-2/+2
* rtems: Add constraints for rtems_clock_tick()Sebastian Huber2022-09-051-0/+12
* Add items to Doxygen groupsSebastian Huber2022-09-0516-17/+53
* config: Document CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORSebastian Huber2022-09-051-0/+49
* Fix pedanic warnings without a storage increaseSebastian Huber2022-08-312-1/+11
* libtest: Fix warnings without a pragmaSebastian Huber2022-08-312-21/+14
* config: Include <rtems/posix/timer.h> on demandSebastian Huber2022-08-311-2/+3
* score: Do not expose <limits.h> to <rtems.h>Sebastian Huber2022-08-301-3/+1
* score: Fix formatSebastian Huber2022-08-291-1/+1
* score: Fix formatSebastian Huber2022-08-292-3/+3
* Revert "linkersets.h: Fix gcc 12 warning"Sebastian Huber2022-08-291-1/+1
* libdebugger/aarch64: Set .start section to RWChris Johns2022-08-251-1/+22
* cpukit/include: Fix including in C++Chris Johns2022-08-227-13/+32