summaryrefslogtreecommitdiff
path: root/arch/arm/core/fault.c
AgeCommit message (Expand)Author
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-12arm: Adjust cortex-m7 support to reflect its ARMv7-M architecture.Marcus Shawcroft
2017-01-12arm: Replace CONFIG_CPU_CORTEX_M3_M4 with CONFIG_ARMV7_MMarcus Shawcroft
2017-01-12arm: Replace CONFIG_CPU_CORTEX_M0_M0PLUS with CONFIG_ARMV6_MMarcus Shawcroft
2017-01-12arm: Restructure ARM cpu related preprocessor conditionals.Marcus Shawcroft
2017-01-03arm: Cortex-M0: Adapt core register code to M0Carles Cufi
2016-12-25kernel: replace all remaining nanokernel occurancesAnas Nashif
2016-12-03arm: Remove unused parameter warningFlavio Santes
2016-11-12kernel/arch: consolidate tTCS and TNANO definitionsBenjamin Walsh
2016-11-10arch: arc: arm: sys_thread_self_get -> k_current_getAnas Nashif
2016-11-09arches: use new kernel APIsAndrew Boie
2016-10-22arch/arm: add initial support for Cortex-M0/M0+Ricardo Salveti
2016-08-28arm: fix incorrect printk() usageAndrew Boie
2016-03-31arm: Disable unaligned access trapsDmitriy Korovkin
2016-02-05arm: refactor fault handling stack pointer passingBenjamin Walsh
2016-02-05Fixed file description and applied doxygen styleAnas Nashif
2016-02-05cleanup: removing NOMANUALDan Kalowsky
2016-02-05checkpatch: error - spacingDan Kalowsky
2016-02-05checkpatch: warning - block_comment_styleDan Kalowsky
2016-02-05Adding in doxygen comment headersDan Kalowsky
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05clarify use of term 'context'Benjamin Walsh
2016-02-05doxygen: add @brief and capitalizeAnas Nashif
2016-02-05doxygen: RETURNS: -> @returnAnas Nashif
2016-02-05doxygen: change comment style to match javadocAnas Nashif
2016-02-05Rename nanokernel's nanok.h to nano_private.hAllan Stephens
2016-02-05Eliminate unnecessary references to cpu.h and cputype.hAllan Stephens
2016-02-05Renaming include/nanokernel to include/archDan Kalowsky
2015-04-10First commitInaky Perez-Gonzalez