summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* validation: Add tests for rtems_build_name()Sebastian Huber2021-02-082-0/+156
* libcsupport: Have greedy allocations use consume extended memoryChris Johns2021-02-081-0/+13
* libcsupport: Add no_regular_file_mknod as a mount option to the mount tableChris Johns2021-02-082-5/+9
* bsp/motorola_powerp: Print RTEMS_VERSION from the bootloaderChris Johns2021-02-081-1/+3
* powerpc/shared: ISA bus bridge fails to enable the openpic irqChris Johns2021-02-082-2/+2
* score: Add barrier thread queue operationsSebastian Huber2021-02-063-4/+40
* score: Make FIFO thread queue ops publicSebastian Huber2021-02-064-8/+145
* score: Constify Thread_queue_First_operationSebastian Huber2021-02-062-12/+13
* rtems: Clarify partition manager documentationSebastian Huber2021-02-031-44/+124
* score: _Objects_Build_name() signed/unsigned charSebastian Huber2021-02-031-4/+4
* rtems: Avoid duplicated implemenationSebastian Huber2021-02-031-2/+7
* rtems: Rework object services APISebastian Huber2021-02-0310-164/+264
* score: Define _Assert() for static analysis runsSebastian Huber2021-02-012-2/+13
* libtest: Remove double definitionSebastian Huber2021-02-011-1/+0
* score: Clarify thread life state documentationSebastian Huber2021-02-011-2/+2
* score: Document Thread_Life_stateSebastian Huber2021-02-011-3/+40
* nios2: Allow ISR nesting in dispatch variantSebastian Huber2021-02-014-175/+16
* nios2: Optimize ISR dispatch variantSebastian Huber2021-02-011-42/+60
* nios2: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2021-02-015-35/+23
* nios2: Add TLS supportSebastian Huber2021-02-011-4/+15
* nios2: Make _ISR_Is_in_progress() weakSebastian Huber2021-02-011-1/+1
* nios2: Fix ISR dispatch variantsSebastian Huber2021-02-012-9/+7
* rtems: Fix implicit type conversionsSebastian Huber2021-02-011-4/+4
* score: Remove unused _SMP_Assert()Sebastian Huber2021-02-011-9/+0
* score: Fix implicit type conversionSebastian Huber2021-02-011-1/+1
* rtems: Fix explicit type conversionSebastian Huber2021-02-011-1/+1
* libtest: Fix implicit type conversionsSebastian Huber2021-02-012-6/+9
* rtems: Mark value as usedSebastian Huber2021-02-011-0/+1
* score: Remove double assignmentSebastian Huber2021-02-011-2/+1
* libtest: Check return values with RTEMS_DEBUGSebastian Huber2021-02-011-13/+47
* score: Remove superfluous type qualifierSebastian Huber2021-02-011-1/+1
* score: Simplify _CORE_message_queue_Broadcast()Sebastian Huber2021-02-011-11/+8
* bsp/leon3: Improve printk() supportSebastian Huber2021-02-011-40/+52
* score: Simplify _MRSP_Wait_for_ownership()Sebastian Huber2021-02-011-7/+6
* score: Fix implicit type conversionSebastian Huber2021-02-011-1/+1
* bsp/leon3: Fix incompatible function typesSebastian Huber2021-02-011-4/+6
* kern_tc.c: Remove unused codeSebastian Huber2021-02-011-6/+0
* score: Add comments and asserts for clarificationSebastian Huber2021-02-011-0/+7
* score: Fix _CORE_message_queue_Submit() indentationSebastian Huber2021-02-011-40/+40
* bsp/leon3: Fix bsp_fatal_extension) indentationSebastian Huber2021-02-011-15/+13
* score: Fix _Objects_Get_information() indentationSebastian Huber2021-02-011-7/+8
* score: Add _Thread_Get_objects_information()Sebastian Huber2021-02-014-22/+38
* score: Rename _Thread_Get_objects_information()Sebastian Huber2021-02-014-10/+14
* bsps/aarch64: Add missing includeSebastian Huber2021-01-281-0/+1
* bsp/leon3: Simplify bsp_interrupt_is_valid_vector()Sebastian Huber2021-01-281-5/+5
* rtems: Use _Status_Get()Sebastian Huber2021-01-283-3/+6
* bsps: Replace bsp_specs with an empty fileSebastian Huber2021-01-2885-772/+0
* libtest: Remove superfluous NULL pointer checkSebastian Huber2021-01-271-1/+1
* libtest: Use dependency injectionSebastian Huber2021-01-271-5/+11
* cacheimpl.h: Avoid potential dead codeSebastian Huber2021-01-271-12/+11