summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore2021-05-271-16/+50
* bsps/aarch64: Break out system registersKinsey Moore2021-05-271-0/+9985
* score/aarch64: Align context validation frameKinsey Moore2021-05-261-11/+18
* score: Add _CPU_Context_switch_no_return()Sebastian Huber2021-05-188-4/+55
* Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber2021-04-208-8/+0
* cpukit/aarch64: Restore ISR cookie bit maskKinsey Moore2021-04-191-13/+13
* cpukit/aarch64: Add ESR register decodingAlex White2021-04-061-10/+125
* leon,tn-0018: work around GRLIB-TN-0018 errataDaniel Hellstrom2021-03-116-1/+105
* sparc,leon: avoid triggering LEON3FT errata TN-0009Daniel Hellstrom2021-03-111-2/+3
* sparc,leon: avoid triggering TN-0009 bad sequenceDaniel Hellstrom2021-03-111-1/+2
* sparc: fix bad register alignment for 64 bit storeDaniel Hellstrom2021-03-111-1/+3
* sparc: Remove sequences that the B2BST scan script warns aboutDaniel Cederman2021-03-112-3/+6
* bsps/aarch64: RTEMS_DEBUG stack alignment faultsKinsey Moore2021-03-051-2/+8
* score/aarch64: Fix interrupt level readsAlex White2021-03-052-3/+7
* aarch64: Fix context switchSebastian Huber2021-03-051-2/+2
* score: Enforce CPU_STACK_ALIGNMENT requirementsSebastian Huber2021-03-0411-98/+8
* nios2: Allow ISR nesting in dispatch variantSebastian Huber2021-02-012-173/+16
* nios2: Optimize ISR dispatch variantSebastian Huber2021-02-011-42/+60
* nios2: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2021-02-015-35/+23
* nios2: Add TLS supportSebastian Huber2021-02-011-4/+15
* nios2: Make _ISR_Is_in_progress() weakSebastian Huber2021-02-011-1/+1
* nios2: Fix ISR dispatch variantsSebastian Huber2021-02-012-9/+7
* Update header.amSebastian Huber2020-12-231-0/+2
* arm: Add support for Arm PMSAv8-32Sebastian Huber2020-12-223-0/+568
* arm: Add header file for AArch32 System RegistersSebastian Huber2020-12-221-0/+14657
* arm: Optimize arm_interrupt_disable()Sebastian Huber2020-12-161-2/+11
* cpu/armv7m: Fix table based init for ARMV7M_MPUChristian Mauderer2020-12-141-1/+7
* cpukit/aarch64: Add explanation of exception flowKinsey Moore2020-12-102-3/+18
* cpukit/aarch64: Use hex consistently for offsetsKinsey Moore2020-12-105-116/+116
* arm: Support Armv8 in <rtems/score/arm.h>Sebastian Huber2020-12-101-11/+10
* score/aarch64: Resolve warning in exception dumpKinsey Moore2020-11-241-2/+2
* cpu/armv7m: Add table based init for ARMV7M_MPUChristian Mauderer2020-11-201-0/+103
* score/aarch64: Size saved SP register for ABIKinsey Moore2020-11-131-1/+4
* sparc: Add SPARC_INTERRUPT_SOURCE_TO_TRAP()Sebastian Huber2020-11-061-0/+12
* sparc: Add SPARC_INTERRUPT_TRAP_TO_SOURCE()Sebastian Huber2020-11-061-0/+17
* sparc: Add SPARC_IS_INTERRUPT_TRAP()Sebastian Huber2020-11-061-0/+17
* sparc: Move SPARC-specific macros to sparc.hSebastian Huber2020-11-062-22/+40
* bsps/arm: Workaround for Errata 845369Sebastian Huber2020-10-161-0/+32
* rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber2020-10-1019-62/+28
* score: Add AArch64 portKinsey Moore2020-10-0516-0/+2751
* or1k: Do not use printk() for _CPU_Fatal_halt()Sebastian Huber2020-09-231-4/+0
* or1k: Remove superfluous includesSebastian Huber2020-09-231-2/+0
* arm: Fix arm_cp15_set_translation_table_entries()Sebastian Huber2020-09-171-0/+16
* i386/score: fix assembly mnemonicGedare Bloom2020-09-121-1/+1
* sparc: Use RTEMS_XCONCAT()Sebastian Huber2020-08-201-4/+2
* i386: Fix possible race condition on first context restoreJan Sommer2020-07-291-1/+1
* epiphany: Remove support for this targetSebastian Huber2020-07-0513-1882/+0
* i386: Replace fpcr clobber with memory clobberSebastian Huber2020-07-052-3/+3
* score: Clarify CPU_USE_LIBC_INIT_FINI_ARRAY optionSebastian Huber2020-06-301-3/+4
* score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore2020-06-3018-0/+42