summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-05arm: Fix ISR level context initializationSebastian Huber1-1/+2
2013-08-05smp: Support ASR path in rtems_task_mode()Sebastian Huber1-0/+14
2013-08-05arm: Fix CPU_MODES_INTERRUPT_MASKSebastian Huber2-4/+6
2013-08-05smp: Generalize _Thread_Start_multitasking()Sebastian Huber4-47/+37
2013-08-05score: Delete SYSTEM_STATE_BEGIN_MULTITASKINGSebastian Huber3-16/+2
2013-08-01bfin/cpu.h: Remove duplicate definition of CPU_SIMPLE_VECTORED_INTERRUPTSJoel Sherrill1-13/+0
2013-08-01score: Use an ISR lock for TODSebastian Huber8-30/+90
2013-08-01score: Move nanoseconds since last tick supportSebastian Huber11-91/+82
2013-08-01score: Add and use _TOD_Is_set()Sebastian Huber7-6/+11
2013-08-01score: Delete _TOD_Activate and _TOD_DeactivateSebastian Huber3-21/+0
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber51-54/+54
2013-08-01score: ISR lock API changesSebastian Huber2-26/+56
2013-08-01score: Add and use _Thread_Update_cpu_time_used()Sebastian Huber3-16/+38
2013-07-31score: Add and use ISR locksSebastian Huber4-48/+177
2013-07-31smp: Provide cache optimized Per_CPU_ControlSebastian Huber4-21/+42
2013-07-31score: Format <rtems/score/percpu.h>Sebastian Huber1-63/+60
2013-07-30score/cpu: Fix _CPU_SMP_lock_Acquire()Sebastian Huber2-2/+2
2013-07-30score/i386: Fix _CPU_Fatal_halt()Sebastian Huber1-1/+2
2013-07-30smp: Delete _SMP_Request_other_cores_to_dispatch()Sebastian Huber7-39/+23
2013-07-30score: Move _Thread_Dispatch_if_necessary()Sebastian Huber2-27/+20
2013-07-30posix: Simplify pthread_kill()Sebastian Huber1-1/+0
2013-07-30score: Add and use _Thread_Signal_notification()Sebastian Huber4-8/+10
2013-07-30smp: Delete _ISR_Disable_on_this_core(), etc.Sebastian Huber4-144/+33
2013-07-30smp: Delete _ISR_SMP_Initialize()Sebastian Huber3-16/+0
2013-07-30score: Critical section change in _Thread_DispatchSebastian Huber1-2/+2
2013-07-30score: Add assert to _Per_CPU_Get()Sebastian Huber1-0/+3
2013-07-30score: Add _Assert_Thread_dispatching_repressed()Sebastian Huber3-0/+41
2013-07-30score: New header file <rtems/score/assert.h>Sebastian Huber3-0/+50
2013-07-30smp: Add and use _Per_CPU_Get()Sebastian Huber6-39/+68
2013-07-30smp: Use Thread_Control.is_executingSebastian Huber1-7/+4
2013-07-28score: Move object content to public APISebastian Huber2-23/+23
2013-07-28score: Move object MP content to public APISebastian Huber2-14/+20
2013-07-27Return the amount of data written when an error occurs rather thanChris Johns1-3/+9
2013-07-26libmisc: Provide libutf8proc conditionallySebastian Huber3-0/+10
2013-07-26score: Merge tod implementation into one fileSebastian Huber80-356/+87
2013-07-26score: Create object implementation headerSebastian Huber195-1401/+1187
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber19-47/+29
2013-07-26score: Include missing <rtems/score/thread.h>Sebastian Huber2-0/+2
2013-07-26score: Move mppkt implementation into mpciimpl.hSebastian Huber5-84/+24
2013-07-26score: Create mpci implementation headerSebastian Huber50-500/+386
2013-07-26rtems: Create signal implementation headerSebastian Huber9-52/+79
2013-07-26score: Merge objectmp implementation into one fileSebastian Huber4-85/+44
2013-07-26rtems: Fix partition includesSebastian Huber2-12/+5
2013-07-26rtems: Use proper header guardSebastian Huber1-2/+2
2013-07-26score: Create threadq implementation headerSebastian Huber101-717/+569
2013-07-26score: Delete threadq.inlSebastian Huber4-56/+11
2013-07-26score: Merge threadmp implementation into one fileSebastian Huber4-78/+35
2013-07-26score: Create states implementation headerSebastian Huber113-267/+144
2013-07-26score: Create thread implementation headerSebastian Huber111-1218/+870
2013-07-26score: Create prioritybitmap implementation headerSebastian Huber8-200/+139