summaryrefslogtreecommitdiffstats
path: root/src/include/thread.h
Commit message (Expand)AuthorAgeFilesLines
* src/include: Remove unused 'include <stddef.h>'Elyes HAOUAS2020-07-261-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* src/: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-141-1/+1
* src: Fix remaining #include <timer.h>Nico Huber2019-04-091-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* src/include: Move storage class to beginning of declarationLee Leahy2017-03-131-1/+1
* src/include: Remove space after function nameLee Leahy2017-03-131-1/+1
* src/include: Indent code using tabsLee Leahy2017-03-091-2/+2
* src/include: Fix unsigned warningsLee Leahy2017-03-091-2/+5
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* Possible thread stack implementation.Ronald G. Minnich2014-08-071-0/+5
* include: Fix spellingMartin Roth2013-07-111-2/+2
* coreboot: add thread cooperative multitaskingAaron Durbin2013-05-141-0/+83