summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-31smp: Add PowerPC supportSebastian Huber5-2/+117
2013-05-31smp: New SMP lock APISebastian Huber18-463/+470
2013-05-31score: Mark as no returnSebastian Huber1-5/+7
2013-05-31score: Remove idle field of Per_CPU_ControlSebastian Huber5-14/+27
2013-05-29smp: Move secondary CPU initialization requestSebastian Huber2-6/+4
2013-05-29smp: Use _CPU_Fatal_halt()Sebastian Huber1-2/+2
2013-05-29smp: Simplify SMP initialization sequenceSebastian Huber8-189/+252
2013-05-29smp: Delete bsp_smp_secondary_cpu_initialize()Sebastian Huber2-21/+19
2013-05-29smp: Delete rtems_smp_send_message()Sebastian Huber1-15/+0
2013-05-29smp: Delete rtems_smp_initialize_per_cpu()Sebastian Huber1-10/+0
2013-05-29smp: Simplify main CPU initializationSebastian Huber3-21/+24
2013-05-29smp: Make CPU_ALLOCATE_INTERRUPT_STACK optionalSebastian Huber2-13/+13
2013-05-29smp: Rely on BSS initializationSebastian Huber1-5/+0
2013-05-29smp: Include missing headerSebastian Huber1-0/+2
2013-05-29smp: Replace task delete with suspendSebastian Huber1-0/+4
2013-05-27arm: Add CPU specific idle thread for ARMv7Sebastian Huber4-4/+10
2013-05-27arm: Fix CPSR and SPSR accessSebastian Huber2-8/+8
2013-05-24dosfs: Add RTEMS_DOSFS_SEMAPHORES_PER_INSTANCERalf Kirchner1-0/+7
2013-05-24dosfs: Fix typoRalf Kirchner1-1/+1
2013-05-18score: use reference with strict mutexGedare Bloom1-1/+1
2013-05-16smp: Add maximum_processors field to configSebastian Huber7-35/+25
2013-05-16shell: Add df commandAndrei Mozzhuhin3-1/+165
2013-05-16dosfs: Add statvfs() supportAndrei Mozzhuhin4-2/+80
2013-05-16shell: Fix NULL pointer accessAndreas Heinig1-1/+1
2013-05-10libcsupport: Avoid division by zeroSebastian Huber1-1/+1
2013-05-10arm: Support VFP-D32 and NeonSebastian Huber9-38/+393
2013-05-10arm: Simplify architecture selectionSebastian Huber1-63/+5
2013-05-10score: Add CPU context validationSebastian Huber27-0/+889
2013-05-10arm: Add FUNCTION_THUMB_ENTRY(), etc.Sebastian Huber1-0/+17
2013-05-10Revert bootstrap whitespace changes.Chris Johns14-0/+14
2013-05-07sparc: Fix problem with assembler filesSebastian Huber1-1/+1
2013-05-06sparc.h: Included stdint.hMohammed Khoory1-0/+2
2013-05-03arm: Switch to ARM only for Thumb-1Sebastian Huber1-1/+1
2013-05-03arm: Fix DEFINE_FUNCTION_ARM() for ARMv7-ARSebastian Huber1-1/+1
2013-05-01score/cpu/.../i386.h: PR2020: Remove soft float referencesJoel Sherrill1-46/+20
2013-05-01Clear the atomic conditional compilation.WeiY5-15/+2
2013-05-01Using the generic atomic ops to implement UP mode atomic for all architecture...WeiY45-0/+661
2013-05-01Implement a generic atomic ops for all UP mode architectures with disable/ena...WeiY3-0/+279
2013-04-26libcsupport: Delete libc_wrapup()Sebastian Huber5-25/+48
2013-04-26libcsupport: Rename open_dev_console()Sebastian Huber4-6/+5
2013-04-26libcsupport: Make LibIO helper constSebastian Huber5-25/+55
2013-04-26libcsupport: Remove superfluous assignmentsSebastian Huber1-51/+15
2013-04-26libcsupport: Make newlib_free_buffers() staticSebastian Huber1-6/+1
2013-04-26libcsupport: Delete unused newlib_begin_hook()Sebastian Huber1-11/+0
2013-04-26libcsupport: Delete REENT_MALLOCED defineSebastian Huber1-27/+5
2013-04-26libcsupport: Use copyright notice of original fileSebastian Huber1-0/+2
2013-04-25libcsupport: POSIX conformance for _exit()Sebastian Huber1-86/+3
2013-04-23mips: Fix warningsSebastian Huber1-0/+1
2013-04-23sapi: Fix warningsSebastian Huber1-3/+2
2013-04-11sapi: Fix unified workspace optionSebastian Huber1-4/+0