summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2016-02-05build: Add C++ supportPeter Mitsis
2016-02-05task monitor: remove ifdef, we check in Makefile alreadyAnas Nashif
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
2016-02-05microkernel: remove task_irq_free() APIAndrew Boie
2016-02-05interrupts: new static IRQ APIAndrew Boie
2016-02-05nano_timers: Simplify nano_xxx_timer_test() API familyPeter Mitsis
2016-02-05nano_stack: Simplify nano_xxx_stack_pop() API familyPeter Mitsis
2016-02-05nano_lifo: Simplify nano_xxx_lifo_get() API familyPeter Mitsis
2016-02-05nano_sema: Simplify nano_xxx_sem_take() API familyPeter Mitsis
2016-02-05nano_fifo: Simplify nano_xxx_fifo_get() API familyPeter Mitsis
2016-02-05nano timeouts: Add support macrosPeter Mitsis
2016-02-05kconfig: Fix INT_LATENCY_BENCHMARK descriptionPeter Mitsis
2016-02-05x86: streamline irq_lock()/irq_unlock()Peter Mitsis
2016-02-05idle: add infrastructure for tickless support in nanokernelsBenjamin Walsh
2016-02-05kconfig: remove useless tickless idle dependencyDirk Brandewie
2016-02-05idle: add support for nanokernel tickless idleBenjamin Walsh
2016-02-05microkernel: fix build issue when CONFIG_TASK_MONITOR=yDaniel Leung
2016-02-05init: Move SECONDARY init level to the idle task.Dmitriy Korovkin
2016-02-05fifo: Simplify task_fifo_get() API familyPeter Mitsis
2016-02-05fifo: Simplify task_fifo_put() API familyPeter Mitsis
2016-02-05mutex: Simplify task_mutex_lock() API familyPeter Mitsis
2016-02-05mem_pool: Simplify task_mem_pool_alloc() API familyPeter Mitsis
2016-02-05mem_map: Simplify task_mem_map_alloc() API familyPeter Mitsis
2016-02-05semgroup: Simplify task_sem_group_take() API familyPeter Mitsis
2016-02-05semaphore: Simplify task_sem_take() API familyPeter Mitsis
2016-02-05pipes: Simplify task_pipe_get() API familyPeter Mitsis
2016-02-05pipes: Simplify task_pipe_put() API familyPeter Mitsis
2016-02-05pipe, cosmetic: Put constant in comparisons on the rightPeter Mitsis
2016-02-05mailbox: Simplify task_mbox_data_block_get() API familyPeter Mitsis
2016-02-05events: Simplify task_event_recv() API familyPeter Mitsis
2016-02-05task_irq: Simplify task_irq_test() API familyPeter Mitsis
2016-02-05mailbox: Simplify task_mbox_get() API familyPeter Mitsis
2016-02-05mailbox: Simplify task_mbox_put() API familyPeter Mitsis
2016-02-05mailbox, cosmetic: Put constant in comparisons on the rightPeter Mitsis