summaryrefslogtreecommitdiff
path: root/core/minute-ia/task.c
Commit message (Expand)AuthorAgeFilesLines
* tasks: Only report stack overflow if task is enabledRob Barnes2023-05-151-1/+2
* tasks: Add task_enabled functionRob Barnes2023-04-241-0/+5
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-041-1/+1
* core: Sort header filesJeremy Bettis2022-11-221-3/+3
* tree: Remove CONFIG_SOFTWARE_PANICTom Hughes2022-10-121-3/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-2/+2
* util: remove unused includesYuval Peress2022-08-051-0/+1
* core/minute-ia/task.c: Format with clang-formatJack Rosenthal2022-06-281-66/+51
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-3/+1
* atomic: fix printing atomic_t typeDawid Niedzwiecki2022-01-061-9/+9
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-171-12/+13
* task: use atomic_t for some variablesDawid Niedzwiecki2021-12-071-4/+4
* task: change task events bitmask to atomic_tDawid Niedzwiecki2021-11-291-1/+1
* task: Use bool for truthy return typesTom Hughes2021-11-091-4/+4
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* Provide 'is_interrupt_enabled' function for all coresPatryk Duda2021-09-061-0/+12
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-6/+3
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-12/+11
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-4/+4
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-11/+12
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* Remove uses of %lEvan Green2019-10-051-3/+0
* printf: Fix formatting errorsEvan Green2019-10-051-1/+1
* printf: Convert %l to %llEvan Green2019-10-051-5/+6
* task: Add task_enable_task() and task_disable_task()Yilun Lin2019-08-221-0/+13
* ish: remove conditional compilation where possibleDenis Brockus2019-06-171-77/+76
* minute-ia: show EC task information during panicJack Rosenthal2019-06-141-4/+12
* ish: fix s/w generated interrupt requestHyungwoo Yang2019-04-261-12/+18
* ish: remove scan ISR registers IRQ handlingHyungwoo Yang2019-04-191-2/+2
* minute-ia: clean up comments about ISR=0 bugJack Rosenthal2019-04-041-2/+0
* arcada_ish: ensure tests target buildsJett Rink2019-04-031-0/+7
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-4/+4
* minute-ia: Print panic info on processor exceptionJack Rosenthal2019-03-131-0/+2
* ish: save/restore FPU context only for the task uses FPUHyungwoo Yang2019-02-261-7/+26
* ish: allow IRQ only after scheduler is readyHyungwoo Yang2019-02-041-0/+5
* ish: move setting start_called to proper placeHyungwoo Yang2019-01-311-4/+1
* ish: remove unnecessary interrupt_enable() callHyungwoo Yang2019-01-311-1/+0
* ish: support task argumentHyungwoo Yang2019-01-301-1/+1
* ish: fix task profilingJett Rink2019-01-301-38/+33
* core/minute-ia: set single precision for FPUKyoung Kim2019-01-101-2/+6
* ish: remove lock; prefix from inline ASMJett Rink2019-01-081-2/+2
* ish: remove unused codeJett Rink2019-01-041-44/+1
* core/minute-ia: default_fp_ctx[] should be staticRushikesh S Kadam2018-12-191-1/+1
* core/minute-ia: Add missing #ifdef CONFIG_FPURushikesh S Kadam2018-12-181-0/+2
* ISH: remove sending MNG_HC_FW_READYHyungwoo Yang2018-11-211-9/+0
* core/minute-ia: fix code for coreboot toolchainCaveh Jalali2018-10-251-2/+2
* ish: mutex_lock() fixli feng2017-10-261-0/+1
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1