summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/rtems/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove make preinstallChris Johns2018-01-258-1687/+0
* i386: Support thread-local storage (TLS)Sebastian Huber2017-06-121-7/+10
* i386: Move _CPU_Context_Initialize()Sebastian Huber2017-06-091-46/+9
* 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-071-0/+30
* 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
* i386: Define _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2016-03-041-1/+2
* score: Add CPU_MAXIMUM_PROCESSORSSebastian Huber2016-03-041-0/+2
* i386: refactor libcpu/cpu.h into rtems/score/i386.hJoel Sherrill2016-03-032-19/+423
* i386 ..score/cpu.h: Fix spacingJoel Sherrill2016-03-031-2/+2
* i386: prepare for paravirtualized interruptsGedare Bloom2016-03-032-1/+15
* i386: relocate fatal halt to bsp layerGedare Bloom2016-03-031-9/+2
* i386: remove redundant CPP definesGedare Bloom2016-03-031-3/+0
* i386: move idle thread into BSP layerGedare Bloom2016-03-031-1/+1
* i386: Avoid SCORE_EXTERNSebastian Huber2016-02-171-1/+1
* score: Introduce CPU_CACHE_LINE_BYTESSebastian Huber2016-01-261-0/+4
* score: Delete obsolete CPU_TIMESTAMP_* definesSebastian Huber2016-01-251-2/+0
* basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2015-10-261-1/+1
* cpukit: add and use CPU_Uint32ptr typeGedare Bloom2015-03-161-0/+3
* score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber2015-03-051-1/+0
* score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2015-02-171-0/+2
* i386: doxygen and comments related to VESA real mode framebufferJan Dolezal2014-12-041-15/+24
* score: i386: functions converting real mode pointer to physical address and backJan Dolezal2014-11-201-0/+32
* score/cpu/i386/rtems/score/cpu.h: Fix set but not used warningJoel Sherrill2014-10-201-0/+1
* Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom2014-09-101-1/+1
* score: Fix CPU context usage on SMPSebastian Huber2014-05-081-9/+14
* score: Implement forced thread migrationSebastian Huber2014-05-071-0/+27
* score: Statically initialize _ISR_Vector_tableSebastian Huber2014-04-291-7/+0
* score: SMP initialization changesSebastian Huber2014-04-141-1/+5
* score: Rename Priority_bit_map_ControlSebastian Huber2014-04-031-1/+1
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-217-7/+7
* score: _CPU_SMP_Get_current_processor()Sebastian Huber2014-02-211-1/+1
* score: Rename bsp_smp_initialize()Sebastian Huber2014-02-191-0/+2
* score: Use atomic API for SMP lockSebastian Huber2014-02-171-100/+0
* score: Add CPU counter supportSebastian Huber2014-02-141-0/+12
* score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber2014-02-051-3/+0
* Add thread-local storage (TLS) supportSebastian Huber2014-02-041-1/+1
* score: Simplify <rtems/score/cpuatomic.h>WeiY2013-08-281-30/+6
* score/cpu: Add CPU_Per_CPU_controlSebastian Huber2013-08-091-0/+6
* score/cpu: Fix _CPU_SMP_lock_Acquire()Sebastian Huber2013-07-301-1/+1
* score/i386: Fix _CPU_Fatal_halt()Sebastian Huber2013-07-301-1/+2