Age | Commit message (Expand) | Author |
2022-05-16 | rules.h: Use more consistent naming | Arthur Heymans |
2022-01-01 | src: Drop duplicated includes | Elyes HAOUAS |
2021-12-15 | rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOP | Raul E Rangel |
2021-11-08 | lib/thread: Switch to using types.h | Raul E Rangel |
2021-10-18 | arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread | Raul E Rangel |
2021-07-26 | arch/x86,lib/thread: Enable thread support in romstage | Raul E Rangel |
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-18 | lib/thread: Move thread_run and thread_run_until outside of #if guard | 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: Add thread_yield helper method | Raul E Rangel |
2021-07-14 | thread: Add missing static inline | Raul E Rangel |
2020-07-26 | src/include: Remove unused 'include <stddef.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-05 | src/include: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-09-14 | src/: Replace some __PRE_RAM__ use | Kyösti Mälkki |
2019-04-09 | src: Fix remaining #include <timer.h> | Nico Huber |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2017-07-13 | src/include: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-03-13 | src/include: Move storage class to beginning of declaration | Lee Leahy |
2017-03-13 | src/include: Remove space after function name | Lee Leahy |
2017-03-09 | src/include: Indent code using tabs | Lee Leahy |
2017-03-09 | src/include: Fix unsigned warnings | Lee Leahy |
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-07-11 | include: Fix spelling | Martin Roth |
2013-05-14 | coreboot: add thread cooperative multitasking | Aaron Durbin |