summaryrefslogtreecommitdiffstats
path: root/cpukit/score/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-15score: Task get/set affinitySebastian Huber1-0/+2
2014-04-15score: Simplify thread control initializationSebastian Huber1-3/+0
2014-04-03score: Add priority affinity smp scheduler.Jennifer Averett1-0/+2
2014-04-03score: score: Add get/set affinity to Scheduler Framework.Jennifer Averett1-0/+2
2014-04-03score: Move priority bit map to scheduler instanceSebastian Huber1-2/+0
2014-04-01score: Move __log2table to separate fileSebastian Huber1-0/+1
2014-03-31score: Thread life cycle re-implementationSebastian Huber1-1/+1
2014-03-31score: Move _Thread_Reset() and make staticSebastian Huber1-1/+1
2014-03-25score: Delete _Watchdog_Report()Sebastian Huber1-1/+1
2014-03-21score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer1-0/+2
2014-03-19score: Add _Debug_Is_owner_of_allocator()Sebastian Huber1-0/+1
2014-03-19score: Delete _Assert_Thread_dispatching_repressedSebastian Huber1-1/+1
2014-03-14score: Add SMP lock profiling supportSebastian Huber1-0/+1
2014-03-14score: Add per-CPU profilingSebastian Huber1-0/+2
2014-03-07score: Add cpuset support to Score.Jennifer Averett1-0/+4
2014-02-19score: Rename rtems_smp_process_interrupt()Sebastian Huber1-1/+0
2014-02-19score: Add and use <rtems/score/smpimpl.h>Sebastian Huber1-0/+1
2014-02-17score: Add SMP barrierSebastian Huber1-0/+2
2014-02-17Require presence of <stdatomic.h> for SMP supportSebastian Huber1-4/+2
2014-02-04Add thread-local storage (TLS) supportSebastian Huber1-0/+1
2013-12-24cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns1-3/+3
2013-11-21score/rbtree: Delete protected operationsSebastian Huber1-2/+2
2013-08-20smp: Add Deterministic Priority SMP SchedulerSebastian Huber1-0/+2
2013-08-20smp: Rename _Scheduler_simple_smp_Start_idle()Sebastian Huber1-0/+1
2013-08-20smp: Replace Scheduler_simple_smp_ControlSebastian Huber1-0/+2
2013-08-20score: _Priority_bit_map_Handler_initialization()Sebastian Huber1-0/+1
2013-08-20score: PR2136: Fix _Thread_Change_priority()Sebastian Huber1-0/+1
2013-08-09score: Per-CPU thread dispatch disable levelSebastian Huber1-1/+0
2013-08-08score: Rename _Scheduler_simple_Update()Sebastian Huber1-1/+2
2013-08-08score: Rename _Scheduler_simple_Allocate(), etc.Sebastian Huber1-0/+1
2013-08-08score: Rename _Scheduler_priority_Release_job()Sebastian Huber1-1/+1
2013-08-08PR766: Delete __RTEMS_INSIDE__Sebastian Huber1-2/+0
2013-08-01score: Use an ISR lock for TODSebastian Huber1-0/+1
2013-08-01score: Move nanoseconds since last tick supportSebastian Huber1-2/+2
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber1-1/+1
2013-07-31score: Add and use ISR locksSebastian Huber1-0/+1
2013-07-30score: Add _Assert_Thread_dispatching_repressed()Sebastian Huber1-0/+1
2013-07-30score: New header file <rtems/score/assert.h>Sebastian Huber1-0/+1
2013-07-26score: Merge tod implementation into one fileSebastian Huber1-4/+1
2013-07-26score: Create object implementation headerSebastian Huber1-2/+2
2013-07-26score: Move mppkt implementation into mpciimpl.hSebastian Huber1-5/+0
2013-07-26score: Create mpci implementation headerSebastian Huber1-0/+1
2013-07-26score: Merge objectmp implementation into one fileSebastian Huber1-1/+0
2013-07-26score: Create threadq implementation headerSebastian Huber1-2/+1
2013-07-26score: Delete threadq.inlSebastian Huber1-1/+0
2013-07-26score: Merge threadmp implementation into one fileSebastian Huber1-1/+0
2013-07-26score: Create states implementation headerSebastian Huber1-1/+1
2013-07-26score: Create thread implementation headerSebastian Huber1-1/+1
2013-07-26score: Create prioritybitmap implementation headerSebastian Huber1-2/+1
2013-07-26score: Create scheduler implementation headerSebastian Huber1-1/+1