summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sptests: add test to demonstrate bug in strict order mutexHEADmasterGedare Bloom44 hours6-1/+257
* sptests: add test for priority inversion with multiple locksGedare Bloom44 hours6-1/+211
* score: use reference with strict mutexGedare Bloom4 days1-1/+1
* smp: Add maximum_processors field to configSebastian Huber6 days9-42/+32
* fstests/fsstatvfs: Fix end of test messageSebastian Huber6 days1-1/+1
* shell: Add df commandAndrei Mozzhuhin6 days4-1/+243
* dosfs: Add statvfs() supportAndrei Mozzhuhin6 days9-2/+221
* shell: Fix NULL pointer accessAndreas Heinig6 days1-1/+1
* Add c++ guard to header.Daron Chabot6 days1-0/+8
* libcsupport: Avoid division by zeroSebastian Huber12 days1-1/+1
* libtests/malloc04: Prevent compiler optimizationsSebastian Huber12 days1-1/+6
* arm: Support VFP-D32 and NeonSebastian Huber12 days12-40/+415
* arm: Simplify architecture selectionSebastian Huber12 days1-63/+5
* score: Add CPU context validationSebastian Huber12 days34-0/+1136
* arm: Add FUNCTION_THUMB_ENTRY(), etc.Sebastian Huber12 days1-0/+17
* Revert bootstrap whitespace changes.Chris Johns12 days14-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
* bsps/arm: Add and use bsp_translation_table_baseSebastian Huber2013-05-033-10/+11
* bsps/arm: Move implementation to inline functionsSebastian Huber2013-05-038-74/+49
* arm: Switch to ARM only for Thumb-1Sebastian Huber2013-05-031-1/+1
* arm: Fix DEFINE_FUNCTION_ARM() for ARMv7-ARSebastian Huber2013-05-031-1/+1
* libtests/malloc04: Adjust for new sbrk() supportSebastian Huber2013-05-033-49/+84
* SUPPORT: Fix phone numberJoel Sherrill2013-05-011-2/+2
* score/cpu/.../i386.h: PR2020: Remove soft float referencesJoel Sherrill2013-05-011-46/+20
* i386: PR2010: Remove pc386 BSPs using soft-floatJoel Sherrill2013-05-013-54/+2
* Clear the atomic conditional compilation.WeiY2013-05-0113-47/+2
* Using the generic atomic ops to implement UP mode atomic for all architecture...WeiY2013-05-0145-0/+661
* Implement a generic atomic ops for all UP mode architectures with disable/ena...WeiY2013-05-013-0/+279
* bsp/mpc55xx: Avoid empty enumSebastian Huber2013-04-291-0/+2
* bsp/lm3s69xx: New BSP variantsEugeniy Meshcheryakov2013-04-2622-136/+1286