summaryrefslogtreecommitdiff
path: root/arch/arm/include
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-19kernel: remove unused and obsolete headersAnas Nashif
2016-12-19kernel: remove nano/micro wording and usageAnas Nashif
2016-12-15kernel: add k_cpu_idle/k_cpu_atomic_idle()Benjamin Walsh
2016-12-15kernel/arch: enhance the "ready thread" cacheBenjamin Walsh
2016-12-15arm: relinquish one IRQ priority reserved by kernelBenjamin Walsh
2016-11-26kernel/arch: move common thread.flags definitions to common fileBenjamin Walsh
2016-11-23arm: use interrupt stack during early initBenjamin Walsh
2016-11-17kernel/arm: fix race condition when setting _Swap() return valueBenjamin Walsh
2016-11-12kernel/arch: consolidate tTCS and TNANO definitionsBenjamin Walsh
2016-11-07kernel: Rename USE_FP and USE_SSE symbolsAllan Stephens
2016-11-04arm: remove support for legacy kernelsAndrew Boie
2016-11-04unified: Rename ESSENTIAL to K_ESSENTIALAllan Stephens
2016-10-27kernel: merge _IS_IN_ISR() with _is_in_isr()Benjamin Walsh
2016-10-22arch/arm: add initial support for Cortex-M0/M0+Ricardo Salveti
2016-10-10unified: cache the next thread to runBenjamin Walsh
2016-09-23unified: Remove references to obsolete task_timeoutPeter Mitsis
2016-09-20unified: Include _timeout structure in tcs_basePeter Mitsis
2016-09-13unified/arm: add unified kernel support for ARM archBenjamin Walsh
2016-07-21arm: assume irq stack and size are alignedAndrew Boie
2016-07-18nanokernel, cosmetic: Standardize [INT|EXC]_ACTIVE commentsPeter Mitsis
2016-06-29arm float: Add preemptive FP regsPeter Mitsis
2016-05-04nanokernel: Add back pointer to microkernel taskPeter Mitsis
2016-03-26power_mgmt: Make names consistent with new RFCRamesh Thomas
2016-03-26kernel: Combine nano_timers and nano_timeoutsDmitriy Korovkin
2016-03-11debug: thread monitor allow to access more thread informationJuan Manuel Cruz
2016-02-05idle: fix tasks waiting when NANO_TIMEOUTS is enabledBenjamin Walsh
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
2016-02-05kernel: add per-thread errno supportBenjamin Walsh
2016-02-05Fixed file description and applied doxygen styleAnas Nashif
2016-02-05irq_offload: API to run a function in IRQ contextAndrew Boie
2016-02-05Rename Profiler to Event Logger.Yonattan Louise
2016-02-05cleanup: removing NOMANUALDan 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-05Remove not needed stack growth direction definesSzymon Janc
2016-02-05profiler_arch.h: remove broken, unnecessary #includeAndrew Boie
2016-02-05Profile interrupt events.Yonattan Louise
2016-02-05arm: rename instances of CortexMBenjamin Walsh
2016-02-05clarify use of term 'context'Benjamin Walsh
2016-02-05microkernel: remove last remnants of 'process' from textBenjamin 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