summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-10build: Include header.am in cpukit/Makefile.amSebastian Huber41-372/+148
2018-10-10build: Remove local.amSebastian Huber1-1/+0
2018-10-10build: Merge score/cpu/*/Makefile.amSebastian Huber20-273/+0
2018-10-10build: Merge score/Makefile.amSebastian Huber1-229/+0
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber18-21/+0
2018-10-05score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber33-482/+52
2018-10-04Rename files to make them unique within cpukitSebastian Huber2-1/+1
2018-10-02Use rtems_task_exit()Sebastian Huber1-1/+1
2018-09-21Remove INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALLSebastian Huber1-4/+0
2018-09-20sparc: clang AS does no accept UNIMP without argumentDaniel Hellstrom1-1/+1
2018-09-20sparc: Remove sequence that could trigger B2BST errataDaniel Cederman1-2/+0
2018-09-20sparc: Return to previous section type when done with .data._SPARC_CounterDaniel Cederman1-0/+1
2018-09-19score: Allocate per-CPU data only if necessarySebastian Huber1-13/+17
2018-09-17powerpc: Fix _CPU_Counter_read() for MPC860Sebastian Huber1-0/+2
2018-09-10score: Add thread pin/unpin supportSebastian Huber6-27/+268
2018-09-10score: Add flexible per-CPU dataSebastian Huber1-21/+107
2018-09-03score: Fix EDF SMP schedulerSebastian Huber1-1/+24
2018-09-03score: Generalize SMP scheduler block supportSebastian Huber5-1/+6
2018-08-29rtems/score/epiphany-utility.h: Fix not a prototype warningJoel Sherrill1-1/+1
2018-08-29score/cpu/bfin/cpu.c: Fix _CPU_Thread_Idle_body() prototypeJoel Sherrill1-1/+1
2018-08-24sparc: Restore npc when returning from the syscall_lazy_fp_switch trapDaniel Cederman1-1/+1
2018-08-23Update FreeBSD kernel timespec supportSebastian Huber1-1/+1
2018-08-23score: Do not inline _Thread_Dispatch_enable()Sebastian Huber1-0/+27
2018-08-13bsps/x86_64: Add APIC timer based clock driverAmaan Cheval1-0/+23
2018-08-13bsps/x86_64: Add support for RTEMS interruptsAmaan Cheval6-33/+250
2018-08-13bsps/x86_64: Add paging support with 1GiB super pagesAmaan Cheval1-0/+13
2018-08-13bsps/x86_64: Reorganize header files and compile-optionsAmaan Cheval7-22/+81
2018-08-02score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber19-216/+0
2018-08-02riscv: Fix CPU_ALIGNMENTSebastian Huber1-1/+3
2018-07-27riscv: Rework CPU counter supportSebastian Huber4-5/+91
2018-07-25riscv: Add CLINT and PLIC supportSebastian Huber1-5/+45
2018-07-25riscv: Use wfi instruction for idle taskSebastian Huber2-12/+3
2018-07-25riscv: Rework exception handlingSebastian Huber6-144/+54
2018-07-25riscv: New CPU_Exception_frameSebastian Huber4-64/+203
2018-07-25riscv: Add exception codesSebastian Huber1-0/+39
2018-07-25score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber4-15/+17
2018-07-25_SMP_Start_multitasking_on_secondary_processor()Sebastian Huber1-9/+17
2018-07-25powerpc: Fix _CPU_Instruction_illegal()Sebastian Huber1-1/+1
2018-07-23score: Add _CPU_Instruction_illegal()Sebastian Huber19-0/+100
2018-07-20score: Add _CPU_Instruction_no_operation()Sebastian Huber19-0/+100
2018-07-20score: Move context validation declarationsSebastian Huber38-203/+199
2018-07-20score: Remove obsolete CPU port definesSebastian Huber3-34/+0
2018-07-18score: Add a FALLTHROUGH comment to kvprintf()Sebastian Huber1-1/+4
2018-07-18score: Fix _Scheduler_EDF_SMP_Set_affinity()Sebastian Huber1-7/+5
2018-07-16score: Add postorder tree iteration supportSebastian Huber2-0/+82
2018-07-11x86_64/console: Add NS16550 polled console driverAmaan Cheval2-0/+17
2018-07-11bsp/x86_64: Minimal bootable BSPAmaan Cheval11-0/+893
2018-07-06riscv: Add LADDR assembler defineSebastian Huber2-2/+12
2018-07-06riscv: Implement CPU counterSebastian Huber2-2/+16
2018-07-05riscv: Clear reservationsSebastian Huber5-6/+25