summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-10-10unified/mem_pool: use K_NO_WAIT, not TICKS_NONEBenjamin Walsh
2016-10-10unified: streamline "timeout abort" internal interfaceBenjamin Walsh
2016-10-10unified/legacy: disable clock-based work_q APIs when no system clockBenjamin Walsh
2016-10-10unified: cache the next thread to runBenjamin Walsh
2016-10-10unified: use sys_dlist_peek_head_not_empty()Benjamin Walsh
2016-10-10unified: move code from nanokernel into unified kernelKumar Gala
2016-10-07sensor: grove: use global sensor init priorityAnas Nashif
2016-10-07kernel: boot banner requires early console, so select itAnas Nashif
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