source: rtems/cpukit/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @961669d   06/14/13 13:30:37 Sebastian Huber documentation: Fix Doxygen comments 4.115
(edit) @a936aa49   06/06/13 13:41:00 Sebastian Huber scheduler: New simple SMP scheduler implementation The new Simple SMP … 4.115
(edit) @8f420927   06/12/13 09:39:49 Sebastian Huber scheduler: Simplify simple scheduler Add and use … 4.115
(edit) @a344308   06/06/13 13:32:22 Sebastian Huber scheduler: Add and use _Scheduler_default_Tick() Delete … 4.115
(edit) @6eba7c85   06/10/13 14:15:46 Sebastian Huber scheduler: Specify thread of yield operation The yielding thread of … 4.115
(edit) @1ccb64e1   06/06/13 13:28:41 Sebastian Huber scheduler: Add start idle thread operation Add and use … 4.115
(edit) @477259c   06/12/13 15:06:51 Sebastian Huber score: Simplify _Thread_Create_idle() 4.115
(edit) @edde99b   06/14/13 12:26:34 Sebastian Huber score: Rename rtems_smp_get_number_of_processors() Rename in … 4.115
(edit) @5c78940d   06/12/13 08:08:58 Sebastian Huber score: Add and use _Thread_Dispatch_if_necessary() Delete … 4.115
(edit) @49cdf40   06/12/13 07:25:39 Sebastian Huber score: Add and use _Thread_Dispatch_is_enabled() Delete … 4.115
(edit) @ec978d9   06/12/13 09:29:12 Sebastian Huber score: Add _Chain_Insert_ordered_unprotected() 4.115
(edit) @aabfcd0   06/12/13 13:11:57 Sebastian Huber smp: Fix _Thread_Dispatch_decrement_disable_level We must obtain the … 4.115
(edit) @df244cfc   06/12/13 07:16:30 Sebastian Huber smp: Protect decrement operation 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) @f70526a7   06/11/13 07:26:30 Sebastian Huber score: Avoid cyclic include dependency 4.115
(edit) @1270440   06/11/13 07:23:35 Sebastian Huber score: Add missing include 4.115
(edit) @3ccce23   06/10/13 09:12:39 Sebastian Huber score: Always provide <rtems/score/smplock.h> 4.115
(edit) @7cf2ec6f   06/06/13 13:42:47 Sebastian Huber smp: Set state PER_CPU_STATE_UP on main processor 4.115
(edit) @2d2352b   06/05/13 09:48:57 Sebastian Huber score: Add and use _Objects_Put() Add and use … 4.115
(edit) @54e9216   06/05/13 09:48:28 Sebastian Huber score: Add _Objects_Put_for_get_isr_disable() Provide SMP support. … 4.115
(edit) @c398c66   06/05/13 08:34:05 Sebastian Huber score: Align _Objects_Get_isr_disable() Align ISR disable/enable … 4.115
(edit) @4fc370e   06/05/13 10:08:23 Sebastian Huber score: Move thread dispatch content to new file Move thread dispatch … 4.115
(edit) @4f5baff   06/05/13 15:13:14 Sebastian Huber score: Simplify _CORE_mutex_Seize_interrupt_try* 4.115
(edit) @dcb4daf8   06/05/13 09:39:31 Sebastian Huber score: Simplify _CORE_semaphore_Seize_isr_disable 4.115
(edit) @17ce103   06/05/13 10:00:02 Sebastian Huber score: Simplify _Thread_Create_idle_helper() The _Thread_Initialize() … 4.115
(edit) @f2f211c5   05/31/13 11:59:34 Sebastian Huber smp: Add ARM support 4.115
(edit) @ffbeb6f   01/18/13 08:42:49 Sebastian Huber smp: Add PowerPC support 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) @7c5ceea5   05/31/13 08:35:44 Sebastian Huber score: Mark as no return Mark rtems_smp_secondary_cpu_initialize() as … 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) @e071c183   05/16/13 09:08:40 Sebastian Huber smp: Move secondary CPU initialization request Do not assume that the … 4.115
(edit) @3148438   05/21/13 15:11:38 Sebastian Huber smp: Use _CPU_Fatal_halt() 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) @8cacceb   05/14/13 11:23:10 Sebastian Huber smp: Delete bsp_smp_secondary_cpu_initialize() Do not call … 4.115
(edit) @42eee51   05/14/13 10:26:47 Sebastian Huber smp: Delete rtems_smp_send_message() 4.115
(edit) @9f703b46   05/14/13 10:25:08 Sebastian Huber smp: Delete rtems_smp_initialize_per_cpu() 4.115
(edit) @baf8f4d   05/14/13 08:12:52 Sebastian Huber smp: Simplify main CPU initialization Call _SMP_Handler_initialize() … 4.115
(edit) @10643e9   05/13/13 13:44:02 Sebastian Huber smp: Make CPU_ALLOCATE_INTERRUPT_STACK optional 4.115
(edit) @a29704eb   05/13/13 13:39:51 Sebastian Huber smp: Rely on BSS initialization The _Per_CPU_Information is part of … 4.115
(edit) @e70a14ad   01/18/13 08:44:42 Sebastian Huber smp: Include missing header 4.115
(edit) @d9bd5cd6   05/22/13 07:54:34 Sebastian Huber arm: Add CPU specific idle thread for ARMv7 4.115
(edit) @18e1e5b   05/23/13 07:04:19 Sebastian Huber arm: Fix CPSR and SPSR access The GNU assembler translates for … 4.115
(edit) @36a6f58a   05/18/13 18:38:02 Gedare Bloom score: use reference with strict mutex 4.115
(edit) @6c2eedc   05/13/13 11:37:06 Sebastian Huber smp: Add maximum_processors field to config Delete … 4.115
(edit) @cfd8d7a   05/08/13 07:30:31 Sebastian Huber arm: Support VFP-D32 and Neon 4.115
(edit) @9dcc683   05/07/13 10:05:43 Sebastian Huber arm: Simplify architecture selection 4.115
(edit) @39993d6   05/07/13 08:14:55 Sebastian Huber score: Add CPU context validation 4.115
(edit) @aedeb57   05/07/13 09:22:38 Sebastian Huber arm: Add FUNCTION_THUMB_ENTRY(), etc. Add FUNCTION_THUMB_ENTRY(), … 4.115
(edit) @3806e01a   05/10/13 08:33:11 Chris Johns Revert bootstrap whitespace changes. 4.115
(edit) @ad4ef3c   05/07/13 09:24:29 Sebastian Huber sparc: Fix problem with assembler files 4.115
(edit) @b1ce6f29   05/06/13 10:23:42 Mohammed Khoory sparc.h: Included stdint.h This header uses uint32_t but does not … 4.115
(edit) @2bbea4dd   05/03/13 14:14:45 Sebastian Huber arm: Switch to ARM only for Thumb-1 The Thumb-2 instruction set as … 4.115
(edit) @57c05b54   05/03/13 14:07:34 Sebastian Huber arm: Fix DEFINE_FUNCTION_ARM() for ARMv7-AR 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) @502693f5   04/23/13 16:34:17 wei.a.yang Clear the atomic conditional compilation. 4.115
(edit) @9b605b28   04/23/13 16:34:16 wei.a.yang Using the generic atomic ops to implement UP mode atomic for all … 4.115
(edit) @f6db560   04/23/13 16:34:15 wei.a.yang Implement a generic atomic ops for all UP mode architectures with … 4.115
(edit) @59c0559   04/23/13 07:46:47 Sebastian Huber mips: Fix warnings 4.115
(edit) @f71fc635   04/02/13 10:49:23 Andreas Heinig Fixed return in void function 4.115
(edit) @af99ec25   03/12/13 15:15:47 Joel Sherrill sparc/cpu.h: Add comments 4.115
(edit) @4bcd8dc   03/18/13 16:41:19 Joel Sherrill m68k/cpu.h: Fix formatting and add comment block 4.115
(edit) @0a596409   03/11/13 07:29:21 Sebastian Huber nios2: Documentation 4.115
(edit) @0986294   02/06/13 07:35:17 hill nios2: Use NIOS2_CTLREG_INDEX_STATUS 4.115
(edit) @8b94c03   02/06/13 07:27:37 hill nios2: Set CPU_ISR_PASSES_FRAME_POINTER to FALSE This reflects what … 4.115
(edit) @1cddf47a   02/06/13 07:08:43 hill nios2: Add _Nios2_Count_leading_zeros() Add … 4.115
(edit) @3ac61e52   02/05/13 17:10:32 hill nios2: Rename file 4.115
(edit) @fad2d38   03/08/13 20:55:06 Gedare Bloom RTEMS: Delete ChangeLog? files. This commit deletes all RTEMS … 4.115
(edit) @2adc507f   02/28/13 19:08:21 Joel Sherrill cpukit moxie: Style corrections 4.115
(edit) @48fc25f   02/27/13 18:13:21 Anthony Green Common file changes in support of Moxie port Signed-off-by: Anthony … 4.115
(edit) @ff11282c   02/27/13 18:13:19 Anthony Green Add Moxie CPU support Signed-off-by: Anthony Green <green@…> 4.115
(edit) @c4946cd0   02/26/13 15:26:13 Andreas Heinig PR2090: Fix warning in threadqdequeuepriority.c 4.115
(edit) @75e5127   02/20/13 17:41:12 alan.p.cudmore add ARM_ARCH_6ZK to cpukit/score/cpu/arm/rtems/score/arm.h 4.115
(edit) @fa1004bd   02/14/13 22:36:24 Ralf Corsepius Conditionally install atomic-headers. 4.115
(edit) @91de38f8   02/14/13 16:27:15 Ralf Corsepius Include <stdint.h> 4.115
(edit) @9bd26e9   02/12/13 15:22:52 Gedare Bloom score: use new alignment routine in object extend information. 4.115
(edit) @a24bd46   02/12/13 15:20:51 Gedare Bloom score: New routines to align addresses up or down. 4.115
(edit) @68f36d14   01/27/13 13:02:50 Sebastian Huber score: Add and use rtems_assert_context 4.115
(edit) @d5ec2573   02/11/13 19:12:08 Gedare Bloom PR1560: _Objects_Extend_information improper alignment … 4.115
(edit) @4c96372   01/25/13 16:34:57 wei.a.yang score: atomic support for RTEMS. Cleanup. 4.115
(edit) @b8601fd   01/25/13 15:57:51 wei.a.yang score: atomic support for RTEMS. Atomic operations for PowerPC. 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) @2f0a0936   01/25/13 15:55:25 wei.a.yang score: atomic support for RTEMS. Generic atomic operations API definition. 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) @0cce75e   01/14/13 08:54:21 Sebastian Huber NIOS2: Fix register restore sequence in epilogue This fix is … 4.115
(edit) @e858f70   01/10/13 23:06:06 Joel Sherrill cpukit: Fix many Doxygen warnings 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) @a15eaaf   01/10/13 19:20:34 Joel Sherrill cpukit: Doxygen group fixes and many warnings addressed The output of … 4.115
(edit) @ed70eaea   01/10/13 14:50:33 alexivanov97 score: Doxygen Clean Up Task #14 4.115
(edit) @11050207   01/10/13 13:50:26 alexivanov97 score: Doxygen Clean Up Task #124.115
(edit) @d8134178   01/09/13 16:20:58 alexivanov97 score: Doxygen Clean Up Task #184.115
(edit) @1f0d013   01/09/13 13:56:28 alexivanov97 score: Doxygen Clean Up Task #17 4.115
(edit) @4f5740f   01/08/13 19:36:13 alexivanov97 score: Doxygen Clean Up Task #16 4.115
(edit) @1362b7a   01/08/13 17:39:08 alexivanov97 score: Doxygen Clean Up Task #4 4.115
(edit) @66fffc7   01/08/13 15:22:33 alexivanov97 score: Doxygen Clean Up Task #15 4.115
(edit) @34d12977   01/07/13 14:45:34 matkallada score: Doxygen Clean Up Task #11 4.115
(edit) @2570a2a8   01/07/13 13:55:23 Sebastian Huber arm: Add AIRCR register defines 4.115
(edit) @2f28a03   01/07/13 12:42:09 Sebastian Huber arm: Implement CPU_Exception_frame_print() 4.115
(edit) @04f399d   01/07/13 09:19:23 Sebastian Huber arm: Add and use _ARMV7M_Exception_default() 4.115
(edit) @e377ad7   01/07/13 07:48:45 Sebastian Huber arm: Include <rtems/score/cpu.h> 4.115
Note: See TracRevisionLog for help on using the revision log.