summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/microblaze: Simplify dispatch assemblyKinsey Moore2022-02-041-45/+3
* cpukit/microblaze: Clarify interrupt frame usageKinsey Moore2022-02-042-5/+14
* cpukit/microblaze: Add exception extensionsKinsey Moore2022-02-043-0/+388
* cpukit/microblaze: Add debug vector and handlerKinsey Moore2022-02-042-0/+35
* cpukit/microblaze: Add exception frameworkKinsey Moore2022-02-043-17/+187
* microblaze: Add support for libbsd networkingAlex White2022-02-012-4/+1
* arm: Optimize interrupt handlingSebastian Huber2022-01-173-0/+53
* arm: Fix stack alignment during interrupt handlingSebastian Huber2022-01-171-10/+23
* arm: Avoid duplicate move from CPSRSebastian Huber2022-01-171-4/+3
* arm: Rework per-CPU control in interrupt handlingSebastian Huber2022-01-151-56/+46
* arm: Use push/pop instructions for readabilitySebastian Huber2022-01-151-11/+11
* arm: Add AARCH32_PMSA_DATA_READ_WRITE_DEFAULTSebastian Huber2021-11-301-8/+28
* arm: Fix AARCH32_PMSA_DATA_READ_WRITE_CACHEDSebastian Huber2021-11-301-1/+1
* sparc: Add workaround for GRLIB-TN-0011Sebastian Huber2021-11-261-0/+12
* cpukit: Consistize OAR copyright headersKinsey Moore2021-11-221-1/+1
* bsps/aarch64: Set interrupt level correctlyKinsey Moore2021-11-011-5/+11
* aarch64: Break out MMU definitionsKinsey Moore2021-11-011-0/+97
* cpukit/aarch64: Use correct debug register namesKinsey Moore2021-11-011-16/+1096
* cpukit/aarch64: Add exception extensions supportKinsey Moore2021-10-294-84/+292
* cpukit: Add exception extensionsKinsey Moore2021-10-291-0/+63
* microblaze: Rework for RTEMS 6Alex White2021-10-1312-1490/+963
* bsps: Add MicroBlaze FPGA BSPHesham ALMatary2021-10-135-79/+238
* score: Add MicroBlaze portJoel Sherrill2021-10-134-0/+1626
* improve the format error reporting on i386Zacchaeus Leung2021-10-041-4/+4
* cpukit/aarch64: Use correct interrupt level typesKinsey Moore2021-10-012-4/+4
* cpukit/aarch64: Use correct context register setsKinsey Moore2021-10-012-55/+123
* cpukit: Add AArch64 SMP SupportKinsey Moore2021-09-215-9/+160
* build: Remove old build systemSebastian Huber2021-09-2117-156/+0
* Turn off executable permissions for a number of source filesJoel Sherrill2021-08-091-0/+0
* score: Canonicalize _CPU_Fatal_halt()Sebastian Huber2021-07-2850-284/+224
* score: Remove processor event broadcast/receiveSebastian Huber2021-07-288-103/+0
* cpukit: occured -> occurredSebastian Huber2021-07-162-4/+4
* sparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTIONSebastian Huber2021-07-151-14/+0
* arm: For AArch32 use non-shareable memorySebastian Huber2021-06-291-2/+2
* arm: Fix AARCH32_PMSA_ATTR_XN valueSebastian Huber2021-06-291-1/+1
* arm: Fix AArch32 memory attribute definesSebastian Huber2021-06-291-4/+4
* arm: Disable alignment check in PMSA initSebastian Huber2021-06-291-1/+1
* sparc: Simplify trap table initializationSebastian Huber2021-06-243-54/+638
* sparc: Move FP frame offset defines to cpuimpl.hSebastian Huber2021-06-242-57/+57
* sparc: More reliable bad trap handlingSebastian Huber2021-06-245-1/+513
* sparc: Move ISR handler install routinesSebastian Huber2021-06-242-174/+201
* score: Remove _CPU_Initialize_vectors()Sebastian Huber2021-06-2412-72/+0
* cpu/armv7m: Fix initialization of MPU regionsChristian Mauderer2021-06-211-1/+1
* cpu/armv7m: Avoid regions with negative sizeChristian Mauderer2021-06-211-1/+1
* arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR()Sebastian Huber2021-06-161-1/+1
* 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