summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2016-02-23nanokernel: Change fiber_start() return typePeter Mitsis
2016-02-23nanokernel: Change fiber_delayed_start() return typePeter Mitsis
2016-02-12adv_power:Advanced Power Management APIsRamesh Thomas
2016-02-12adv_power:Rename PM functions according to coding conventionRamesh Thomas
2016-02-11sys_clock/microkernel: do not announce ticks until microkernel is upBenjamin Walsh
2016-02-11remove redundant checking for CONFIG_STACK_CANARIESAnas Nashif
2016-02-11arm: Enable support for sys_thread_busy_wait()Peter Mitsis
2016-02-11nanokernel : clean up commentsDan Kalowsky
2016-02-09logger: include task monitor in kernel event loggerJuan Manuel Cruz
2016-02-09logger: removes TASK_MONITOR_CAPACITY symbolJuan Manuel Cruz
2016-02-09logger: removes old task monitor structures.Juan Manuel Cruz
2016-02-05sys_clock: Lock interrupts when processing announced ticksPeter Mitsis
2016-02-05init: use SYS_INIT() where it makes senseBenjamin Walsh
2016-02-05device: remove obsolete DEVICE_DEFINE/INIT_CONFIG_DEFINE()Benjamin Walsh
2016-02-05device: use DEVICE_INIT everwhereBenjamin Walsh
2016-02-05device: rename SYS_DEFINE_DEVICE()Benjamin Walsh
2016-02-05device: rename DECLARE_DEVICE_INIT_CONFIG()Benjamin Walsh
2016-02-05idle: fix tasks waiting when NANO_TIMEOUTS is enabledBenjamin Walsh