summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-18score: Optimize self-contained objectsSebastian Huber4-41/+62
2016-11-18score: Constify _MRSP_Get_owner()Sebastian Huber1-1/+3
2016-11-18score: Add _ISR_Is_enabled()Sebastian Huber19-2/+124
2016-11-18score: Restrict task interrupt level to 0 on SMPSebastian Huber1-2/+8
2016-11-18powerpc: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2-2/+5
2016-11-18arm: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber4-31/+94
2016-11-18arm: Simplify _ARMV4_Exception_interruptSebastian Huber1-18/+22
2016-11-18arm: Use local labelsSebastian Huber1-9/+9
2016-11-18sparc: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2-22/+5
2016-11-18score: Allow interrupts during thread dispatchSebastian Huber5-38/+21
2016-11-18score: Add Per_CPU_Control::Interrupt_frameSebastian Huber3-9/+38
2016-11-18score: Add Per_CPU_Control::isr_dispatch_disableSebastian Huber2-1/+19
2016-11-18arm: Provide CPU_Interrupt_frame for ARMv4Sebastian Huber2-3/+55
2016-11-18powerpc: Add up to date CPU_Interrupt_frameSebastian Huber2-6/+386
2016-11-18powerpc: Move legacy CPU_Interrupt_frameSebastian Huber1-31/+0
2016-11-18sparc: Move CPU_Interrupt_frame related definesSebastian Huber5-54/+58
2016-11-18sparc: Rename CPU_Minimum_stack_frameSebastian Huber4-26/+26
2016-11-18sparc64: Rename CPU_Minimum_stack_frameSebastian Huber3-30/+30
2016-11-18rtems: Conditionally define rtems_interrupt_frameSebastian Huber15-15/+15
2016-11-18score: Move CPU_PER_CPU_CONTROL_SIZESebastian Huber34-94/+125
2016-11-18score: Add and use _Thread_Dispatch_direct()Sebastian Huber4-8/+33
2016-11-18score: Remove obsolete definesSebastian Huber18-281/+0
2016-11-18arm: Use TPIDRPRW for current per-CPU controlSebastian Huber4-9/+30
2016-11-10powerpc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber1-0/+27
2016-11-10score: Move _CPU_Get_current_per_CPU_control()Sebastian Huber4-28/+28
2016-11-10rtems: Add scheduler processor add/removeSebastian Huber14-3/+326
2016-11-09score: Add and use Thread_Control::is_idleSebastian Huber2-0/+3
2016-11-09score: Rename _Scheduler_AssignmentsSebastian Huber3-33/+36
2016-11-09score: Clarify _Scheduler_SMP_Start_idle()Sebastian Huber2-10/+14
2016-11-09score: Add scheduler to per-CPU informationSebastian Huber4-28/+41
2016-11-09score: Avoid _Scheduler_Get_by_CPU_index( 0 )Sebastian Huber1-1/+1
2016-11-09score: Simplify _Scheduler_Get_by_id()Sebastian Huber1-44/+66
2016-11-09score: Fix _MRSP_Initialize()Sebastian Huber1-4/+4
2016-11-09mpci: Use the first scheduler for MPCISebastian Huber2-2/+2
2016-11-09score: Inline some SMP lock operations by defaultSebastian Huber2-11/+22
2016-11-08Provide kernel space header filesSebastian Huber1-0/+1
2016-11-07sparc: Provide _CPU_Get_thread_executing()Sebastian Huber1-0/+4
2016-11-07score: Add optional _CPU_Get_thread_executing()Sebastian Huber3-6/+27
2016-11-07score: Prevent assignment to _Thread_ExecutingSebastian Huber1-1/+1
2016-11-07score: Add <rtems/score/cpuimpl.h>Sebastian Huber51-0/+595
2016-11-04score: Optimize self-contained mutexesSebastian Huber2-32/+85
2016-11-04score: Use non-inline thread queue lock opsSebastian Huber2-19/+99
2016-11-04score: Provide inline variants for ISR lock opsSebastian Huber1-0/+32
2016-11-04score: Default to non-inline SMP lock opsSebastian Huber2-90/+71
2016-11-04score: Fix _Scheduler_Try_to_schedule_node()Sebastian Huber1-10/+14
2016-11-03score: Add _Watchdog_Ticks_from_sbintimeSebastian Huber1-0/+12
2016-11-03score: Delete unused _Scheduler_Is_id_valid()Sebastian Huber1-10/+0
2016-11-03score: Conditionally enable thread resource countSebastian Huber4-0/+22
2016-11-03score: Relax _Scheduler_Set() restrictionsSebastian Huber1-4/+5
2016-11-03score: Introduce thread resource count methodsSebastian Huber4-13/+27