summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-10-06kernel: event logger needs ring bufferRicardo Salveti
2016-10-05unified: Fix build broblem caused by concurrent make processes in single dirDmitriy Korovkin
2016-10-05power_mgmt: Reduce complexity in handling of power hooksRamesh Thomas
2016-10-04unified: Fix building of the unified kernelIván Briano
2016-10-04unified: Simplify k_msgq_purge()Peter Mitsis
2016-10-04unified: Add tickless idle support for x86 and ARMPeter Mitsis
2016-10-04unified: Rename k_thread_static_init structurePeter Mitsis
2016-10-04unified: Add k_work_pendingLuiz Augusto von Dentz
2016-10-04nano_work: Add nano_work_pendingLuiz Augusto von Dentz
2016-10-04nano: remove duplicated typedefBenjamin Walsh
2016-10-03unified: Eliminate k_mem_pool_t typedefPeter Mitsis
2016-10-03unified: Relocate internal thread group APIsPeter Mitsis
2016-09-29device: Make device_get_binding() const correctDaniel Thompson
2016-09-28unified: Build kernel objects as a static libraryDmitriy Korovkin
2016-09-28unified: Invoke kernel object initialization with SYS_INIT macroDmitriy Korovkin
2016-09-28unified: Add initialization priority level for kernel objectsDmitriy Korovkin
2016-09-23unified: implement k_uptime_{get,delta}()Benjamin Walsh
2016-09-23unified: Eliminate useless check in idle threadPeter Mitsis
2016-09-23unified: Remove unused _nano_get_earliest_deadline()Peter Mitsis
2016-09-23unified: Remove #if 0 code block from wait_q.hPeter Mitsis
2016-09-23unified: Remove obsolete wait_q.h macrosPeter Mitsis
2016-09-23unified: Remove references to obsolete task_timeoutPeter Mitsis
2016-09-23unified: Replace _nano_get_earliest_deadline()Peter Mitsis
2016-09-23unified: Add legacy task_offload_to_fiber() routineDmitriy Korovkin
2016-09-23unified: Remove check in _reschedule_threads()Peter Mitsis
2016-09-23k_timer: Don't allocate dynamic timers by defaultAndy Ross
2016-09-22unified: fix some leftover K_<obj>_DEFINE macrosBenjamin Walsh
2016-09-22power_mgmt: Update Power Management device driver APIamirkapl
2016-09-20unified: Enable memory pools in mailbox testsDmitriy Korovkin
2016-09-20unified: Implement memory poolsDmitriy Korovkin
2016-09-20unified: Add support for semaphore groupsPeter Mitsis
2016-09-20unified: Add timeslice supportPeter Mitsis
2016-09-20unified: Add _is_next_thread_current()Peter Mitsis
2016-09-20unified: Preemption check to include sched lockPeter Mitsis
2016-09-13unified/build: allow building the unified kernelBenjamin Walsh
2016-09-13unified: initial unified kernel implementationBenjamin Walsh
2016-09-13kernel: add CONFIG_MDEFBenjamin Walsh
2016-09-09kernel: abolish FUNC_NO_FPAndrew Boie
2016-09-06microkernel: remove deprecated task IRQsAndrew 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-08-05Revert "microkernel: remove deprecated task IRQs"Andrew Boie
2016-08-05microkernel: remove deprecated task IRQsAndrew Boie
2016-07-27nano_init.c: STACK_CANARY_INIT fix for ARCJuro Bystricky
2016-07-27nano_work: Fix never yielding from fiberJohan Hedberg
2016-07-26kernel: Remove unneeded ASSERT from memory pool subsystemAllan Stephens
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-08kernel: Cosmetic cleanups to memory pool codeAllan Stephens