source: rtems/cpukit/score/cpu/arm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @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) @0344ce03   02/13/14 14:43:03 Sebastian Huber score: Use atomic API for SMP lock Use a ticket lock implementation … 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) @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) @b4e8306   12/03/13 10:56:55 Sebastian Huber arm: Clear reservations Recent GCC versions use atomic operations … 4.115
(edit) @784d2a1   09/06/13 08:05:35 Sebastian Huber arm: Fix inconsistent define usage 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) @0756790   08/01/13 15:46:37 Sebastian Huber arm: Per-CPU thread dispatch disable Interrupt support for per-CPU … 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) @0c3edbf   07/25/13 08:46:15 Sebastian Huber Include missing <rtems/score/threaddispatch.h> 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) @1ebffa89   06/21/13 07:18:01 Chris Johns arm: Fix default exception prologues 4.115
(edit) @f2f211c5   05/31/13 11:59:34 Sebastian Huber smp: Add ARM support 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) @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) @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) @fad2d38   03/08/13 20:55:06 Gedare Bloom RTEMS: Delete ChangeLog? files. This commit deletes all RTEMS … 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) @b697bc6   01/10/13 21:06:42 Joel Sherrill cpukit: Use Consistent Beginning of Doxygen Group Notation This is … 4.115
(edit) @66fffc7   01/08/13 15:22:33 alexivanov97 score: Doxygen Clean Up Task #15 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) @b7185613   12/07/12 14:57:04 alexivanov97 score misc: Clean up Doxygen GCI Task #124.115
(edit) @43e0599   12/02/12 21:23:57 matkallada score misc: Clean up Doxygen #13 (GCI 2012) This patch is a task from … 4.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) @f4539aa   11/18/12 18:47:40 Sebastian Huber arm: Add _CPU_Thread_Idle_body for ARMv7-M 4.115
(edit) @dea10503   06/11/12 17:28:58 Joel Sherrill arm/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) @f0d66b1   03/26/12 16:12:22 Sebastian Huber arm: New function Add and use function … 4.115
(edit) @f442e6b4   03/27/12 15:37:00 Sebastian Huber ARM: PR2042: Provide stub for ARMv6-M 4.115
(edit) @f9ec6004   03/24/12 19:07:17 Sebastian Huber ARM: New define ARMV7M_EXCEPTION_PRIORITY_LOWEST 4.115
(edit) @701f078   02/07/12 21:07:01 Sebastian Huber Support Thumb 2. 4.115
(edit) @6091f1a6   02/07/12 21:11:01 Sebastian Huber ARMv7-M NVIC and MPU API changes. 4.115
(edit) @d6f947e   02/07/12 21:09:45 Sebastian Huber ARMv7-M Systick API change 4.115
(edit) @61250b4   02/01/12 16:59:44 Joel Sherrill Remove all .cvsignore files. 4.115
(edit) @6962842   11/20/11 14:59:41 Sebastian Huber Typo. 4.115
(edit) @bb92954   11/19/11 14:34:10 Sebastian Huber 2011-11-07 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @6343ea4e   11/07/11 07:58:17 Sebastian Huber 2011-11-07 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @e2691dcb   11/07/11 07:48:11 Sebastian Huber 2011-11-07 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @abd25309   09/27/11 09:14:46 Sebastian Huber Typo. 4.115
(edit) @d0630763   09/27/11 09:14:03 Sebastian Huber 2011-09-28 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @c5ed148   09/24/11 12:56:51 Sebastian Huber 2011-09-24 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @3ce764a   09/16/11 09:47:09 Sebastian Huber 2011-09-16 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @78f11e2   05/18/11 05:18:22 Ralf Corsepius 2011-05-18 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: … 4.115
(edit) @86820eda   04/15/11 08:06:16 Sebastian Huber 2011-04-15 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @9f9371f   02/11/11 09:08:14 Ralf Corsepius 2011-02-11 Ralf Corsépius <ralf.corsepius@…> * cpu.c, … 4.115
(edit) @db26513   11/23/10 15:59:18 Sebastian Huber 2010-11-23 Gedare Bloom <giddyup44@…> PR 1719/cpukit * … 4.115
(edit) @71c8457   11/22/10 13:06:46 Sebastian Huber 2010-11-22 Sebastian Huber <sebastian.huber@…> * … 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) @f7bac00b   07/06/10 07:52:36 Sebastian Huber 2010-07-06 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @b616350   06/29/10 00:31:02 Joel Sherrill 2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit … 4.115
(edit) @b2f251a8   05/10/10 20:29:13 Joel Sherrill 2010-05-10 Joel Sherrill <joel.sherrilL@…> * … 4.104.115
(edit) @78623bce   04/08/10 10:13:46 Thomas.Doerfler add/adapt documentation 4.104.115
(edit) @58597dd   04/07/10 14:04:12 Joel Sherrill 2010-04-07 Joel Sherrill <joel.sherrill@…> * … 4.104.115
(edit) @0acc9af3   03/27/10 15:01:19 Joel Sherrill 2010-03-27 Joel Sherrill <joel.sherrill@…> * … 4.104.115
(edit) @39c8fdb   01/12/10 15:03:22 Thomas.Doerfler add support for lpc32xx 4.104.115
Note: See TracRevisionLog for help on using the revision log.