summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-06score: Rework MP thread queue callout supportSebastian Huber23-384/+774
2016-04-06score: Simplify _Thread_queue_Do_flush()Sebastian Huber1-4/+1
2016-04-06score: _Thread_queue_Flush() parameter changesSebastian Huber10-150/+154
2016-04-06score: Fix _Thread_queue_Extract_locked()Sebastian Huber1-4/+8
2016-04-06score: Delete MP support for RW locksSebastian Huber3-36/+13
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber14-13/+100
2016-04-01score: Add and use _RBTree_Insert_inline()Sebastian Huber1-0/+40
2016-04-01score: Add and use _RBTree_Find_inline()Sebastian Huber1-0/+41
2016-03-31score: _User_extensions_Remove_set()Sebastian Huber1-1/+4
2016-03-30score: Objects_Thread_queue_Extract_calloutSebastian Huber2-3/+8
2016-03-29score: The API mutexes are not globalSebastian Huber1-1/+1
2016-03-29score: Fix _Objects_MP_Is_remote()Sebastian Huber1-1/+1
2016-03-29score: Fix multiprocessing thread proxiesSebastian Huber5-14/+59
2016-03-29score: Allow MPCI packet receive function to blockSebastian Huber1-0/+2
2016-03-29score: Fix CORE mutex RTEMS_MULTIPROCESSINGSebastian Huber1-8/+3
2016-03-29score: Use constant for maximum count of CORE semaSebastian Huber4-20/+1
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber31-219/+184
2016-03-23score: Use RTEMS_UNREACHABLE()Sebastian Huber1-0/+2
2016-03-23score: Add and use RTEMS_UNREACHABLESebastian Huber4-15/+22
2016-03-22score: Fix for RTEMS_DEBUGSebastian Huber2-3/+10
2016-03-22score: Always declare _Objects_Get_by_name()Sebastian Huber1-2/+0
2016-03-22score: Fix for RTEMS_DEBUGSebastian Huber1-3/+8
2016-03-22rtems: Rework rate-monotonic schedulerSebastian Huber1-1/+6
2016-03-18mpci: Avoid Giant lockSebastian Huber1-7/+11
2016-03-18mpci: Avoid Giant lockSebastian Huber1-8/+11
2016-03-18score: Avoid Giant lock for CORE spinlockSebastian Huber6-126/+80
2016-03-18score: Add _Objects_Get_by_name()Sebastian Huber2-37/+61
2016-03-18score: C++ compatibilitySebastian Huber1-1/+1
2016-03-18posix: Use per-thread lookup tree for POSIX KeysSebastian Huber3-10/+21
2016-03-18score: Destroy thread timer lockSebastian Huber1-4/+1
2016-03-17score: Fix CPU time used by executing threadsSebastian Huber7-69/+99
2016-03-16timecounter: Avoid invalid memcpy()Sebastian Huber1-0/+8
2016-03-16score: Fix intenal mutex attributesSebastian Huber1-1/+1
2016-03-16score: Use allocator lock in _Objects_Get_next()Sebastian Huber2-32/+10
2016-03-14score: Add and use _Objects_Get_local()Sebastian Huber3-0/+77
2016-03-04i386: Define _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-1/+2
2016-03-04score: Replace watchdog handler implementationSebastian Huber24-871/+621
2016-03-04score: Distribute clock tick to all online CPUsSebastian Huber5-22/+43
2016-03-04score: Add _SMP_Before_multitasking_action()Sebastian Huber5-11/+164
2016-03-04score: Add _Per_CPU_Is_boot_processor()Sebastian Huber2-0/+21
2016-03-04score: Add _SMP_Online_processorsSebastian Huber2-1/+15
2016-03-04score: Rename Per_CPU_Control::startedSebastian Huber3-6/+6
2016-03-04score: Add Processor_mask, etc.Sebastian Huber3-0/+95
2016-03-04score: Add CPU_MAXIMUM_PROCESSORSSebastian Huber17-0/+38
2016-03-03i386: refactor libcpu/cpu.h into rtems/score/i386.hJoel Sherrill2-19/+423
2016-03-03i386 ..score/cpu.h: Fix spacingJoel Sherrill1-2/+2
2016-03-03i386: prepare for paravirtualized interruptsGedare Bloom3-1/+19
2016-03-03i386: relocate fatal halt to bsp layerGedare Bloom1-9/+2
2016-03-03i386: remove redundant CPP definesGedare Bloom1-3/+0
2016-03-03i386: move idle thread into BSP layerGedare Bloom2-9/+1