summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: _Per_CPU_State_wait_for_non_initial_state()Sebastian Huber2014-06-053-24/+72
* score: Avoid NULL pointer accessSebastian Huber2014-06-051-2/+3
* score: Delete SMP_FATAL_SHUTDOWN_EARLYSebastian Huber2014-06-051-4/+3
* remove not updated NEWS fileDaniel Hellstrom2014-06-051-7/+0
* shell: Add rtems_shell_dup_current_env to get a default env.Chris Johns2014-06-044-20/+40
* score: Rename _Scheduler_Update()Sebastian Huber2014-06-0415-43/+68
* score: Replace _Scheduler_Allocate/Free()Sebastian Huber2014-06-0419-92/+99
* score/sparc: Add support for paravirtualizationChristian Mauderer2014-06-033-18/+45
* libblock: Avoid recursive mutexSebastian Huber2014-06-031-9/+10
* score: Use Resource Handler for MrsP semaphoresSebastian Huber2014-06-032-35/+112
* score: Add resource node to thread control blockSebastian Huber2014-06-033-0/+20
* score: Add and use _Thread_Owns_resources()Sebastian Huber2014-06-035-5/+22
* score: Add Resource HandlerSebastian Huber2014-06-035-0/+491
* libblock: Add RTEMS_BDBUF_USE_PTHREADRalf Kirchner2014-06-023-72/+230
* rtems: Avoid copy and paste in confdefs.hRalf Kirchner2014-06-021-32/+48
* arm: Add ARM_MULTILIB_HAS_BARRIER_INSTRUCTIONSSebastian Huber2014-06-022-0/+7
* libblock: Use pthread_once() for initializationRalf Kirchner2014-06-021-29/+25
* score: _Scheduler_Set_affinity()Sebastian Huber2014-06-023-44/+29
* score: _Scheduler_Get_affinity()Sebastian Huber2014-06-024-29/+24
* rtems: Coding styleSebastian Huber2014-06-021-19/+15
* cpusetimpl.h: Add _CPU_set_Set() and improve DoxygenJoel Sherrill2014-05-301-25/+69
* Minor conditionals to enable building Scheduler Simulator on GNU/LinuxJoel Sherrill2014-05-302-5/+25
* rtems/score/thread*.h: Really correct spelling errorJoel Sherrill2014-05-282-3/+3
* rtems/score/thread*.h: TERMINTING to TERMINATINGJoel Sherrill2014-05-282-3/+3
* shell: Make rtems_global_shell_env publicSebastian Huber2014-05-282-1/+3
* score: Multiprocessor Resource Sharing ProtocolSebastian Huber2014-05-2817-11/+758
* score: Fix race condition in SMP startupSebastian Huber2014-05-262-2/+10
* SPARC: add syscall 1 (exit) function entry pointDaniel Hellstrom2014-05-231-0/+25
* score: Use _SMP_Fatal()Sebastian Huber2014-05-231-1/+1
* SMP: make IPI fatal code uniqueDaniel Hellstrom2014-05-231-2/+3
* score: PR2179: Fix initially locked PCP mutexesSebastian Huber2014-05-231-3/+16
* cpuset.c: Fix formattingJoel Sherrill2014-05-221-3/+3
* rtems: Fix sp2038 test.Chris Johns2014-05-221-14/+93
* rtems: Simplify rtems_semaphore_obtain()Sebastian Huber2014-05-221-2/+4
* schedulersmpimpl.h: Fix spacingJoel Sherrill2014-05-211-2/+2
* score: _Thread_Set_life_protection()Sebastian Huber2014-05-211-4/+0
* score: Add and use _Scheduler_Get_index_by_id()Sebastian Huber2014-05-211-2/+8
* score: Add const qualifierSebastian Huber2014-05-211-1/+1
* score: Add comment regarding TLS workspace sizeSebastian Huber2014-05-211-0/+8
* score: Simplify _Scheduler_Set()Sebastian Huber2014-05-211-1/+1
* rtems: Clarify task set/get scheduler parametersSebastian Huber2014-05-203-10/+10
* score: SMP scheduler support documentationSebastian Huber2014-05-201-1/+5
* dosfs: Fix read from invalid memory areaSebastian Huber2014-05-161-1/+1
* score: Simplify SMP scheduler supportSebastian Huber2014-05-161-8/+3
* score: Fix state diagramSebastian Huber2014-05-161-0/+1
* score: Split SMP scheduler enqueue functionSebastian Huber2014-05-153-86/+220
* score: Make _Thread_queue_Requeue() staticSebastian Huber2014-05-154-76/+48
* score: Add and use _Scheduler_SMP_Start_idle()Sebastian Huber2014-05-159-52/+39
* score: Add and use _Scheduler_default_Schedule()Sebastian Huber2014-05-158-32/+38
* score: Simplify _Thread_Change_priority()Sebastian Huber2014-05-1542-975/+470