summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-089-41/+92
* score: Implement forced thread migrationSebastian Huber2014-05-0711-8/+171
* score: Statically initialize _ISR_Vector_tableSebastian Huber2014-04-2913-96/+17
* sparc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2014-04-282-33/+36
* sparc: Optimize context switchSebastian Huber2014-04-282-51/+48
* score: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2014-04-281-0/+18
* score: Clarify TLS supportSebastian Huber2014-04-173-3/+3
* score: SMP initialization changesSebastian Huber2014-04-145-12/+56
* sparc: Use __leon__ multilib defineSebastian Huber2014-04-141-1/+8
* score: Clarify CPU port alignment requirementsSebastian Huber2014-04-071-7/+9
* score: Rename Priority_bit_map_ControlSebastian Huber2014-04-0329-29/+29
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21204-204/+204
* arm: Add support for interrupt profilingSebastian Huber2014-03-141-0/+20
* arm: Fix stack alignment in interrupt handlerSebastian Huber2014-03-101-29/+19
* score: SMP initialization and shutdown changesSebastian Huber2014-03-061-2/+2
* sparc: Fix CPU counter supportSebastian Huber2014-02-243-2/+84
* score: _CPU_SMP_Get_current_processor()Sebastian Huber2014-02-216-11/+8
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-214-4/+4
* score: Rename bsp_smp_initialize()Sebastian Huber2014-02-195-0/+26
* score: Delete _Thread_BSP_contextSebastian Huber2014-02-192-35/+6
* powerpc: Change interrupt disable implemetationSebastian Huber2014-02-193-19/+36
* score: Use atomic API for SMP lockSebastian Huber2014-02-1715-544/+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: Remove volatile from asm statementsSebastian Huber2014-02-142-2/+2
* score: Add CPU counter supportSebastian Huber2014-02-1434-0/+288
* 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-054-23/+0
* Add thread-local storage (TLS) supportSebastian Huber2014-02-0437-52/+270
* arm: Add ARMv7-M SHCSR register bitsSebastian Huber2014-01-101-0/+6
* arm: Fix set by but not used warningSebastian Huber2013-12-161-1/+2
* no_cpu/cpusmplock.h: Clean up to be compilableJoel Sherrill2013-12-141-0/+4
* arm: Clear reservationsSebastian Huber2013-12-032-1/+2
* nios2: TyposSebastian Huber2013-11-261-2/+2
* powerpc: Add r2 to CPU contextSebastian Huber2013-11-183-11/+13
* powerpc: Do not validate reserved XER bitsSebastian Huber2013-11-181-2/+2
* no_cpu/.../cpu.h: Comment improvementJoel Sherrill2013-11-141-0/+5
* mips/.../cpu.h: Comment improvementJoel Sherrill2013-11-141-1/+3
* arm: Fix inconsistent define usageSebastian Huber2013-09-061-2/+3
* nios2: Include proper header fileSebastian Huber2013-09-031-1/+1
* score: Simplify <rtems/score/cpuatomic.h>WeiY2013-08-2817-510/+102
* arm: Make barrier operations more visibleSebastian Huber2013-08-221-10/+15
* powerpc: Fix _CPU_Context_validate()Sebastian Huber2013-08-131-1/+1
* 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
* arm: Per-CPU thread dispatch disableSebastian Huber2013-08-091-51/+25
* score: Per-CPU thread dispatch disable levelSebastian Huber2013-08-094-17/+14
* score/cpu: Add CPU_Per_CPU_controlSebastian Huber2013-08-0918-2/+123