summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* score: Avoid Giant lock for _Thread_Start()Sebastian Huber2016-05-207-80/+45
* posix: Rework pthread_join()Sebastian Huber2016-05-2013-188/+243
* score: Simplify _Thread_Life_action_handler()Sebastian Huber2016-05-203-68/+29
* score: Rework _Thread_Cancel()Sebastian Huber2016-05-201-54/+31
* score: Rework _Thread_Restart_other()Sebastian Huber2016-05-204-12/+87
* score: Split _Thread_Restart()Sebastian Huber2016-05-204-68/+116
* score: Add _Thread_Dispatch_disable_with_CPU()Sebastian Huber2016-05-201-5/+23
* score: Add _Thread_Clear_state_locked()Sebastian Huber2016-05-202-5/+21
* score: Add _Thread_Set_state_locked()Sebastian Huber2016-05-202-6/+22
* score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber2016-05-205-32/+70
* score: Rework _Thread_Exit()Sebastian Huber2016-05-201-4/+16
* score: Add _Thread_Raise_real_priority()Sebastian Huber2016-05-201-14/+16
* score: Add Thread_Change_life()Sebastian Huber2016-05-209-67/+90
* score: Delete unused variableSebastian Huber2016-05-201-6/+3
* score: Avoid superfluous life protectionSebastian Huber2016-05-203-12/+0
* score: Add _Thread_Exit()Sebastian Huber2016-05-204-6/+32
* score: Delete redundant thread life enumsSebastian Huber2016-05-202-6/+6
* psxclassic01: Assume correct pthread_detach()Sebastian Huber2016-05-202-10/+31
* arm/raspberrypi: add cmdline support for rpi bsp.Pavel Pisa2016-05-193-0/+54
* arm/raspberrypi: add VideoCore frame buffer control supportYANG Qiao2016-05-195-0/+832
* arm/raspberrypi: add VideoCore mailbox support read and writeYANG Qiao2016-05-195-0/+145
* arm/raspberrypi: add locking around GPIO pin function selection.Pavel Pisa2016-05-191-0/+5
* arm/raspberrypi: correct GPIO pin function selection.Pavel Pisa2016-05-192-10/+11
* arm/raspberrypi: ensure that RTEMS application image can be started by U-boot.Pavel Pisa2016-05-192-1/+39
* bsps/arm: CP15 support for flush prefetch buffer and table base control.Pavel Pisa2016-05-191-0/+48
* SMP: Add Mellor-Crummey and Scott (MCS) lockSebastian Huber2016-05-194-14/+426
* SMP: Add and use lock statistics helperSebastian Huber2016-05-192-28/+54
* SMP: Move ticket lock to separate header fileSebastian Huber2016-05-194-160/+208
* SMP: Move lock stats to separate header fileSebastian Huber2016-05-195-333/+397
* psxtests/psxualarm: Avoid output in signal handlerSebastian Huber2016-05-182-14/+7
* posix: Fix return states of pthread_kill()Sebastian Huber2016-05-172-23/+13
* psxtests/psxcancel: Add pthread_detach() testsSebastian Huber2016-05-172-0/+87
* psxtests/psxcancel: Add resource checkSebastian Huber2016-05-171-8/+26
* sptests/spthreadlife01: Add self delete test caseSebastian Huber2016-05-171-6/+35
* posix: Fix return status of pthread_cancel()Sebastian Huber2016-05-172-3/+3
* capture: Fix use of per-processor dataSebastian Huber2016-05-122-27/+31
* capture: Remove superfluous includesSebastian Huber2016-05-121-3/+0
* capture: Compact rtems_capture_record_tSebastian Huber2016-05-121-1/+1
* capture: Fix buffer allocation and freeSebastian Huber2016-05-122-11/+11
* smptests/smpcapture02: Adjust for clock changesSebastian Huber2016-05-121-8/+8
* rtems: Add rtems_interrupt_lock_interrupt_disableSebastian Huber2016-05-121-0/+13
* score: Avoid Giant lock for scheduler set/getSebastian Huber2016-05-125-65/+113
* posix: Avoid Giant lock for some pthread functionsSebastian Huber2016-05-127-132/+103
* score: Avoid Giant lock _Scheduler_Get_affinity()Sebastian Huber2016-05-123-51/+62
* score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber2016-05-129-69/+96
* score: Use thread state lock for current stateSebastian Huber2016-05-1212-84/+182
* rtems: Avoid Giant lock rtems_task_is_suspended()Sebastian Huber2016-05-121-35/+13
* rtems: Avoid Giant lock for some task operationsSebastian Huber2016-05-125-131/+158
* rtems: Use thread state lock for signalsSebastian Huber2016-05-127-120/+24
* score: Introduce thread state lockSebastian Huber2016-05-1211-114/+149