summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-05i386: Replace fpcr clobber with memory clobberSebastian Huber2-3/+3
2020-06-30score: Clarify CPU_USE_LIBC_INIT_FINI_ARRAY optionSebastian Huber1-3/+4
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore19-2/+48
2020-06-11bsp/pc386: Define interrupt stack frame for smpJan Sommer2-13/+17
2020-06-11bsp/pc386: Update context switch and restoreJan Sommer2-16/+51
2020-06-11bsp/pc386: Update GDT to work for SMPJan Sommer2-5/+32
2020-05-27arm: Fix ARMv7-M exception handlerSebastian Huber1-8/+15
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber33-33/+66
2020-04-16Canonicalize config.h includeSebastian Huber286-331/+331
2020-04-14score: Check time of day in _TOD_Set()Sebastian Huber1-1/+20
2020-04-14score: Return status in _TOD_Set()Sebastian Huber2-19/+23
2020-04-05Revert "score: Fix _ISR_Stack_area_end"Sebastian Huber1-36/+0
2020-04-03score: Fix _ISR_Stack_area_endSebastian Huber1-0/+36
2020-04-03arm: ARMv7-M statically initialized vector tableSebastian Huber2-16/+30
2020-03-16score: Add _IO_Base64()Sebastian Huber1-0/+82
2020-02-28score: Fix context switch extensions (SMP)Sebastian Huber4-0/+33
2020-02-25score: Fix label defined but not used warningSebastian Huber1-0/+2
2020-02-25score: _Scheduler_Is_non_preempt_mode_supported()Sebastian Huber1-1/+4
2020-02-25score: Add _SMP_Need_inter_processor_interrupts()Sebastian Huber2-2/+2
2020-02-25config: Add _Workspace_Is_unifiedSebastian Huber1-0/+34
2020-02-25config: Add _Thread_Idle_bodySebastian Huber2-2/+36
2020-02-25config: Add _Thread_Idle_stack_sizeSebastian Huber1-1/+2
2020-02-25config: Add _Watchdog_Ticks_per_timesliceSebastian Huber1-0/+35
2020-02-17score: Clean up wkspace.cSebastian Huber1-39/+3
2020-02-17score: Remove unused _Workspace_Allocate_aligned()Sebastian Huber1-5/+0
2020-02-12score: Simplify _Thread_Initialize()Sebastian Huber2-9/+74
2020-02-12score: Add _Objects_Allocate_with_extend()Sebastian Huber1-26/+10
2020-02-12score: Add _Objects_Activate_unlimited()Sebastian Huber1-12/+1
2020-02-12score: Add _Freechain_Extend()Sebastian Huber1-8/+25
2020-02-12score: _Objects_Extend_information()Sebastian Huber1-15/+6
2020-02-12score: Inline _Objects_Namespace_remove_u32()Sebastian Huber1-9/+0
2020-02-12score: Split up objects freeSebastian Huber2-4/+48
2020-02-12score: Split up objects allocationSebastian Huber4-74/+195
2020-02-12score: Add _Objects_Free_objects_block()Sebastian Huber1-39/+53
2020-02-12score: Statically allocate idle/MPCI stacksSebastian Huber3-10/+16
2020-02-12score: Move thread stack allocationSebastian Huber3-43/+47
2020-02-12score: Add _Stack_Extend_size()Sebastian Huber1-10/+3
2020-02-12score: Add Thread_ConfigurationSebastian Huber3-77/+67
2020-02-12score: Split stack allocator configurationSebastian Huber1-0/+41
2020-02-12score: Simplify TLS area allocationSebastian Huber5-55/+141
2020-02-12score: Simplify FP context allocationSebastian Huber2-24/+17
2020-02-12score: Remove _Stack_Ensure_minimum() callSebastian Huber1-2/+1
2020-02-12score: Simplify thread stack freeSebastian Huber3-44/+18
2020-02-12score: Simplify thread stack allocationSebastian Huber2-38/+19
2020-02-12score: Remove superfluous FP types/definesSebastian Huber10-795/+33
2020-02-06config: Add CONFIGURE_DIRTY_MEMORYSebastian Huber1-0/+37
2020-02-06sysinit: Add RTEMS_SYSINIT_ZERO_MEMORYSebastian Huber3-6/+71
2020-02-04bsps: Rework work area initializationSebastian Huber2-101/+64
2020-02-04score: Add _Memory_Fill()Sebastian Huber1-0/+48
2020-02-04score: Add Memory HandlerSebastian Huber1-0/+67