summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/x86_64 (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-15score: Add _CPU_Get_TLS_thread_pointer()Sebastian Huber1-0/+8
2023-08-21x86_64/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-5/+9
2023-06-12score: Remove CPU port specific cpuatomic.hSebastian Huber1-14/+0
2023-05-20Update company nameSebastian Huber1-1/+1
2023-04-29bsps/amd64: increase CPU alignment to 16Karel Gardas1-1/+1
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber1-0/+2
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber3-18/+18
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber1-9/+0
2022-07-04score: Add _CPU_Use_thread_local_storage()Sebastian Huber1-0/+7
2022-04-08x86_64/elf_machdep.h: Replace stub with NetBSD versionRyan Long1-4/+76
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