source: rtems/cpukit/score/cpu

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @dd32e2b2   07/06/18 06:12:40 Sebastian Huber riscv: Implement CPU counter Update #3433. 5
(edit) @e755782   07/03/18 07:54:47 Sebastian Huber riscv: Clear reservations See also RISC-V User-Level ISA V2.3, … 5
(edit) @e07b51a7   07/02/18 13:21:36 Sebastian Huber riscv: Fix fcsr initialization Update #3433. 5
(edit) @79d69ae   06/29/18 10:08:01 Sebastian Huber riscv: Fix SMP context switch support Update #3433. 5
(edit) @109bc1c7   06/29/18 06:07:02 Sebastian Huber riscv: Add SMP context switch support Update #3433. 5
(edit) @52352387   06/28/18 07:32:26 Sebastian Huber riscv: Add floating-point support Update #3433. 5
(edit) @995e91e8   06/28/18 06:21:44 Sebastian Huber riscv: Fix global construction Update #3433. 5
(edit) @694e79a0   06/28/18 06:20:47 Sebastian Huber riscv: Add TLS support Update #3433. 5
(edit) @afb60eb   06/27/18 12:46:06 Sebastian Huber riscv: Remove dead code Update #3433. 5
(edit) @e43994d   06/27/18 08:05:50 Sebastian Huber riscv: Optimize context switch and interrupts Save/restore … 5
(edit) @a8188730   06/27/18 07:43:39 Sebastian Huber riscv: Fix _CPU_Context_Initialize() prototype Update #3433. 5
(edit) @dffc08c   06/28/18 11:55:29 Sebastian Huber riscv: Fix interrupt save/restore Update #3433. 5
(edit) @40f81ce6   06/27/18 10:18:09 Sebastian Huber riscv: Implement _CPU_Context_validate() Update #3433. 5
(edit) @71af1a4   06/27/18 10:17:21 Sebastian Huber riscv: Make some CPU port defines visible to asm Move SREG and LREG … 5
(edit) @8f035cb   06/27/18 06:57:08 Sebastian Huber riscv: Implement _CPU_Context_volatile_clobber() Update #3433. 5
(edit) @b706b4a   06/27/18 06:54:13 Sebastian Huber riscv: Remove mstatus from thread context The mstatus register … 5
(edit) @2987c4f   06/27/18 06:43:25 Sebastian Huber riscv: Remove x8 initialization The RISC-V psABI … 5
(edit) @04698eb   06/27/18 06:42:48 Sebastian Huber riscv: Properly align the thread stack Update #3433. 5
(edit) @a49a3c8e   06/27/18 06:37:34 Sebastian Huber riscv: Do not clear thread context Do not clear the complete thread … 5
(edit) @9510742   06/27/18 06:35:13 Sebastian Huber riscv: Fix CPU_STACK_ALIGNMENT According to the RISC-V psABI … 5
(edit) @98f051e   06/27/18 06:08:10 Sebastian Huber riscv: Remove RISCV_GCC_RED_ZONE_SIZE The current ABI says that there … 5
(edit) @9704d86f   06/26/18 06:53:28 Sebastian Huber riscv: Enable interrupts during dispatch after ISR The code sequence … 5
(edit) @0fd8287   06/26/18 05:15:28 Sebastian Huber riscv: Add _CPU_Get_current_per_CPU_control() Update #3433. 5
(edit) @3be4478f   06/26/18 05:13:28 Sebastian Huber riscv: Avoid namespace pollution Remove <rtems/score/riscv-utility.h> … 5
(edit) @bc3bdf2   06/28/18 12:59:38 Sebastian Huber riscv: Optimize and fix interrupt disable/enable Use the atomic read … 5
(edit) @2086948a   05/11/18 04:54:59 Sebastian Huber riscv: Add dummy SMP support Update #3433. 5
(edit) @7c3b0df1   06/22/18 11:30:49 Sebastian Huber riscv: Implement ISR set/get level Fix prototypes. Update #3433. 5
(edit) @9b2ef07f   06/22/18 11:30:21 Sebastian Huber bsp/riscv: Load global pointer Update #3433. 5
(edit) @52f4fb6   06/26/18 05:48:06 Sebastian Huber riscv: Format assembler files Use tabs to match the GCC generated … 5
(edit) @511dc4b   06/19/18 07:09:51 Sebastian Huber Rework initialization and interrupt stack support Statically … 5
(edit) @c8df844   06/19/18 12:59:51 Sebastian Huber score: Add CPU_INTERRUPT_STACK_ALIGNMENT Add CPU port define for the … 5
(edit) @718a84af   06/27/18 06:17:26 Sebastian Huber Remove unused CPU_MODES_INTERRUPT_LEVEL 5
(edit) @762fa62   05/22/18 06:52:13 Sebastian Huber arm: Simplify CPU counter support Use the standard ARMv7-M systick … 5
(edit) @65f868c   05/23/18 12:17:25 Sebastian Huber Add _CPU_Counter_frequency() Add rtems_counter_frequency() API … 5
(edit) @5249a4c   06/07/18 05:18:23 Sebastian Huber powerpc: Fix ss555 build The mpc555 define is provided via … 5
(edit) @c77cd426   04/30/18 22:18:49 joel Drop executable permissions on .[ch] files 5
(edit) @c49896f1   04/20/18 11:22:29 Sebastian Huber sparc: Move irq_asm.S This file is BSP-independent. This patch is a … 5
(edit) @28b4c7ac   04/20/18 11:19:28 Sebastian Huber sparc: Move _CPU_Trap_slot_template The definition of … 5
(edit) @f35c3be9   04/16/18 05:34:18 Sebastian Huber Remove register keyword from public header files The following code … 5
(edit) @9edb72e   04/05/18 04:56:26 Sebastian Huber build: Remove DISTCLEANFILES A "make distclean" is not supported. So, … 5
(edit) @efa0039e   03/13/18 16:14:15 amaan.cheval i386/smp: Export _CPU_SMP_Prepare_start_multitasking as a function … 5
(edit) @e9fb3133   03/13/18 16:14:13 amaan.cheval i386/smp: Define CPU_Interrupt_frame as non-void struct This change, … 5
(edit) @74fe9ce   03/15/18 14:49:11 joel rtems/bfin/bf533.h: Eliminate redefinition warning and add sanity … 5
(edit) @0a7a30d   03/12/18 19:53:09 joel Add PowerPC paravirtualization support Cannot read or write MSR when … 5
(edit) @c0443b4c   03/12/18 19:42:47 joel Add ARM Paravirtualization support Closes #3305. 5
(edit) @7c39cab   03/12/18 19:46:29 joel Rework i386 Paravirtualization to have paravirt.h 5
(edit) @7633f5b   03/12/18 05:59:15 Sebastian Huber sparc64: Move libcpu content to cpukit This patch is a part of the … 5
(edit) @8b5778e   03/12/18 05:37:36 Sebastian Huber sparc: Move libcpu content to cpukit This patch is a part of the BSP … 5
(edit) @c2282d6d   03/08/18 23:28:31 joel sparc/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @55e76c2   03/08/18 23:27:37 joel sparc64/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @d978d1b   03/08/18 23:25:54 joel powerpc/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @8d96b46   03/08/18 23:24:47 joel m68k/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @5b88ec5   03/08/18 23:23:21 joel riscv/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @eb142fee   03/08/18 23:16:59 joel arm/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @43bd6b15   03/08/18 23:11:03 joel v850/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @e88abc0   03/08/18 23:10:38 joel no_cpu/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @7dde32f0   03/08/18 23:09:52 joel or1k/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @924cecd9   03/08/18 22:56:14 joel m32c/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @a518ff4b   03/08/18 22:16:42 joel moxie/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @fce900b5   03/08/18 20:15:47 joel sh/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @00acca28   03/08/18 19:29:17 joel nios2/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @c83d169   03/08/18 19:23:06 joel epiphany/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @c98d4748   03/08/18 19:18:43 joel lm32/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @a1df2fdc   03/08/18 19:09:17 joel i386/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @859251a   03/08/18 18:29:23 joel mips/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @cbbe68b   03/08/18 18:28:54 joel bfin/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @c006bf50   02/19/18 19:22:37 joel score/cpu/powerpc/include/rtems/score/powerpc.h: Fix typo 5
(edit) @bc16c65   02/19/18 19:21:36 joel powerpc/include/rtems/score/types.h: Remove unused ppc_isr Updates #3327. 5
(edit) @1c64c688   01/31/18 07:18:42 Sebastian Huber epiphany: Workaround until next Newlib snapshot At least with … 5
(edit) @9819425   01/31/18 07:02:21 Sebastian Huber epiphany: Fixes for GCC 7.3 GCC 7.3 defines USER_LABEL_PREFIX to … 5
(edit) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
(edit) @5ce2dfa   01/15/18 07:16:42 Sebastian Huber powerpc: Add FSL_EIS_EPR Update #3085. 5
(edit) @7190005   01/02/18 10:42:48 Sebastian Huber sparc: Move <libcpu/byteorder.h> Update #3254. Update #3260. 5
(edit) @12641f7b   12/14/17 07:12:52 Sebastian Huber epiphany: Remove superfluous includes Update #3254. 5
(edit) @8e8cf72   12/13/17 07:42:34 Sebastian Huber arm: Move <libcpu/arm-cp15.h> to cpukit Update #3254. 5
(edit) @c3897697   11/29/17 16:32:18 joel riscv/rtems/score/cpu.h: Use RTEMS_NO_RETURN not deprecated … 5
(edit) @07d96453   11/21/17 11:00:49 Sebastian Huber powerpc: Remove _BSP_Fatal_error() BSPs can use the … 5
(edit) @1c193a2   11/21/17 10:43:13 Sebastian Huber powerpc: Replace BSP_panic() with rtems_panic() Due to a new … 5
(edit) @5018894e   11/20/17 06:45:15 Sebastian Huber bsps/powerpc: Fix PPC_EXC_CONFIG_USE_FIXED_HANDLER For the SPE … 5
(edit) @11ff3a9   10/27/17 04:18:40 Hesham Almatary cpukit: RISC-V - make riscv32 code work for riscv64 - v2 * Use … 5
(edit) @cf614ec   10/28/17 11:33:17 Sebastian Huber riscv32: Add missing preinstall.am Update #3109. 5
(edit) @660db8c8   10/26/17 23:12:41 Hesham Almatary cpukit: Add basic riscv32 architecture port v3 Limitations: * NO FPU … 5
(edit) @a5273ab   10/20/17 06:04:08 Hesham Almatary Add riscv32 to autotools files v3 5
(edit) @c693a3a   08/11/17 08:44:04 Sebastian Huber powerpc: PPC64_NOP_FOR_LINKER_TOC_POINTER_RESTORE In 64-bit mode, the … 5
(edit) @a6f84b27   08/01/17 08:57:46 Sebastian Huber powerpc: Add 64-bit context/interrupt support Update #3082. 5
(edit) @7837728b   08/10/17 11:09:22 Sebastian Huber powerpc: 64-bit _CPU_Context_Initialize() support Update #3082. 5
(edit) @5a9372f   08/10/17 09:35:33 Sebastian Huber powerpc: 64-bit support for CPU_SIZEOF_POINTER Update #3082. 5
(edit) @ea9084de   08/10/17 09:34:32 Sebastian Huber powerpc: ppc_interrupt_get_disable_mask() Fix warning on 64-bit … 5
(edit) @caa12270   07/31/17 13:08:06 Sebastian Huber powerpc: Add register defines Update #3082. 5
(edit) @0daa8ab   08/10/17 07:03:36 Sebastian Huber arm: Use ARM code on Thumb 1 targets Update #3093. 5
(edit) @a95d909   08/10/17 05:51:17 Sebastian Huber arm: Validate IT[7:0] bit field of PSR Update #3093. 5
(edit) @a597984   07/31/17 11:34:46 Sebastian Huber powerpc: Add register defines Update #3082. Update #3085. 5
(edit) @585706a4   07/28/17 12:42:53 Sebastian Huber bsp/t32mppc: Add SMP support 5
(edit) @146adb1   07/17/17 05:30:46 Sebastian Huber sparc: Add lazy floating point switch The SPARC ABI is a bit special … 5
(edit) @a400d06f   07/18/17 13:11:41 Sebastian Huber sparc: Rename SPARC_USE_SAFE_FP_SUPPORT Rename … 5
(edit) @b2e1bded   07/18/17 12:53:16 Sebastian Huber score: Add optional _CPU_Context_Destroy() Update #3077. 5
(edit) @2f8704b6   07/13/17 07:26:50 cederman sparc: Add assembly workaround for LEON3FT B2BST errata This patch … 5
(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
Note: See TracRevisionLog for help on using the revision log.