summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Delete bogus THREAD_QUEUE_WAIT_FOREVERSebastian Huber2015-04-221-5/+0
* score: Delete object control block ISR lockSebastian Huber2015-04-216-181/+1
* score: Add _Thread_Get_interrupt_disable()Sebastian Huber2015-04-212-28/+82
* score: Modify _Thread_Dispatch_disable_critical()Sebastian Huber2015-04-212-9/+11
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-212-9/+0
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-215-38/+36
* score: Add _ISR_lock_ISR_disable/enable()Sebastian Huber2015-04-202-2/+38
* score: Refactor SMP cache manager supportSebastian Huber2015-04-203-8/+167
* or1k-utility.h: Add missing end of C++ header patternJoel Sherrill2015-04-171-0/+4
* score: Improve assertMartin Galvan2015-04-171-1/+5
* score: Fix _TOD_Set_with_timestamp()Sebastian Huber2015-04-171-4/+5
* score: Add _ISR_lock_Flash()Sebastian Huber2015-04-161-0/+31
* score: Add const qualifierSebastian Huber2015-04-163-3/+3
* score: Fix _API_Mutex_Is_locked()Sebastian Huber2015-04-161-9/+1
* score: Delete unused WATCHDOG_MAXIMUM_INTERVALSebastian Huber2015-04-161-8/+0
* score: Fix nameSebastian Huber2015-04-152-3/+3
* Add test assertion for allocator mutex being unlockedJoel Sherrill2015-04-143-1/+44
* score: Rename _Watchdog_Reset()Sebastian Huber2015-04-141-1/+1
* score: Add Watchdog_HeaderSebastian Huber2015-04-137-44/+64
* score: Split _Watchdog_Adjust()Sebastian Huber2015-04-133-96/+55
* arm: Align ARM exception frame to 8 bytesDaniel Krueger2015-04-102-1/+7
* score: Fix thread queue race conditionSebastian Huber2015-04-091-1/+0
* score: Use _Thread_Clear_state() for _Thread_ReadySebastian Huber2015-04-084-54/+19
* rtems: Atomically suspend/resume tasksSebastian Huber2015-04-081-15/+0
* score: Return prev state in thread state set/clearSebastian Huber2015-04-083-17/+29
* score: Simplify _Thread_Set_state()Sebastian Huber2015-04-082-17/+14
* score: Move _Watchdog_Ticks_since_boot definitionSebastian Huber2015-04-083-1/+31
* or1k: Send halt signal to or1k simulators when rtems terminatesHesham ALMatary2015-04-022-1/+11
* sparc: Ensure interrupt service after ISR enableSebastian Huber2015-03-251-1/+8
* score: Fix MrsP ISR/task sychronizationSebastian Huber2015-03-241-9/+12
* score: Add scheduler acquire/releaseSebastian Huber2015-03-248-29/+64
* score: Use a dedicated ISR lock for thread queuesSebastian Huber2015-03-241-20/+34
* score: Add thread lockSebastian Huber2015-03-245-6/+209
* score: Add thread priority change handlerSebastian Huber2015-03-246-69/+131
* rtems/score/tls.h: Add casts to eliminate warnings on some targetsJoel Sherrill2015-03-241-3/+9
* score: Simplify debug code and use _Assert()Sebastian Huber2015-03-222-58/+11
* score: Move _Thread_queue_Requeue()Sebastian Huber2015-03-223-68/+43
* score: Move _Thread_queue_Extract()Sebastian Huber2015-03-225-174/+118
* score: Move _Thread_blocking_operation_Cancel()Sebastian Huber2015-03-224-124/+90
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-202-2/+2
* score: Delete unused _Timestamp_(To|From)_ticks()Alexander Krutwig2015-03-204-103/+1
* score: Delete unused _Timestamp_Divide_by_integerAlexander Krutwig2015-03-204-85/+1
* score: Fix _Thread_Change_priority()Sebastian Huber2015-03-203-14/+31
* score: Delete unused _Timestamp_Is_valid()Alexander Krutwig2015-03-192-31/+0
* score: Fix _Debug_Is_owner_of_allocator()Sebastian Huber2015-03-191-2/+11
* score: Ensure properties of CPU_Uint32ptrSebastian Huber2015-03-171-0/+10
* cpukit: add and use CPU_Uint32ptr typeGedare Bloom2015-03-1621-2/+61
* rtems: make error codes uintptr_tGedare Bloom2015-03-161-1/+1
* score: Add _Objects_ISR_disable_and_acquire()Sebastian Huber2015-03-151-7/+22
* score/or1k: Fix warnings. Add missing prototypesHesham ALMatary2015-03-131-0/+4