summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Expand)Author
2014-06-24score: Fix _Thread_Start_multitasking() on SMPSebastian Huber
2014-06-23score: Fix thread deletion on SMPSebastian Huber
2014-06-23score: Decouple thread and scheduler nodes on SMPSebastian Huber
2014-06-23score: Use chain nodes for ready queue supportSebastian Huber
2014-06-23score: Collect scheduler related fields in TCBSebastian Huber
2014-06-23score: Remove scheduler parameter from most opsSebastian Huber
2014-06-20score: Use default get/set affinity operationSebastian Huber
2014-06-20score: Fix statement with no effectSebastian Huber
2014-06-20score: Fix _Thread_Delay_ended() on SMPSebastian Huber
2014-06-13JFFS2: Add device identifier for the flash deviceSebastian Huber
2014-06-13score: Delete _Thread_Set_transient()Sebastian Huber
2014-06-13score: _Scheduler_priority_Get_scheduler_info()Sebastian Huber
2014-06-12score: PR2181: Add _Thread_Yield()Sebastian Huber
2014-06-12score: Make functions inlineSebastian Huber
2014-06-12score: Move NULL pointer check to order functionSebastian Huber
2014-06-12score: Fix warningsSebastian Huber
2014-06-12score: FormatSebastian Huber
2014-06-12score: Add missing inlineSebastian Huber
2014-06-12score: Fix scheduler context initializerSebastian Huber
2014-06-11Add SMP Priority Scheduler with AffinityJoel Sherrill
2014-06-10score: Fix MrsP root node updateSebastian Huber
2014-06-05score: _Per_CPU_State_wait_for_non_initial_state()Sebastian Huber
2014-06-05score: Avoid NULL pointer accessSebastian Huber
2014-06-05score: Delete SMP_FATAL_SHUTDOWN_EARLYSebastian Huber
2014-06-05remove not updated NEWS fileDaniel Hellstrom
2014-06-04shell: Add rtems_shell_dup_current_env to get a default env.Chris Johns
2014-06-04score: Rename _Scheduler_Update()Sebastian Huber
2014-06-04score: Replace _Scheduler_Allocate/Free()Sebastian Huber
2014-06-03score/sparc: Add support for paravirtualizationChristian Mauderer
2014-06-03libblock: Avoid recursive mutexSebastian Huber
2014-06-03score: Use Resource Handler for MrsP semaphoresSebastian Huber
2014-06-03score: Add resource node to thread control blockSebastian Huber
2014-06-03score: Add and use _Thread_Owns_resources()Sebastian Huber
2014-06-03score: Add Resource HandlerSebastian Huber
2014-06-02libblock: Add RTEMS_BDBUF_USE_PTHREADRalf Kirchner
2014-06-02rtems: Avoid copy and paste in confdefs.hRalf Kirchner
2014-06-02arm: Add ARM_MULTILIB_HAS_BARRIER_INSTRUCTIONSSebastian Huber
2014-06-02libblock: Use pthread_once() for initializationRalf Kirchner
2014-06-02score: _Scheduler_Set_affinity()Sebastian Huber
2014-06-02score: _Scheduler_Get_affinity()Sebastian Huber
2014-06-02rtems: Coding styleSebastian Huber
2014-05-30cpusetimpl.h: Add _CPU_set_Set() and improve DoxygenJoel Sherrill
2014-05-30Minor conditionals to enable building Scheduler Simulator on GNU/LinuxJoel Sherrill
2014-05-28rtems/score/thread*.h: Really correct spelling errorJoel Sherrill
2014-05-28rtems/score/thread*.h: TERMINTING to TERMINATINGJoel Sherrill
2014-05-28shell: Make rtems_global_shell_env publicSebastian Huber
2014-05-28score: Multiprocessor Resource Sharing ProtocolSebastian Huber
2014-05-26score: Fix race condition in SMP startupSebastian Huber
2014-05-23SPARC: add syscall 1 (exit) function entry pointDaniel Hellstrom
2014-05-23score: Use _SMP_Fatal()Sebastian Huber