Age | Commit message (Expand) | Author |
2021-07-26 | lib/thread,lib/hardwaremain: Lazy initialize threads | Raul E Rangel |
2021-07-26 | lib/thread,arch/x86: Move thread stacks into C bss | Raul E Rangel |
2021-07-26 | lib/thread: Add asserts around stack size and alignment | Raul E Rangel |
2021-07-26 | lib/thread: Guard thread_run_until with ENV_RAMSTAGE | Raul E Rangel |
2021-07-18 | lib/thread: Make thread_run not block the current state | Raul E Rangel |
2021-07-18 | lib/thread: Add thread_handle | Raul E Rangel |
2021-07-18 | lib/thread: Add mutex | Raul E Rangel |
2021-07-18 | lib/thread: Rename thread_cooperate and thread_prevent_coop | Raul E Rangel |
2021-07-18 | lib/thread: Allow nesting thread_cooperate and thread_prevent_coop | Raul E Rangel |
2021-07-18 | lib/thread: Clean up initialization sequence | Raul E Rangel |
2021-07-18 | lib/thread: Add thread_yield helper method | Raul E Rangel |
2021-07-15 | lib/thread: Verify threads are initialized before yielding | Raul E Rangel |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-04 | src/lib: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-04-06 | src: Use #include <timer.h> when appropriate | Elyes HAOUAS |
2017-03-13 | src/lib: Wrap lines at 80 columns | Lee Leahy |
2017-03-13 | src/lib: Fix spacing | Lee Leahy |
2017-03-13 | src/lib: Use tabs instead of spaces | Lee Leahy |
2017-03-12 | src/lib: Remove space between function name and ( | Lee Leahy |
2017-03-09 | src/lib: Remove braces for single statements | Lee Leahy |
2017-03-09 | src/lib: Add "int" following "unsigned" | Lee Leahy |
2016-07-31 | src/lib: Capitalize ROM, RAM, NVRAM and CPU | Elyes HAOUAS |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2014-08-07 | Possible thread stack implementation. | Ronald G. Minnich |
2013-05-14 | coreboot: add thread cooperative multitasking | Aaron Durbin |