summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update from automake-1.13.2.Ralf Corsépius2013-05-277-538/+433
* smptests/smp09: Add missing newlineSebastian Huber2013-05-271-1/+1
* smptests/smp01: Do not assume CPU 0 runs InitSebastian Huber2013-05-271-19/+22
* smptests/smp01: Fix semaphore countSebastian Huber2013-05-278-3/+12
* bsp/qoriq: Avoid NULL pointer accessSebastian Huber2013-05-271-5/+11
* bsps/arm: Add CLOCK_DRIVER_USE_FAST_IDLE optionSebastian Huber2013-05-272-0/+12
* bsps/arm: Move .fast_text sectionSebastian Huber2013-05-271-9/+9
* bsps: Update due to linker changesSebastian Huber2013-05-278-170/+268
* arm: Add CPU specific idle thread for ARMv7Sebastian Huber2013-05-274-4/+10
* arm: Fix CPSR and SPSR accessSebastian Huber2013-05-272-8/+8
* dosfs: Add RTEMS_DOSFS_SEMAPHORES_PER_INSTANCERalf Kirchner2013-05-242-0/+8
* dosfs: Fix typoRalf Kirchner2013-05-241-1/+1
* fstests: Use "tmacros.h" instead of "pmacros.h"Ralf Kirchner2013-05-241-1/+1
* sptests: add test to demonstrate bug in strict order mutexGedare Bloom2013-05-206-1/+257
* sptests: add test for priority inversion with multiple locksGedare Bloom2013-05-206-1/+211
* score: use reference with strict mutexGedare Bloom2013-05-181-1/+1
* smp: Add maximum_processors field to configSebastian Huber2013-05-169-42/+32
* fstests/fsstatvfs: Fix end of test messageSebastian Huber2013-05-161-1/+1
* shell: Add df commandAndrei Mozzhuhin2013-05-164-1/+243
* dosfs: Add statvfs() supportAndrei Mozzhuhin2013-05-169-2/+221
* shell: Fix NULL pointer accessAndreas Heinig2013-05-161-1/+1
* Add c++ guard to header.Daron Chabot2013-05-161-0/+8
* libcsupport: Avoid division by zeroSebastian Huber2013-05-101-1/+1
* libtests/malloc04: Prevent compiler optimizationsSebastian Huber2013-05-101-1/+6
* arm: Support VFP-D32 and NeonSebastian Huber2013-05-1012-40/+415
* arm: Simplify architecture selectionSebastian Huber2013-05-101-63/+5
* score: Add CPU context validationSebastian Huber2013-05-1034-0/+1136
* arm: Add FUNCTION_THUMB_ENTRY(), etc.Sebastian Huber2013-05-101-0/+17
* Revert bootstrap whitespace changes.Chris Johns2013-05-1014-0/+14
* sparc: Fix problem with assembler filesSebastian Huber2013-05-071-1/+1
* sparc.h: Included stdint.hMohammed Khoory2013-05-061-0/+2
* bsp/xilinx-zynq: New BSPSebastian Huber2013-05-0618-0/+1102
* bsps/arm: Fix register usageSebastian Huber2013-05-061-1/+1
* bsps/arm: Add shared GIC tmtests/tm27 supportSebastian Huber2013-05-064-58/+87
* bsps/arm: Remove superfluous parameterSebastian Huber2013-05-063-6/+3
* bsp/raspberrypi: Use shared start codeSebastian Huber2013-05-061-60/+2
* bsp/lm3s69xx: Fix initialization valueSebastian Huber2013-05-061-1/+1
* bsp/lm3s69xx: Use interrupts for UART receiveEugeniy Meshcheryakov2013-05-061-12/+47
* bsp/lm3s69xx: More access macros for UART data registerEugeniy Meshcheryakov2013-05-061-0/+2
* bsp/raspberrypi: Enable unaligned accessAlan Cudmore2013-05-061-1/+1
* psxtests/psxtime: Reduce test timeSebastian Huber2013-05-062-235/+139
* bsp/realview-pbx-a9: New BSPSebastian Huber2013-05-0325-0/+1894
* bsps/arm: Copy vector table only if necessarySebastian Huber2013-05-031-0/+4
* bsps/arm: Move .vector sectionSebastian Huber2013-05-031-38/+38
* bsps/arm: Move CP15 start initializationSebastian Huber2013-05-034-121/+140
* bsps/arm: Support ARMv7 VMSA sections and controlSebastian Huber2013-05-031-4/+29
* bsps/arm: Add arm_cp15_set_exception_handler()Sebastian Huber2013-05-032-0/+55
* bsps/arm: Add arm_cp15_set_trans*_table_entries()Sebastian Huber2013-05-034-39/+34
* bsps/arm: Add arm_cp15_mmu_disable()Sebastian Huber2013-05-031-0/+46
* bsps/arm: Add arm_cp15_get_min_cache_line_size()Sebastian Huber2013-05-031-6/+26