summaryrefslogtreecommitdiff
path: root/kernel/nanokernel
AgeCommit message (Expand)Author
2016-10-27kernel: merge _IS_IN_ISR() with _is_in_isr()Benjamin Walsh
2016-10-26kernel: Add interrupt locking to thread monitoring exit APIAllan Stephens
2016-10-26kernel: Revise thread monitoring exit API namingAllan Stephens
2016-10-21kernel: Relocate ring buffer suppport to 'misc' directoryAllan Stephens
2016-10-10unified: move code from nanokernel into unified kernelKumar Gala
2016-10-07kernel: boot banner requires early console, so select itAnas Nashif
2016-10-04nano_work: Add nano_work_pendingLuiz Augusto von Dentz
2016-10-04nano: remove duplicated typedefBenjamin Walsh
2016-09-29device: Make device_get_binding() const correctDaniel Thompson
2016-09-22power_mgmt: Update Power Management device driver APIamirkapl
2016-09-09kernel: abolish FUNC_NO_FPAndrew Boie
2016-08-31kernel: Rename CONFIG_CUSTOM_RANDOM_GENERATOR to CONFIG_RANDOM_GENERATORMarcus Shawcroft
2016-08-18doc: Fix terminology in Kconfig files for 'platform'David B. Kinder
2016-07-27nano_init.c: STACK_CANARY_INIT fix for ARCJuro Bystricky
2016-07-27nano_work: Fix never yielding from fiberJohan Hedberg
2016-07-20nano_init: force nanokernel stack alignmentAndrew Boie
2016-07-18nanokernel: support GCC compiler atomic builtinsAndrew Boie
2016-07-18nanokernel: remove duplicate symbols in image filetulasinagraj
2016-07-08nanokernel: move dataCopy() and bssZero() to common codeAndrew Boie
2016-07-06nios2: support more global pointer scenariosAndrew Boie
2016-06-13nanokernel: add nano_fifo_put_list() APIsBenjamin Walsh
2016-06-01nanokernel: Add callback to _nano_timeout once againLuiz Augusto von Dentz
2016-06-01nano_timer: Make nano_timer_init call _nano_timeout_initLuiz Augusto von Dentz
2016-05-31nanokernel: extract _nano_timeout_init from _nano_timeout_tcs_initLuiz Augusto von Dentz
2016-05-31nano_work: Add delayed versionLuiz Augusto von Dentz
2016-05-25Cleanup whitespace in Kconfig filesKumar Gala
2016-05-23kernel event logger: add possibility to use custom timestampFabrice Olivero
2016-05-21Revert "nanokernel: Add callback to _nano_timeout"Anas Nashif
2016-05-21nanokernel: Add callback to _nano_timeoutLuiz Augusto von Dentz
2016-05-12nanokernel: Introduce workqueue APIVlad Dogaru
2016-05-12device: add documentation for device_get_bindingAnas Nashif
2016-05-12kernel event profiler: add dynamic enable/disable/configureFabrice Olivero
2016-05-12Set kernel event logger timestamps to HW cyclesFabrice Olivero
2016-05-11kernel: add _IS_IDLE_TASK()Benjamin Walsh
2016-05-05kernel: _MOVE_INSTR needs to be defined for CONFIG_ARCChuck Jordan
2016-05-04nanokernel: Fix nanokernel object timeout recalculationPeter Mitsis
2016-05-04nanokernel: [un]block tasks on nanokernel objects infrastructurePeter Mitsis
2016-05-04kernel: Init back pointer to microkernel taskPeter Mitsis
2016-05-04errno: implement _get_errno() in common codeAndrew Boie
2016-05-03nanokernel: tighten _is_thread_essential()Geoff Thorpe
2016-05-03microkernel: use _thread_essential_set()Geoff Thorpe
2016-04-27nanokernel: move C atomic operations to centralized codeAndrew Boie
2016-04-26device: Include errno.hAndre Guedes
2016-04-23power_mgmt: APIs for devices to signal busyJithu Joseph
2016-04-12device_get_binding() returns NULL if driver_api is not setDaniel Leung
2016-04-12nano_fifo: Fix problem with nano_fifo and timeoutsPeter Mitsis
2016-03-26power_mgmt: Add device power management supportRamesh Thomas
2016-03-26power_mgmt: Make names consistent with new RFCRamesh Thomas
2016-03-26microkernel: Add support for *_sleep() during initializationDmitriy Korovkin
2016-03-26kernel: Combine nano_timers and nano_timeoutsDmitriy Korovkin