summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber2015-03-051-16/+0
* score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2015-02-171-6/+2
* SPARC: optimize IRQ enable & disableDaniel Hellstrom2014-12-041-2/+16
* SPARC: Fatal_halt use source and exit codesDaniel Hellstrom2014-10-061-8/+2
* sparc: Add commentSebastian Huber2014-09-181-0/+5
* score: Rename _BSP_Exception_frame_print()Sebastian Huber2014-09-111-8/+1
* Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom2014-09-101-1/+1
* score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in generalDaniel Cederman2014-09-011-2/+4
* score/sparc: Add comment on icache flush after trap table updateDaniel Cederman2014-08-221-3/+14
* bsp/sparc: Flush icache before first time enabling interruptsDaniel Cederman2014-08-221-0/+4
* score: PR2183: Fix context switch on SMPSebastian Huber2014-07-041-1/+1
* score/sparc: Add support for paravirtualizationChristian Mauderer2014-06-033-18/+45
* SPARC: add syscall 1 (exit) function entry pointDaniel Hellstrom2014-05-231-0/+25
* sparc: Change asm to __asm__ to compile with -std=c99.Daniel Cederman2014-05-141-1/+1
* score: Fix CPU context usage on SMPSebastian Huber2014-05-082-6/+14
* score: Implement forced thread migrationSebastian Huber2014-05-072-0/+21
* sparc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2014-04-282-33/+36
* sparc: Optimize context switchSebastian Huber2014-04-282-51/+48
* score: Clarify TLS supportSebastian Huber2014-04-171-1/+1
* score: SMP initialization changesSebastian Huber2014-04-141-1/+5
* sparc: Use __leon__ multilib defineSebastian Huber2014-04-141-1/+8
* score: Rename Priority_bit_map_ControlSebastian Huber2014-04-031-1/+1
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-218-8/+8
* sparc: Fix CPU counter supportSebastian Huber2014-02-243-2/+84
* score: _CPU_SMP_Get_current_processor()Sebastian Huber2014-02-212-2/+2
* score: Rename bsp_smp_initialize()Sebastian Huber2014-02-191-0/+2
* score: Use atomic API for SMP lockSebastian Huber2014-02-173-110/+0
* sparc: Add atomic support for SPARC V8Sebastian Huber2014-02-172-0/+203
* sparc: Add LEON3_ASR17_PROCESSOR_INDEX_SHIFTSebastian Huber2014-02-141-0/+14
* score: Add CPU counter supportSebastian Huber2014-02-141-0/+12
* sparc: Increase CPU_STRUCTURE_ALIGNMENT to 32Sebastian Huber2014-02-131-1/+1
* sparc: Save/restore only non-volatile contextSebastian Huber2014-02-122-64/+74
* score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber2014-02-051-14/+0
* Add thread-local storage (TLS) supportSebastian Huber2014-02-042-2/+12
* score: Simplify <rtems/score/cpuatomic.h>WeiY2013-08-281-30/+6
* sparc: Make _CPU_ISR_Dispatch_disable per-CPUSebastian Huber2013-08-092-17/+21
* sparc: Move _CPU_Context_switch(), etc.Sebastian Huber2013-08-091-224/+0
* score/cpu: Add CPU_Per_CPU_controlSebastian Huber2013-08-091-0/+7
* score/cpu: Fix _CPU_SMP_lock_Acquire()Sebastian Huber2013-07-301-1/+1
* score: PR1782: CPU_USE_DEFERRED_FP_SWITCHSebastian Huber2013-07-231-1/+5
* smp: Rename _CPU_Processor_event_receive()Sebastian Huber2013-07-171-1/+1
* smp: Rename _CPU_Processor_event_broadcast()Sebastian Huber2013-07-171-1/+1
* smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber2013-07-171-0/+2
* smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber2013-07-171-0/+2
* update-all-architectures-to-new-atomic-implementationWeiY2013-07-171-6/+4
* smp: New SMP lock APISebastian Huber2013-05-314-18/+110
* smp: Simplify SMP initialization sequenceSebastian Huber2013-05-291-0/+10
* score: Add CPU context validationSebastian Huber2013-05-101-0/+12
* Revert bootstrap whitespace changes.Chris Johns2013-05-101-0/+1
* sparc: Fix problem with assembler filesSebastian Huber2013-05-071-1/+1