summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* i386/score: fix assembly mnemonicGedare Bloom2020-09-121-1/+1
* sparc: Use RTEMS_XCONCAT()Sebastian Huber2020-08-201-4/+2
* i386: Fix possible race condition on first context restoreJan Sommer2020-07-291-1/+1
* epiphany: Remove support for this targetSebastian Huber2020-07-0513-1882/+0
* i386: Replace fpcr clobber with memory clobberSebastian Huber2020-07-052-3/+3
* score: Clarify CPU_USE_LIBC_INIT_FINI_ARRAY optionSebastian Huber2020-06-301-3/+4
* score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore2020-06-3018-0/+42
* bsp/pc386: Define interrupt stack frame for smpJan Sommer2020-06-112-13/+17
* bsp/pc386: Update context switch and restoreJan Sommer2020-06-112-16/+51
* bsp/pc386: Update GDT to work for SMPJan Sommer2020-06-112-5/+32
* arm: Fix ARMv7-M exception handlerSebastian Huber2020-05-271-8/+15
* Canonicalize config.h includeSebastian Huber2020-04-1662-62/+62
* arm: ARMv7-M statically initialized vector tableSebastian Huber2020-04-032-16/+30
* score: Remove superfluous FP types/definesSebastian Huber2020-02-1210-795/+33
* Regenerate headers.amSebastian Huber2019-11-291-0/+1
* riscv: preliminarily support for libdlHesham Almatary2019-11-121-0/+144
* arm: Add defines for small pages MMUSebastian Huber2019-10-311-0/+57
* arm: Fix default exception handlerSebastian Huber2019-09-031-2/+2
* arm: Return the current handler from arm_cp15_set_exception_handlerChris Johns2019-06-281-1/+6
* sparc: Fix mistakenly cleared PSR[EF] bit.Maksim E. Kozlov2019-06-071-1/+1
* sparc: Fix missed restoring of PSR in syscall_lazy_fp_switchMaksim E. Kozlov2019-06-061-0/+11
* sparc: Improve _CPU_Context_validate()Sebastian Huber2019-06-061-8/+20
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-041-1/+1
* doxygen: Added Management to Example CPU ArchitectureAndreas Dachsberger2019-04-041-0/+8
* doxygen: score: Put ARM Co-Processor 15 group in ARMAndreas Dachsberger2019-04-021-3/+3
* doxygen: score: Add x86-64 CPU architecture groupAndreas Dachsberger2019-04-022-0/+24
* doxygen: score: Add V850 CPU architecture groupAndreas Dachsberger2019-04-023-18/+54
* doxygen: score: Add SPARC64 CPU architecture groupAndreas Dachsberger2019-04-022-0/+22
* doxygen: score: Add SPARC CPU architecture groupAndreas Dachsberger2019-04-023-2/+26
* doxygen: score: Add SuperH CPU architecture groupAndreas Dachsberger2019-04-022-0/+20
* doxygen: score: Add RISC-V CPU architecture groupAndreas Dachsberger2019-04-024-1/+26
* doxygen: score: Add powerpc CPU architecture groupAndreas Dachsberger2019-04-025-2/+32
* doxygen: score: Add or1k CPU architecture groupAndreas Dachsberger2019-04-024-1/+27
* doxygen: score: Add nios2 CPU architecture groupAndreas Dachsberger2019-04-013-0/+26
* doxygen: score: Add Moxie CPU architecture groupAndreas Dachsberger2019-04-013-0/+26
* doxygen: score: Add m68k CPU architecture groupAndreas Dachsberger2019-04-019-10/+47
* doxygen: score: Change no_cpu architecture groupAndreas Dachsberger2019-04-012-36/+49
* doxygen: score: Add lm32 CPU architecture groupAndreas Dachsberger2019-04-013-14/+53
* doxygen: score: Add i386 CPU architecture groupAndreas Dachsberger2019-04-018-2/+57
* doxygen: score: Add Epiphany CPU architecture groupAndreas Dachsberger2019-04-014-2/+20
* doxygen: score: Add Blackfin CPU architecture groupAndreas Dachsberger2019-04-012-16/+43
* score: Add ARM CPU architecture groupSebastian Huber2019-03-2610-52/+32
* score: Add example CPU architecture groupSebastian Huber2019-03-262-2/+14
* score: Rename ScoreCPU Doxygen groupSebastian Huber2019-03-2613-15/+15
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-1422-22/+1
* sparc64: Do not include <rtems/asm.h> in C sourceSebastian Huber2019-03-141-1/+0
* cpukit/arm: Correct register definitionJonathan Brandmeyer2019-03-081-2/+2
* Remove explicit file names from @fileSebastian Huber2019-02-2821-21/+21
* bsps/arm: Fix system register for virtual timerKinsey Moore2019-02-221-1/+1
* libdl: Fix the support for constructors and desctructors.Chris Johns2019-02-091-20/+52