index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
thread.c
Age
Commit message (
Expand
)
Author
2024-04-10
lib/thread.c: Move 'asmlinkage' before type 'void'
Elyes Haouas
2022-09-14
timer: Change timer util functions to 64-bit
Rob Barnes
2022-04-24
lib: Remove unused <stdlib.h> and use <types.h> when appropriate
Elyes HAOUAS
2022-02-07
treewide: Remove "ERROR: "/"WARN: " prefixes from log messages
Julius Werner
2022-01-12
src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h>
Elyes HAOUAS
2021-11-10
lib/thread: Start stopwatch after printk
Raul E Rangel
2021-11-04
lib/thread: Use __func__ instead of repeating function name
Raul E Rangel
2021-11-04
lib/thread: Add ERROR prefix to error messages
Raul E Rangel
2021-10-18
arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread
Raul E Rangel
2021-10-05
lib/thread: Remove thread stack alignment requirement
Raul E Rangel
2021-10-05
lib/thread: Switch to using CPU_INFO_V2
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-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