summaryrefslogtreecommitdiffstats
path: root/common/log.c
Commit message (Expand)AuthorAgeFilesLines
* log: Handle line continuationSimon Glass2021-03-121-1/+6
* log: Set up a flag byte for log recordsSimon Glass2021-03-121-3/+6
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* log: call vsnprintf only when it is needed to emit tracePatrick Delaunay2021-01-151-7/+13
* log: use console puts to output trace before LOG initPatrick Delaunay2021-01-151-0/+9
* log: don't build the trace buffer when log is not readyPatrick Delaunay2021-01-151-5/+8
* x86: zimage: Add a little more loggingSimon Glass2020-11-061-0/+1
* log: Add filter flag to match greater than a log levelSean Anderson2020-10-301-3/+9
* log: Add filter flag to deny on matchSean Anderson2020-10-301-2/+10
* log: Add function to create a filter with flagsSean Anderson2020-10-301-2/+4
* log: Expose some helper functionsSean Anderson2020-10-301-20/+3
* log: Add additional const qualifier to arraysSean Anderson2020-10-301-2/+2
* log: Fix missing negation of ENOMEMSean Anderson2020-10-301-1/+1
* log: correct and check array size of log categoriesHeinrich Schuchardt2020-10-271-2/+8
* log: allow for message continuationHeinrich Schuchardt2020-10-271-5/+18
* log: move processing_msg to global dataHeinrich Schuchardt2020-10-271-4/+3
* log: Add missing category namesSimon Glass2020-10-221-0/+5
* log: Add a way to enable/disable a log deviceSimon Glass2020-10-101-0/+38
* log: Add a flag to enable log driversSimon Glass2020-10-101-1/+3
* log: Allow LOG_DEBUG to always enable log outputSimon Glass2020-10-101-1/+5
* log: mute messages generated by log driversHeinrich Schuchardt2020-09-221-1/+12
* log: don't show function by defaultHeinrich Schuchardt2020-07-091-1/+1
* log: uclass_get_name() depends on CONFIG_SPL_DMHeinrich Schuchardt2020-07-091-0/+4
* log: remove useless castHeinrich Schuchardt2020-04-261-1/+1
* log: Add a Kconfig option to set the default log levelSimon Glass2019-02-201-1/+1
* sandbox: Add a flag to set the default log levelSimon Glass2018-10-091-1/+2
* log: Fix incorect range check in log_get_cat_name()Simon Glass2018-06-181-3/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* log: Correct missing free() on error in log_add_filter()Simon Glass2018-04-101-6/+11
* log: add category LOGC_EFIHeinrich Schuchardt2018-02-031-0/+1
* log: Add control over log formattingSimon Glass2018-02-031-0/+1
* log: Add functions to convert IDs to/from namesSimon Glass2018-02-031-0/+67
* log: Plumb logging into the init sequenceSimon Glass2017-12-071-0/+1
* log: Add an implementation of loggingSimon Glass2017-12-071-0/+244