source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @68c156a   04/03/14 20:03:42 Joel Sherrill pthreadcreate.c: Fix bug where attr used instead of the_attr 4.115
(edit) @a0a073d1   04/03/14 18:51:47 Joel Sherrill pthread.c: Conditionalize thread affinity initialization 4.115
(edit) @e045fb6c   03/19/14 20:21:15 Jennifer Averett posix: Move affinity from thread to scheduler. 4.115
(edit) @7205189   03/19/14 14:50:51 Jennifer Averett posix: Modified pthread init to use cpuset default. 4.115
(edit) @54f345f5   03/18/14 18:55:54 Jennifer Averett rtems: Move affinity from thread to scheduler. 4.115
(edit) @6d24e8b   03/18/14 18:54:01 Jennifer Averett sapi: Add priority affinity smp scheduler. 4.115
(edit) @da5b1b9   03/18/14 17:52:43 Jennifer Averett score: Remove affinity element from thread. 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) @f570b071   04/01/14 08:20:01 Sebastian Huber score: Rename Priority_bit_map_Control Rename … 4.115
(edit) @3f5f2ce   03/28/14 12:44:18 Sebastian Huber score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USE Issue a fatal error … 4.115
(edit) @4994927   04/01/14 08:01:52 Sebastian Huber score: Move log2table to separate file 4.115
(edit) @25a97835   04/01/14 06:31:16 Sebastian Huber ringbuf: Fix ISR lock initialization/destruction 4.115
(edit) @91e7b0c   03/27/14 08:04:47 Sebastian Huber score: PR2172: _Thread_queue_Extract() Add … 4.115
(edit) @600bb68f   03/27/14 07:30:51 Sebastian Huber score: _Thread_queue_Extract_with_proxy() Drop the return status, … 4.115
(edit) @03e89287   03/27/14 13:46:31 Sebastian Huber score: Delete CORE_mutex_Control::lock The holder field is enough to … 4.115
(edit) @b1ce1161   03/27/14 13:29:00 Sebastian Huber score: Delete CORE_mutex_Control::holder_id We can use the holder … 4.115
(edit) @cb8d3e7   03/27/14 07:04:10 Sebastian Huber score: Delete CORE_mutex_Control::blocked_count 4.115
(edit) @f0b4fd9   03/28/14 08:29:51 Sebastian Huber score: Do not reset resource count during restart This fixes an … 4.115
(edit) @23fec9f0   03/27/14 13:16:12 Sebastian Huber score: PR2152: Use allocator mutex for objects Use allocator mutex … 4.115
(edit) @34684573   03/27/14 12:38:04 Sebastian Huber score: Use thread life protection for API mutexes This prevents that … 4.115
(edit) @fb7199d   03/13/14 14:25:06 Sebastian Huber score: Relax Giant lock usage for API mutexes It is no longer … 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) @226c731   03/25/14 10:03:21 Sebastian Huber score: Replace _Thread_Reset() Replace _Thread_Reset() with … 4.115
(edit) @8690b53   03/25/14 09:53:28 Sebastian Huber score: Add parameter to _Thread_Restart() The executing thread will … 4.115
(edit) @391ad3e   03/17/14 14:03:22 Sebastian Huber score: Fix thread restart extensions context Run the thread restart … 4.115
(edit) @084c5cc   03/18/14 15:13:23 Sebastian Huber score: Reduce _Thread_Reset() parameters Move thread entry parameters … 4.115
(edit) @dcd5e26   03/18/14 15:11:03 Sebastian Huber score: Move _Thread_Reset() and make static 4.115
(edit) @5c731a83   03/17/14 09:12:14 Sebastian Huber score: Use thread action for thread restart The thread restart is now … 4.115
(edit) @8061f56   03/14/14 10:55:28 Sebastian Huber score: Delete post-switch API extensions Use thread post-switch … 4.115
(edit) @fc521e2d   03/14/14 10:58:12 Sebastian Huber posix: Use thread action for signals 4.115
(edit) @6fd1bdb7   03/14/14 10:53:43 Sebastian Huber rtems: Use thread action for signals 4.115
(edit) @0dd732d   03/14/14 10:50:58 Sebastian Huber score: Add thread actions Thread actions are the building block for … 4.115
(edit) @a5ac9da   03/14/14 09:17:34 Sebastian Huber score: Add and use thread get/set CPU functions 4.115
(edit) @c2225d7   03/28/14 08:24:28 Sebastian Huber score: Add _Scheduler_Change_priority_if_higher() Add … 4.115
(edit) @298d0fd   03/24/14 06:44:00 Sebastian Huber score: Add _Scheduler_Highest_priority_of_two() Use inline functions … 4.115
(edit) @7552e77c   11/18/13 12:25:49 Sebastian Huber score: PR2151: _Thread_queue_Extract_with_proxy() Avoid NULL pointer … 4.115
(edit) @79e2d9b   03/06/14 10:11:59 Sebastian Huber score: Add per-CPU state function Add … 4.115
(edit) @5c0c0cf   03/27/14 13:23:21 Christian.Mauderer privateenv: Use POSIX keys instead of task variables. 4.115
(edit) @7d5c27e   03/27/14 13:23:20 Christian.Mauderer privateenv: Remove sharing of user environment between threads. 4.115
(edit) @1fac361   03/24/14 07:51:37 Sebastian Huber score: PR2174: Add workaround Add … 4.115
(edit) @9b44339c   03/24/14 06:53:45 Sebastian Huber score: Delete _Watchdog_Report() Delete _Watchdog_Report_chain(). … 4.115
(edit) @e72bc923   03/10/14 14:17:27 Sebastian Huber sapi: Add profiling report for tests 4.115
(edit) @5f104ee   03/25/14 07:53:33 Sebastian Huber score: Fix heap protection Partially revert commit … 4.115
(edit) @2a713e3   03/24/14 14:57:29 Sebastian Huber score: _Heap_Protection_set_delayed_free_fraction Add and use … 4.115
(edit) @5ef9f23   03/21/14 13:29:55 Christian.Mauderer libcsupport: Use POSIX keys for GXX key functions With this patch C++ … 4.115
(edit) @9d9df8b   03/21/14 11:07:28 Christian.Mauderer libcsupport: Remove unused gxx-wrapper function. The … 4.115
(edit) @01f23374   03/21/14 11:07:27 Christian.Mauderer posix: Prevent pthread_setspecific from returning EAGAIN. The … 4.115
(edit) @8e133b25   03/21/14 13:17:19 Christian.Mauderer librpc: Use POSIX key instead of task variables 4.115
(edit) @383b2d3   03/24/14 06:54:16 Sebastian Huber score: Start thread dispatch profiling later We are not interested in … 4.115
(edit) @72d8db9c   03/24/14 06:53:34 Sebastian Huber score: Delete _Thread_Internal_free() 4.115
(edit) @b0efca5   03/20/14 09:00:28 Sebastian Huber score: _Debug_Is_thread_dispatching_allowed() Do not check ISR level … 4.115
(edit) @b3b9600   03/20/14 07:16:20 Sebastian Huber score: Delete unused STATES_ALL_SET 4.115
(edit) @3b5e7dc   03/19/14 09:40:47 Sebastian Huber score: Set name before object is made public 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) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @6cd4a5c   03/19/14 16:17:39 Christian.Mauderer cpukit/shell: Replace task variables with posix keys. Use posix keys … 4.115
(edit) @f31311aa   03/18/14 12:22:54 Sebastian Huber score: Add _Assert_Not_reached() 4.115
(edit) @72f4b98b   03/18/14 11:11:37 Sebastian Huber score: Add _Debug_Is_owner_of_allocator() 4.115
(edit) @a3dd225b   03/18/14 10:56:42 Sebastian Huber score: Delete _Assert_Owner_of_giant() Add … 4.115
(edit) @ff25926   03/18/14 10:49:38 Sebastian Huber score: Delete _Assert_Thread_dispatching_repressed Add … 4.115
(edit) @51f823c9   03/18/14 07:28:14 Sebastian Huber posix: Use interal mutex for once implementation Enable … 4.115
(edit) @fa3993d9   03/18/14 09:56:17 Sebastian Huber score: Make _ISR_Enable_without_giant() available Make … 4.115
(edit) @614cd7a   03/18/14 09:04:14 Sebastian Huber rtems: Include missing header file 4.115
(edit) @d6da1b1   03/14/14 12:55:00 Sebastian Huber score: Use only next field for chain on/off It is sufficient to use … 4.115
(edit) @840ae71   03/10/14 13:39:41 Sebastian Huber sapi: Add <rtems/test.h> Provide support functions to print the … 4.115
(edit) @2a37016   03/13/14 14:21:09 cederman score: Add include for uintptr_t definition. 4.115
(edit) @148d6e9   03/06/14 14:51:10 Sebastian Huber arm: Add support for interrupt profiling 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) @350f88dc   03/10/14 09:20:40 Sebastian Huber sapi: Add SMP lock profiling app. level data 4.115
(edit) @29c9eb6   03/10/14 09:03:55 Sebastian Huber sapi: Add per-CPU profiling application level data 4.115
(edit) @4dad4b8   03/10/14 13:39:49 Sebastian Huber sapi: Add profiling application level support 4.115
(edit) @eafb040   03/04/14 12:44:21 Sebastian Huber score: Add --enable-profiling configure option 4.115
(edit) @27545fca   10/30/13 15:33:35 ralf.kirchner network: Add help text for ifconfig 4.115
(edit) @4d3e9334   03/13/14 15:03:09 Sebastian Huber sapi: Typos 4.115
(edit) @b4b86b82   03/11/14 13:20:57 Sebastian Huber posix: Fix NULL pointer access in pthread_create() 4.115
(edit) @28779c7   03/07/14 11:53:41 Sebastian Huber score: Add function to destroy SMP locks 4.115
(edit) @d50acdbb   03/10/14 07:25:32 Sebastian Huber score: Add local context to SMP lock API Add a local context … 4.115
(edit) @ae88aa7   03/10/14 07:15:37 Sebastian Huber sapi: Use one SMP lock for all chains This partially reverts commit … 4.115
(edit) @b1196e3   03/10/14 07:13:06 Sebastian Huber printk: Add support for long long 4.115
(edit) @96c4112   03/11/14 07:06:06 Sebastian Huber posix: Regenerate 4.115
(edit) @0c25ba68   03/10/14 08:49:55 Sebastian Huber posix: Fix NULL pointer access in pthread_create() 4.115
(edit) @e7d3967   03/06/14 14:16:01 Sebastian Huber arm: Fix stack alignment in interrupt handler According to AAPCS, … 4.115
(edit) @e6c87f7   03/04/14 21:54:12 Joel Sherrill POSIX keys now enabled in all configurations. Formerly POSIX keys … 4.115
(edit) @5c332349   03/07/14 15:06:57 Jennifer Averett Remove trailing whitespace in previous patches 4.115
(edit) @6e5f249   01/14/14 15:43:14 Jennifer Averett posix: Add pthread_getattr_np(). This is a useful POSIX thread API … 4.115
(edit) @dd0017c   02/10/14 16:01:31 Jennifer Averett posix: Add dynamic pthread get and set affinity. This patch adds the … 4.115
(edit) @6e6adafa   02/06/14 18:59:08 Jennifer Averett posix: Add pthread_attr_t methods to get/set affinity. This patch … 4.115
(edit) @baa426a   02/06/14 18:56:34 Jennifer Averett posix: Add support method to compare two pthread attribute structures. 4.115
(edit) @185e46f   01/31/14 14:54:45 Jennifer Averett posix: Add POSIX thread affinity attribute support. With the addition … 4.115
(edit) @29cacfd   02/10/14 18:30:39 Jennifer Averett rtems: Add Classic API get and set affinity methods. Add the … 4.115
(edit) @039a189d   01/27/14 19:55:58 Jennifer Averett sapi: Moved smp initialization and added cpuset initilization. SMP … 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) @3ca84d0c   03/06/14 09:53:17 Sebastian Huber score: Fix per-CPU state documentation 4.115
(edit) @825cb1f   03/04/14 12:02:18 Sebastian Huber score: Delete _Thread_Dispatch_set_disable_level() This function was … 4.115
(edit) @718124e   03/03/14 09:18:01 Sebastian Huber rtems: Add RTEMS_INTERRUPT_REPLACE A new option … 4.115
(edit) @8b50a55   03/03/14 08:09:24 Sebastian Huber score: Add _Atomic_Fence() 4.115
(edit) @a418b2f   03/03/14 07:38:10 Sebastian Huber libnetworking: Typo 4.115
Note: See TracRevisionLog for help on using the revision log.