summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-12-25logging: move event_logger to subsys/loggingAnas Nashif
2016-12-21kernel: optimize ms-to-ticks for certain tick frequenciesBenjamin Walsh
2016-12-21kernel: add flag that tells the system is handling timeoutsBenjamin Walsh
2016-12-21kernel: fix all nanokernel usage in commentsAnas Nashif
2016-12-21drivers: eliminate nano/micro kernel usageAnas Nashif
2016-12-19tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTSAnas Nashif
2016-12-19kernel: move kernel code to kernel/ directlyAnas Nashif
2016-12-19kernel: merge kernel Kconfigs into oneAnas Nashif
2016-12-19kernel: fixed description of THREAD_CUSTOM_DATAAnas Nashif
2016-12-19debug: move debug features from misc to subsys/debugAnas Nashif
2016-12-19kernel: kconfig: move power management options outAnas Nashif
2016-12-19kernel: kconfig: move event logger options into fileAnas Nashif
2016-12-19kernel: kconfig: replace task/fiber with threadsAnas Nashif
2016-12-19kernel: Isolate logger optionsAnas Nashif
2016-12-19kernel: rename NANOKERNEL_TICKLESS_IDLE_SUPPORTEDAnas Nashif
2016-12-19kernel: remove nano/micro wording and usageAnas Nashif
2016-12-19kernel: add missing ___kernel_t_arch_OFFSETBenjamin Walsh
2016-12-17kernel/arch: rename ARCH_HAS_NANO_FIBER_ABORT to ARCH_HAS_THREAD_ABORTBenjamin Walsh
2016-12-17kernel: fix warnings when CONFIG_MULTITHREADING=nBenjamin Walsh
2016-12-17kernel: initialize system work queue after kernel is upBenjamin Walsh
2016-12-17kernel: set CONFIG_MDEF by defaultAnas Nashif
2016-12-15kernel: introduce single-threaded kernelBenjamin Walsh
2016-12-15kernel: fix dummy init thread prio in preempt-only configurationsBenjamin Walsh
2016-12-15kernel: enable and optimize coop-only configurationsBenjamin Walsh
2016-12-15kernel: add CONFIG_PREEMPT_ENABLED and CONFIG_COOP_ENABLEDBenjamin Walsh
2016-12-15kernel: add k_cpu_idle/k_cpu_atomic_idle()Benjamin Walsh
2016-12-15kernel: enhance realtime-ness when handling timeoutsBenjamin Walsh
2016-12-15kernel: fix typoBenjamin Walsh
2016-12-15kernel/timers: move tick computation out of irq_lock blockBenjamin Walsh
2016-12-15kernel: add defines for delta_ticks_from_prev special valuesBenjamin Walsh
2016-12-15kernel/arch: enhance the "ready thread" cacheBenjamin Walsh
2016-12-14kernel: remove NANOKERNEL and MICROKERNEL configsAnas Nashif
2016-12-12kernel: disable MDEF by defaultAnas Nashif
2016-12-12kernel: Add ARG_UNUSED macro to avoid compiler warningsFlavio Santes
2016-12-12kernel/mem_slab: Use the right data-typeFlavio Santes
2016-12-12kernel/mem_pool: Use the right data-typeFlavio Santes
2016-12-12kernel: Refactor remaining time evaluation for timeoutsJohan Hedberg
2016-12-11random: Rewrite sys_rand32_init() with SYS_INIT()Marcus Shawcroft
2016-12-08kernel: Disable interrupts after tick calculation in k_sleep()Carles Cufi
2016-12-02kernel: replace .BSS and .DATA setup with standard library callsMahavir Jain
2016-12-02kernel: include kernel version in boot bannerMahavir Jain
2016-12-02work_q: delayed work cancel returns incorrect statusMahavir Jain
2016-11-30kernel: fix race condition when spawning a thread with a delayBenjamin Walsh
2016-11-26kernel: remove K_TIMING thread flagBenjamin Walsh
2016-11-26kernel/arch: move common thread.flags definitions to common fileBenjamin Walsh
2016-11-24kernel: disable INIT_STACKS by defaultBenjamin Walsh
2016-11-23kernel/mbox: add missing dummy thread timeout initBenjamin Walsh
2016-11-23kernel: streamline initialization of _thread_base and timeoutsBenjamin Walsh
2016-11-23kernel: declare main and idle stack as globalsVinayak Chettimada
2016-11-23kernel: add support for switching to main thread without _Swap()Benjamin Walsh