summaryrefslogtreecommitdiffstats
path: root/cpukit/score (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-06-05score: Simplify _Objects_Name_to_string()Sebastian Huber1-2/+12
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 Huber4-4/+0
2018-04-04build: Remove EXTRA_DISTSebastian Huber1-1/+0
2018-03-22mpci: Fix _MPCI_Enqueue_callout()Sebastian Huber1-1/+2
2018-03-22mpci: Update due to thread queue API changesSebastian Huber1-6/+7
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-02-08Use _Thread_Dispatch_direct()Sebastian Huber1-2/+2
2018-02-02Add RTEMS thread APISebastian Huber1-3/+96
2018-02-02score: Introduce new monotonic clockSebastian Huber2-78/+66
2018-02-02score: Rename _Watchdog_Realtime_from_*()Sebastian Huber3-4/+4
2018-02-02score: Optimize watchdog tickleSebastian Huber2-34/+65
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 Johns318-33311/+1253