summaryrefslogtreecommitdiff
path: root/include/misc
AgeCommit message (Expand)Author
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
2016-10-04nano_work: Add nano_work_pendingLuiz Augusto von Dentz
2016-10-01slist: add static initialization macroBenjamin Walsh
2016-09-13unified/object_tracing: disable object tracing in unified kernelBenjamin Walsh
2016-09-13workqueue: use kernel.h for workqueue header fileBenjamin Walsh
2016-09-13slist: add sys_slist_append_list and sys_slist_merge_slist()Benjamin Walsh
2016-09-13slist: add sys_slist_get() to fetch and remove the headBenjamin Walsh
2016-09-13dlist: add static initialization macroBenjamin Walsh
2016-09-13dlist: add SYS_DLIST_FOR_EACH_NODE/_SAFEBenjamin Walsh
2016-09-09misc/byteorder.h: Add a function to store a 64-bit int in LECarles Cufi
2016-09-07misc/byteorder.h: Add sys_get_le64 interfaceVinayak Chettimada
2016-08-30printk: warn on incorrect format code usageAndrew Boie
2016-08-29Revert "printk: warn on incorrect printf-style usage"Jaakko Hannikainen
2016-08-28printk: warn on incorrect printf-style usageAndrew Boie
2016-08-27nano_work: Make use of ATOMIC_DEFINE for the flagsJohan Hedberg
2016-08-18doc: Fix terminology in Kconfig files for 'platform'David B. Kinder
2016-08-05misc: Make sure byteorder.h does not get loaded more than onceTomasz Bursztyka
2016-07-27misc/byteorder.h: Mark bswap_16 & bswap_32 as internal helpersJohan Hedberg
2016-07-21misc/byteorder.h: Add helpers to get & put unaligned integersJohan Hedberg
2016-07-21misc/byteorder.h: Add documentation for existing APIsJohan Hedberg
2016-07-20__assert.h: format strings are not optionalAndrew Boie
2016-07-12QMSI/uart: Use IOAPIC_EDGE instead of IOAPIC_LEVELAndrei Emeltchenko
2016-06-30misc/kernel_event_logger.h: prototype irq entry pointAndrew Boie
2016-06-29util: add portable arithmetic shift rightBogdan Davidoaia
2016-06-16doc: fix typos in doc argument names, removing doxygen warningsInaky Perez-Gonzalez
2016-06-14sys_log: adds system log documentation pageGenaro Saucedo Tejada
2016-05-31nano_work: Add delayed versionLuiz Augusto von Dentz
2016-05-23kernel event logger: add possibility to use custom timestampFabrice Olivero
2016-05-23console: shell: Add return to command callbackLuiz Augusto von Dentz
2016-05-21nano_work: Add nano_work_initLuiz Augusto von Dentz
2016-05-19console: shell: Add help string to command tableLuiz Augusto von Dentz
2016-05-12nanokernel: Introduce workqueue APIVlad Dogaru
2016-05-12kernel event profiler: add dynamic enable/disable/configureFabrice Olivero
2016-04-28misc: Add sys_slist_insertLuiz Augusto von Dentz
2016-04-16debug: add target GDB serverBenjamin Walsh
2016-04-16debug/x86: add runtime info needed by target debuggersBenjamin Walsh
2016-04-15doc: misc/slist: fixed unsupported xml/html tag warningsDaniel Leung
2016-04-15doc: kernel_event_logger: fix complain about @defgroupDaniel Leung
2016-04-15doc: include/misc/slist: Fix @file tagDaniel Leung
2016-04-01console: shell: expect const commands arrayMaciek Borzecki
2016-04-01include: misc: Add a generic single linked list APITomasz Bursztyka
2016-03-26kernel_event_logger: wrong parameters order on macro definitionGenaro Saucedo Tejada
2016-03-24sys_log: User can prevent extra newline to be printedJukka Rissanen
2016-03-24include: misc: Add a utility macro to generate a bit maskTomasz Bursztyka
2016-03-18sys_log: Adds the common log API headerGenaro Saucedo Tejada
2016-03-17Bluetooth: Move stack analysis helper to a global locationJohan Hedberg