summaryrefslogtreecommitdiff
path: root/cpukit/score (follow)
AgeCommit message (Expand)Author
2018-08-20score: Fix ISR enable in _Thread_Dispatch_enable()4.11Sebastian Huber
2017-08-10arm: Validate IT[7:0] bit field of PSRSebastian Huber
2017-08-10arm: Fix CPU context validation for Cortex-R4Sebastian Huber
2017-07-07arm: Fix ARMv7-M interrupt processing4.11.2Sebastian Huber
2017-02-15Fix exception handler for supporting FPUSudarshan Rajagopalan
2016-10-03bsps/arm: do not introduce CPU_CACHE_LINE_BYTES in 4.11 and correct CPU_STRUC...Pavel Pisa
2016-10-02score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.Pavel Pisa
2016-10-02arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa
2016-09-23score: Fix C/C++ compatibility issueSebastian Huber
2016-05-25posix: Fix pthread_spin_unlock() error statusSebastian Huber
2016-01-27score: Fix simple timecounter supportSebastian Huber
2016-01-05score: Fix watchdog insertSebastian Huber
2015-12-21score: Fix watchdog removalSebastian Huber
2015-11-25Fix _Assert() statementSebastian Huber
2015-11-17sparc: Fix context switch on SMPDaniel Cederman
2015-11-17score: Fix race condition on SMPSebastian Huber
2015-11-17Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber
2015-09-01arm: Replace __sync_synchronize() implementationSebastian Huber
2015-09-01arm: Use compiler memory barrier by defaultSebastian Huber
2015-09-01rbtree: Delete rtems_rbtree_find_control()Sebastian Huber
2015-08-01Add __synch_synchronize function for armJan Sommer
2015-07-24m68k: Include proper header fileSebastian Huber
2015-07-23arm: Include proper header fileSebastian Huber
2015-07-16sparc64/rtems/score/cpu.h: Delete dead declarationJoel Sherrill
2015-07-15powerpc: Do not use the ATB for e500 multilibSebastian Huber
2015-07-15powerpc: Fix _CPU_Counter_read()Nick Withers
2015-07-13score: Simplify _Thread_Lock_set()Sebastian Huber
2015-07-13score: TypoSebastian Huber
2015-07-08powerpc: Add BUCSR register definesSebastian Huber
2015-07-01score: Simplify _SMP_ticket_lock_Release()Sebastian Huber
2015-07-01score: Accept NULL pointer in _Freechain_Put()Sebastian Huber
2015-07-01score: Freechain handler API changesSebastian Huber
2015-06-26score: Hide SMP lock profiling impl if disabledSebastian Huber
2015-06-26score: Simplify <rtems/score/scheduler.h>Sebastian Huber
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber
2015-06-25score: Fix extern "C" in <rtems/score/heap.h>Sebastian Huber
2015-06-25score: Simplify <rtems/score/thread.h>Sebastian Huber
2015-06-25score: Move default _ISR_Is_in_progress()Sebastian Huber
2015-06-25score: Move SMP CPU_USE_DEFERRED_FP_SWITCH checkSebastian Huber
2015-06-24score: Assert proper node sizeSebastian Huber
2015-06-15arm: Implement _CPU_ISR_Get_level() for ARMv7-MSebastian Huber
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill
2015-06-13score: Add _Watchdog_Preinitialize()Sebastian Huber
2015-06-13score: Delete unused state WATCHDOG_REMOVE_ITSebastian Huber
2015-06-11Revert "timecounter: No _Timecounter_Tick_simple() for SMP"Sebastian Huber
2015-06-09timecounter: No _Timecounter_Tick_simple() for SMPSebastian Huber
2015-06-09timecounter: Synchronize with FreeBSDkib
2015-06-09timecounter: Synchronize with FreeBSDian
2015-06-09timecounter: Synchronize with FreeBSDian
2015-06-09timecounter: Synchronize with FreeBSDhselasky