summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-11powerpc: Delete PPC_BSP_HAS_FIXED_PR288Sebastian Huber1-7/+0
2014-09-10or1k: Let CPU/BSP Fatal handler have access to sourceHesham ALMatary1-2/+2
2014-09-10Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom20-24/+25
2014-09-04Regenerate preinstall.am for score/cpu/or1kHesham ALMatary1-3/+3
2014-09-02or1k: Implement context validate and context volatile clobber functions.Hesham ALMatary4-3/+225
2014-09-02Add missing r31 load instruction _ISR_HandlerHesham ALMatary1-0/+1
2014-09-01score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in generalDaniel Cederman1-2/+4
2014-08-29Regenerate all preinstall.am files.Chris Johns7-21/+21
2014-08-28Regenerate all preinstall.am files.Joel Sherrill7-21/+21
2014-08-22score/sparc: Add comment on icache flush after trap table updateDaniel Cederman1-3/+14
2014-08-22bsp/sparc: Flush icache before first time enabling interruptsDaniel Cederman1-0/+4
2014-08-18Add or1k tick timer register definitionsHesham ALMatary1-2/+14
2014-08-14arm: PR2186: Fix compile errorSebastian Huber1-2/+4
2014-08-12or1k/.../preinstall.am: Add missing fileJoel Sherrill1-0/+49
2014-08-12Add support for OpenRISC - Fixed issuesHesham ALMatary14-0/+2262
2014-08-12arm: Add support for FPv4-SP floating point unitSebastian Huber12-45/+179
2014-07-04score: PR2183: Fix context switch on SMPSebastian Huber6-28/+91
2014-07-01arm: Use local label in _CPU_Context_restore()Sebastian Huber1-2/+2
2014-06-03score/sparc: Add support for paravirtualizationChristian Mauderer3-18/+45
2014-06-02arm: Add ARM_MULTILIB_HAS_BARRIER_INSTRUCTIONSSebastian Huber2-0/+7
2014-05-23SPARC: add syscall 1 (exit) function entry pointDaniel Hellstrom1-0/+25
2014-05-14sparc: Change asm to __asm__ to compile with -std=c99.Daniel Cederman1-1/+1
2014-05-08score: Fix CPU context usage on SMPSebastian Huber9-41/+92
2014-05-07score: Implement forced thread migrationSebastian Huber11-8/+171
2014-04-29score: Statically initialize _ISR_Vector_tableSebastian Huber13-96/+17
2014-04-28sparc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2-33/+36
2014-04-28sparc: Optimize context switchSebastian Huber2-51/+48
2014-04-28score: Add _CPU_Get_current_per_CPU_control()Sebastian Huber1-0/+18
2014-04-17score: Clarify TLS supportSebastian Huber3-3/+3
2014-04-14score: SMP initialization changesSebastian Huber5-12/+56
2014-04-14sparc: Use __leon__ multilib defineSebastian Huber1-1/+8
2014-04-07score: Clarify CPU port alignment requirementsSebastian Huber1-7/+9
2014-04-03score: Rename Priority_bit_map_ControlSebastian Huber29-29/+29
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns204-204/+204
2014-03-14arm: Add support for interrupt profilingSebastian Huber1-0/+20
2014-03-10arm: Fix stack alignment in interrupt handlerSebastian Huber1-29/+19
2014-03-06score: SMP initialization and shutdown changesSebastian Huber1-2/+2
2014-02-24sparc: Fix CPU counter supportSebastian Huber3-2/+84
2014-02-21score: _CPU_SMP_Get_current_processor()Sebastian Huber6-11/+8
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber4-4/+4
2014-02-19score: Rename bsp_smp_initialize()Sebastian Huber5-0/+26
2014-02-19score: Delete _Thread_BSP_contextSebastian Huber2-35/+6
2014-02-19powerpc: Change interrupt disable implemetationSebastian Huber3-19/+36
2014-02-17score: Use atomic API for SMP lockSebastian Huber15-544/+0
2014-02-17sparc: Add atomic support for SPARC V8Sebastian Huber2-0/+203
2014-02-14sparc: Add LEON3_ASR17_PROCESSOR_INDEX_SHIFTSebastian Huber1-0/+14
2014-02-14score: Remove volatile from asm statementsSebastian Huber2-2/+2
2014-02-14score: Add CPU counter supportSebastian Huber34-0/+288
2014-02-13sparc: Increase CPU_STRUCTURE_ALIGNMENT to 32Sebastian Huber1-1/+1
2014-02-12sparc: Save/restore only non-volatile contextSebastian Huber2-64/+74