summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-08powerpc: Fix SMP context switchSebastian Huber
2016-09-08testsuite: Add libdl/dl05 reloc test.Chris Johns
2016-09-08libdl: Add ARM C++ relocation record support.Chris Johns
2016-09-08stackchk: Fix stack checker thread initializationSebastian Huber
2016-09-08stackchk: Use a const pattern to checkSebastian Huber
2016-09-08stackchk: Remove superfluous internal header fileSebastian Huber
2016-09-08bsp/raspberrypi: Rename fileSebastian Huber
2016-09-07arm/raspberrypi: use GPU/system timer as clock source.Pavel Pisa
2016-09-07arm/raspberrypi: correct and extend definitions for GPU timer.Pavel Pisa
2016-09-07arm/raspberrypi: basic BCM2836 SMP implementation.Pavel Pisa
2016-09-07arm/raspberrypi: propagate number of configured CPUs into linker script.Pavel Pisa
2016-09-07arm/raspberrypi: rename linkcmds to linkcmds.in to allow their configure proc...Pavel Pisa
2016-09-07arm/raspberrypi: more definitions of BCM2836 core local peripherals.Pavel Pisa
2016-09-07arm/raspberrypi: include definitions of BCM2836 SMP mailboxes.Rohini Kulkarni
2016-09-07bsps/arm: reorganize CP15 code to allow clean and invalidate ARMv7 cache by l...Pavel Pisa
2016-09-07bsps/arm: remove lock in arm_cp15_set_translation_table_entries().Pavel Pisa
2016-09-07bsps/arm: use defines for cache type register format field.Pavel Pisa
2016-09-07bsp/atsam: Add SDRAM IS42S16320F-7BL.Christian Mauderer
2016-09-07bsp/atsam: Move ram init values to structure.Christian Mauderer
2016-09-07score: Remove superfluous SMP debug supportSebastian Huber
2016-09-06bsp/xilinx-zynq: Avoid duplicate declarationSebastian Huber
2016-09-06score: Add _Chain_Initialize_one()Sebastian Huber
2016-09-06score: Improve red-black tree debug supportSebastian Huber
2016-09-06score: Add _RBTree_Initialize_one()Sebastian Huber
2016-09-06score: Add missing const qualifiersSebastian Huber
2016-09-06capture: Use proper accessor functionsSebastian Huber
2016-09-06capture: Workaround to avoid misaligned accessSebastian Huber
2016-09-01libmisc/capture: Remove the reserved _t in the types.Chris Johns
2016-09-01libmisc/capture: Fix the capture engine on SMP.Chris Johns
2016-09-01arm/xilinx_zynq: Start the second core when an SMP build.Chris Johns
2016-09-01arm/xilinx_zynq: ensure that cache is cleaned and MMU disabled when initializ...Pavel Pisa
2016-08-30libdl: The dl04 is too big for some BSPs. Do not built it.Chris Johns
2016-08-27arm/raspberrypi: Mailbox : Extending functionalityMudit Jain
2016-08-24bsp/atsam: Add missing break statementAlexander Krutwig
2016-08-24bsp/atsam: Fix data cache flushAlexander Krutwig
2016-08-23libbsp/arm: Fix ARM BSPs missing the bsp_translation_table_end symbol.Chris Johns
2016-08-19arm: Add VFP context validate support for ARMv5Kevin Kirspel
2016-08-18bsp/atsam: Add timeout to QSPI send commandAlexander Krutwig
2016-08-18psxtests: Adjust sporadic server testsSebastian Huber
2016-08-18score: Fix undefined behaviourSebastian Huber
2016-08-15testsuite: Add libdl/dl04 cache test.Chris Johns
2016-08-15testsuite: Add libdl/dl03 cache test.Chris Johns
2016-08-15libdl: Fix cache corruption bugs.Chris Johns
2016-08-15libdl: Add trace output when reading section headers.Chris Johns
2016-08-15libbsp/arm: Add the TTB table to the default MMU set up as read/write.Chris Johns
2016-08-12score: Improve _RBTree_Insert_inline()Sebastian Huber
2016-08-11score: Introduce thread queue surrender operationSebastian Huber
2016-08-11score: Dismantle _Thread_queue_Do_extract_locked()Sebastian Huber
2016-08-11score: Add _Thread_queue_Surrender()Sebastian Huber
2016-08-11librtems++: Remove from RTEMS.Chris Johns