summaryrefslogtreecommitdiff
path: root/include/misc
AgeCommit message (Expand)Author
2017-04-27kernel: tickless: Add function to check if list contains multiple nodesRamesh Thomas
2017-04-22printk: add vprintk()Marti Bolivar
2017-04-22printk: add missing __printf_like attributesMarti Bolivar
2017-04-21Convert remaining code to using newly introduced integer sized typesKumar Gala
2017-04-20Introduce new sized integer typedefsKumar Gala
2017-04-17kernel: include inttypes.h to get access to PRI defines in most spotsKumar Gala
2017-04-14slist: Fix sys_slist_merge_slist clearing the wrong listLuiz Augusto von Dentz
2017-04-01slist: Add parentesis to container list and node pointerLuiz Augusto von Dentz
2017-04-01slist: Add SYS_SLIST_PEEK_TAIL_CONTAINERLuiz Augusto von Dentz
2017-02-16slist: add SYS_SLIST_ITERATE_FROM_NODE()Benjamin Walsh
2017-02-16dlist: add SYS_DLIST_ITERATE_FROM_NODE()Benjamin Walsh
2017-02-10dlist: Introduce CONTAINER macrosLuiz Augusto von Dentz
2017-02-10slist: Introduce CONTAINER macrosLuiz Augusto von Dentz
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-11util.h: Add IS_ENABLED() macro for expression-legal ifdef-checkingAndy Ross
2017-01-06dlist: add sys_dlist_peek_tail()Benjamin Walsh
2016-12-25shell: move shell to its own subsystemAnas Nashif
2016-12-25doc: Fix layout of the shell documentationAnas Nashif
2016-12-25logging: move event_logger to subsys/loggingAnas Nashif
2016-12-25kernel: remove last nanokernel ocrrurances from include/Anas Nashif
2016-12-24printk: Add ARG_UNUSED macroFlavio Santes
2016-12-21misc: add ceiling_fraction() macroBenjamin Walsh
2016-12-21misc/logger: Add ARG_UNUSEDFlavio Santes
2016-12-21misc/byteorder: Use the right data-typeFlavio Santes
2016-12-19tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTSAnas Nashif
2016-12-19debug: move debug features from misc to subsys/debugAnas Nashif
2016-12-19logging: move sys_log to subsys/loggingAnas Nashif
2016-12-12shell: Add ARG_UNUSED macro to avoid compiler warningsFlavio Santes
2016-12-11printk: Export _vprintk similar to how _prf is exportedJohan Hedberg
2016-12-07sys_log: Remove option of mapping to printfJohan Hedberg
2016-12-05printk: Add APIs to print into strings instead of default outputJohan Hedberg
2016-12-05printk: Refactor to allow passing a parsing context aroundJohan Hedberg
2016-12-02util: Ensure ARRAY_SIZE() will only take arraysLeandro Pereira
2016-12-02util: Add PART_OF_ARRAY() to check if pointer points to array elementLeandro Pereira
2016-11-27logging: add exeternal hook to sys_logYossi Havusha
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-18doc: Fix up API descriptions for ring buffersAllan Stephens
2016-11-18dlist: fix SYS_DLIST_FOR_EACH_SAFE when operating on empty listBenjamin Walsh
2016-11-16doc: Various corrections to doxygen info for Kernel APIsAllan Stephens
2016-11-12kernel/arch: consolidate tTCS and TNANO definitionsBenjamin Walsh
2016-11-09kernel: logger: move to unified kernel APIsAnas Nashif
2016-11-07include: remove old kernel defintionsAndrew Boie
2016-11-02unified: Add object tracing support for kernel objectsAllan Stephens
2016-11-02console: shell: Support multiple modulesYael Avramovich
2016-10-21unified/doc: Update ring buffers section of Kernel PrimerAllan Stephens
2016-10-15misc: fix off-by-one error in sys_memcpy_swap's assertBenjamin Walsh
2016-10-14byteorder: Add buffer swap helpersTomasz Bursztyka
2016-10-10dlist: add sys_dlist_peek_head_not_empty()Benjamin Walsh
2016-10-04nano_work: Don't assert if work is pending on submitLuiz Augusto von Dentz