summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2016-11-23kernel/arch: remove unused uk_task_ptr parameter from _new_thread()Benjamin Walsh
2016-11-18kernel: support for more than 32 total prioritiesBenjamin Walsh
2016-11-18kernel: Minor optimization to kernel event logger timestampingAllan Stephens
2016-11-18doc: Fix up API descriptions for kernel event loggerAllan Stephens
2016-11-18kernel: Ensure event logger APIs convert timeouts to millsecondsAllan Stephens
2016-11-18kernel: fix obsolete access to fields in K_DEBUG() callsBenjamin Walsh
2016-11-18kernel: fix thread prio and stack size types in some APIsBenjamin Walsh
2016-11-18kernel: remove v2 usage and rename KERNEL_V2_DEBUGAnas Nashif
2016-11-18doc: Minor cosmetic tweaks for kernel API descriptionsAllan Stephens
2016-11-18kernel: event_logger: use POST_KERNEL instead of NANOKERNELAnas Nashif
2016-11-16kernel: Enhance naming of memory pool configuration optionsAllan Stephens
2016-11-14kernel: remove last instances of tNANO in commentsBenjamin Walsh
2016-11-14kernel: fix typo in commentBenjamin Walsh
2016-11-13kernel: remove nano and micro default configsAnas Nashif
2016-11-12kernel: event_logger: fixed assert checking for priorityAnas Nashif
2016-11-12kernel: fix mailbox usage of SYS_DLIST_FOR_EACH_NODE()Benjamin Walsh
2016-11-12kernel/arch: consolidate tTCS and TNANO definitionsBenjamin Walsh
2016-11-12kernel: Eliminate use of KERNEL_V2 configuration optionAllan Stephens
2016-11-11kernel: Fix bug in dynamic alert initializationAllan Stephens
2016-11-11power_mgmt: Rename _sys_soc_resume notification disabling APIRamesh Thomas
2016-11-11power_mgmt: Simplify _sys_soc_resume notificationRamesh Thomas
2016-11-10kernel: fix k_msgq_get/put() from ISRBenjamin Walsh
2016-11-10kernel: add k_is_preempt_thread()Benjamin Walsh
2016-11-10kernel: export k_sched_lock and k_sched_unlock.Benjamin Walsh
2016-11-10kernel: Treat aborting by main() as a fatal system errorAllan Stephens
2016-11-10kernel: Fix bug in spawning of legacy tasks using floating pointAllan Stephens
2016-11-09kernel: logger: move to unified kernel APIsAnas Nashif
2016-11-09kernel: don't directly use deprecated sys_tick_get APIsAndrew Boie
2016-11-09kernel: deprecate old init levelsAndrew Boie
2016-11-08kernel: rename k_am_in_isr() to k_is_in_isr()Benjamin Walsh
2016-11-08kernel: add __ASSERT() for thread prioritiesBenjamin Walsh
2016-11-08kernel: add utility functions to compare thread prioritiesBenjamin Walsh
2016-11-08kernel: fix issues in idle threadBenjamin Walsh
2016-11-08kernel_event_logger: fix _current.prio acces in __ASSERT()Benjamin Walsh
2016-11-08unified/kernel: Assert that mutex is not unlocked without previous lockingDmitriy Korovkin
2016-11-07kernel: remove old kernel support in v2 codeAndrew Boie
2016-11-07kernel: remove old micro/nanokernel C codeAndrew Boie
2016-11-07kernel: Remove traces of legacy task groups from public APIAllan Stephens
2016-11-07benchmarks: rename _NanoTscRead -> _tsc_readAnas Nashif
2016-11-04unified: dissociate system workqueue from common workqueue moduleBenjamin Walsh
2016-11-04unified: Add missing arguments to K_TIMER_DEFINE()Allan Stephens
2016-11-04unified: Rename ESSENTIAL to K_ESSENTIALAllan Stephens