summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-10arm: Validate IT[7:0] bit field of PSRSebastian Huber1-1/+29
2017-08-10arm: Fix CPU context validation for Cortex-R4Sebastian Huber2-10/+4
2017-07-07arm: Fix ARMv7-M interrupt processing4.11.2Sebastian Huber2-30/+48
2017-02-15Fix exception handler for supporting FPUSudarshan Rajagopalan1-4/+4
2016-10-03bsps/arm: do not introduce CPU_CACHE_LINE_BYTES in 4.11 and correct CPU_STRUC...Pavel Pisa1-4/+2
2016-10-02score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.Pavel Pisa2-2/+11
2016-10-02arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa1-0/+1
2016-09-23score: Fix C/C++ compatibility issueSebastian Huber18-67/+17
2016-05-25posix: Fix pthread_spin_unlock() error statusSebastian Huber2-15/+6
2016-01-27score: Fix simple timecounter supportSebastian Huber2-10/+33
2016-01-05score: Fix watchdog insertSebastian Huber1-4/+12
2015-12-21score: Fix watchdog removalSebastian Huber1-1/+10
2015-11-25Fix _Assert() statementSebastian Huber1-1/+1
2015-11-17sparc: Fix context switch on SMPDaniel Cederman1-0/+3
2015-11-17score: Fix race condition on SMPSebastian Huber1-19/+28
2015-11-17Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber1-0/+27
2015-09-01arm: Replace __sync_synchronize() implementationSebastian Huber1-8/+19
2015-09-01arm: Use compiler memory barrier by defaultSebastian Huber1-1/+7
2015-09-01rbtree: Delete rtems_rbtree_find_control()Sebastian Huber1-25/+0
2015-08-01Add __synch_synchronize function for armJan Sommer2-0/+10
2015-07-24m68k: Include proper header fileSebastian Huber1-3/+3
2015-07-23arm: Include proper header fileSebastian Huber1-3/+3
2015-07-16sparc64/rtems/score/cpu.h: Delete dead declarationJoel Sherrill1-16/+0
2015-07-15powerpc: Do not use the ATB for e500 multilibSebastian Huber1-1/+1
2015-07-15powerpc: Fix _CPU_Counter_read()Nick Withers1-1/+1
2015-07-13score: Simplify _Thread_Lock_set()Sebastian Huber1-11/+56
2015-07-13score: TypoSebastian Huber1-2/+2
2015-07-08powerpc: Add BUCSR register definesSebastian Huber1-0/+2
2015-07-01score: Simplify _SMP_ticket_lock_Release()Sebastian Huber2-12/+13
2015-07-01score: Accept NULL pointer in _Freechain_Put()Sebastian Huber2-2/+5
2015-07-01score: Freechain handler API changesSebastian Huber2-37/+70
2015-06-26score: Hide SMP lock profiling impl if disabledSebastian Huber4-82/+131
2015-06-26score: Simplify <rtems/score/scheduler.h>Sebastian Huber2-4/+5
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber7-4/+7
2015-06-25score: Fix extern "C" in <rtems/score/heap.h>Sebastian Huber1-2/+1
2015-06-25score: Simplify <rtems/score/thread.h>Sebastian Huber3-44/+42
2015-06-25score: Move default _ISR_Is_in_progress()Sebastian Huber3-35/+53
2015-06-25score: Move SMP CPU_USE_DEFERRED_FP_SWITCH checkSebastian Huber2-4/+4
2015-06-24score: Assert proper node sizeSebastian Huber1-3/+4
2015-06-15arm: Implement _CPU_ISR_Get_level() for ARMv7-MSebastian Huber1-3/+3
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill4-29/+7
2015-06-13score: Add _Watchdog_Preinitialize()Sebastian Huber2-2/+23
2015-06-13score: Delete unused state WATCHDOG_REMOVE_ITSebastian Huber3-24/+2
2015-06-11Revert "timecounter: No _Timecounter_Tick_simple() for SMP"Sebastian Huber1-6/+0
2015-06-09timecounter: No _Timecounter_Tick_simple() for SMPSebastian Huber1-0/+6
2015-06-09timecounter: Synchronize with FreeBSDkib1-42/+82
2015-06-09timecounter: Synchronize with FreeBSDian1-5/+36
2015-06-09timecounter: Synchronize with FreeBSDian1-9/+10
2015-06-09timecounter: Synchronize with FreeBSDhselasky1-8/+6
2015-06-09score: Fix compiler memory barriers for atomic opsSebastian Huber1-6/+18