summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsp/atsam: Add missing break statementAlexander Krutwig2016-08-241-0/+1
* bsp/atsam: Fix data cache flushAlexander Krutwig2016-08-241-3/+7
* libbsp/arm: Fix ARM BSPs missing the bsp_translation_table_end symbol.Chris Johns2016-08-232-0/+2
* arm: Add VFP context validate support for ARMv5Kevin Kirspel2016-08-192-5/+11
* bsp/atsam: Add timeout to QSPI send commandAlexander Krutwig2016-08-181-1/+16
* psxtests: Adjust sporadic server testsSebastian Huber2016-08-183-99/+64
* score: Fix undefined behaviourSebastian Huber2016-08-181-1/+1
* testsuite: Add libdl/dl04 cache test.Chris Johns2016-08-1510-0/+1549
* testsuite: Add libdl/dl03 cache test.Chris Johns2016-08-1510-2/+496
* libdl: Fix cache corruption bugs.Chris Johns2016-08-153-30/+86
* libdl: Add trace output when reading section headers.Chris Johns2016-08-151-0/+3
* libbsp/arm: Add the TTB table to the default MMU set up as read/write.Chris Johns2016-08-151-0/+4
* score: Improve _RBTree_Insert_inline()Sebastian Huber2016-08-124-2/+74
* score: Introduce thread queue surrender operationSebastian Huber2016-08-114-36/+94
* score: Dismantle _Thread_queue_Do_extract_locked()Sebastian Huber2016-08-111-28/+39
* score: Add _Thread_queue_Surrender()Sebastian Huber2016-08-116-134/+86
* librtems++: Remove from RTEMS.Chris Johns2016-08-1130-3662/+1
* build-system: Always enable C++ if the compiler is present.Chris Johns2016-08-118-42/+62
* posix: nanosleep: adjust elapsed time calculationGedare Bloom2016-08-101-39/+39
* sptests/splinkersets01: Fix for small-data areaSebastian Huber2016-08-102-12/+12
* libmisc/untar: Set the perms to the value in the tar file.Chris Johns2016-08-094-21/+68
* bsp/atsam: Add power supportAlexander Krutwig2016-08-087-0/+505
* sptests/splinkersets01: Fix warningsSebastian Huber2016-08-083-34/+34
* atsam: Add atsam_rtc_get_time()Alexander Krutwig2016-08-082-16/+23
* score: Add debug support to red-black treesSebastian Huber2016-08-0812-33/+62
* posix: Fix for RTEMS_DEBUGSebastian Huber2016-08-081-0/+1
* score: Simplify _Thread_Finalize_life_change()Sebastian Huber2016-08-051-7/+1
* score: Fix a release/cancel job race conditionSebastian Huber2016-08-0416-83/+72
* score: Fix _Thread_queue_Path_release()Sebastian Huber2016-08-041-8/+13
* score: Fix _Scheduler_EDF_Cancel_job_filter()Sebastian Huber2016-08-041-1/+1
* score: Optimize _Thread_queue_Path_release()Sebastian Huber2016-08-041-7/+29
* score: Indroduce cancel job scheduler operationSebastian Huber2016-08-0413-9/+94
* score: Fix and simplify thread wait locksSebastian Huber2016-08-038-269/+139
* posix: Fix for RTEMS_DEBUGSebastian Huber2016-08-031-2/+8
* score: Fix for RTEMS_DEBUGSebastian Huber2016-08-031-0/+1
* linker set: Allow adding any variable into contentChristian Mauderer2016-08-025-0/+56
* score: Fix for RTEMS_DEBUGSebastian Huber2016-08-011-0/+1
* score: Fix for RTEMS_DEBUG.Chris Johns2016-08-011-0/+2
* arm/raspberrypi: framebuffer driver checks for initialization and tries runti...Pavel Pisa2016-07-311-1/+11
* arm/raspberrypi: VideoCore access corrections in cache operation and more err...Pavel Pisa2016-07-316-48/+112
* posix: nanosleep: optimize away a time conversionGedare Bloom2016-07-291-2/+1
* bsp/qoriq: Remove legacy U-Boot supportSebastian Huber2016-07-289-208/+69
* bsp/qoriq: Fix start stack setupSebastian Huber2016-07-281-3/+7
* bsp/qoriq: Fix tlbwe synchronizationSebastian Huber2016-07-282-3/+5
* bsp/qoriq: Add QORIQ_HAS_WRITE_BACK_L1_CACHESebastian Huber2016-07-272-0/+11
* score: Add deadlock detectionSebastian Huber2016-07-2713-102/+777
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-2720-424/+769
* score: Priority inherit thread queue operationsSebastian Huber2016-07-279-77/+116
* score: Simplify _Thread_queue_Boost_priority()Sebastian Huber2016-07-273-19/+23
* score: Split _Thread_Change_priority()Sebastian Huber2016-07-272-9/+62