summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpukit: Remove old DESCRIPTION: in commentsJoel Sherrill2015-03-114-17/+4
* score: Add rtems_set_errno_and_return_value()Sebastian Huber2015-03-101-9/+6
* or1k/rtems/score/cpu.h: Add no_return attribute to _CPU_Context_restoreJoel Sherrill2015-03-091-1/+1
* cpukit/score/cpu/sh/context.c: Correct name of _CPU_Context_switchJoel Sherrill2015-03-091-1/+1
* or1k: Correct _CPU_Thread_Idle_body prototypeJoel Sherrill2015-03-092-2/+2
* score: Fix for GCC version 5 and laterSebastian Huber2015-03-091-1/+2
* score: TypoSebastian Huber2015-03-091-1/+1
* Fix even more Doxygen issuesJoel Sherrill2015-03-069-9/+40
* coremuteximpl.h: Reorder macro names to match body and fix Doxygen warningsJoel Sherrill2015-03-061-7/+13
* Fix more Doxygen typosJoel Sherrill2015-03-063-5/+5
* Fix a number of minor Doxygen formatting issuesJoel Sherrill2015-03-062-4/+4