summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2016-11-03tests: power_mgmt: Make power test unified kernel basedRamesh Thomas
2016-11-03power: Update Quark SE PM layer with QMSI 1.3Julien Delayen
2016-11-02unified: Add object tracing support for kernel objectsAllan Stephens
2016-11-01unified: API changes to event handlingPeter Mitsis
2016-10-31unified: Update kernel.h doxygen commentsPeter Mitsis
2016-10-31unified: Fix boot_time nanokernel benchmarkPeter Mitsis
2016-10-28unified: handle MDEF files that declare main()Andrew Boie
2016-10-28unified: rename 'events' to 'alerts'Benjamin Walsh
2016-10-28unified: rename 'memory maps' to 'memory slabs'Benjamin Walsh
2016-10-28unified/arc: Fix scheduler algorithm bugDmitriy Korovkin