summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/percpu.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-25Remove make preinstallChris Johns1-851/+0
2017-10-17score: Rename watchdog variantsSebastian Huber1-9/+13
2017-09-27score: Rename to _Scheduler_ControlSebastian Huber1-1/+1
2016-11-23score: Force Per_CPU_Control::executing alignmentSebastian Huber1-0/+7
2016-11-21score: Group Per_CPU_Control members by alignmentSebastian Huber1-19/+19
2016-11-18score: Add Per_CPU_Control::Interrupt_frameSebastian Huber1-3/+25
2016-11-18score: Add Per_CPU_Control::isr_dispatch_disableSebastian Huber1-1/+13
2016-11-10rtems: Add scheduler processor add/removeSebastian Huber1-0/+6
2016-11-09score: Add scheduler to per-CPU informationSebastian Huber1-4/+17
2016-11-07score: Add optional _CPU_Get_thread_executing()Sebastian Huber1-5/+13
2016-11-07score: Prevent assignment to _Thread_ExecutingSebastian Huber1-1/+1
2016-11-02score: Add new SMP scheduler helping protocolSebastian Huber1-0/+8
2016-09-23score: Fix C/C++ compatibility issueSebastian Huber1-4/+6
2016-06-29score: Fix SMP message handlingSebastian Huber1-5/+0
2016-05-20score: Remove the Giant lockSebastian Huber1-6/+0
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber1-4/+4
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber1-6/+6
2016-05-12score: Add _ISR_lock_Is_owner()Sebastian Huber1-0/+2
2016-03-22score: Fix for RTEMS_DEBUGSebastian Huber1-2/+2
2016-03-17score: Fix CPU time used by executing threadsSebastian Huber1-4/+11
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-2/+51
2016-03-04score: Add _SMP_Before_multitasking_action()Sebastian Huber1-0/+8
2016-03-04score: Add _Per_CPU_Is_boot_processor()Sebastian Huber1-0/+19
2016-03-04score: Rename Per_CPU_Control::startedSebastian Huber1-3/+3
2016-02-03Optional POSIX Cleanup initializationSebastian Huber1-0/+7
2015-09-28SMP: Fix and optimize thread dispatchingSebastian Huber1-9/+10
2015-07-30score: Rename struct Thread_ControlSebastian Huber1-5/+5
2015-07-01score: Simplify _SMP_ticket_lock_Release()Sebastian Huber1-1/+0
2015-06-26score: Hide SMP lock profiling impl if disabledSebastian Huber1-4/+13
2015-06-25score: Simplify <rtems/score/thread.h>Sebastian Huber1-6/+31
2015-06-25score: Move SMP CPU_USE_DEFERRED_FP_SWITCH checkSebastian Huber1-4/+0
2014-07-01score: Add PER_CPU_OFFSET_EXECUTINGSebastian Huber1-17/+21
2014-06-05score: _Per_CPU_State_wait_for_non_initial_state()Sebastian Huber1-24/+15
2014-05-07score: Implement forced thread migrationSebastian Huber1-5/+46
2014-05-05score: Use atomic operations for SMP messagesSebastian Huber1-3/+4
2014-04-30score: TypoSebastian Huber1-1/+1
2014-04-28score: Add _CPU_Get_current_per_CPU_control()Sebastian Huber1-3/+7
2014-04-22score: Use common names for per-CPU variablesSebastian Huber1-29/+29
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber1-0/+19
2014-04-14score: Add _Per_CPU_Get_snapshot()Sebastian Huber1-3/+12
2014-03-31score: Add per-CPU state functionSebastian Huber1-0/+39
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-14score: Add SMP lock profiling supportSebastian Huber1-3/+18
2014-03-14score: Add per-CPU profilingSebastian Huber1-0/+74
2014-03-11score: Add local context to SMP lock APISebastian Huber1-16/+62
2014-03-06score: Fix per-CPU state documentationSebastian Huber1-3/+3
2014-03-06score: SMP initialization and shutdown changesSebastian Huber1-34/+48
2014-02-19score: Add and use <rtems/score/smpimpl.h>Sebastian Huber1-7/+0
2013-08-09score: Per-CPU thread dispatch disable levelSebastian Huber1-3/+20
2013-08-09score: Add and use _Per_CPU_Acquire_all().Sebastian Huber1-0/+30