source: rtems/cpukit/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @0d8cde9   01/07/13 07:39:45 Sebastian Huber arm: Provide CPU_Exception_frame for ARMv7-M 4.115
(edit) @0f7abd99   01/04/13 15:25:19 Sebastian Huber arm: Rename inline functions Rename arm_status_irq_enable() to … 4.115
(edit) @8df0e91   01/04/13 15:22:18 Sebastian Huber arm: Move inline functions 4.115
(edit) @13cf952   01/04/13 14:47:34 Sebastian Huber arm: Add and use default exception handler Add and use … 4.115
(edit) @50f3c42b   01/04/13 13:22:10 Sebastian Huber arm: Add and use _ARM_Exception_default() 4.115
(edit) @8d687737   01/04/13 13:09:19 Sebastian Huber arm: Change CPU_Exception_frame Provide proper CPU_Exception_frame … 4.115
(edit) @010c09a   01/04/13 12:20:37 Sebastian Huber arm: Rename type and functions Rename arm_exc_abort_handler to … 4.115
(edit) @c04ac2ca   01/04/13 12:16:35 Sebastian Huber arm: Move type definition and prototypes 4.115
(edit) @370c2c80   01/04/13 12:06:51 Sebastian Huber arm: Rename arm_exc_interrupt() Rename arm_exc_interrupt() to … 4.115
(edit) @9b2e7143   01/04/13 12:05:28 Sebastian Huber arm: Move prototypes to new file Move bsp_interrupt_dispatch() and … 4.115
(edit) @31eebc9   01/04/13 11:32:19 Sebastian Huber arm: Delete unused arm_exc_undefined() 4.115
(edit) @b41f2e2   01/03/13 16:07:14 Sebastian Huber score: Fix _Objects_Shrink_information() The chain iteration was … 4.115
(edit) @00c1cd5   01/04/13 15:06:08 matkallada score: Doxygen Clean Up Task #10 4.115
(edit) @a1f9934a   01/04/13 15:01:21 matkallada score: Doxygen Clean Up Task #3 4.115
(edit) @455bd4e   01/04/13 14:49:56 alexivanov97 score: Doxygen Clean Up Task #9 4.115
(edit) @d9e0006   01/02/13 17:27:31 alexivanov97 score: Doxygen Clean Up Task #5 4.115
(edit) @0ca61727   12/22/12 16:58:50 Sebastian Huber score: Add const qualifier 4.115
(edit) @53afcfd2   12/22/12 16:57:07 Sebastian Huber score: Do not inline _RBTree_Find_unprotected() This function is to … 4.115
(edit) @1dbbc0c   12/29/12 16:27:48 matkallada score: Doxygen Clean Up Task #1 4.115
(edit) @b98bb9e   12/29/12 13:34:18 matkallada score: Doxygen Clean Up Task #6 4.115
(edit) @9abeca85   12/29/12 12:22:26 Jennifer Averett cpukit avr: Replace dos eol with unix eol. 4.115
(edit) @38fcda7f   12/29/12 12:17:51 matkallada score: Doxygen Clean Up Task #8 4.115
(edit) @a65f4b19   12/29/12 00:12:12 matkallada score: Doxygen Clean Up Task #7 4.115
(edit) @319cb20   12/29/12 00:04:01 matkallada score: Doxygen Clean Up Task #2 4.115
(edit) @3cf4031   12/28/12 23:48:12 alexivanov97 Header File Doxygen Enhancement Task #1 4.115
(edit) @c5782a2   12/28/12 17:16:29 matkallada Header File Doxygen Enhancement Task #7 4.115
(edit) @b8fc260f   12/28/12 15:48:37 Joel Sherrill Miscellaneous Doxygen clean-up 4.115
(edit) @fe1dc22   12/21/12 09:17:34 Sebastian Huber score: Add _Objects_Active_count() 4.115
(edit) @cbd07e4   12/21/12 08:50:15 Sebastian Huber score: Add rtems_chain_node_count_unprotected() 4.115
(edit) @7b5513f0   12/18/12 16:27:49 Andreas Heinig PR2083 Wrong return value in _RBTree_Has_only_one_node The function … 4.115
(edit) @d0b9295f   12/14/12 09:17:04 Sebastian Huber Fix spelling 4.115
(edit) @c2ae79e   12/12/12 20:57:49 matkallada misc: Header File Doxygen Enhancement Task #34.115
(edit) @b7185613   12/07/12 14:57:04 alexivanov97 score misc: Clean up Doxygen GCI Task #124.115
(edit) @4c98a3e   12/07/12 14:49:54 Christopher Kerl sapi misc: Clean up Doxygen GCI task #14.115
(edit) @04b5d17   11/28/12 09:45:38 Sebastian Huber score: Add API extensions post switch list Move post switch hook from … 4.115
(edit) @0d66dd7   12/05/12 15:04:02 Sebastian Huber score: Add _Chain_Append_if_is_off_chain_*() 4.115
(edit) @038bc6e7   12/05/12 16:56:19 Sebastian Huber score: Critical fix for timer server Under certain conditions it is … 4.115
Note: See TracRevisionLog for help on using the revision log.