summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/x86_64 (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber1-9/+0
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber3-8/+15
2021-07-28score: Remove processor event broadcast/receiveSebastian Huber1-10/+0
2021-06-24score: Remove _CPU_Initialize_vectors()Sebastian Huber1-2/+0
2021-04-20Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber1-1/+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 Huber2-28/+5
2019-04-02doxygen: score: Add x86-64 CPU architecture groupAndreas Dachsberger2-0/+24
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber1-1/+0
2019-02-28Remove explicit file names from @fileSebastian Huber2-2/+2
2018-11-12x86_64: Remove use of proc_ptrSebastian Huber3-34/+1
2018-11-12x86_64: Remove duplicate _CPU_Thread_Idle_body()Sebastian Huber1-5/+0
2018-10-10build: Include header.am in cpukit/Makefile.amSebastian Huber2-18/+8
2018-10-10build: Merge score/cpu/*/Makefile.amSebastian Huber1-11/+0
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber1-1/+0
2018-10-05score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber2-1/+1
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 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 Cheval11-0/+893