summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-03-15kernel: arm: Increase idle stack size to fix corruption by FP_SHARINGFlorian Vaussard
2017-03-02kernel: use k_cycle_get_32 instead of sys_cycle_get_32Anas Nashif
2017-02-17kernel/sem: fix coding conventionsBenjamin Walsh
2017-02-17kernel/sem: fix issue with expired timeouts on group operationsBenjamin Walsh
2017-02-17kernel/timeout: fix handling expired timeouts in reverve queuing orderBenjamin Walsh
2017-02-17kernel/timeouts: add description of timeouts queued on the same tickBenjamin Walsh
2017-02-17kernel/sched: refactor _get_first_thread_to_unpend()Benjamin Walsh
2017-02-17kernel/sched: add _is_thread_dummy()Benjamin Walsh
2017-02-17kernel: fix typoBenjamin Walsh
2017-02-17kernel/sched: protect thread sched_lock with compiler barriersBenjamin Walsh
2017-02-13Xtensa port: Increased idle thread stack size to avoid stack overflow.Mazen NEIFER
2017-02-10dts: Add support for Device TreeAndy Gross
2017-02-10kernel: Use SYS_DLIST_FOR_EACH_CONTAINERLuiz Augusto von Dentz
2017-02-09kernel/poll: fix signal.signaled not being set when k_poll() waitsBenjamin Walsh
2017-02-09kernel/poll: fix registrations that were not always clearedBenjamin Walsh
2017-02-09kernel/poll: refactor is_polling()Benjamin Walsh
2017-02-08kernel: Remove redundant TICKLESS_IDLE_SUPPORTED optionRamesh Thomas
2017-02-07kernel: init: use C implementation for STACK_CANARY_INITMazen NEIFER
2017-02-04kernel: k_timer_stop: remove assert when called from an ISRAnas Nashif
2017-02-03kernel/poll: add k_poll_signal_init() runtime initBenjamin Walsh
2017-02-03kernel/poll: add missing poll_event runtime initBenjamin Walsh
2017-02-03kernel/poll: add user tag to struct k_poll_eventBenjamin Walsh
2017-02-03kernel: thread: Fix legacy symbol mixup in fp pathJithu Joseph
2017-02-02kernel: Fix k_poll support for k_fifo_put_listJohan Hedberg
2017-02-02kernel: add k_poll() APIBenjamin Walsh
2017-02-02kernel: add _WAIT_Q_INIT()Benjamin Walsh
2017-02-02kernel: add _THREAD_POLLING thread stateBenjamin Walsh
2017-02-02kernel: add _is_thread_state_set()Benjamin Walsh
2017-01-24kernel/arch: streamline thread user optionsBenjamin Walsh
2017-01-24kernel: move K_ESSENTIAL from thread_state to execution_flagsBenjamin Walsh
2017-01-24kernel: rename thread states symbolsBenjamin Walsh
2017-01-24kernel: remove K_STATICBenjamin Walsh
2017-01-24kernel: include kernel.h in kernel_structs.h in asm filesBenjamin Walsh
2017-01-24kernel: move volatile from k_thread.prio to k_thread.sched_lockedBenjamin Walsh
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-17kernel: use __ticks_to_ms directlyAnas Nashif
2017-01-17kernel: mailbox: legacy calls depend on CONFIG_LEGACY_KERNELAnas Nashif
2017-01-17kernel: make legacy calls depends on CONFIG_LEGACY_KERNELAnas Nashif
2017-01-17kernel: build legacy timer only conditionallyAnas Nashif
2017-01-17kernel: fix total number of coop prios in coop-only modeBenjamin Walsh
2017-01-17kernel/mutex: prevent priority inheritance from lowering owner's prioBenjamin Walsh
2017-01-17kernel: fix main/work_q prios in coop/preempt-only modesBenjamin Walsh
2017-01-14kernel: add user data API to timersBenjamin Walsh
2017-01-13kernel: updated default IDLE_STACK_SIZE to 512 for RISCV32Jean-Paul Etienne
2017-01-13unified: added _MOVE_INSTR for RISCV32 architectureJean-Paul Etienne
2017-01-12kernel: have boot banner depend on console existingKumar Gala
2017-01-11kernel: profiling: Expose an API call to analyze call stacksCarles Cufi
2017-01-09kernel/arch: inspect prio/sched_locked together for preemptibilityBenjamin Walsh
2017-01-09kernel/arch: optimize memory use of some thread fieldsBenjamin Walsh
2017-01-09kernel: add LEGACY_KERNEL optionAnas Nashif