summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-09or1k: Correct _CPU_Thread_Idle_body prototypeJoel Sherrill2-2/+2
2015-03-09score: Fix for GCC version 5 and laterSebastian Huber1-1/+2
2015-03-09score: TypoSebastian Huber1-1/+1
2015-03-06Fix even more Doxygen issuesJoel Sherrill9-9/+40
2015-03-06coremuteximpl.h: Reorder macro names to match body and fix Doxygen warningsJoel Sherrill1-7/+13
2015-03-06Fix more Doxygen typosJoel Sherrill3-5/+5
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill2-4/+4
2015-03-06score: Allow NULL for SMP lock nameSebastian Huber1-1/+1
2015-03-06score: Fix SMP lock implementationSebastian Huber3-1/+9
2015-03-05score: Add compiler memory barrier to atomic opsSebastian Huber1-0/+6
2015-03-05score: Add thread wait flagsSebastian Huber3-0/+193
2015-03-05score: Add thread acquireSebastian Huber2-24/+79
2015-03-05score: Add ISR lock to Objects_ControlSebastian Huber5-0/+166
2015-03-05score: Thread dispatch dis/enable without GiantSebastian Huber1-22/+82
2015-03-05score: Add and use _Thread_Do_dispatch()Sebastian Huber3-85/+120
2015-03-05score: Simplify and fix signal deliverySebastian Huber2-43/+12
2015-03-05score: Update _Thread_Heir only if necessarySebastian Huber10-40/+34
2015-03-05score: Add and use PRIORITY_PSEUDO_ISRSebastian Huber2-1/+8
2015-03-05score: C/C++ compatibility macros for ISR locksSebastian Huber1-4/+51
2015-03-05score: DocumentationAlexander Krutwig1-0/+13
2015-03-05score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber19-333/+0
2015-03-04score/cpu/or1k: Add cpuatomic.h to fix broken build.Hesham ALMatary3-2/+19
2015-03-04score: ISR lock C/C++ compatiblity issueSebastian Huber1-65/+63
2015-03-04score: Add and use _Thread_Enable_dispatch_body()Sebastian Huber2-5/+8
2015-03-04score: Inline _Thread_Disable_dispatch() for SMPSebastian Huber1-2/+1
2015-03-04score: Add parameter to Giant acquire/releaseSebastian Huber3-10/+18
2015-03-03or1k/or1k-exception-default.c: Eliminate dependency on BSP provided .h fileHesham ALMatary1-1/+0
2015-03-02score: Enable SMP barriers for all configurationsSebastian Huber2-6/+1
2015-02-27ARM: Fix _ARMV4_Exception_fiq_defaultMartin Galvan1-0/+8
2015-02-23sparc64: fix copyright notices.Gedare Bloom1-12/+1
2015-02-19bfin: do not reset dispatch neededGedare Bloom1-2/+0
2015-02-19score: Make <rtems/score/atomic.h> availableSebastian Huber4-206/+588
2015-02-17score: Fix _Thread_Start_multitasking() on SMPSebastian Huber1-11/+13
2015-02-17score: Fix FP context restore via _Thread_HandlerSebastian Huber4-68/+44
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber6-6/+22
2015-02-13score: Mention ticket in commentSebastian Huber1-1/+1
2015-02-10or1k/cpu.c: Eliminate dependency on BSP provided headerHesham ALMatary1-2/+7
2015-01-22score: Delete superfluous Heap_Statistics::instanceSebastian Huber2-8/+0
2015-01-20powerpc: Fix AltiVec VSCR save/restoreSebastian Huber3-10/+13
2015-01-13powerpc: AltiVec and FPU context supportSebastian Huber5-8/+700
2015-01-13nios2: Disable assembler warningSebastian Huber1-2/+3
2015-01-09arm: Fix compile error for ARMv6-M multilibSebastian Huber2-2/+5
2015-01-09powerpc: Add AltiVec register ASM definesSebastian Huber1-0/+32
2015-01-09powerpc: Use PPC_HAS_FPUSebastian Huber1-0/+2
2015-01-09powerpc: Add PPC_STACK_ALIGN_POWERSebastian Huber1-16/+6
2015-01-09powerpc: Set PPC_DEFAULT_CACHE_LINE_SIZE for e6500Sebastian Huber2-6/+12
2015-01-09powerpc: Use PPC_DEFAULT_CACHE_LINE_SIZESebastian Huber2-3/+4
2015-01-09powerpc: Delete _CPU_IRQ_infoSebastian Huber1-16/+0
2015-01-09powerpc: Use alternate time base for CPU counterSebastian Huber1-3/+3
2015-01-09smp: Add and use _SMP_Should_start_processor()Sebastian Huber2-3/+20