index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
log.c
Age
Commit message (
Expand
)
Author
2023-07-17
log: Tidy up an ambiguous comment
Simon Glass
2023-07-14
bootstd: Add a separate log category for expo
Simon Glass
2023-02-06
log: Add a category for filesystems
Simon Glass
2022-08-10
common: Drop display_options.h from common header
Simon Glass
2022-03-10
event: Add basic support for events
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-06-08
log: Add support for logging a buffer
Simon Glass
2021-03-12
log: Handle line continuation
Simon Glass
2021-03-12
log: Set up a flag byte for log records
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-15
log: call vsnprintf only when it is needed to emit trace
Patrick Delaunay
2021-01-15
log: use console puts to output trace before LOG init
Patrick Delaunay
2021-01-15
log: don't build the trace buffer when log is not ready
Patrick Delaunay
2020-11-06
x86: zimage: Add a little more logging
Simon Glass
2020-10-30
log: Add filter flag to match greater than a log level
Sean Anderson
2020-10-30
log: Add filter flag to deny on match
Sean Anderson
2020-10-30
log: Add function to create a filter with flags
Sean Anderson
2020-10-30
log: Expose some helper functions
Sean Anderson
2020-10-30
log: Add additional const qualifier to arrays
Sean Anderson
2020-10-30
log: Fix missing negation of ENOMEM
Sean Anderson
2020-10-27
log: correct and check array size of log categories
Heinrich Schuchardt
2020-10-27
log: allow for message continuation
Heinrich Schuchardt
2020-10-27
log: move processing_msg to global data
Heinrich Schuchardt
2020-10-22
log: Add missing category names
Simon Glass
2020-10-10
log: Add a way to enable/disable a log device
Simon Glass
2020-10-10
log: Add a flag to enable log drivers
Simon Glass
2020-10-10
log: Allow LOG_DEBUG to always enable log output
Simon Glass
2020-09-22
log: mute messages generated by log drivers
Heinrich Schuchardt
2020-07-09
log: don't show function by default
Heinrich Schuchardt
2020-07-09
log: uclass_get_name() depends on CONFIG_SPL_DM
Heinrich Schuchardt
2020-04-26
log: remove useless cast
Heinrich Schuchardt
2019-02-20
log: Add a Kconfig option to set the default log level
Simon Glass
2018-10-09
sandbox: Add a flag to set the default log level
Simon Glass
2018-06-18
log: Fix incorect range check in log_get_cat_name()
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-10
log: Correct missing free() on error in log_add_filter()
Simon Glass
2018-02-03
log: add category LOGC_EFI
Heinrich Schuchardt
2018-02-03
log: Add control over log formatting
Simon Glass
2018-02-03
log: Add functions to convert IDs to/from names
Simon Glass
2017-12-07
log: Plumb logging into the init sequence
Simon Glass
2017-12-07
log: Add an implementation of logging
Simon Glass