summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* spec/aarch64: Remove sp37 from intermittent testsAlex White2021-03-052-2/+0
* score/aarch64: Fix interrupt level readsAlex White2021-03-052-3/+7
* cpukit: Explicitly enforce alignment requirementsKinsey Moore2021-03-051-20/+32
* bsps: Allow override of ARM TM27 IRQsKinsey Moore2021-03-052-0/+12
* bsps/aarch64: Resolve usage of SUBALIGN()Kinsey Moore2021-03-053-6/+2
* aarch64: Fix context switchSebastian Huber2021-03-051-2/+2
* score: Ensure stack alignment requirementSebastian Huber2021-03-055-24/+54
* CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2021-03-053-9/+22
* validation: Fix for 64-bit targetsSebastian Huber2021-03-043-7/+12
* rtems: Fix RTEMS_TASK_STORAGE_ALIGNMENTSebastian Huber2021-03-041-1/+1
* score: Enforce CPU_STACK_ALIGNMENT requirementsSebastian Huber2021-03-0412-114/+22
* MAINTAINERS: Add myself to write after approvalJan Sommer2021-03-041-0/+1
* rtems: Simplify rtems_signal_catch()Sebastian Huber2021-03-022-101/+568
* rtems: Simplify _Signal_Action_handler()Sebastian Huber2021-03-021-8/+3
* bsps/beagle: Updating licences to latest BSD 2 clauseJames Fitzsimons2021-03-026-29/+146
* bsps/beagle: Adding QEP driver support to BeagleBoneBlack BSPJames Fitzsimons2021-03-029-70/+959
* validation: Format comment blocksSebastian Huber2021-03-029-164/+136
* score: Simplify _Objects_Name_to_id_u32()Sebastian Huber2021-03-011-20/+21
* validation: Add comments to task testsSebastian Huber2021-03-012-0/+231
* validation: Add comments to message queue testsSebastian Huber2021-03-011-308/+1056
* validation: Add comments to signal testsSebastian Huber2021-03-012-0/+184
* validation: Add comments to barrier testsSebastian Huber2021-03-014-3/+207
* score: Fix _Stack_Extend_size()Sebastian Huber2021-03-013-7/+3202
* validation: Improve task construct error testsSebastian Huber2021-03-011-521/+1353
* powerpc/motorola_power: Place any common data in the .bss sectionChris Johns2021-02-281-1/+7
* powerpc/motorola_power: Link all text sections into the executable imageChris Johns2021-02-281-1/+1
* getgrent.c, record-client.c: Add missing includes for assert.hVijay Kumar Banerjee2021-02-272-0/+2
* rtems-debugger-threads.c: Fix Unchecked return value error (CID #1468688)Ryan Long2021-02-261-1/+3
* getgrent.c: Fix Unchecked return value error (CID #1459004)Ryan Long2021-02-261-1/+3
* record-client.c: Fix Unchecked return value (CID #1456677)Ryan Long2021-02-261-1/+3
* printertask.c: Fix Unchecked return value (CID #1399710)Ryan Long2021-02-261-3/+8
* build: Install <rtems/score/hash.h>Sebastian Huber2021-02-262-0/+2
* bsps: Fix legacy buildSebastian Huber2021-02-265-20/+0
* score: Fix thread initializationSebastian Huber2021-02-269-1001/+2273
* libtest: Print SHA256 hash in base64urlSebastian Huber2021-02-262-8/+7
* libtest: Report target hashSebastian Huber2021-02-263-2/+9
* bsps: Add default rtems_get_target_hash()Sebastian Huber2021-02-26173-0/+238
* Add system initialization step for target hashSebastian Huber2021-02-263-1/+26
* rtems: Add rtems_get_target_hash()Sebastian Huber2021-02-261-0/+33
* score: Add Hash HandlerSebastian Huber2021-02-264-0/+246
* score: Add _IO_Base64url()Sebastian Huber2021-02-253-25/+94
* libtest: Report build labelSebastian Huber2021-02-251-0/+1
* rtems: Add rtems_get_build_label()Sebastian Huber2021-02-256-1/+102
* config: Adjust stack allocator initializationSebastian Huber2021-02-243-3/+12
* bsps: Change license to BSD-2-Clause of some filesSebastian Huber2021-02-245-37/+167
* build: Sort source listsSebastian Huber2021-02-24126-785/+785
* validation: Simplify message queue construct testsSebastian Huber2021-02-241-88/+52
* validation: Add missing barrier create test caseSebastian Huber2021-02-241-56/+291
* libtest: Add support to seize/surrender objectsSebastian Huber2021-02-242-0/+59
* rtems: Move rtems_task_priority definitionSebastian Huber2021-02-243-4/+11