summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-211-11/+0
* score: Canonicalize _CPU_Fatal_halt()Sebastian Huber2021-07-282-11/+2
* score: Remove processor event broadcast/receiveSebastian Huber2021-07-281-10/+0
* rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber2020-10-101-5/+2
* i386/score: fix assembly mnemonicGedare Bloom2020-09-121-1/+1
* i386: Fix possible race condition on first context restoreJan Sommer2020-07-291-1/+1
* i386: Replace fpcr clobber with memory clobberSebastian Huber2020-07-052-3/+3
* score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore2020-06-301-0/+2
* bsp/pc386: Define interrupt stack frame for smpJan Sommer2020-06-112-13/+17
* bsp/pc386: Update context switch and restoreJan Sommer2020-06-112-16/+51
* bsp/pc386: Update GDT to work for SMPJan Sommer2020-06-112-5/+32
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-041-1/+1
* doxygen: score: Add i386 CPU architecture groupAndreas Dachsberger2019-04-018-2/+57
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-141-1/+0
* i386: Remove use of proc_ptrSebastian Huber2018-11-122-23/+6
* build: Include header.am in cpukit/Makefile.amSebastian Huber2018-10-102-20/+10
* build: Merge score/cpu/*/Makefile.amSebastian Huber2018-10-101-9/+0
* build: Remove specialized CPPFLAGSSebastian Huber2018-10-091-1/+0
* score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber2018-10-052-23/+1
* Use rtems_task_exit()Sebastian Huber2018-10-021-1/+1
* score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber2018-08-021-1/+0
* score: Add _CPU_Instruction_illegal()Sebastian Huber2018-07-231-0/+5
* score: Add _CPU_Instruction_no_operation()Sebastian Huber2018-07-201-0/+5
* score: Move context validation declarationsSebastian Huber2018-07-202-12/+12
* Rework initialization and interrupt stack supportSebastian Huber2018-06-271-8/+0
* score: Add CPU_INTERRUPT_STACK_ALIGNMENTSebastian Huber2018-06-271-0/+2
* Remove unused CPU_MODES_INTERRUPT_LEVELSebastian Huber2018-06-271-1/+0
* Add _CPU_Counter_frequency()Sebastian Huber2018-06-152-0/+3
* Remove register keyword from public header filesSebastian Huber2018-04-163-24/+24
* i386/smp: Export _CPU_SMP_Prepare_start_multitasking as a functionAmaan Cheval2018-03-161-2/+1
* i386/smp: Define CPU_Interrupt_frame as non-void structAmaan Cheval2018-03-161-1/+15
* Rework i386 Paravirtualization to have paravirt.hJoel Sherrill2018-03-135-3/+70
* i386/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-124-49/+4
* Remove make preinstallChris Johns2018-01-2513-75/+84
* i386: Support thread-local storage (TLS)Sebastian Huber2017-06-123-7/+43
* i386: Move _CPU_Context_Initialize()Sebastian Huber2017-06-092-46/+65
* cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell2017-04-141-1/+2
* score: Delete _CPU_Context_Fp_start()Sebastian Huber2017-01-261-3/+0
* Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber2017-01-241-8/+0
* score: Robust thread dispatchSebastian Huber2016-11-231-0/+2
* score: Add _ISR_Is_enabled()Sebastian Huber2016-11-181-0/+5
* rtems: Conditionally define rtems_interrupt_frameSebastian Huber2016-11-181-1/+1
* score: Move CPU_PER_CPU_CONTROL_SIZESebastian Huber2016-11-182-2/+4
* score: Remove obsolete definesSebastian Huber2016-11-181-2/+0
* score: Add <rtems/score/cpuimpl.h>Sebastian Huber2016-11-073-0/+35
* score: Fix C/C++ compatibility issueSebastian Huber2016-09-231-4/+0
* i386: Fix _CPU_Bitfield_Find_first_bit()Sebastian Huber2016-06-131-6/+5
* score: Simplify priority bit map implementationSebastian Huber2016-06-081-1/+0
* score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber2016-06-081-1/+0
* score/i386: Fix printk format warnings.Chris Johns2016-05-251-5/+7