source: rtems/cpukit/score/cpu

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3e782743   07/04/17 12:15:03 Sebastian Huber arm: Fix ARMv7-M interrupt processing Right after a "msr basepri_max, … 5
(edit) @d30c2cc   06/20/17 11:01:02 Sebastian Huber powerpc: Fix PPC_CONTEXT_VOLATILE_SIZE Account for legacy AltiVec? context. 5
(edit) @ae3e6af8   06/20/17 08:39:54 Sebastian Huber powerpc: Fix TLS support Do not zero the GPR2 in the thread context … 5
(edit) @7b0c74ff   06/09/17 13:42:36 Sebastian Huber i386: Support thread-local storage (TLS) Update #2468. 5
(edit) @cb0d9a0   06/09/17 06:17:59 Sebastian Huber i386: Move _CPU_Context_Initialize() Update #2468. 5
(edit) @32b4a0c   06/09/17 05:25:02 Sebastian Huber Simplify TLS support in context switch There is no need to save the … 5
(edit) @a748603   05/14/17 01:52:52 Chris Johns build-system: Parallel build all subdirs. 5
(edit) @d5c8756   05/23/17 08:03:56 Sebastian Huber arm: Fix profiling support of Thumb-1 targets Update #2751. 5
(edit) @03e4be12   04/26/17 01:02:09 joel score/cpu/or1k/rtems/score/cpu.h: Fix printf() format warning 5
(edit) @65807379   04/26/17 01:01:41 joel score/cpu/or1k/or1k-exception-frame-print.c: Fix printf() format warning 5
(edit) @f6bd41e   04/25/17 18:56:31 joel moxie/rtems/score/cpu.h: Fix printf() format warning 5
(edit) @fdfbb0a8   04/25/17 18:39:50 joel epiphany/rtems/score/cpu.h: Fix printf() format warning 5
(edit) @28e5749e   04/25/17 16:41:35 joel epiphany/cpu.c: Fix typo to eliminate warning 5
(edit) @0c334a5   04/23/17 17:57:27 joel epiphany/cpu.c: Fix not a prototype warning 5
(edit) @62c238e   04/08/17 10:30:50 cpodonnell8 cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning. 5
(edit) @cd3d747   03/27/17 06:01:38 Sebastian Huber arm: Optimize context switch Set CPU_ENABLE_ROBUST_THREAD_DISPATCH to … 5
(edit) @b437a360   03/09/17 13:32:04 Sebastian Huber arm: Fix CPU context validation for Cortex-R4 Do not touch the … 5
(edit) @2433a8ab   03/07/17 13:32:42 Sebastian Huber arm: Remove legacy execption support 5
(edit) @f61195b2   03/06/17 10:16:25 Sebastian Huber powerpc: Fix PPC_CONTEXT_VOLATILE_SIZE 5
(edit) @e2b1c47d   02/03/17 09:16:40 Sebastian Huber sparc: Fix volatile clobber Do not adjust the stack pointer, since … 5
(edit) @180107e9   01/30/17 10:33:31 Christian.Mauderer bsps/arm: Fix Cortex-M DWT CPU counter. It is necessary to enable the … 5
(edit) @27bfcd8   01/25/17 13:32:02 Sebastian Huber score: Delete _CPU_Context_Fp_start() Since the FP area pointer is … 5
(edit) @b43c2e8   01/24/17 14:40:31 kevin-kirspel Adding ARM VFP V2 support 5
(edit) @3d20f5fb   01/23/17 14:04:44 Sebastian Huber sparc: Relax CPU_STACK_ALIGNMENT Close #2352. 5
(edit) @4aa23c96   01/23/17 07:12:18 Sebastian Huber Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIAN Use de-facto standard … 5
(edit) @3a659b04   12/09/16 06:19:22 Sebastian Huber score: Introduce _Internal_error() 5
(edit) @b6606e8   12/08/16 15:41:30 Sebastian Huber score: Remove fatal is internal indicator The fatal is internal … 5
(edit) @f65dcc71   12/02/16 12:10:31 Sebastian Huber score: Fix ARM and PowerPC context initialization Update #2751. 5
(edit) @6a1b9e4   11/22/16 09:13:27 Sebastian Huber sparc: Optimize _ISR_Handler() Use _Thread_Do_dispatch() instead of … 5
(edit) @bd0d585   11/24/16 10:53:59 Sebastian Huber arm: Fix _CPU_ISR_Is_enabled() for ARMv7-M Update #2811. 5
(edit) @84e6f15   11/10/16 11:02:28 Sebastian Huber score: Robust thread dispatch On SMP configurations, it is a fatal … 5
(edit) @1d18a902   11/23/16 09:15:07 Sebastian Huber arm: Fix _ARMV4_Exception_interrupt Use the right register to … 5
(edit) @4e2bc0a   11/21/16 10:40:00 Sebastian Huber arm: Fix Thumb-1 targets We cannot use the MRS or MSR instructions in … 5
(edit) @27eccda   11/21/16 09:25:58 Sebastian Huber sparc64: Fix _CPU_ISR_Is_enabled() Update #2820. 5
(edit) @fd6d3f1   11/21/16 09:13:37 Sebastian Huber nios2: Fix _CPU_ISR_Is_enabled() Close #2818. 5
(edit) @9f225dea   11/21/16 09:11:18 Sebastian Huber arm: Fix ARM_CONTEXT_CONTROL_ISR_DISPATCH_DISABLE Close #2816. 5
(edit) @c6f446b   11/21/16 09:06:36 Sebastian Huber bfin: ASM compatibility for <rtems/score/cpu.h> Close #2817. 5
(edit) @408609f6   11/10/16 14:17:28 Sebastian Huber score: Add _ISR_Is_enabled() In contrast to _ISR_Get_level() the … 5
(edit) @7ce60b3   11/14/16 14:23:40 Sebastian Huber powerpc: Use Per_CPU_Control::isr_dispatch_disable Update #2751. 5
(edit) @d59585d   11/14/16 08:53:57 Sebastian Huber arm: Use Per_CPU_Control::isr_dispatch_disable Update #2751. 5
(edit) @2668e4f6   11/13/16 14:20:59 Sebastian Huber arm: Simplify _ARMV4_Exception_interrupt Move profiling code closer … 5
(edit) @4924756   11/12/16 15:52:55 Sebastian Huber arm: Use local labels 5
(edit) @c11ac2d5   11/14/16 13:42:56 Sebastian Huber sparc: Use Per_CPU_Control::isr_dispatch_disable Update #2751. 5
(edit) @d5e073c   11/11/16 13:37:51 Sebastian Huber score: Allow interrupts during thread dispatch Use a … 5
(edit) @f9aa34d   11/11/16 13:12:03 Sebastian Huber score: Add Per_CPU_Control::Interrupt_frame Update #2809. 5
(edit) @dbeccf0e   11/11/16 11:37:17 Sebastian Huber arm: Provide CPU_Interrupt_frame for ARMv4 Update #2809. 5
(edit) @2599c8e   11/14/16 11:06:46 Sebastian Huber powerpc: Add up to date CPU_Interrupt_frame Rename ppc_exc_min_frame … 5
(edit) @bf4fdb1   11/11/16 10:31:13 Sebastian Huber powerpc: Move legacy CPU_Interrupt_frame The only remaining user of … 5
(edit) @c539a865   11/14/16 10:34:54 Sebastian Huber sparc: Move CPU_Interrupt_frame related defines Move … 5
(edit) @427dcee   11/11/16 10:17:02 Sebastian Huber sparc: Rename CPU_Minimum_stack_frame Rename SPARC-specific … 5
(edit) @d18560a   11/11/16 10:16:33 Sebastian Huber sparc64: Rename CPU_Minimum_stack_frame Rename SPARC64-specific … 5
(edit) @141e16d   11/11/16 09:51:25 Sebastian Huber rtems: Conditionally define rtems_interrupt_frame Update #2808. 5
(edit) @82d30a3   11/11/16 09:16:33 Sebastian Huber score: Move CPU_PER_CPU_CONTROL_SIZE Move CPU_PER_CPU_CONTROL_SIZE … 5
(edit) @acc6d9bf   11/10/16 06:12:55 Sebastian Huber score: Remove obsolete defines The thread dispatch inline option is … 5
(edit) @04bd261   11/13/16 14:18:58 Sebastian Huber arm: Use TPIDRPRW for current per-CPU control Use the previously … 5
(edit) @38a1449   11/09/16 13:59:33 Sebastian Huber powerpc: Add _CPU_Get_current_per_CPU_control() Add … 5
(edit) @58bced6   11/09/16 14:16:03 Sebastian Huber score: Move _CPU_Get_current_per_CPU_control() Move … 5
(edit) @7790d95f   11/04/16 12:29:00 Sebastian Huber sparc: Provide _CPU_Get_thread_executing() 5
(edit) @df48ed2   11/04/16 12:28:23 Sebastian Huber score: Add optional _CPU_Get_thread_executing() 5
(edit) @df63fbd1   11/04/16 12:45:25 Sebastian Huber score: Add <rtems/score/cpuimpl.h> The aim of this file is to … 5
(edit) @8714684   10/04/16 21:30:22 pisa score/arm: Correct logic to select 64 byte cache line maximum size for … 5
(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) @8bb9d41   09/07/16 12:08:06 Sebastian Huber stackchk: Use a const pattern to check 5
(edit) @36fad91   08/19/16 05:38:07 Kevin-Kirspel arm: Add VFP context validate support for ARMv5 5
(edit) @75fc27ad   07/26/16 05:54:05 Sebastian Huber score: Fix printk() format specifiers 5
(edit) @0cb50ab   07/02/16 12:33:11 pisa score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A … 5
(edit) @19a9090   06/30/16 22:05:33 pisa arm/score and shared: define ARM hypervisor mode and alternate vector … 5
(edit) @297d4372   06/29/16 09:04:39 Sebastian Huber score: _CPU_SMP_Send_interrupt() documentation 5
(edit) @655ce0fb   06/22/16 11:45:02 Sebastian Huber sparc: Optimize CPU counter support 5
(edit) @9460333e   06/20/16 08:08:39 Sebastian Huber sparc: Rework CPU counter support Rework CPU counter support to … 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) @987ea1a   06/07/16 20:09:12 Sebastian Huber powerpc: Define bitmap defines to FALSE 5
(edit) @ec5d7f92   06/07/16 20:09:01 Sebastian Huber score: Delete dead copy and paste code 5
(edit) @23213135   05/31/16 07:36:52 Chris Johns arm: Fix printk warnings. 5
(edit) @fd6fde8   04/19/16 07:25:03 Sebastian Huber score: Add libatomic support Close #2695. 5
(edit) @458e4c4   05/23/16 05:28:56 Chris Johns score/i386: Fix printk format warnings. 5
(edit) @24713163   05/18/16 06:06:54 Sebastian Huber score: Rename _ISR_Disable() and _ISR_Enable() Rename _ISR_Disable() … 5
(edit) @4b04cb61   05/18/16 06:03:05 Sebastian Huber score: Rename _ISR_Disable_without_giant() Rename … 5
(edit) @d2bacb6c   05/17/16 13:57:48 Sebastian Huber score: _Thread_Dispatch_increment_disable_level() Avoid … 5
(edit) @d35e6dde   04/22/16 12:10:47 Sebastian Huber powerpc: Add FSL_EIS_TENSR, etc. defines 5
(edit) @f1a5630   04/13/16 07:30:28 Sebastian Huber powerpc: Add FSL_EIS_MAS8 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) @86a276b   02/19/16 14:32:47 Martin Galvan _ARMV7M_Is_vector_an_irq: Use ARMV7M_VECTOR_SYSTICK instead of … 5
(edit) @ac13ffd   02/17/16 12:51:37 Sebastian Huber epiphany: Delete unused SMP functions 5
(edit) @51dc9a61   02/03/16 10:57:29 Sebastian Huber sparc64: Avoid SCORE_EXTERN Update #2559. 5
(edit) @6df8926   02/03/16 10:56:09 Sebastian Huber moxie: Delete superfluous _CPU_Null_fp_context Update #2559. 5
(edit) @142868b2   02/03/16 10:54:59 Sebastian Huber bfin: Delete superfluous _CPU_Null_fp_context Update #2559. 5
(edit) @9f016ec9   02/03/16 10:53:10 Sebastian Huber no_cpu: Avoid SCORE_EXTERN Update #2559. 5
(edit) @dab7862   02/03/16 10:52:32 Sebastian Huber sparc: Avoid SCORE_EXTERN Update #2559. 5
(edit) @c6009340   02/03/16 10:50:31 Sebastian Huber lm32: Avoid SCORE_EXTERN Update #2559. 5
(edit) @18a5db2   02/03/16 10:48:31 Sebastian Huber m68k: Avoid SCORE_EXTERN Update #2559. 5
Note: See TracRevisionLog for help on using the revision log.