summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-271-0/+1
* posix: Fix error statusSebastian Huber2016-07-271-2/+3
* cpukit: refactor nanosleep and use 64-bit timeout for threadqGedare Bloom2016-07-262-58/+68
* atsam: Add user defined RX/TX descriptor countsAlexander Krutwig2016-07-261-126/+102
* atsam: Use normal memory for DTCMAlexander Krutwig2016-07-261-0/+1
* bsps/arm: Clear pending exceptions for ARMv7-MAlexander Krutwig2016-07-261-0/+2
* Add Untar_FromGzChunk_Print() + TestAlexander Krutwig2016-07-268-6/+210
* Add Untar_FromChunk_Print() + TestAlexander Krutwig2016-07-265-1/+251
* sptests/spextensions01: Avoid NULL pointer accessSebastian Huber2016-07-261-1/+2
* score: FormatSebastian Huber2016-07-261-9/+9
* score: Fix printk() format specifiersSebastian Huber2016-07-261-2/+5
* score: FormatSebastian Huber2016-07-262-24/+21
* score: Add a STATES_DEBUGGER for use by debugging agents to a thread's state.Chris Johns2016-07-261-0/+2
* posix: fix clock_nanosleep and nanosleep clock useGedare Bloom2016-07-251-25/+68
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-2515-15/+29
* posix: refactor cond wait support to defer abstime conversionGedare Bloom2016-07-254-32/+33
* cpukit/rtems: fix return type mismatch for _TOD_To_secondsGedare Bloom2016-07-251-1/+1
* posix: add clock_nanosleep and testsGedare Bloom2016-07-2514-9/+477
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-2547-144/+200
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-251-0/+1
* smptests/smpmutex02: New testSebastian Huber2016-07-256-0/+1052
* bsps: Fix shared polled console fatal errorSebastian Huber2016-07-252-1/+3
* score: Relax thread begin extension environmentSebastian Huber2016-07-252-7/+82
* score: Disable RTEMS_NO_RETURN for RTEMS_DEBUGSebastian Huber2016-07-251-1/+1
* arm/raspberrypi: add Secure Digital (SD) controller interrupt source ID from ...Pavel Pisa2016-07-231-1/+1
* arm/raspberrypi: change interrupt dispatch and enable to generic vector id ba...Pavel Pisa2016-07-232-141/+89
* arm/raspberrypi: remove duplicate setup of IRQ handler in the main ARM except...Pavel Pisa2016-07-232-21/+0
* Added USB interrupt handler. And defined some macros regarding USB.Deval Shah2016-07-233-0/+25
* bsp/tms570: ensure that change of SCI baudrate is not applied in the middle o...Pavel Pisa2016-07-221-2/+23
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-221-0/+1
* score: Assert proper seqlock writer stateSebastian Huber2016-07-221-0/+3
* score: Add debug support to chainsSebastian Huber2016-07-2217-11/+116
* posix: Fix double chain extractSebastian Huber2016-07-211-5/+2
* libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa2016-07-214-2/+74
* arm/raspberrypi: reorder and update MMU config table to nor force RW section ...Pavel Pisa2016-07-201-9/+22
* arm/raspberrypi: use cache manager operations to flush/invalidate all cache l...Pavel Pisa2016-07-201-7/+7