summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add and use _Thread_Dispatch_if_necessary()Sebastian Huber2013-06-142-30/+27
* score: Add and use _Thread_Dispatch_is_enabled()Sebastian Huber2013-06-1411-49/+22
* score: Add _Chain_Insert_ordered_unprotected()Sebastian Huber2013-06-141-0/+41
* rtems: Simplify rtems_task_mode()Sebastian Huber2013-06-141-6/+4
* smp: Fix _Thread_Dispatch_decrement_disable_levelSebastian Huber2013-06-121-1/+7
* smp: Protect decrement operationSebastian Huber2013-06-121-4/+4
* smp: Add and use _Per_CPU_Lock_acquire()Sebastian Huber2013-06-122-6/+12
* score: Avoid cyclic include dependencySebastian Huber2013-06-121-1/+2
* score: Add missing includeSebastian Huber2013-06-121-0/+1
* termios: SMP supportSebastian Huber2013-06-122-20/+30
* termios: Notify driver about inactive transmitSebastian Huber2013-06-121-0/+3
* termios: Expand critical sectionSebastian Huber2013-06-121-8/+4
* termios: Move wake up writer task actionSebastian Huber2013-06-121-2/+8
* termios: Avoid second return pathSebastian Huber2013-06-121-10/+9
* rtems: Add interrupt locksSebastian Huber2013-06-121-0/+135
* score: Always provide <rtems/score/smplock.h>Sebastian Huber2013-06-124-8/+12
* configure: DocumentationSebastian Huber2013-06-122-2/+6
* smp: Set state PER_CPU_STATE_UP on main processorSebastian Huber2013-06-071-4/+6
* score: Add and use _Objects_Put()Sebastian Huber2013-06-07114-209/+253
* score: Add _Objects_Put_for_get_isr_disable()Sebastian Huber2013-06-074-0/+23
* score: Align _Objects_Get_isr_disable()Sebastian Huber2013-06-071-2/+1
* score: Move thread dispatch content to new fileSebastian Huber2013-06-0725-247/+291
* score: Simplify _CORE_mutex_Seize_interrupt_try*Sebastian Huber2013-06-073-17/+17
* score: Simplify _CORE_semaphore_Seize_isr_disableSebastian Huber2013-06-072-6/+6
* score: Simplify _Thread_Create_idle_helper()Sebastian Huber2013-06-071-9/+0
* rtems: Move unnest dispatch after ISR enableSebastian Huber2013-06-071-1/+1
* rtems: Fix system event send for remote threadsSebastian Huber2013-06-071-0/+1
* dosfs: DocumentationSebastian Huber2013-06-071-0/+8
* termios: Fix warningSebastian Huber2013-06-071-1/+1
* nfsclient: Add rpcSetXIDs()Sebastian Huber2013-06-052-0/+30
* nfsclient: Fix warningsSebastian Huber2013-06-052-8/+3
* nfsclient: Delete superfluous mask operationSebastian Huber2013-06-051-1/+1
* nfsclient: Delete superfluous assignmentSebastian Huber2013-06-051-1/+0
* libblock: Use UTF-8 converter in media managerSebastian Huber2013-06-041-3/+10
* dosfs: DocumentationRalf Kirchner2013-06-031-6/+97
* dosfs: UTF-8 Support: Multibyte conversionsRalf Kirchner2013-06-034-10/+340
* libmisc: Add utf8proc-v1.1.5Ralf Kirchner2013-06-039-0/+14552
* dosfs: UTF-8 Support: UI, backwards compatibilityRalf Kirchner2013-06-0311-560/+1781
* smp: Add ARM supportSebastian Huber2013-05-317-3/+181
* 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