summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-14score: Require power of two CPU_STACK_MINIMUM_SIZESebastian Huber1-1/+2
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber1-1/+1
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber1-28/+11
2022-02-28score/cpu/no_cpu: Change license to BSD-2Joel Sherrill1-3/+22
2021-10-29cpukit: Add exception extensionsKinsey Moore1-0/+63
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber1-17/+0
2021-07-28score: Remove processor event broadcast/receiveSebastian Huber1-29/+0
2021-06-24score: Remove _CPU_Initialize_vectors()Sebastian Huber1-11/+0
2021-05-18score: Add _CPU_Context_switch_no_return()Sebastian Huber1-4/+28
2021-03-04score: Enforce CPU_STACK_ALIGNMENT requirementsSebastian Huber1-5/+4
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-3/+1
2020-06-30score: Clarify CPU_USE_LIBC_INIT_FINI_ARRAY optionSebastian Huber1-3/+4
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore1-0/+7
2019-04-04doxygen: Added Management to Example CPU ArchitectureAndreas Dachsberger1-0/+8
2019-04-01doxygen: score: Change no_cpu architecture groupAndreas Dachsberger1-34/+47
2019-02-28Remove explicit file names from @fileSebastian Huber1-1/+1
2018-12-07Simplify _CPU_Counter_difference()Sebastian Huber1-2/+5
2018-12-04Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara1-1/+1
2018-11-12no_cpu: Remove use of proc_ptrSebastian Huber1-6/+15
2018-10-05score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber1-29/+0
2018-08-02score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber1-18/+0
2018-07-20score: Move context validation declarationsSebastian Huber1-31/+0
2018-06-27Rework initialization and interrupt stack supportSebastian Huber1-86/+7
2018-06-27score: Add CPU_INTERRUPT_STACK_ALIGNMENTSebastian Huber1-0/+8
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber1-0/+7
2018-03-12no_cpu/include/rtems/score/types.h: Eliminate this fileJoel Sherrill1-1/+5
2018-01-25Remove make preinstallChris Johns1-0/+0
2017-07-25score: Add optional _CPU_Context_Destroy()Sebastian Huber1-0/+19
2017-01-26score: Delete _CPU_Context_Fp_start()Sebastian Huber1-26/+0
2017-01-24Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber1-40/+0
2016-12-02score: Fix ARM and PowerPC context initializationSebastian Huber1-0/+4
2016-11-23score: Robust thread dispatchSebastian Huber1-0/+12
2016-11-18score: Add _ISR_Is_enabled()Sebastian Huber1-0/+14
2016-11-18rtems: Conditionally define rtems_interrupt_frameSebastian Huber1-1/+1
2016-11-18score: Move CPU_PER_CPU_CONTROL_SIZESebastian Huber1-22/+0
2016-11-18score: Remove obsolete definesSebastian Huber1-23/+0
2016-11-10score: Move _CPU_Get_current_per_CPU_control()Sebastian Huber1-18/+0
2016-09-23score: Fix C/C++ compatibility issueSebastian Huber1-1/+5
2016-06-29score: _CPU_SMP_Send_interrupt() documentationSebastian Huber1-4/+0
2016-06-08score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber1-10/+0
2016-03-04score: Add CPU_MAXIMUM_PROCESSORSSebastian Huber1-0/+6
2016-02-17no_cpu: Avoid SCORE_EXTERNSebastian Huber1-1/+1
2016-01-26score: Introduce CPU_CACHE_LINE_BYTESSebastian Huber1-13/+8
2016-01-25score: Delete obsolete CPU_TIMESTAMP_* definesSebastian Huber1-68/+0
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber1-1/+1
2015-09-28SMP: Fix and optimize thread dispatchingSebastian Huber1-14/+25
2015-03-05score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber1-23/+0
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-0/+12
2014-09-10Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom1-1/+1
2014-07-04score: PR2183: Fix context switch on SMPSebastian Huber1-2/+31