summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/x86_64/include (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber2-8/+2
2021-07-28score: Remove processor event broadcast/receiveSebastian Huber1-10/+0
2021-06-24score: Remove _CPU_Initialize_vectors()Sebastian Huber1-2/+0
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-3/+1
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore1-0/+2
2020-02-12score: Remove superfluous FP types/definesSebastian Huber1-26/+5
2019-04-02doxygen: score: Add x86-64 CPU architecture groupAndreas Dachsberger2-0/+24
2019-02-28Remove explicit file names from @fileSebastian Huber2-2/+2
2018-11-12x86_64: Remove use of proc_ptrSebastian Huber1-12/+0
2018-10-05score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber1-1/+0
2018-08-13bsps/x86_64: Add APIC timer based clock driverAmaan Cheval1-0/+23
2018-08-13bsps/x86_64: Add support for RTEMS interruptsAmaan Cheval3-20/+236
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 Cheval5-19/+75
2018-08-02score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber1-1/+0
2018-07-23score: Add _CPU_Instruction_illegal()Sebastian Huber1-0/+5
2018-07-20score: Add _CPU_Instruction_no_operation()Sebastian Huber1-0/+5
2018-07-20score: Move context validation declarationsSebastian Huber2-16/+12
2018-07-11x86_64/console: Add NS16550 polled console driverAmaan Cheval2-0/+17
2018-07-11bsp/x86_64: Minimal bootable BSPAmaan Cheval6-0/+589