summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2016-11-30arc: move disabling/invalidation of caches earlierBenjamin Walsh
2016-11-30Fix Kconfig formatting.Marcus Shawcroft
2016-11-29x86: don't set segment registers if we don't set GDTAndrew Boie
2016-11-28arm/frdm_k64f: fix boot issue with MBED bootloader and INIT_STACKS=yBenjamin Walsh
2016-11-28quark_se_ss: power_mgmt: Fix a bug in call to sleep instructionRamesh Thomas
2016-11-28quark_se: power_mgmt: Fixes a cpu context save bugRamesh Thomas
2016-11-27drivers: timer: nRF SoC Series RTC system clock implementationVinayak Chettimada
2016-11-27arm: systick: Some SoCs do not have systickAnas Nashif
2016-11-26arm: fix bug when Zero Latency Interrupts are enabledBenjamin Walsh
2016-11-26arc: fix missing _firq_stack symbol when INIT_STACKS=y and NUM_BANKS=1Benjamin Walsh
2016-11-26kernel/arch: move common thread.flags definitions to common fileBenjamin Walsh
2016-11-24arm: fix early boot on Cortex-M0 with init stackBenjamin Walsh
2016-11-23arm: Enable REBOOT when RUNTIME_NMI is selectedVincenzo Frascino
2016-11-23arm: make _timer_int_handler optionalVinayak Chettimada
2016-11-23arm: Fix CONFIG_RUNTIME_NMI behaviorVincenzo Frascino
2016-11-23kernel: streamline initialization of _thread_base and timeoutsBenjamin Walsh
2016-11-23arc: support interrupt/FIRQ stacks with CONFIG_INIT_STACKSBenjamin Walsh
2016-11-23arm: support interrupt stack with CONFIG_INIT_STACKSBenjamin Walsh
2016-11-23arc: use one of the interrupt stacks during early initBenjamin Walsh
2016-11-23arm: use interrupt stack during early initBenjamin Walsh
2016-11-23kernel/arch: remove unused uk_task_ptr parameter from _new_thread()Benjamin Walsh
2016-11-22arch: stm32f1: Fixing a typoTomasz Bursztyka
2016-11-22arch: stm32f1: Fix 80 char limit issueTomasz Bursztyka
2016-11-19x86: set accessed bit in ROM-based GDTAndrew Boie
2016-11-18kernel: fix thread prio and stack size types in some APIsBenjamin Walsh
2016-11-18soc: stm32f1: gpio: Fix unnecessary else statementSergio Rodriguez
2016-11-17kernel/arm: fix race condition when setting _Swap() return valueBenjamin Walsh
2016-11-17fatal error handlers: report which thread croakedInaky Perez-Gonzalez
2016-11-16doc: Various corrections to doxygen info for Kernel APIsAllan Stephens
2016-11-16kernel/arm: fix missing interrupt lock around _is_next_thread_current()Benjamin Walsh
2016-11-14cc3200: Remove CPU_HAS_FPU from cc3200 Kconfig.socGil Pitney
2016-11-15kernel/arm: add comment about _is_next_thread_currentBenjamin Walsh
2016-11-13drivers: update ipm driver to use unified kernelAnas Nashif
2016-11-12kernel/arch: consolidate tTCS and TNANO definitionsBenjamin Walsh
2016-11-12kernel: Eliminate use of KERNEL_V2 configuration optionAllan Stephens
2016-11-12console : usb: USB UART console output supportJithu Joseph
2016-11-11arc: trap handler should always check IRQ_ACTChuck Jordan
2016-11-11quark-se: power_mgmt: Add a optional deep sleep resume handlerRamesh Thomas
2016-11-11power_mgmt: Do not notify deep sleep if bootloader does context restoreRamesh Thomas
2016-11-11power_mgmt: Simplify _sys_soc_resume notificationRamesh Thomas
2016-11-11arm: soc: Add support for ARM Beetle SoCVincenzo Frascino
2016-11-11power: Fix x86 wake up sequenceJulien Delayen
2016-11-11power: Add ARC power states and update sampleJulien Delayen
2016-11-10arch: arc: arm: sys_thread_self_get -> k_current_getAnas Nashif
2016-11-09kernel: Clean up of x86 floating point codeAllan Stephens
2016-11-09arches: use new kernel APIsAndrew Boie
2016-11-09kernel: deprecate old init levelsAndrew Boie
2016-11-08kernel: add __ASSERT() for thread prioritiesBenjamin Walsh
2016-11-08arc: fix race condition when returning from interruptBenjamin Walsh
2016-11-08arc: remove CONFIG_NANOKERNEL codeAndrew Boie