source: rtems/cpukit/score/Makefile.am

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @cfa5aab   05/02/15 12:02:20 Sebastian Huber score: Delete _CORE_semaphore_Seize() Rename … 4.115
(edit) @c654b525   04/30/15 11:18:45 Sebastian Huber score: Delete _CORE_message_queue_Flush_support() Check the number of … 4.115
(edit) @cc366ec   04/24/15 10:02:20 Sebastian Huber score: New thread queue implementation Use thread wait flags for … 4.115
(edit) @568af83   04/21/15 08:17:13 Sebastian Huber score: Add Thread_queue_Operations Replace the … 4.115
(edit) @08fe84b   04/22/15 08:06:05 Sebastian Huber score: Generalize _Event_Timeout() Add a thread wait timeout code. … 4.115
(edit) @a382010c   04/10/15 13:31:31 Sebastian Huber score: New timer server implementation Use mostly the standard … 4.115
(edit) @fd53d25   04/24/15 07:53:58 Sebastian Huber score: Move _Watchdog_Tickle() Make internal function … 4.115
(edit) @b0686b4   04/22/15 11:57:18 Sebastian Huber score: Delete _CORE_RWLock_Timeout() This function was identical to … 4.115
(edit) @d3802bb5   04/20/15 07:50:01 Sebastian Huber score: Delete object control block ISR lock The Objects_Control::Lock … 4.115
(edit) @26c142e5   04/17/15 10:05:16 Sebastian Huber score: Refactor SMP cache manager support 4.115
(edit) @fc0756e   04/14/15 15:01:05 Joel Sherrill Add test assertion for allocator mutex being unlocked The Allocator … 4.115
(edit) @1461aba8   03/27/15 20:13:29 Sebastian Huber score: Use _Thread_Clear_state() for _Thread_Ready 4.115
(edit) @9baffdf   04/08/15 05:40:00 Sebastian Huber score: Move _Watchdog_Ticks_since_boot definition 4.115
(edit) @d2bdf5c   03/22/15 10:58:10 Sebastian Huber score: Move _Thread_queue_Requeue() Now all the main thread queue … 4.115
(edit) @688fbc44   03/22/15 09:43:06 Sebastian Huber score: Move _Thread_queue_Extract() Move _Thread_queue_Dequeue(). We … 4.115
(edit) @2429766   03/22/15 09:37:52 Sebastian Huber score: Move _Thread_blocking_operation_Cancel() Move … 4.115
(edit) @c3803167   03/20/15 07:28:20 alexander.krutwig score: Delete unused _Timestamp_(To|From)_ticks() 4.115
(edit) @677d2b09   03/20/15 08:08:57 alexander.krutwig score: Delete unused _Timestamp_Divide_by_integer 4.115
(edit) @43e1573c   02/28/15 17:06:37 Sebastian Huber score: Add ISR lock to Objects_Control This enables per-object SMP … 4.115
(edit) @4ccb79bc   03/02/15 11:23:20 Sebastian Huber score: Enable SMP barriers for all configurations 4.115
(edit) @4e3d9a4d   02/18/15 16:46:37 Sebastian Huber score: Make <rtems/score/atomic.h> available Make … 4.115
(edit) @a38ced2   10/10/14 07:09:19 Sebastian Huber score: Rework global construction Ensure that the global construction … 4.115
(edit) @875fff0a   07/23/14 20:35:35 Joel Sherrill Add _TOD_Adjust to SCORE TOD Handler. This lays the proper structure … 4.115
(edit) @3250664   07/15/14 17:37:36 Joel Sherrill Thread Queue: Merge discipline subroutines into main methods There … 4.115
(edit) @5c3d250   07/04/14 12:34:23 Sebastian Huber score: Implement scheduler helping protocol The following scheduler … 4.115
(edit) @701dd96f   06/12/14 12:37:57 Sebastian Huber score: PR2181: Add _Thread_Yield() The _Scheduler_Yield() was called … 4.115
(edit) @238629f   05/19/14 20:26:55 Joel Sherrill Add SMP Priority Scheduler with Affinity This scheduler attempts to … 4.115
(edit) @9a1bab2   06/05/14 09:19:32 Sebastian Huber score: _Per_CPU_State_wait_for_non_initial_state() Replace … 4.115
(edit) @8e467384   06/03/14 08:29:30 Sebastian Huber score: Replace _Scheduler_Allocate/Free() Replace … 4.115
(edit) @3e201139   05/23/14 08:00:33 Sebastian Huber score: Add Resource Handler A resource is something that has at most … 4.115
(edit) @8fcafdd5   05/21/14 08:33:43 Sebastian Huber score: Multiprocessor Resource Sharing Protocol Add basic support for … 4.115
(edit) @b4bdbcf   05/15/14 07:41:20 Sebastian Huber score: Make _Thread_queue_Requeue() static This function is only used … 4.115
(edit) @6359b68   05/15/14 06:47:50 Sebastian Huber score: Add and use _Scheduler_SMP_Start_idle() 4.115
(edit) @3733b224   05/15/14 06:46:56 Sebastian Huber score: Add and use _Scheduler_default_Schedule() 4.115
(edit) @f39f667a   05/14/14 11:50:48 Sebastian Huber score: Simplify _Thread_Change_priority() The function to change a … 4.115
(edit) @beab7329   05/13/14 14:03:05 Sebastian Huber score: Introduce scheduler nodes Rename scheduler per-thread … 4.115
(edit) @0712d17   04/08/14 09:14:27 Sebastian Huber score: Task get/set affinity Make rtems_task_get_affinity() and … 4.115
(edit) @69aa3349   04/08/14 07:42:29 Sebastian Huber score: Simplify thread control initialization The thread control … 4.115
(edit) @56c396b   03/19/14 20:20:01 Jennifer Averett score: Add priority affinity smp scheduler. 4.115
(edit) @cfe457f   03/06/14 14:37:21 Jennifer Averett score: score: Add get/set affinity to Scheduler Framework. 4.115
(edit) @494c2e3   04/01/14 09:48:59 Sebastian Huber score: Move priority bit map to scheduler instance Delete global … 4.115
(edit) @4994927   04/01/14 08:01:52 Sebastian Huber score: Move log2table to separate file 4.115
(edit) @1b1be254   03/25/14 09:54:49 Sebastian Huber score: Thread life cycle re-implementation The thread deletion is now … 4.115
(edit) @dcd5e26   03/18/14 15:11:03 Sebastian Huber score: Move _Thread_Reset() and make static 4.115
(edit) @9b44339c   03/24/14 06:53:45 Sebastian Huber score: Delete _Watchdog_Report() Delete _Watchdog_Report_chain(). … 4.115
(edit) @a5385b1   03/20/14 08:22:00 Christian.Mauderer score: Unify pthread and gxx_wrapper once and move to score. 4.115
(edit) @72f4b98b   03/18/14 11:11:37 Sebastian Huber score: Add _Debug_Is_owner_of_allocator() 4.115
(edit) @ff25926   03/18/14 10:49:38 Sebastian Huber score: Delete _Assert_Thread_dispatching_repressed Add … 4.115
(edit) @53ad908   03/07/14 13:36:22 Sebastian Huber score: Add SMP lock profiling support 4.115
(edit) @f980561   03/10/14 09:04:09 Sebastian Huber score: Add per-CPU profiling Add per-CPU profiling stats API. … 4.115
(edit) @9db8705   02/06/14 18:42:24 Jennifer Averett score: Add cpuset support to Score. This new Score Handler provides a … 4.115
(edit) @4d9bd56   02/17/14 14:12:43 Sebastian Huber score: Rename rtems_smp_process_interrupt() Rename … 4.115
(edit) @6ca4f6a   02/17/14 13:56:51 Sebastian Huber score: Add and use <rtems/score/smpimpl.h> Collect SMP implementation … 4.115
(edit) @ad7292f   02/14/14 11:57:53 Sebastian Huber score: Add SMP barrier 4.115
(edit) @8a9568d2   02/14/14 10:18:13 Sebastian Huber Require presence of <stdatomic.h> for SMP support 4.115
(edit) @022851a   01/28/14 11:10:08 Sebastian Huber Add thread-local storage (TLS) support Tested and implemented on ARM, … 4.115
(edit) @2d1bdc8   12/24/13 05:38:42 Chris Johns cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API. … 4.115
(edit) @833dd90   11/19/13 15:09:39 Sebastian Huber score/rbtree: Delete protected operations The user of the red-black … 4.115
(edit) @99b3505   08/07/13 13:35:47 Sebastian Huber smp: Add Deterministic Priority SMP Scheduler 4.115
(edit) @6ba15488   08/12/13 10:34:27 Sebastian Huber smp: Rename _Scheduler_simple_smp_Start_idle() Rename … 4.115
(edit) @9d83f58a   08/12/13 08:32:32 Sebastian Huber smp: Replace Scheduler_simple_smp_Control Replace … 4.115
(edit) @c1a356e9   08/09/13 12:31:02 Sebastian Huber score: _Priority_bit_map_Handler_initialization() Delete … 4.115
(edit) @e5ca54c9   08/07/13 19:19:55 Sebastian Huber score: PR2136: Fix _Thread_Change_priority() Add call to … 4.115
(edit) @d19cce29   08/05/13 12:54:11 Sebastian Huber score: Per-CPU thread dispatch disable level Use a per-CPU thread … 4.115
(edit) @3346106b   08/07/13 11:22:52 Sebastian Huber score: Rename _Scheduler_simple_Update() Rename … 4.115
(edit) @62d947d   08/07/13 09:50:32 Sebastian Huber score: Rename _Scheduler_simple_Allocate(), etc. Rename … 4.115
(edit) @037cfd1   08/07/13 09:33:17 Sebastian Huber score: Rename _Scheduler_priority_Release_job() Rename … 4.115
(edit) @6b4e448   08/06/13 14:01:36 Sebastian Huber PR766: Delete RTEMS_INSIDE 4.115
(edit) @9bf7467   07/31/13 11:30:42 Sebastian Huber score: Use an ISR lock for TOD Two issues are addressed. 1. On … 4.115
(edit) @965a442   07/31/13 12:10:20 Sebastian Huber score: Move nanoseconds since last tick support Move the nanoseconds … 4.115
(edit) @f031df0e   07/31/13 11:42:07 Sebastian Huber score: Rename tod.h to todimpl.h 4.115
(edit) @2d915cf   07/31/13 10:59:35 Sebastian Huber score: Add and use ISR locks ISR locks are low-level locks to protect … 4.115
(edit) @40883773   06/18/13 12:57:19 Sebastian Huber score: Add _Assert_Thread_dispatching_repressed() 4.115
(edit) @95519eed   07/22/13 15:56:07 Sebastian Huber score: New header file <rtems/score/assert.h> 4.115
(edit) @88c74ab   07/25/13 13:10:11 Sebastian Huber score: Merge tod implementation into one file Delete … 4.115
(edit) @a2e3f33   07/24/13 11:50:54 Sebastian Huber score: Create object implementation header Move implementation … 4.115
(edit) @0b9f4721   07/25/13 08:33:41 Sebastian Huber score: Move mppkt implementation into mpciimpl.h 4.115
(edit) @7f04cb18   07/25/13 07:10:38 Sebastian Huber score: Create mpci implementation header Move implementation specific … 4.115
(edit) @cba15292   07/25/13 07:07:23 Sebastian Huber score: Merge objectmp implementation into one file 4.115
(edit) @a112364   07/24/13 15:30:26 Sebastian Huber score: Create threadq implementation header Move implementation … 4.115
(edit) @8d0bf322   07/24/13 14:50:27 Sebastian Huber score: Delete threadq.inl 4.115
(edit) @62590a7   07/24/13 14:30:54 Sebastian Huber score: Merge threadmp implementation into one file 4.115
(edit) @fe6c170c   07/24/13 14:19:52 Sebastian Huber score: Create states implementation header Move implementation … 4.115
(edit) @5618c37a   07/24/13 13:14:48 Sebastian Huber score: Create thread implementation header Move implementation … 4.115
(edit) @f0bfd7d8   07/24/13 11:25:57 Sebastian Huber score: Create prioritybitmap implementation header Move … 4.115
(edit) @c6e21ee1   07/24/13 11:12:38 Sebastian Huber score: Create scheduler implementation header Move implementation … 4.115
(edit) @f068384e   07/24/13 10:03:31 Sebastian Huber score: Create schedulerpriority impl header Move implementation … 4.115
(edit) @bd5606ab   07/24/13 09:37:28 Sebastian Huber score: Create schedulersimple impl header Move implementation … 4.115
(edit) @8fb2bea   07/24/13 08:37:39 ashi08104 score: Add freechain 4.115
(edit) @df8f927   07/24/13 08:26:56 Sebastian Huber score: Delete priority.inl 4.115
(edit) @39046f7   07/24/13 09:09:23 Sebastian Huber score: Merge sysstate API into one file 4.115
(edit) @218286bc   07/23/13 15:17:05 Sebastian Huber score: Create stack implementation header Move implementation … 4.115
(edit) @e6f7f81   07/23/13 14:50:51 Sebastian Huber score: Create heap implementation header Move implementation specific … 4.115
(edit) @1cb75cc   07/23/13 13:32:50 Sebastian Huber score: Merge wkspace API into one file 4.115
(edit) @f26f5fc1   07/23/13 13:30:16 Sebastian Huber score: Merge address API into one file 4.115
(edit) @93fb3cb0   07/23/13 08:38:11 Sebastian Huber score: Create rbtree implementation header Move implementation … 4.115
(edit) @4b48ece0   07/22/13 08:21:03 Sebastian Huber score: Create watchdog implementation header Move implementation … 4.115
(edit) @6e93dc4a   07/22/13 08:49:19 Sebastian Huber score: Create chain implementation header Move implementation … 4.115
(edit) @c71b596   07/19/13 13:24:04 Sebastian Huber score: Create spinlock implementation header Move implementation … 4.115
(edit) @cbdabc8   07/19/13 12:48:57 Sebastian Huber score: Create rwlock implementation header Move implementation … 4.115
Note: See TracRevisionLog for help on using the revision log.