1. 6acc05e rules.h: Use more consistent naming by Arthur Heymans · 2 years, 3 months ago
  2. b23571c src: Drop duplicated includes by Elyes HAOUAS · 2 years, 8 months ago
  3. d8f07c1 rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOP by Raul E Rangel · 2 years, 9 months ago
  4. a3b2907 lib/thread: Switch to using types.h by Raul E Rangel · 2 years, 9 months ago
  5. c2c38f5 arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread by Raul E Rangel · 2 years, 10 months ago
  6. ca0606e arch/x86,lib/thread: Enable thread support in romstage by Raul E Rangel · 3 years, 1 month ago
  7. a2d83c68 lib/thread,lib/hardwaremain: Lazy initialize threads by Raul E Rangel · 3 years, 1 month ago
  8. 7db7ee9 lib/thread,arch/x86: Move thread stacks into C bss by Raul E Rangel · 3 years, 1 month ago
  9. 5dd7602 lib/thread: Move thread_run and thread_run_until outside of #if guard by Raul E Rangel · 3 years, 1 month ago
  10. 4aec58d lib/thread: Make thread_run not block the current state by Raul E Rangel · 3 years, 1 month ago
  11. cc01da5 lib/thread: Add thread_handle by Raul E Rangel · 3 years, 1 month ago
  12. b29f9d4 lib/thread: Add mutex by Raul E Rangel · 3 years, 1 month ago
  13. 9ba36ab lib/thread: Rename thread_cooperate and thread_prevent_coop by Raul E Rangel · 3 years, 1 month ago
  14. be60a0d lib/thread: Allow nesting thread_cooperate and thread_prevent_coop by Raul E Rangel · 3 years, 1 month ago
  15. d5dca21 lib/thread: Add thread_yield helper method by Raul E Rangel · 3 years, 1 month ago
  16. 2c70806 thread: Add missing static inline by Raul E Rangel · 3 years, 1 month ago
  17. 1b446cd src/include: Remove unused 'include <stddef.h>' by Elyes HAOUAS · 4 years, 1 month ago
  18. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  19. 32859fc src/include: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  20. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  21. e3acc8f src/: Replace some __PRE_RAM__ use by Kyösti Mälkki · 5 years ago
  22. baa070a src: Fix remaining #include <timer.h> by Nico Huber · 5 years ago
  23. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  24. 9634547 src/include: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  25. 22c28e0 src/include: Move storage class to beginning of declaration by Lee Leahy · 7 years ago
  26. 746d4af src/include: Remove space after function name by Lee Leahy · 7 years ago
  27. 708fc27 src/include: Indent code using tabs by Lee Leahy · 7 years ago
  28. 0ca2a06 src/include: Fix unsigned warnings by Lee Leahy · 7 years ago
  29. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  30. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  31. 34352d1 Possible thread stack implementation. by Ronald G. Minnich · 11 years ago
  32. 0cb07e3 include: Fix spelling by Martin Roth · 11 years ago
  33. 4409a5e coreboot: add thread cooperative multitasking by Aaron Durbin · 11 years ago