source: rtems/cpukit/score/cpu/i386

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @3bf9fdb   06/13/16 07:46:17 Sebastian Huber i386: Fix _CPU_Bitfield_Find_first_bit() Bug introduced by … 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) @458e4c4   05/23/16 05:28:56 Chris Johns score/i386: Fix printk format warnings. 5
(edit) @0a5aa2d   03/04/16 13:48:51 Sebastian Huber i386: Define _CPU_SMP_Prepare_start_multitasking() Define … 5
(edit) @decff899   02/17/16 13:26:29 Sebastian Huber score: Add CPU_MAXIMUM_PROCESSORS Maximum number of processors of all … 5
(edit) @328bd35   01/23/16 19:06:22 joel i386: refactor libcpu/cpu.h into rtems/score/i386.h Fixes #2515. 5
(edit) @dda25b1   01/09/16 21:22:16 joel i386 ..score/cpu.h: Fix spacing 5
(edit) @3267f95   01/08/16 21:54:20 Gedare Bloom i386: prepare for paravirtualized interrupts 5
(edit) @505dc61   01/08/16 21:28:45 Gedare Bloom i386: relocate fatal halt to bsp layer 5
(edit) @6a4efc55   01/08/16 21:16:18 Gedare Bloom i386: remove redundant CPP defines 5
(edit) @fd05a05   01/08/16 17:15:46 Gedare Bloom i386: move idle thread into BSP layer 5
(edit) @deaf716   02/03/16 10:13:53 Sebastian Huber i386: 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) @48fed9a   06/25/15 12:11:53 Sebastian Huber score: Simplify <rtems/system.h> Drop the <rtems/score/percpu.h> … 4.115
(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) @038e1dba   12/03/14 23:56:39 dolezj21 i386: doxygen and comments related to VESA real mode framebuffer 4.115
(edit) @58af50d   11/20/14 14:00:27 dolezj21 score: i386: functions converting real mode pointer to physical … 4.115
(edit) @6c8e0dc8   10/20/14 02:45:37 Joel Sherrill score/cpu/i386/rtems/score/cpu.h: Fix set but not used warning 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) @59990cc   08/29/14 02:48:01 Chris Johns Regenerate all preinstall.am files. With this patch the preinstall.am … 4.115
(edit) @b597c0d   08/28/14 13:44:52 Joel Sherrill Regenerate all preinstall.am files. Apparently, at some point … 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) @53e008b   04/10/14 13:48:05 Sebastian Huber score: SMP initialization changes Add and use … 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) @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) @558cc8d   02/05/14 14:41:00 Sebastian Huber score: _CPU_Context_switch_to_first_task_smp() Delete … 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) @58a70b76   08/27/13 13:14:04 wei.a.yang score: Simplify <rtems/score/cpuatomic.h> Add proper license and … 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) @9e6df6a   07/30/13 13:29:43 Sebastian Huber score/cpu: Fix _CPU_SMP_lock_Acquire() Avoid infinite loops due to … 4.115
(edit) @f346bcf7   07/30/13 09:08:49 Sebastian Huber score/i386: Fix _CPU_Fatal_halt() 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) @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) @d61e54c2   07/15/13 15:31:10 wei.a.yang update-all-architectures-to-new-atomic-implementation 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) @d23c44d5   05/01/13 00:14:48 Joel Sherrill score/cpu/.../i386.h: PR2020: Remove soft float references i386 … 4.115
(edit) @fad2d38   03/08/13 20:55:06 Gedare Bloom RTEMS: Delete ChangeLog? files. This commit deletes all RTEMS … 4.115
(edit) @4c96372   01/25/13 16:34:57 wei.a.yang score: atomic support for RTEMS. Cleanup. 4.115
(edit) @45c6d53   01/25/13 15:56:40 wei.a.yang score: atomic support for RTEMS. Atomic operations for i386. 4.115
(edit) @9d23df2   01/25/13 15:53:52 wei.a.yang score: atomic support for RTEMS automake and autoconf changes 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) @d9e0006   01/02/13 17:27:31 alexivanov97 score: Doxygen Clean Up Task #5 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) @562cadfa   06/11/12 17:29:38 Joel Sherrill i386/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove … 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) @61250b4   02/01/12 16:59:44 Joel Sherrill Remove all .cvsignore files. 4.115
(edit) @67cc389   12/09/11 14:07:58 Ralf Corsepius 2011-12-09 Ralf Corsépius <ralf.corsepius@…> * cpu.c: Make … 4.115
(edit) @9c121991   09/27/11 09:18:25 Sebastian Huber 2011-09-27 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @3dc9afb6   07/24/11 22:51:36 Joel Sherrill 2011-07-24 Joel Sherrill <joel.sherrill@…> * cpu.c, … 4.115
(edit) @a774aeb   05/18/11 13:00:40 Ralf Corsepius 2011-05-18 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: … 4.115
(edit) @e58f80cb   04/11/11 17:23:06 Joel Sherrill 2011-04-11 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @06dcaf0   03/16/11 20:05:06 Joel Sherrill 2011-03-16 Jennifer Averett <jennifer.averett@…> PR … 4.115
(edit) @c05f6238   02/11/11 09:14:20 Ralf Corsepius 2011-02-11 Ralf Corsépius <ralf.corsepius@…> * cpu.c, … 4.115
(edit) @dcf3687   01/28/11 20:24:54 Joel Sherrill 2011-01-28 Joel Sherrill <joel.sherrilL@…> * … 4.115
(edit) @a44edd15   07/29/10 17:52:00 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) @cd9ce6be   06/15/10 16:25:16 Joel Sherrill 2010-06-15 Joel Sherrill <joel.sherrill@…> * cpu_asm.S: … 4.115
(edit) @4a76be7e   05/21/10 19:02:05 Joel Sherrill 2010-05-21 Vinu Rajashekhar <vinutheraj@…> * … 4.104.115
(edit) @199041aa   03/27/10 15:01:47 Joel Sherrill 2010-03-27 Joel Sherrill <joel.sherrill@…> * cpu.c, … 4.104.115
(edit) @42e243e   12/04/09 04:27:21 Ralf Corsepius Whitespace removal. 4.104.115
(edit) @b02f4cc1   11/10/09 06:55:28 strauman 2009-11-09 Till Straumann <strauman@…> * cpu.c, … 4.104.115
(edit) @70f6ff7   11/10/09 04:02:25 strauman 2009-11-09 Till Straumann <strauman@…> PR … 4.104.115
(edit) @b01d7c7   10/29/09 16:29:46 strauman 2009-10-29 Till Straumann <strauman@…> * … 4.104.115
(edit) @78667e3   10/29/09 03:59:17 strauman 2009-10-28 Till Straumann <strauman@…> * … 4.104.115
(edit) @af3bf16   10/29/09 03:57:05 strauman 2009-10-28 Till Straumann <strauman@…> * ChangeLog?, … 4.104.115
(edit) @a6d48e3   10/29/09 03:15:03 strauman 2009-10-28 Till Straumann <strauman@…> * … 4.104.115
(edit) @16e1b45   10/28/09 02:45:24 strauman 2009-10-27 Till Straumann <strauman@…> * … 4.104.115
(edit) @020363d   10/20/09 14:51:37 strauman 2009-10-20 Till Straumann <strauman@…> * … 4.104.115
(edit) @1154ced   09/25/09 12:07:54 Joel Sherrill 2009-09-25 Joel Sherrill <joel.sherrill@…> * … 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) @6162bc2   09/11/08 14:10:16 Ralf Corsepius 2008-09-11 Ralf Corsépius <ralf.corsepius@…> * … 4.104.115
(edit) @7fa919fc   09/08/08 15:19:16 Joel Sherrill 2008-09-08 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @917f816   09/05/08 06:38:12 Ralf Corsepius Stop using old-style defs. 4.104.114.95
(edit) @a28ce53   09/05/08 06:38:02 Ralf Corsepius 2008-09-05 Ralf Corsépius <ralf.corsepius@…> * cpu.c: Stop … 4.104.114.95
(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
Note: See TracRevisionLog for help on using the revision log.