summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.Pavel Pisa2016-07-042-2/+9
* arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa2016-07-041-0/+1
* score: _CPU_SMP_Send_interrupt() documentationSebastian Huber2016-06-291-4/+0
* sparc: Optimize CPU counter supportSebastian Huber2016-06-225-38/+98
* sparc: Rework CPU counter supportSebastian Huber2016-06-214-26/+88
* i386: Fix _CPU_Bitfield_Find_first_bit()Sebastian Huber2016-06-131-6/+5
* score: Simplify priority bit map implementationSebastian Huber2016-06-0820-41/+2
* score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber2016-06-0818-47/+4
* powerpc: Define bitmap defines to FALSESebastian Huber2016-06-081-0/+4
* score: Delete dead copy and paste codeSebastian Huber2016-06-0810-1064/+5
* arm: Fix printk warnings.Chris Johns2016-06-031-16/+18
* score: Add libatomic supportSebastian Huber2016-05-302-212/+0
* score/i386: Fix printk format warnings.Chris Johns2016-05-251-5/+7
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-203-6/+6
* score: Rename _ISR_Disable_without_giant()Sebastian Huber2016-05-201-2/+2
* score: _Thread_Dispatch_increment_disable_level()Sebastian Huber2016-05-202-4/+4
* powerpc: Add FSL_EIS_TENSR, etc. definesSebastian Huber2016-04-221-0/+7
* powerpc: Add FSL_EIS_MAS8Sebastian Huber2016-04-131-0/+2
* i386: Define _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2016-03-041-1/+2
* score: Add CPU_MAXIMUM_PROCESSORSSebastian Huber2016-03-0417-0/+38
* 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-033-1/+19
* 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-032-9/+1
* _ARMV7M_Is_vector_an_irq: Use ARMV7M_VECTOR_SYSTICK instead of hardcoded 16Martin Galvan2016-02-191-1/+2
* epiphany: Delete unused SMP functionsSebastian Huber2016-02-181-119/+0
* sparc64: Avoid SCORE_EXTERNSebastian Huber2016-02-172-2/+8
* moxie: Delete superfluous _CPU_Null_fp_contextSebastian Huber2016-02-171-30/+1
* bfin: Delete superfluous _CPU_Null_fp_contextSebastian Huber2016-02-171-33/+1
* no_cpu: Avoid SCORE_EXTERNSebastian Huber2016-02-171-1/+1
* sparc: Avoid SCORE_EXTERNSebastian Huber2016-02-172-1/+5
* lm32: Avoid SCORE_EXTERNSebastian Huber2016-02-171-1/+1
* m68k: Avoid SCORE_EXTERNSebastian Huber2016-02-172-28/+34
* mips: Avoid SCORE_EXTERNSebastian Huber2016-02-172-1/+5
* epiphany: Delete superfluous _CPU_Null_fp_contextSebastian Huber2016-02-171-17/+1
* sh: Avoid SCORE_EXTERNSebastian Huber2016-02-172-3/+9
* i386: Avoid SCORE_EXTERNSebastian Huber2016-02-172-1/+5
* or1k: Delete superfluous _CPU_Null_fp_contextSebastian Huber2016-02-171-17/+1
* arm: Fix Cortex-M7 supportSebastian Huber2016-02-041-1/+2
* sparc: Adjust CPU_CACHE_LINE_BYTES for LEON3Sebastian Huber2016-01-261-2/+2
* score: Introduce CPU_CACHE_LINE_BYTESSebastian Huber2016-01-2617-254/+65
* sparc64: No explicit align of _CPU_Null_fp_contextSebastian Huber2016-01-261-1/+1
* sparc: No explicit align of _CPU_Null_fp_contextSebastian Huber2016-01-261-1/+1
* score: Delete obsolete CPU_TIMESTAMP_* definesSebastian Huber2016-01-2517-109/+0
* arm: Use DWT CYCCNT for timecounter if availableSebastian Huber2016-01-211-0/+27
* Remove AVR portJoel Sherrill2016-01-19187-208681/+0
* arm: Honor cache for Cortex-M7 supportSebastian Huber2016-01-151-2/+11
* arm: Accept Cortex-M7 multilibSebastian Huber2016-01-151-1/+1