summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-30sparc: Disable FPU in interrupt contextAlexander Krutwig2-1/+32
2015-05-30sparc: Remove superfluous FP enableSebastian Huber2-22/+7
2015-05-30sparc: Avoid new window for FP save/restoreSebastian Huber1-54/+48
2015-05-29sparc: Improve _CPU_Context_validate()Alexander Krutwig1-46/+49
2015-05-26sparc: Add static assertionSebastian Huber1-0/+5
2015-05-26sparc: Delete unused CONTEXT_CONTROL_SIZESebastian Huber1-3/+0
2015-05-26sparc: Delete unused ISF_STACK_FRAME_OFFSETSebastian Huber1-2/+0
2015-05-26sparc: Add static offset assertionsSebastian Huber1-0/+32
2015-05-21sparc: Add support for sptests/spcontext01Alexander Krutwig4-10/+528
2015-03-25sparc: Ensure interrupt service after ISR enableSebastian Huber1-1/+8
2015-03-16cpukit: add and use CPU_Uint32ptr typeGedare Bloom1-0/+3
2015-03-05score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber1-16/+0
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-6/+2
2014-12-04SPARC: optimize IRQ enable & disableDaniel Hellstrom1-2/+16
2014-10-06SPARC: Fatal_halt use source and exit codesDaniel Hellstrom1-8/+2
2014-09-18sparc: Add commentSebastian Huber1-0/+5
2014-09-11score: Rename _BSP_Exception_frame_print()Sebastian Huber1-8/+1
2014-09-10Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom1-1/+1
2014-09-01score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in generalDaniel Cederman1-2/+4
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-07-04score: PR2183: Fix context switch on SMPSebastian Huber1-1/+1
2014-06-03score/sparc: Add support for paravirtualizationChristian Mauderer3-18/+45
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 Huber2-6/+14
2014-05-07score: Implement forced thread migrationSebastian Huber2-0/+21
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-17score: Clarify TLS supportSebastian Huber1-1/+1
2014-04-14score: SMP initialization changesSebastian Huber1-1/+5
2014-04-14sparc: Use __leon__ multilib defineSebastian Huber1-1/+8
2014-04-03score: Rename Priority_bit_map_ControlSebastian Huber1-1/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns8-8/+8
2014-02-24sparc: Fix CPU counter supportSebastian Huber3-2/+84
2014-02-21score: _CPU_SMP_Get_current_processor()Sebastian Huber2-2/+2
2014-02-19score: Rename bsp_smp_initialize()Sebastian Huber1-0/+2
2014-02-17score: Use atomic API for SMP lockSebastian Huber3-110/+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: Add CPU counter supportSebastian Huber1-0/+12
2014-02-13sparc: Increase CPU_STRUCTURE_ALIGNMENT to 32Sebastian Huber1-1/+1
2014-02-12sparc: Save/restore only non-volatile contextSebastian Huber2-64/+74
2014-02-05score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber1-14/+0
2014-02-04Add thread-local storage (TLS) supportSebastian Huber2-2/+12
2013-08-28score: Simplify <rtems/score/cpuatomic.h>WeiY1-30/+6
2013-08-09sparc: Make _CPU_ISR_Dispatch_disable per-CPUSebastian Huber2-17/+21
2013-08-09sparc: Move _CPU_Context_switch(), etc.Sebastian Huber1-224/+0
2013-08-09score/cpu: Add CPU_Per_CPU_controlSebastian Huber1-0/+7
2013-07-30score/cpu: Fix _CPU_SMP_lock_Acquire()Sebastian Huber1-1/+1