summaryrefslogtreecommitdiff
path: root/cpukit/score (follow)
AgeCommit message (Expand)Author
2020-09-02leon,tn-0018: work around GRLIB-TN-0018 errataDaniel Hellstrom
2020-09-02sparc,leon: avoid triggering LEON3FT errata TN-0009Daniel Hellstrom
2020-09-02sparc,leon: avoid triggering TN-0009 bad sequenceDaniel Hellstrom
2020-09-02sparc: fix bad register alignment for 64 bit storeDaniel Hellstrom
2020-09-02sparc: auto detect FPU present in HW or notDaniel Hellstrom
2020-09-02sparc: Remove sequences that the B2BST scan script warns aboutDaniel Cederman
2020-09-02sparc: minor interrupt trap optimizationDaniel Hellstrom
2020-07-29i386: Fix possible race condition on first context restoreJan Sommer
2020-06-11bsp/pc386: Define interrupt stack frame for smpJan Sommer
2020-06-11bsp/pc386: Update context switch and restoreJan Sommer
2020-06-11bsp/pc386: Update GDT to work for SMPJan Sommer
2020-05-27arm: Fix ARMv7-M exception handlerSebastian Huber
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2020-04-14score: Check time of day in _TOD_Set()Sebastian Huber
2020-04-14score: Return status in _TOD_Set()Sebastian Huber
2020-04-05Revert "score: Fix _ISR_Stack_area_end"Sebastian Huber
2020-04-03score: Fix _ISR_Stack_area_endSebastian Huber
2020-04-03arm: ARMv7-M statically initialized vector tableSebastian Huber
2020-03-16score: Add _IO_Base64()Sebastian Huber
2020-02-28score: Fix context switch extensions (SMP)Sebastian Huber
2020-02-25score: Fix label defined but not used warningSebastian Huber
2020-02-25score: _Scheduler_Is_non_preempt_mode_supported()Sebastian Huber
2020-02-25score: Add _SMP_Need_inter_processor_interrupts()Sebastian Huber
2020-02-25config: Add _Workspace_Is_unifiedSebastian Huber
2020-02-25config: Add _Thread_Idle_bodySebastian Huber
2020-02-25config: Add _Thread_Idle_stack_sizeSebastian Huber
2020-02-25config: Add _Watchdog_Ticks_per_timesliceSebastian Huber
2020-02-17score: Clean up wkspace.cSebastian Huber
2020-02-17score: Remove unused _Workspace_Allocate_aligned()Sebastian Huber
2020-02-12score: Simplify _Thread_Initialize()Sebastian Huber
2020-02-12score: Add _Objects_Allocate_with_extend()Sebastian Huber
2020-02-12score: Add _Objects_Activate_unlimited()Sebastian Huber
2020-02-12score: Add _Freechain_Extend()Sebastian Huber
2020-02-12score: _Objects_Extend_information()Sebastian Huber
2020-02-12score: Inline _Objects_Namespace_remove_u32()Sebastian Huber
2020-02-12score: Split up objects freeSebastian Huber
2020-02-12score: Split up objects allocationSebastian Huber
2020-02-12score: Add _Objects_Free_objects_block()Sebastian Huber
2020-02-12score: Statically allocate idle/MPCI stacksSebastian Huber
2020-02-12score: Move thread stack allocationSebastian Huber
2020-02-12score: Add _Stack_Extend_size()Sebastian Huber
2020-02-12score: Add Thread_ConfigurationSebastian Huber
2020-02-12score: Split stack allocator configurationSebastian Huber
2020-02-12score: Simplify TLS area allocationSebastian Huber
2020-02-12score: Simplify FP context allocationSebastian Huber
2020-02-12score: Remove _Stack_Ensure_minimum() callSebastian Huber
2020-02-12score: Simplify thread stack freeSebastian Huber
2020-02-12score: Simplify thread stack allocationSebastian Huber
2020-02-12score: Remove superfluous FP types/definesSebastian Huber