summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386 (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber1-11/+0
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber2-11/+2
2021-07-28score: Remove processor event broadcast/receiveSebastian Huber1-10/+0
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-5/+2
2020-09-12i386/score: fix assembly mnemonicGedare Bloom1-1/+1
2020-07-29i386: Fix possible race condition on first context restoreJan Sommer1-1/+1
2020-07-05i386: Replace fpcr clobber with memory clobberSebastian Huber2-3/+3
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore1-0/+2
2020-06-11bsp/pc386: Define interrupt stack frame for smpJan Sommer2-13/+17
2020-06-11bsp/pc386: Update context switch and restoreJan Sommer2-16/+51
2020-06-11bsp/pc386: Update GDT to work for SMPJan Sommer2-5/+32
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2019-04-01doxygen: score: Add i386 CPU architecture groupAndreas Dachsberger8-2/+57
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber1-1/+0
2018-11-12i386: Remove use of proc_ptrSebastian Huber2-23/+6
2018-10-10build: Include header.am in cpukit/Makefile.amSebastian Huber2-20/+10
2018-10-10build: Merge score/cpu/*/Makefile.amSebastian Huber1-9/+0
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber1-1/+0
2018-10-05score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber2-23/+1
2018-10-02Use rtems_task_exit()Sebastian Huber1-1/+1
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-12/+12
2018-06-27Rework initialization and interrupt stack supportSebastian Huber1-8/+0
2018-06-27score: Add CPU_INTERRUPT_STACK_ALIGNMENTSebastian Huber1-0/+2
2018-06-27Remove unused CPU_MODES_INTERRUPT_LEVELSebastian Huber1-1/+0
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber2-0/+3
2018-04-16Remove register keyword from public header filesSebastian Huber3-24/+24
2018-03-16i386/smp: Export _CPU_SMP_Prepare_start_multitasking as a functionAmaan Cheval1-2/+1
2018-03-16i386/smp: Define CPU_Interrupt_frame as non-void structAmaan Cheval1-1/+15
2018-03-13Rework i386 Paravirtualization to have paravirt.hJoel Sherrill5-3/+70
2018-03-12i386/include/rtems/score/types.h: Eliminate this fileJoel Sherrill4-49/+4
2018-01-25Remove make preinstallChris Johns13-75/+84
2017-06-12i386: Support thread-local storage (TLS)Sebastian Huber3-7/+43
2017-06-09i386: Move _CPU_Context_Initialize()Sebastian Huber2-46/+65
2017-04-14cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell1-1/+2
2017-01-26score: Delete _CPU_Context_Fp_start()Sebastian Huber1-3/+0
2017-01-24Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber1-8/+0
2016-11-23score: Robust thread dispatchSebastian Huber1-0/+2
2016-11-18score: Add _ISR_Is_enabled()Sebastian Huber1-0/+5
2016-11-18rtems: Conditionally define rtems_interrupt_frameSebastian Huber1-1/+1
2016-11-18score: Move CPU_PER_CPU_CONTROL_SIZESebastian Huber2-2/+4
2016-11-18score: Remove obsolete definesSebastian Huber1-2/+0
2016-11-07score: Add <rtems/score/cpuimpl.h>Sebastian Huber3-0/+35
2016-09-23score: Fix C/C++ compatibility issueSebastian Huber1-4/+0
2016-06-13i386: Fix _CPU_Bitfield_Find_first_bit()Sebastian Huber1-6/+5
2016-06-08score: Simplify priority bit map implementationSebastian Huber1-1/+0
2016-06-08score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber1-1/+0
2016-05-25score/i386: Fix printk format warnings.Chris Johns1-5/+7