index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-06
log: Add a category for filesystems
Simon Glass
1
-0
/
+1
2022-08-10
common: Drop display_options.h from common header
Simon Glass
1
-0
/
+1
2022-03-10
event: Add basic support for events
Simon Glass
1
-0
/
+1
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-2
/
+2
2021-06-08
log: Add support for logging a buffer
Simon Glass
1
-0
/
+30
2021-03-12
log: Handle line continuation
Simon Glass
1
-1
/
+6
2021-03-12
log: Set up a flag byte for log records
Simon Glass
1
-3
/
+6
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-15
log: call vsnprintf only when it is needed to emit trace
Patrick Delaunay
1
-7
/
+13
2021-01-15
log: use console puts to output trace before LOG init
Patrick Delaunay
1
-0
/
+9
2021-01-15
log: don't build the trace buffer when log is not ready
Patrick Delaunay
1
-5
/
+8
2020-11-06
x86: zimage: Add a little more logging
Simon Glass
1
-0
/
+1
2020-10-30
log: Add filter flag to match greater than a log level
Sean Anderson
1
-3
/
+9
2020-10-30
log: Add filter flag to deny on match
Sean Anderson
1
-2
/
+10
2020-10-30
log: Add function to create a filter with flags
Sean Anderson
1
-2
/
+4
2020-10-30
log: Expose some helper functions
Sean Anderson
1
-20
/
+3
2020-10-30
log: Add additional const qualifier to arrays
Sean Anderson
1
-2
/
+2
2020-10-30
log: Fix missing negation of ENOMEM
Sean Anderson
1
-1
/
+1
2020-10-27
log: correct and check array size of log categories
Heinrich Schuchardt
1
-2
/
+8
2020-10-27
log: allow for message continuation
Heinrich Schuchardt
1
-5
/
+18
2020-10-27
log: move processing_msg to global data
Heinrich Schuchardt
1
-4
/
+3
2020-10-22
log: Add missing category names
Simon Glass
1
-0
/
+5
2020-10-10
log: Add a way to enable/disable a log device
Simon Glass
1
-0
/
+38
2020-10-10
log: Add a flag to enable log drivers
Simon Glass
1
-1
/
+3
2020-10-10
log: Allow LOG_DEBUG to always enable log output
Simon Glass
1
-1
/
+5
2020-09-22
log: mute messages generated by log drivers
Heinrich Schuchardt
1
-1
/
+12
2020-07-09
log: don't show function by default
Heinrich Schuchardt
1
-1
/
+1
2020-07-09
log: uclass_get_name() depends on CONFIG_SPL_DM
Heinrich Schuchardt
1
-0
/
+4
2020-04-26
log: remove useless cast
Heinrich Schuchardt
1
-1
/
+1
2019-02-20
log: Add a Kconfig option to set the default log level
Simon Glass
1
-1
/
+1
2018-10-09
sandbox: Add a flag to set the default log level
Simon Glass
1
-1
/
+2
2018-06-18
log: Fix incorect range check in log_get_cat_name()
Simon Glass
1
-3
/
+7
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-10
log: Correct missing free() on error in log_add_filter()
Simon Glass
1
-6
/
+11
2018-02-03
log: add category LOGC_EFI
Heinrich Schuchardt
1
-0
/
+1
2018-02-03
log: Add control over log formatting
Simon Glass
1
-0
/
+1
2018-02-03
log: Add functions to convert IDs to/from names
Simon Glass
1
-0
/
+67
2017-12-07
log: Plumb logging into the init sequence
Simon Glass
1
-0
/
+1
2017-12-07
log: Add an implementation of logging
Simon Glass
1
-0
/
+244