summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-07-02riscv: Fix fcsr initializationSebastian Huber2-1/+19
2018-06-29riscv: Fix SMP context switch supportSebastian Huber1-2/+2
2018-06-29riscv: Add SMP context switch supportSebastian Huber1-0/+47
2018-06-29riscv: Add floating-point supportSebastian Huber8-50/+538
2018-06-29riscv: Fix global constructionSebastian Huber2-5/+6
2018-06-29riscv: Add TLS supportSebastian Huber2-0/+9
2018-06-29riscv: Remove dead codeSebastian Huber1-41/+1
2018-06-29riscv: Optimize context switch and interruptsSebastian Huber6-174/+255
2018-06-29riscv: Fix _CPU_Context_Initialize() prototypeSebastian Huber2-12/+12
2018-06-29riscv: Fix interrupt save/restoreSebastian Huber1-1/+1
2018-06-29riscv: Implement _CPU_Context_validate()Sebastian Huber2-160/+168
2018-06-29riscv: Make some CPU port defines visible to asmSebastian Huber2-37/+49
2018-06-29riscv: Implement _CPU_Context_volatile_clobber()Sebastian Huber2-16/+16
2018-06-29riscv: Remove mstatus from thread contextSebastian Huber4-27/+14
2018-06-29riscv: Remove x8 initializationSebastian Huber1-2/+0
2018-06-29riscv: Properly align the thread stackSebastian Huber1-3/+7
2018-06-29riscv: Do not clear thread contextSebastian Huber1-5/+2
2018-06-29riscv: Fix CPU_STACK_ALIGNMENTSebastian Huber1-1/+2
2018-06-29riscv: Remove RISCV_GCC_RED_ZONE_SIZESebastian Huber2-5/+1
2018-06-29riscv: Enable interrupts during dispatch after ISRSebastian Huber5-55/+91
2018-06-28riscv: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2-0/+23
2018-06-28riscv: Avoid namespace pollutionSebastian Huber3-10/+4
2018-06-28riscv: Optimize and fix interrupt disable/enableSebastian Huber1-15/+16