summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-04microkernel: lock interrupts in _k_state_bit_[re]set()Peter Mitsis
2016-05-04microkernel: Fibers and ISRs may invoke microkernel no-opPeter Mitsis
2016-05-04nanokernel: Fix nanokernel object timeout recalculationPeter Mitsis
2016-05-04nanokernel: [un]block tasks on nanokernel objects infrastructurePeter Mitsis
2016-05-04microkernel: [un]block tasks on nanokernel objects infrastructurePeter Mitsis
2016-05-04kernel: Init back pointer to microkernel taskPeter Mitsis
2016-05-04microkernel: Add TF_NANO wait flag reasonPeter 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-26microkernel: Match alignment with open parenthesisDaeseok Youn
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-04-08kernel: Make idle task sleepDmitriy Korovkin
2016-03-28refactor common driver initialization prioritiesDaniel Leung
2016-03-26kconfig: untangle ordering and dependenciesDaniel Leung
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
2016-03-17kconfig: move kernel options close togetherAnas Nashif
2016-03-14debug: fixes issue on debug tracing for pool structJuan Manuel Cruz
2016-03-14kconfig: remove redundant EVENT_LOGGER optionAnas Nashif
2016-03-14kconfig: add power management options into a menuAnas Nashif
2016-03-14kernel: fix boot banner optionAnas Nashif
2016-03-11debug: add debug tracing support for task initializationJuan Manuel Cruz
2016-03-11debug: adds object tracing capability to microkernel timersJuan Manuel Cruz
2016-03-11debug: adds object tracing capability to nano stackJuan Manuel Cruz
2016-03-11debug: thread monitor allow to access more thread informationJuan Manuel Cruz
2016-03-11Revert "microkernel: Add support for *_sleep() during initialization"Anas Nashif
2016-03-11debug: expose thread monitor in object tracing headerJuan Manuel Cruz
2016-03-11debug: kernel's object tracing apiJuan Manuel Cruz
2016-03-10memory_pool: Refactor code into a helper functionJithu Joseph
2016-03-10memory_pool_heap: malloc/free access over a heap memory poolJithu Joseph
2016-03-10microkernel: Add support for *_sleep() during initializationDmitriy Korovkin
2016-03-04arch: & kernel: Updated Kconfigs to remove errors in html generationYannis Damigos
2016-03-02device: add missing license headerAnas Nashif
2016-02-25kernel: add fiber_wakeup()Benjamin Walsh
2016-02-25kernel: fix xxx_fiber_wakeup() if the timeout has expiredBenjamin Walsh
2016-02-25kernel: record when a fiber is removed from a wait queueBenjamin Walsh
2016-02-25kernel: have _nano_timeout_abort() return an error codeBenjamin Walsh
2016-02-23nanokernel: Add routines for waking a fiberPeter Mitsis