source: rtems/cpukit/score/cpu

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6a740c2   05/23/14 13:52:16 Daniel Hellstrom SPARC: add syscall 1 (exit) function entry point The exit SPARC … 4.115
(edit) @774ee002   05/14/14 08:17:47 cederman sparc: Change asm to asm to compile with -std=c99. 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) @7c0bd74   04/22/14 08:15:39 Sebastian Huber sparc: Add _CPU_Get_current_per_CPU_control() Use register g6 for the … 4.115
(edit) @b2ec2d15   04/22/14 05:46:56 Sebastian Huber sparc: Optimize context switch The registers g2 through g4 are … 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) @320faf8e   04/17/14 05:57:09 Sebastian Huber score: Clarify TLS support 4.115
(edit) @53e008b   04/10/14 13:48:05 Sebastian Huber score: SMP initialization changes Add and use … 4.115
(edit) @67a7a2c   04/14/14 06:09:54 Sebastian Huber sparc: Use leon multilib define 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) @148d6e9   03/06/14 14:51:10 Sebastian Huber arm: Add support for interrupt profiling 4.115
(edit) @e7d3967   03/06/14 14:16:01 Sebastian Huber arm: Fix stack alignment in interrupt handler According to AAPCS, … 4.115
(edit) @7336be9d   02/18/14 12:40:39 Sebastian Huber score: SMP initialization and shutdown changes Rename … 4.115
(edit) @a4bc90af   02/24/14 11:45:00 Sebastian Huber sparc: Fix CPU counter support The SPARC processors supported by … 4.115
(edit) @47d60134   02/19/14 12:52:41 Sebastian Huber score: _CPU_SMP_Get_current_processor() Remove … 4.115
(edit) @83bf105   02/19/14 09:57:46 Sebastian Huber score: Rename _Internal_error_Occurred() Rename … 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) @514705d   02/12/14 15:05:35 Sebastian Huber score: Delete _Thread_BSP_context Do not return to BSP context in the … 4.115
(edit) @801b5d8   02/17/14 08:23:59 Sebastian Huber powerpc: Change interrupt disable implemetation Instead of SPRG0 (= … 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) @dcd97c7   02/14/14 11:48:49 Sebastian Huber sparc: Add atomic support for SPARC V8 Use SWAP instruction with one … 4.115
(edit) @ad56361   02/13/14 12:00:00 Sebastian Huber sparc: Add LEON3_ASR17_PROCESSOR_INDEX_SHIFT Add … 4.115
(edit) @6f90ef7   02/13/14 12:08:46 Sebastian Huber score: Remove volatile from asm statements The instructions to get … 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) @ece9754   02/11/14 13:48:35 Sebastian Huber sparc: Increase CPU_STRUCTURE_ALIGNMENT to 32 Recent LEON4 systems … 4.115
(edit) @97cf623d   02/05/14 10:36:05 Sebastian Huber sparc: Save/restore only non-volatile context The … 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) @805ef2f2   11/30/13 19:53:41 Sebastian Huber arm: Add ARMv7-M SHCSR register bits 4.115
(edit) @f859d20   12/16/13 13:45:26 Sebastian Huber arm: Fix set by but not used warning 4.115
(edit) @4402308b   12/14/13 17:56:33 Joel Sherrill no_cpu/cpusmplock.h: Clean up to be compilable 4.115
(edit) @b4e8306   12/03/13 10:56:55 Sebastian Huber arm: Clear reservations Recent GCC versions use atomic operations … 4.115
(edit) @ea3e6928   11/26/13 07:08:38 Sebastian Huber nios2: Typos 4.115
(edit) @39a4574   06/24/13 13:21:46 Sebastian Huber powerpc: Add r2 to CPU context The r2 may be used for thread-local … 4.115
(edit) @8dc2e7b   11/18/13 13:34:13 Sebastian Huber powerpc: Do not validate reserved XER bits 4.115
(edit) @f8a39cdc   11/14/13 23:27:13 Joel Sherrill no_cpu/.../cpu.h: Comment improvement 4.115
(edit) @bd90283   11/14/13 23:26:31 Joel Sherrill mips/.../cpu.h: Comment improvement 4.115
(edit) @784d2a1   09/06/13 08:05:35 Sebastian Huber arm: Fix inconsistent define usage 4.115
(edit) @03e097b7   09/03/13 10:59:54 Sebastian Huber nios2: Include proper header file 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) @1a246d7e   08/22/13 11:19:06 Sebastian Huber arm: Make barrier operations more visible 4.115
(edit) @2606fee   08/13/13 07:54:25 Sebastian Huber powerpc: Fix _CPU_Context_validate() 4.115
(edit) @f8ad6c6f   08/02/13 12:12:55 Sebastian Huber sparc: Make _CPU_ISR_Dispatch_disable per-CPU This variable must be … 4.115
(edit) @88f6c4fc   08/02/13 12:06:52 Sebastian Huber sparc: Move _CPU_Context_switch(), etc. Move the … 4.115
(edit) @0756790   08/01/13 15:46:37 Sebastian Huber arm: Per-CPU thread dispatch disable Interrupt support for per-CPU … 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) @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) @71336bf   08/05/13 15:27:35 Sebastian Huber arm: Fix ISR level context initialization 4.115
(edit) @007bdc4   08/05/13 08:16:31 Sebastian Huber arm: Fix CPU_MODES_INTERRUPT_MASK The set of interrupt levels must be … 4.115
(edit) @26bdc9fc   08/01/13 15:02:17 Joel Sherrill bfin/cpu.h: Remove duplicate definition of CPU_SIMPLE_VECTORED_INTERRUPTS 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) @0c3edbf   07/25/13 08:46:15 Sebastian Huber Include missing <rtems/score/threaddispatch.h> 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) @4e5608dd   07/16/13 06:25:41 Sebastian Huber arm: Fix exception frame information Use the right stack pointer … 4.115
(edit) @818d4b0   07/13/13 20:52:06 Ric Claus bsps/arm: Fix printk args to match format 4.115
(edit) @56435e6   06/26/13 08:25:42 Sebastian Huber powerpc: Fix Altivec support Use the right context. 4.115
(edit) @1ebffa89   06/21/13 07:18:01 Chris Johns arm: Fix default exception prologues 4.115
(edit) @961669d   06/14/13 13:30:37 Sebastian Huber documentation: Fix Doxygen comments 4.115
(edit) @49cdf40   06/12/13 07:25:39 Sebastian Huber score: Add and use _Thread_Dispatch_is_enabled() Delete … 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) @2f6108f9   05/28/13 08:58:19 Sebastian Huber smp: Simplify SMP initialization sequence Delete bsp_smp_wait_for(). … 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) @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) @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) @59c0559   04/23/13 07:46:47 Sebastian Huber mips: Fix warnings 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) @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) @4c96372   01/25/13 16:34:57 wei.a.yang score: atomic support for RTEMS. Cleanup. 4.115
Note: See TracRevisionLog for help on using the revision log.