summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-27score: Add CPU_INTERRUPT_STACK_ALIGNMENTSebastian Huber18-0/+45
2018-06-27Remove unused CPU_MODES_INTERRUPT_LEVELSebastian Huber3-3/+0
2018-06-15arm: Simplify CPU counter supportSebastian Huber1-2/+5
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber34-3/+77
2018-06-07powerpc: Fix ss555 buildSebastian Huber1-6/+0
2018-04-30Drop executable permissions on .[ch] filesJoel Sherrill1-0/+0
2018-04-20sparc: Move irq_asm.SSebastian Huber2-0/+904
2018-04-20sparc: Move _CPU_Trap_slot_templateSebastian Huber1-0/+16
2018-04-16Remove register keyword from public header filesSebastian Huber11-52/+52
2018-04-09build: Remove DISTCLEANFILESSebastian Huber3-3/+0
2018-03-16i386/smp: Export _CPU_SMP_Prepare_start_multitasking as a functionAmaan Cheval1-2/+1
2018-03-16i386/smp: Define CPU_Interrupt_frame as non-void structAmaan Cheval1-1/+15
2018-03-16rtems/bfin/bf533.h: Eliminate redefinition warning and add sanity checkJoel Sherrill1-0/+9
2018-03-13Add PowerPC paravirtualization supportJoel Sherrill4-0/+94
2018-03-13Add ARM Paravirtualization supportJoel Sherrill4-3/+90
2018-03-13Rework i386 Paravirtualization to have paravirt.hJoel Sherrill5-3/+70
2018-03-13sparc64: Move libcpu content to cpukitSebastian Huber5-5/+906
2018-03-13sparc: Move libcpu content to cpukitSebastian Huber8-4/+756
2018-03-12sparc/include/rtems/score/types.h: Eliminate this fileJoel Sherrill4-56/+5
2018-03-12sparc64/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-47/+4
2018-03-12powerpc/include/rtems/score/types.h: Eliminate this fileJoel Sherrill4-63/+5
2018-03-12m68k/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-45/+3
2018-03-12riscv/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-72/+4
2018-03-12arm/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-53/+4
2018-03-12v850/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-45/+4
2018-03-12no_cpu/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-45/+5
2018-03-12or1k/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-55/+4
2018-03-12m32c/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-51/+4
2018-03-12moxie/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-58/+4
2018-03-12sh/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-58/+8
2018-03-12nios2/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-48/+4
2018-03-12epiphany/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-69/+4
2018-03-12lm32/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-48/+4
2018-03-12i386/include/rtems/score/types.h: Eliminate this fileJoel Sherrill4-49/+4
2018-03-12mips/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-60/+4
2018-03-12bfin/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-51/+4
2018-03-08score/cpu/powerpc/include/rtems/score/powerpc.h: Fix typoJoel Sherrill1-1/+1
2018-03-08powerpc/include/rtems/score/types.h: Remove unused ppc_isrJoel Sherrill1-2/+0
2018-01-31epiphany: Workaround until next Newlib snapshotSebastian Huber2-0/+70
2018-01-31epiphany: Fixes for GCC 7.3Sebastian Huber2-13/+12
2018-01-25Remove make preinstallChris Johns207-1305/+1249
2018-01-22powerpc: Add FSL_EIS_EPRSebastian Huber1-0/+1
2018-01-02sparc: Move <libcpu/byteorder.h>Sebastian Huber3-0/+78
2017-12-14epiphany: Remove superfluous includesSebastian Huber1-4/+0
2017-12-13arm: Move <libcpu/arm-cp15.h> to cpukitSebastian Huber3-0/+2272
2017-11-29riscv/rtems/score/cpu.h: Use RTEMS_NO_RETURN not deprecated RTEMS_COMPILER_NO...Joel Sherrill1-3/+2
2017-11-22powerpc: Remove _BSP_Fatal_error()Sebastian Huber1-13/+12
2017-11-22powerpc: Replace BSP_panic() with rtems_panic()Sebastian Huber1-2/+0
2017-11-20bsps/powerpc: Fix PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber1-2/+2
2017-11-01cpukit: RISC-V - make riscv32 code work for riscv64 - v2Hesham Almatary19-48/+69