source: rtems/cpukit/score/cpu/no_cpu

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b2e1bded   07/18/17 12:53:16 Sebastian Huber score: Add optional _CPU_Context_Destroy() Update #3077. 5
(edit) @27bfcd8   01/25/17 13:32:02 Sebastian Huber score: Delete _CPU_Context_Fp_start() Since the FP area pointer is … 5
(edit) @4aa23c96   01/23/17 07:12:18 Sebastian Huber Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIAN Use de-facto standard … 5
(edit) @f65dcc71   12/02/16 12:10:31 Sebastian Huber score: Fix ARM and PowerPC context initialization Update #2751. 5
(edit) @84e6f15   11/10/16 11:02:28 Sebastian Huber score: Robust thread dispatch On SMP configurations, it is a fatal … 5
(edit) @408609f6   11/10/16 14:17:28 Sebastian Huber score: Add _ISR_Is_enabled() In contrast to _ISR_Get_level() the … 5
(edit) @141e16d   11/11/16 09:51:25 Sebastian Huber rtems: Conditionally define rtems_interrupt_frame Update #2808. 5
(edit) @82d30a3   11/11/16 09:16:33 Sebastian Huber score: Move CPU_PER_CPU_CONTROL_SIZE Move CPU_PER_CPU_CONTROL_SIZE … 5
(edit) @acc6d9bf   11/10/16 06:12:55 Sebastian Huber score: Remove obsolete defines The thread dispatch inline option is … 5
(edit) @58bced6   11/09/16 14:16:03 Sebastian Huber score: Move _CPU_Get_current_per_CPU_control() Move … 5
(edit) @df48ed2   11/04/16 12:28:23 Sebastian Huber score: Add optional _CPU_Get_thread_executing() 5
(edit) @df63fbd1   11/04/16 12:45:25 Sebastian Huber score: Add <rtems/score/cpuimpl.h> The aim of this file is to … 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) @297d4372   06/29/16 09:04:39 Sebastian Huber score: _CPU_SMP_Send_interrupt() documentation 5
(edit) @b04b76c6   06/07/16 19:36:48 Sebastian Huber score: Simplify priority bit map implementation The priority bit map … 5
(edit) @18e29faf   06/08/16 08:10:40 Sebastian Huber score: Delete CPU_USE_GENERIC_BITFIELD_DATA Rename log2table into … 5
(edit) @decff899   02/17/16 13:26:29 Sebastian Huber score: Add CPU_MAXIMUM_PROCESSORS Maximum number of processors of all … 5
(edit) @9f016ec9   02/03/16 10:53:10 Sebastian Huber no_cpu: Avoid SCORE_EXTERN Update #2559. 5
(edit) @a8865f8   01/25/16 09:20:28 Sebastian Huber score: Introduce CPU_CACHE_LINE_BYTES Add CPU_CACHE_LINE_BYTES for … 5
(edit) @01b32d4   01/25/16 07:54:17 Sebastian Huber score: Delete obsolete CPU_TIMESTAMP_* defines Update #2271. 5
(edit) @143696a   10/16/15 06:15:03 Sebastian Huber basedefs.h: Add and use RTEMS_NO_RETURN 5
(edit) @258ad71   09/25/15 12:34:24 Sebastian Huber SMP: Fix and optimize thread dispatching According to the C11 and … 5
(edit) @46d3c6d8   03/16/15 20:15:55 Gedare Bloom cpukit: add and use CPU_Uint32ptr type 4.115
(edit) @8ac3549   03/04/15 15:13:49 Sebastian Huber score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITY 4.115
(edit) @c34f94f7   02/16/15 10:55:03 Sebastian Huber score: Add _CPU_SMP_Prepare_start_multitasking() Update #2268. 4.115
(edit) @f82752a4   06/04/14 09:23:34 Daniel Hellstrom Let CPU/BSP Fatal handler have access to source Without the source … 4.115
(edit) @fbda4a8   07/01/14 08:48:28 Sebastian Huber score: PR2183: Fix context switch on SMP Fix context switch on SMP … 4.115
(edit) @11b05f1   05/08/14 08:11:13 Sebastian Huber score: Fix CPU context usage on SMP We must not alter the is … 4.115
(edit) @38b59a6   05/02/14 08:31:09 Sebastian Huber score: Implement forced thread migration The current implementation … 4.115
(edit) @03b7789   04/26/14 13:09:10 Sebastian Huber score: Statically initialize _ISR_Vector_table 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) @53e008b   04/10/14 13:48:05 Sebastian Huber score: SMP initialization changes Add and use … 4.115
(edit) @57740ce8   04/07/14 12:50:24 Sebastian Huber score: Clarify CPU port alignment requirements 4.115
(edit) @f570b071   04/01/14 08:20:01 Sebastian Huber score: Rename Priority_bit_map_Control Rename … 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @7336be9d   02/18/14 12:40:39 Sebastian Huber score: SMP initialization and shutdown changes Rename … 4.115
(edit) @47d60134   02/19/14 12:52:41 Sebastian Huber score: _CPU_SMP_Get_current_processor() Remove … 4.115
(edit) @4627fcd   02/17/14 13:25:29 Sebastian Huber score: Rename bsp_smp_initialize() Rename bsp_smp_initialize() into … 4.115
(edit) @0344ce03   02/13/14 14:43:03 Sebastian Huber score: Use atomic API for SMP lock Use a ticket lock implementation … 4.115
(edit) @24bf11e   02/12/14 09:31:38 Sebastian Huber score: Add CPU counter support Add a CPU counter interface to allow … 4.115
(edit) @022851a   01/28/14 11:10:08 Sebastian Huber Add thread-local storage (TLS) support Tested and implemented on ARM, … 4.115
(edit) @4402308b   12/14/13 17:56:33 Joel Sherrill no_cpu/cpusmplock.h: Clean up to be compilable 4.115
(edit) @f8a39cdc   11/14/13 23:27:13 Joel Sherrill no_cpu/.../cpu.h: Comment improvement 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) @f7740e97   06/13/13 14:05:20 Sebastian Huber smp: Rename _CPU_Processor_event_receive() Rename to … 4.115
(edit) @07f6e419   06/13/13 14:00:54 Sebastian Huber smp: Rename _CPU_Processor_event_broadcast() Rename to … 4.115
(edit) @ca63ae2   06/13/13 13:41:21 Sebastian Huber smp: Add and use _CPU_SMP_Send_interrupt() Delete bsp_smp_interrupt_cpu(). 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) @961669d   06/14/13 13:30:37 Sebastian Huber documentation: Fix Doxygen comments 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) @2f6108f9   05/28/13 08:58:19 Sebastian Huber smp: Simplify SMP initialization sequence Delete bsp_smp_wait_for(). … 4.115
(edit) @39993d6   05/07/13 08:14:55 Sebastian Huber score: Add CPU context validation 4.115
(edit) @fad2d38   03/08/13 20:55:06 Gedare Bloom RTEMS: Delete ChangeLog? files. This commit deletes all RTEMS … 4.115
(edit) @b697bc6   01/10/13 21:06:42 Joel Sherrill cpukit: Use Consistent Beginning of Doxygen Group Notation This is … 4.115
(edit) @b10825c   01/10/13 19:29:41 Joel Sherrill cpukit: Add EOL on files missing EOL at EOF 4.115
(edit) @d9e0006   01/02/13 17:27:31 alexivanov97 score: Doxygen Clean Up Task #5 4.115
(edit) @b98bb9e   12/29/12 13:34:18 matkallada score: Doxygen Clean Up Task #6 4.115
(edit) @b7185613   12/07/12 14:57:04 alexivanov97 score misc: Clean up Doxygen GCI Task #124.115
(edit) @815994f   11/25/12 16:48:11 Sebastian Huber score: Add CPU_Exception_frame Add CPU port type CPU_Exception_frame … 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) @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) @33a105fb   05/07/12 16:08:48 Joel Sherrill Revert: Remove CVS Ids See … 4.115
(edit) @ee32f67a   05/04/12 06:55:28 Ralf Corsepius Remove CVS-Ids. 4.115
(edit) @e99dbaa   04/16/12 23:35:25 Gedare Bloom no_cpu: replace no_cpu_isr with rtems_isr 4.115
(edit) @61250b4   02/01/12 16:59:44 Joel Sherrill Remove all .cvsignore files. 4.115
(edit) @f40139b   09/22/11 07:16:06 Sebastian Huber 2011-09-22 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @7c2f2448   07/24/11 23:43:20 Joel Sherrill 2011-07-24 Joel Sherrill <joel.sherrill@…> * cpu.c: Remove … 4.115
(edit) @b3eb2fb9   05/17/11 14:54:13 Ralf Corsepius 2011-05-17 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: … 4.115
(edit) @479cbaf8   10/21/10 22:18:05 Joel Sherrill 2010-10-21 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @2f49bcfb   07/30/10 18:52:16 Joel Sherrill 2010-07-30 Gedare Bloom <giddyup44@…> PR 1599/cpukit * … 4.115
(edit) @4ef13360   07/29/10 17:51:56 Joel Sherrill 2010-07-29 Gedare Bloom <giddyup44@…> PR 1635/cpukit * … 4.115
(edit) @89b85e51   07/16/10 08:46:29 Sebastian Huber 2010-07-16 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @9418359   06/29/10 00:33:12 Joel Sherrill 2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit … 4.115
(edit) @fe31ab2   03/27/10 15:02:26 Joel Sherrill 2010-03-27 Joel Sherrill <joel.sherrill@…> * cpu.c, … 4.104.115
(edit) @80f7732   12/02/09 09:48:25 Ralf Corsepius Whitespace removal. 4.104.115
(edit) @cca8379   02/12/09 15:55:55 Joel Sherrill 2009-02-12 Joel Sherrill <joel.sherrill@…> * cpu.c, … 4.104.115
(edit) @c03e2bc   02/11/09 21:45:05 Joel Sherrill 2009-02-11 Joel Sherrill <joel.sherrill@…> * cpu.c, … 4.104.115
(edit) @1cb54d1f   12/11/08 00:47:56 Ralf Corsepius #include <stdint.h> instead of <rtems/stdint.h>. 4.104.115
(edit) @383871ac   12/07/08 11:25:55 Ralf Corsepius Fix typo. 4.104.115
(edit) @3d0e458   10/02/08 20:20:17 Joel Sherrill 2008-10-02 Joel Sherrill <joel.sherrill@…> * cpu_asm.c, … 4.104.115
(edit) @6162bc2   09/11/08 14:10:16 Ralf Corsepius 2008-09-11 Ralf Corsépius <ralf.corsepius@…> * … 4.104.115
(edit) @b7b6100   08/21/08 04:10:51 Ralf Corsepius 2008-08-21 Ralf Corsépius <ralf.corsepius@…> * … 4.104.114.95
(edit) @30e2df6   08/21/08 04:10:35 Ralf Corsepius Include stdbool.h. Use bool as base-type for boolean. 4.104.114.95
(edit) @3c87adba   07/31/08 14:55:56 Joel Sherrill 2008-07-31 Joel Sherrill <joel.sherrill@…> * cpu.c, … 4.104.114.95
(edit) @2fd427c   06/05/08 14:30:07 Joel Sherrill 2008-06-05 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @95e7637   01/29/08 23:57:47 Joel Sherrill 2008-01-29 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @0ca6d0d9   12/17/07 22:35:25 Joel Sherrill 2007-12-17 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @5c5d438   12/11/07 23:42:15 Joel Sherrill 2007-12-11 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @de434b0   12/10/07 23:13:28 Joel Sherrill 2007-12-10 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @ee29de05   12/04/07 22:19:10 Joel Sherrill 2007-12-04 Joel Sherrill <joel.sherrill@…> * cpu.c, … 4.104.114.95
(edit) @4b89ba7   12/03/07 22:22:55 Joel Sherrill 2007-12-03 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @60f016f   05/22/07 20:57:34 Joel Sherrill 2007-05-22 Joel Sherrill <joel.sherrill@…> * … 4.104.114.84.95
(edit) @8ea0d7d   04/17/07 05:58:04 Ralf Corsepius 2007-04-17 Ralf Corsépius <ralf.corsepius@…> * … 4.104.114.84.95
(edit) @b60dc893   04/17/07 05:57:57 Ralf Corsepius Use Context_Control_fp* instead of void* for fp_contexts. Eliminate … 4.104.114.84.95
(edit) @63a88eb   01/08/07 08:43:28 Ralf Corsepius Regenerate. 4.104.114.84.95
(edit) @795da078   11/17/06 05:58:06 Ralf Corsepius 2006-11-17 Ralf Corsépius <ralf.corsepius@…> * … 4.104.114.84.95
(edit) @22b3bed   01/16/06 15:12:12 Joel Sherrill 2006-01-16 Joel Sherrill <joel@…> * rtems/asm.h, … 4.104.114.84.95
(edit) @2eb7d07e   01/14/06 06:20:35 Ralf Corsepius Regenerate. 4.104.114.84.95
(edit) @e24ae58a   01/13/06 08:43:48 Ralf Corsepius Regenerate. 4.104.114.84.95
(edit) @4e97166   01/12/06 09:57:43 Ralf Corsepius Remove all-local. 4.104.114.84.95
Note: See TracRevisionLog for help on using the revision log.