summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* smp: Add PowerPC supportSebastian Huber2013-05-315-2/+117
* smp: New SMP lock APISebastian Huber2013-05-3118-463/+470
* score: Mark as no returnSebastian Huber2013-05-311-5/+7
* score: Remove idle field of Per_CPU_ControlSebastian Huber2013-05-315-14/+27
* smp: Move secondary CPU initialization requestSebastian Huber2013-05-292-6/+4
* smp: Use _CPU_Fatal_halt()Sebastian Huber2013-05-291-2/+2
* smp: Simplify SMP initialization sequenceSebastian Huber2013-05-298-189/+252
* smp: Delete bsp_smp_secondary_cpu_initialize()Sebastian Huber2013-05-292-21/+19
* smp: Delete rtems_smp_send_message()Sebastian Huber2013-05-291-15/+0
* smp: Delete rtems_smp_initialize_per_cpu()Sebastian Huber2013-05-291-10/+0
* smp: Simplify main CPU initializationSebastian Huber2013-05-293-21/+24
* smp: Make CPU_ALLOCATE_INTERRUPT_STACK optionalSebastian Huber2013-05-292-13/+13
* smp: Rely on BSS initializationSebastian Huber2013-05-291-5/+0
* smp: Include missing headerSebastian Huber2013-05-291-0/+2
* smp: Replace task delete with suspendSebastian Huber2013-05-291-0/+4
* 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-241-0/+7
* dosfs: Fix typoRalf Kirchner2013-05-241-1/+1
* score: use reference with strict mutexGedare Bloom2013-05-181-1/+1
* smp: Add maximum_processors field to configSebastian Huber2013-05-167-35/+25
* shell: Add df commandAndrei Mozzhuhin2013-05-163-1/+165
* dosfs: Add statvfs() supportAndrei Mozzhuhin2013-05-164-2/+80
* shell: Fix NULL pointer accessAndreas Heinig2013-05-161-1/+1
* libcsupport: Avoid division by zeroSebastian Huber2013-05-101-1/+1
* arm: Support VFP-D32 and NeonSebastian Huber2013-05-109-38/+393
* arm: Simplify architecture selectionSebastian Huber2013-05-101-63/+5
* score: Add CPU context validationSebastian Huber2013-05-1027-0/+889
* 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
* 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
* score/cpu/.../i386.h: PR2020: Remove soft float referencesJoel Sherrill2013-05-011-46/+20
* Clear the atomic conditional compilation.WeiY2013-05-015-15/+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
* libcsupport: Delete libc_wrapup()Sebastian Huber2013-04-265-25/+48
* libcsupport: Rename open_dev_console()Sebastian Huber2013-04-264-6/+5
* libcsupport: Make LibIO helper constSebastian Huber2013-04-265-25/+55
* libcsupport: Remove superfluous assignmentsSebastian Huber2013-04-261-51/+15
* libcsupport: Make newlib_free_buffers() staticSebastian Huber2013-04-261-6/+1
* libcsupport: Delete unused newlib_begin_hook()Sebastian Huber2013-04-261-11/+0
* libcsupport: Delete REENT_MALLOCED defineSebastian Huber2013-04-261-27/+5
* libcsupport: Use copyright notice of original fileSebastian Huber2013-04-261-0/+2
* libcsupport: POSIX conformance for _exit()Sebastian Huber2013-04-251-86/+3
* mips: Fix warningsSebastian Huber2013-04-231-0/+1
* sapi: Fix warningsSebastian Huber2013-04-231-3/+2
* sapi: Fix unified workspace optionSebastian Huber2013-04-111-4/+0