summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Allow NULL for SMP lock nameSebastian Huber2015-03-061-1/+1
* score: Fix SMP lock implementationSebastian Huber2015-03-063-1/+9
* score: Add compiler memory barrier to atomic opsSebastian Huber2015-03-051-0/+6
* score: Add thread wait flagsSebastian Huber2015-03-053-0/+193
* score: Add thread acquireSebastian Huber2015-03-052-24/+79
* score: Add ISR lock to Objects_ControlSebastian Huber2015-03-055-0/+166
* score: Thread dispatch dis/enable without GiantSebastian Huber2015-03-051-22/+82
* score: Add and use _Thread_Do_dispatch()Sebastian Huber2015-03-053-85/+120
* score: Simplify and fix signal deliverySebastian Huber2015-03-052-43/+12
* score: Update _Thread_Heir only if necessarySebastian Huber2015-03-0510-40/+34
* score: Add and use PRIORITY_PSEUDO_ISRSebastian Huber2015-03-052-1/+8
* score: C/C++ compatibility macros for ISR locksSebastian Huber2015-03-051-4/+51
* score: DocumentationAlexander Krutwig2015-03-051-0/+13
* score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber2015-03-0519-333/+0
* score/cpu/or1k: Add cpuatomic.h to fix broken build.Hesham ALMatary2015-03-043-2/+19
* score: ISR lock C/C++ compatiblity issueSebastian Huber2015-03-041-65/+63
* score: Add and use _Thread_Enable_dispatch_body()Sebastian Huber2015-03-042-5/+8
* score: Inline _Thread_Disable_dispatch() for SMPSebastian Huber2015-03-041-2/+1
* score: Add parameter to Giant acquire/releaseSebastian Huber2015-03-043-10/+18
* or1k/or1k-exception-default.c: Eliminate dependency on BSP provided .h fileHesham ALMatary2015-03-031-1/+0
* score: Enable SMP barriers for all configurationsSebastian Huber2015-03-022-6/+1
* ARM: Fix _ARMV4_Exception_fiq_defaultMartin Galvan2015-02-271-0/+8
* sparc64: fix copyright notices.Gedare Bloom2015-02-231-12/+1
* bfin: do not reset dispatch neededGedare Bloom2015-02-191-2/+0
* score: Make <rtems/score/atomic.h> availableSebastian Huber2015-02-194-206/+588
* score: Fix _Thread_Start_multitasking() on SMPSebastian Huber2015-02-171-11/+13
* score: Fix FP context restore via _Thread_HandlerSebastian Huber2015-02-174-68/+44
* score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2015-02-176-6/+22
* score: Mention ticket in commentSebastian Huber2015-02-131-1/+1
* or1k/cpu.c: Eliminate dependency on BSP provided headerHesham ALMatary2015-02-101-2/+7