summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/percpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Rename to _Scheduler_ControlSebastian Huber2017-09-271-1/+1
* score: Force Per_CPU_Control::executing alignmentSebastian Huber2016-11-231-0/+7
* score: Group Per_CPU_Control members by alignmentSebastian Huber2016-11-211-19/+19
* score: Add Per_CPU_Control::Interrupt_frameSebastian Huber2016-11-181-3/+25
* score: Add Per_CPU_Control::isr_dispatch_disableSebastian Huber2016-11-181-1/+13
* rtems: Add scheduler processor add/removeSebastian Huber2016-11-101-0/+6
* score: Add scheduler to per-CPU informationSebastian Huber2016-11-091-4/+17
* score: Add optional _CPU_Get_thread_executing()Sebastian Huber2016-11-071-5/+13
* score: Prevent assignment to _Thread_ExecutingSebastian Huber2016-11-071-1/+1
* score: Add new SMP scheduler helping protocolSebastian Huber2016-11-021-0/+8
* score: Fix C/C++ compatibility issueSebastian Huber2016-09-231-4/+6
* score: Fix SMP message handlingSebastian Huber2016-06-291-5/+0
* score: Remove the Giant lockSebastian Huber2016-05-201-6/+0
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-201-4/+4
* score: Rename _ISR_Disable_without_giant()Sebastian Huber2016-05-201-6/+6
* score: Add _ISR_lock_Is_owner()Sebastian Huber2016-05-121-0/+2
* score: Fix for RTEMS_DEBUGSebastian Huber2016-03-221-2/+2
* score: Fix CPU time used by executing threadsSebastian Huber2016-03-171-4/+11
* score: Replace watchdog handler implementationSebastian Huber2016-03-041-2/+51
* score: Add _SMP_Before_multitasking_action()Sebastian Huber2016-03-041-0/+8
* score: Add _Per_CPU_Is_boot_processor()Sebastian Huber2016-03-041-0/+19
* score: Rename Per_CPU_Control::startedSebastian Huber2016-03-041-3/+3
* Optional POSIX Cleanup initializationSebastian Huber2016-02-031-0/+7
* SMP: Fix and optimize thread dispatchingSebastian Huber2015-09-281-9/+10
* score: Rename struct Thread_ControlSebastian Huber2015-07-301-5/+5
* score: Simplify _SMP_ticket_lock_Release()Sebastian Huber2015-07-011-1/+0
* score: Hide SMP lock profiling impl if disabledSebastian Huber2015-06-261-4/+13
* score: Simplify <rtems/score/thread.h>Sebastian Huber2015-06-251-6/+31
* score: Move SMP CPU_USE_DEFERRED_FP_SWITCH checkSebastian Huber2015-06-251-4/+0
* score: Add PER_CPU_OFFSET_EXECUTINGSebastian Huber2014-07-011-17/+21
* score: _Per_CPU_State_wait_for_non_initial_state()Sebastian Huber2014-06-051-24/+15
* score: Implement forced thread migrationSebastian Huber2014-05-071-5/+46
* score: Use atomic operations for SMP messagesSebastian Huber2014-05-051-3/+4
* score: TypoSebastian Huber2014-04-301-1/+1
* score: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2014-04-281-3/+7
* score: Use common names for per-CPU variablesSebastian Huber2014-04-221-29/+29
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-151-0/+19
* score: Add _Per_CPU_Get_snapshot()Sebastian Huber2014-04-141-3/+12
* score: Add per-CPU state functionSebastian Huber2014-03-311-0/+39
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: Add SMP lock profiling supportSebastian Huber2014-03-141-3/+18
* score: Add per-CPU profilingSebastian Huber2014-03-141-0/+74
* score: Add local context to SMP lock APISebastian Huber2014-03-111-16/+62
* score: Fix per-CPU state documentationSebastian Huber2014-03-061-3/+3
* score: SMP initialization and shutdown changesSebastian Huber2014-03-061-34/+48
* score: Add and use <rtems/score/smpimpl.h>Sebastian Huber2014-02-191-7/+0
* score: Per-CPU thread dispatch disable levelSebastian Huber2013-08-091-3/+20
* score: Add and use _Per_CPU_Acquire_all().Sebastian Huber2013-08-091-0/+30
* smp: Use ISR lock in per-CPU controlSebastian Huber2013-08-091-11/+19
* score/cpu: Add CPU_Per_CPU_controlSebastian Huber2013-08-091-2/+7