source: rtems/cpukit/score/include/rtems/score/percpu.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @351c14d   09/27/16 09:33:36 Sebastian Huber score: Add new SMP scheduler helping protocol Update #2556. 5
(edit) @9149c87e   09/23/16 04:52:33 Sebastian Huber score: Fix C/C++ compatibility issue Only use CPU_Per_CPU_control if … 5
(edit) @9bb3ce39   06/29/16 07:50:47 Sebastian Huber score: Fix SMP message handling According to the C11 standard only … 5
(edit) @ceb0f659   05/17/16 14:03:46 Sebastian Huber score: Remove the Giant lock Update #2555. 5
(edit) @24713163   05/18/16 06:06:54 Sebastian Huber score: Rename _ISR_Disable() and _ISR_Enable() Rename _ISR_Disable() … 5
(edit) @4b04cb61   05/18/16 06:03:05 Sebastian Huber score: Rename _ISR_Disable_without_giant() Rename … 5
(edit) @1a9d36b   05/09/16 04:49:53 Sebastian Huber score: Add _ISR_lock_Is_owner() 5
(edit) @865f110b   03/22/16 06:58:41 Sebastian Huber score: Fix for RTEMS_DEBUG The rtems_extension_create() no longer … 5
(edit) @d37adfe5   03/03/16 06:02:03 Sebastian Huber score: Fix CPU time used by executing threads The CPU time used of a … 5
(edit) @03b900d   02/18/16 07:36:26 Sebastian Huber score: Replace watchdog handler implementation Use a red-black tree … 5
(edit) @5b0d2c1   03/03/16 12:37:14 Sebastian Huber score: Add _SMP_Before_multitasking_action() The use case for this is … 5
(edit) @3c103ba   02/18/16 07:47:26 Sebastian Huber score: Add _Per_CPU_Is_boot_processor() 5
(edit) @c284a16   02/17/16 14:34:51 Sebastian Huber score: Rename Per_CPU_Control::started Rename … 5
(edit) @cef5675   12/14/15 10:47:47 Sebastian Huber Optional POSIX Cleanup initialization Update #2408. 5
(edit) @258ad71   09/25/15 12:34:24 Sebastian Huber SMP: Fix and optimize thread dispatching According to the C11 and … 5
(edit) @4827470   06/29/15 08:41:01 Sebastian Huber score: Rename struct Thread_Control Add a leading underscore to the … 5
(edit) @372bee84   06/26/15 13:51:28 Sebastian Huber score: Simplify _SMP_ticket_lock_Release() Add a SMP lock statistics … 4.115
(edit) @d811dac   06/25/15 09:24:44 Sebastian Huber score: Hide SMP lock profiling impl if disabled The problem is that … 4.115
(edit) @bd67d7d2   06/25/15 11:48:00 Sebastian Huber score: Simplify <rtems/score/thread.h> Avoid Thread_Control typedef … 4.115
(edit) @8042107a   06/25/15 09:28:59 Sebastian Huber score: Move SMP CPU_USE_DEFERRED_FP_SWITCH check 4.115
(edit) @bec4730   06/30/14 10:55:50 Sebastian Huber score: Add PER_CPU_OFFSET_EXECUTING Add PER_CPU_OFFSET_HEIR. Move … 4.115
(edit) @9a1bab2   06/05/14 09:19:32 Sebastian Huber score: _Per_CPU_State_wait_for_non_initial_state() Replace … 4.115
(edit) @38b59a6   05/02/14 08:31:09 Sebastian Huber score: Implement forced thread migration The current implementation … 4.115
(edit) @4d906bda   05/02/14 13:47:57 Sebastian Huber score: Use atomic operations for SMP messages 4.115
(edit) @dabf423   04/29/14 11:16:06 Sebastian Huber score: Typo 4.115
(edit) @e5120a5   04/22/14 08:10:39 Sebastian Huber score: Add _CPU_Get_current_per_CPU_control() Add optional method … 4.115
(edit) @3380ee8   04/22/14 05:46:53 Sebastian Huber score: Use common names for per-CPU variables Use "cpu" for an … 4.115
(edit) @c5831a3f   04/09/14 13:07:54 Sebastian Huber score: Add clustered/partitioned scheduling Clustered/partitioned … 4.115
(edit) @198c1433   04/10/14 06:18:00 Sebastian Huber score: Add _Per_CPU_Get_snapshot() 4.115
(edit) @79e2d9b   03/06/14 10:11:59 Sebastian Huber score: Add per-CPU state function Add … 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @53ad908   03/07/14 13:36:22 Sebastian Huber score: Add SMP lock profiling support 4.115
(edit) @f980561   03/10/14 09:04:09 Sebastian Huber score: Add per-CPU profiling Add per-CPU profiling stats API. … 4.115
(edit) @d50acdbb   03/10/14 07:25:32 Sebastian Huber score: Add local context to SMP lock API Add a local context … 4.115
(edit) @3ca84d0c   03/06/14 09:53:17 Sebastian Huber score: Fix per-CPU state documentation 4.115
(edit) @7336be9d   02/18/14 12:40:39 Sebastian Huber score: SMP initialization and shutdown changes Rename … 4.115
(edit) @6ca4f6a   02/17/14 13:56:51 Sebastian Huber score: Add and use <rtems/score/smpimpl.h> Collect SMP implementation … 4.115
(edit) @d19cce29   08/05/13 12:54:11 Sebastian Huber score: Per-CPU thread dispatch disable level Use a per-CPU thread … 4.115
(edit) @8581725   08/05/13 12:25:41 Sebastian Huber score: Add and use _Per_CPU_Acquire_all(). Add and use … 4.115
(edit) @7045dc4   08/01/13 07:17:51 Sebastian Huber smp: Use ISR lock in per-CPU control Rename _Per_CPU_Lock_acquire() … 4.115
(edit) @10fd4aac   08/02/13 11:54:08 Sebastian Huber score/cpu: Add CPU_Per_CPU_control Add CPU port specific per-CPU control. 4.115
(edit) @c236082   07/30/13 13:54:53 Sebastian Huber smp: Provide cache optimized Per_CPU_Control Delete … 4.115
(edit) @ac72e3b   07/30/13 08:23:28 Sebastian Huber score: Format <rtems/score/percpu.h> 4.115
(edit) @99970a7   06/28/13 07:03:58 Sebastian Huber score: Add assert to _Per_CPU_Get() Thread dispatching must be … 4.115
(edit) @fe52e7c0   07/26/13 12:10:25 Sebastian Huber smp: Add and use _Per_CPU_Get() Add and use _Per_CPU_Get_by_index() … 4.115
(edit) @965ef82   07/23/13 14:45:54 Sebastian Huber score: PR1782: CPU_USE_DEFERRED_FP_SWITCH Do not redefine … 4.115
(edit) @39e51758   06/14/13 12:00:38 Sebastian Huber smp: Add and use _CPU_SMP_Get_current_processor() Add and use … 4.115
(edit) @a8ef3bf0   06/11/13 07:29:45 Sebastian Huber smp: Add and use _Per_CPU_Lock_acquire() Add and use … 4.115
(edit) @3ccce23   06/10/13 09:12:39 Sebastian Huber score: Always provide <rtems/score/smplock.h> 4.115
(edit) @e358088   05/28/13 08:54:46 Sebastian Huber smp: New SMP lock API Move the SMP lock implementation to the CPU … 4.115
(edit) @e3be6915   05/27/13 15:31:46 Sebastian Huber score: Remove idle field of Per_CPU_Control This field is unused … 4.115
(edit) @2f6108f9   05/28/13 08:58:19 Sebastian Huber smp: Simplify SMP initialization sequence Delete bsp_smp_wait_for(). … 4.115
(edit) @10643e9   05/13/13 13:44:02 Sebastian Huber smp: Make CPU_ALLOCATE_INTERRUPT_STACK optional 4.115
(edit) @f1738ed   11/04/12 20:04:39 Sebastian Huber score: PR1607: Add and use CPU_SIZEOF_POINTER Add and use new CPU … 4.115
(edit) @84ff9a47   11/12/12 10:53:16 Sebastian Huber score: Fix per CPU member offsets Offset calculation was wrong for … 4.115
(edit) @9e735966   10/02/12 18:24:20 Joel Sherrill score/percpu.h: _Thread_Time_of_last_context_switch always available … 4.115
(edit) @9b4422a2   05/03/12 15:09:24 Joel Sherrill Remove All CVS Id Strings Possible Using a Script Script does what is … 4.115
(edit) @3f764a8   09/14/11 14:16:56 Sebastian Huber 2011-09-14 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @df00777   07/15/11 14:36:37 Jennifer.Averett 2011-07-15 Jennifer Averett <Jennifer.Averett@…> * … 4.115
(edit) @d8cd045c   06/17/11 15:40:09 Joel Sherrill 2011-06-17 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @d4dc7c8   05/26/11 18:07:07 Jennifer.Averett 2011-05-26 Jennifer Averett <Jennifer.Averett@…> PR … 4.115
(edit) @dacdda30   05/24/11 02:44:58 Ralf Corsepius Remove white-spaces. 4.115
(edit) @a8d7e2ab   05/20/11 12:36:01 Jennifer.Averett 2011-05-20 Jennifer Averett <Jennifer.Averett@…> PR … 4.115
(edit) @0a101d57   05/12/11 13:23:12 Joel Sherrill 2011-05-12 Joel Sherrill <joel.sherrill@…> PR 1788/cpukit … 4.115
(edit) @42bb344e   05/11/11 14:22:35 Jennifer.Averett 2011-05-11 Jennifer Averett <Jennifer.Averett@…> * … 4.115
(edit) @06dcaf0   03/16/11 20:05:06 Joel Sherrill 2011-03-16 Jennifer Averett <jennifer.averett@…> PR … 4.115
(edit) @4b1d261   07/30/10 18:53:06 Joel Sherrill 2010-07-30 Gedare Bloom <giddyup44@…> PR 1599/cpukit * … 4.115
(edit) @9f9a82b   07/16/10 08:31:34 Sebastian Huber 2010-07-16 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @263ab4b   06/29/10 18:51:49 Joel Sherrill 2010-06-29 Joel Sherrill <joel.sherrill@…> * configure.ac, … 4.115
(add) @11e8bc5   06/29/10 00:34:12 Joel Sherrill 2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit … 4.115
Note: See TracRevisionLog for help on using the revision log.