summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Assert job properties in _Per_CPU_Add_job()Sebastian Huber2021-07-291-0/+2
* score: Add _Per_CPU_Submit_job()Sebastian Huber2021-07-293-5/+10
* score: Split SMP multicast action moduleSebastian Huber2021-07-294-32/+154
* score: Return value in _SMP_Process_message()Sebastian Huber2021-07-281-0/+2
* score: Canonicalize _CPU_Fatal_halt()Sebastian Huber2021-07-2851-287/+225
* score: Move per-CPU jobs supportSebastian Huber2021-07-282-86/+127
* score: Remove SMP message multicast/broadcastSebastian Huber2021-07-281-39/+1
* score: Simplify SMP processor state handlingSebastian Huber2021-07-284-190/+143
* score: Remove processor event broadcast/receiveSebastian Huber2021-07-2811-124/+17
* score: Remove _Internal_errors_What_happenedSebastian Huber2021-07-281-10/+1
* cpukit: occured -> occurredSebastian Huber2021-07-163-5/+5
* sparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTIONSebastian Huber2021-07-151-14/+0
* Fix compiler warnings for schedulerstrongapa.cRichi Dubey2021-07-061-4/+20
* arm: For AArch32 use non-shareable memorySebastian Huber2021-06-291-2/+2
* arm: Fix AARCH32_PMSA_ATTR_XN valueSebastian Huber2021-06-291-1/+1
* arm: Fix AArch32 memory attribute definesSebastian Huber2021-06-291-4/+4
* arm: Disable alignment check in PMSA initSebastian Huber2021-06-291-1/+1
* Update Strong APA SchedulerRichi Dubey2021-06-241-192/+789
* sparc: Simplify trap table initializationSebastian Huber2021-06-243-54/+638
* sparc: Move FP frame offset defines to cpuimpl.hSebastian Huber2021-06-242-57/+57
* sparc: More reliable bad trap handlingSebastian Huber2021-06-245-1/+513
* sparc: Move ISR handler install routinesSebastian Huber2021-06-242-174/+201
* score: Move _ISR_Vector_table[] to separate fileSebastian Huber2021-06-242-8/+48
* score: Remove bogus _ISR_Nest_level settingSebastian Huber2021-06-241-4/+0
* score: Remove _CPU_Initialize_vectors()Sebastian Huber2021-06-2413-76/+0
* cpu/armv7m: Fix initialization of MPU regionsChristian Mauderer2021-06-211-1/+1
* cpu/armv7m: Avoid regions with negative sizeChristian Mauderer2021-06-211-1/+1
* arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR()Sebastian Huber2021-06-161-1/+1
* score: Comment _Thread_queue_Surrender_sticky()Sebastian Huber2021-06-151-1/+7
* score: Add PER_CPU_DATA_NEED_INITIALIZATION()Sebastian Huber2021-06-102-42/+98
* score: Fix initialization of thread queue contextSebastian Huber2021-06-101-2/+2
* libcsupport: Added futimens() and utimensat()Ryan Long2021-05-281-0/+54
* bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore2021-05-271-16/+50
* bsps/aarch64: Break out system registersKinsey Moore2021-05-271-0/+9985
* score/aarch64: Align context validation frameKinsey Moore2021-05-261-11/+18
* score: Direct thread dispatch in a self restartSebastian Huber2021-05-261-5/+11
* score: Fix _Thread_Cancel()Sebastian Huber2021-05-261-26/+22
* score: Simplify calling _Thread_Exit()Sebastian Huber2021-05-261-5/+13
* score: Simplify thread queue timeout handlingSebastian Huber2021-05-182-4/+12
* score: Add _CPU_Context_switch_no_return()Sebastian Huber2021-05-189-5/+56
* score: Move _Thread_queue_Queue_get_name_and_id()Sebastian Huber2021-05-172-36/+76
* score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber2021-05-171-1/+1
* score: Improve parameters in _Thread_Change_life()Sebastian Huber2021-05-171-12/+17
* rtems: Fix task restart within interrupt contextSebastian Huber2021-05-141-53/+15
* rtems: Always set the real priority during restartSebastian Huber2021-05-141-26/+32
* score: Return status in _Thread_Restart_other()Sebastian Huber2021-05-141-3/+3
* rtems: Use _Objects_Free_nothing() for msg queuesSebastian Huber2021-05-111-5/+3
* score: Rename _Stack_Free_nothing()Sebastian Huber2021-05-111-5/+5
* score: Make _Once_Lock() and _Once_Unlock() staticSebastian Huber2021-05-041-16/+16
* score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber2021-05-022-2/+5