summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-12sparc: Save/restore only non-volatile contextSebastian Huber2-64/+74
2014-02-10score: Format _Thread_Get_maximum_internal_threadsSebastian Huber1-3/+2
2014-02-05score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber6-41/+1
2014-02-04Add thread-local storage (TLS) supportSebastian Huber46-55/+521
2014-02-04score: Add _Thread_Get_maximum_internal_threads()Sebastian Huber2-11/+20
2014-02-04score: Add _Heap_Size_with_overhead()Sebastian Huber1-0/+23
2014-02-04score: Add _Workspace_Allocate_aligned()Sebastian Huber2-0/+16
2014-01-10arm: Add ARMv7-M SHCSR register bitsSebastian Huber1-0/+6
2013-12-24cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns5-3/+84
2013-12-16arm: Fix set by but not used warningSebastian Huber1-1/+2
2013-12-14no_cpu/cpusmplock.h: Clean up to be compilableJoel Sherrill1-0/+4
2013-12-03arm: Clear reservationsSebastian Huber2-1/+2
2013-12-02score: Minor _Thread_Dispatch() optimizationSebastian Huber1-2/+1
2013-11-26nios2: TyposSebastian Huber1-2/+2
2013-11-26score: Format changes in _Thread_Set_state()Sebastian Huber1-8/+8
2013-11-26score: Simplify _Thread_queue_Dequeue_priority()Sebastian Huber1-2/+2
2013-11-26score: Use local variables for consistencySebastian Huber1-3/+3
2013-11-21score/rbtree: Remove "unprotected" from APISebastian Huber11-36/+36
2013-11-21score/rbtree: Delete protected operationsSebastian Huber8-299/+9
2013-11-21scheduler/EDF: Use unprotected insert and extractSebastian Huber3-4/+4
2013-11-18powerpc: Add r2 to CPU contextSebastian Huber3-11/+13
2013-11-18powerpc: Do not validate reserved XER bitsSebastian Huber1-2/+2
2013-11-18score: Objects_Information::extract visibilitySebastian Huber1-2/+2
2013-11-18heapgetinfo: Free all delayed blocksSebastian Huber1-0/+1
2013-11-14no_cpu/.../cpu.h: Comment improvementJoel Sherrill1-0/+5
2013-11-14mips/.../cpu.h: Comment improvementJoel Sherrill1-1/+3
2013-10-31score: New state STATES_WAITING_FOR_BSD_WAKEUPSebastian Huber1-0/+3
2013-09-22basedefs.h: Add RTEMS_COMPILER_UNUSED_ATTRIBUTE.Joel Sherrill1-0/+11
2013-09-06arm: Fix inconsistent define usageSebastian Huber1-2/+3
2013-09-03nios2: Include proper header fileSebastian Huber1-1/+1
2013-09-03score: Use void * for some atomic pointer opsSebastian Huber2-25/+26
2013-09-03score: Use unsigned long for atomic integersSebastian Huber2-66/+66
2013-08-30smp: Add and use _Assert_Owner_of_giant()Sebastian Huber8-19/+62
2013-08-28score: Atomic flag changesSebastian Huber2-56/+29
2013-08-28score: Simplify <rtems/score/cpuatomic.h>WeiY17-510/+102
2013-08-28score: Use static inline directlySebastian Huber2-43/+43
2013-08-28add atomic init functionWeiY2-0/+75
2013-08-27score: Add SMP support to _Watchdog_Report_chain()Sebastian Huber1-1/+3
2013-08-27score: Add and use CHAIN_INITIALIZER_ONE_NODE().Sebastian Huber1-0/+16
2013-08-26score: Delete unused function parameterSebastian Huber5-9/+5
2013-08-26score: PR2140: Fix _Thread_queue_Process_timeout()Sebastian Huber1-8/+37
2013-08-26score: PR2140: _Thread_queue_Extract()Sebastian Huber4-11/+20
2013-08-23smp: Fix warningsSebastian Huber2-2/+0
2013-08-23score: _Thread_queue_Enqueue_with_handler()Sebastian Huber11-21/+34
2013-08-22arm: Make barrier operations more visibleSebastian Huber1-10/+15
2013-08-21smp: DocumentationSebastian Huber1-2/+3
2013-08-21smp: Delete RTEMS_BSP_SMP_SIGNAL_TO_SELFSebastian Huber2-14/+0
2013-08-20smp: Disable restart of threads other than selfSebastian Huber1-0/+10
2013-08-20smp: Add Deterministic Priority SMP SchedulerSebastian Huber6-9/+330
2013-08-20smp: Generalize Simple SMP schedulerSebastian Huber2-85/+240