1. 1bcd488 log: fixup log_head after relocating global data by Thomas Weißschuh · Tue Feb 13 18:13:28 2024 +0100
  2. fe4c1e2 bootstd: Add a separate log category for expo by Simon Glass · Thu Jun 01 10:22:43 2023 -0600
  3. 468247d log: Add a category for filesystems by Simon Glass · Sat Jan 28 15:00:16 2023 -0700
  4. ed66cd2 log: update the comment for log_msg_ret() by Simon Glass · Tue Sep 06 20:26:53 2022 -0600
  5. 1b86cba log: Drop log_nop() functions by Simon Glass · Thu Mar 18 07:18:37 2021 +1300
  6. 816585d log: force DEBUG when LOG_DEBUG is activated by Patrick Delaunay · Tue Jul 12 09:39:49 2022 +0200
  7. aa4bce9 event: Add basic support for events by Simon Glass · Fri Mar 04 08:43:00 2022 -0700
  8. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  9. 8eaaedb log: Convert log values to printf() if not enabled by Simon Glass · Sat May 08 13:46:54 2021 -0600
  10. 7fb9759 log: Add support for logging a buffer by Simon Glass · Sat May 08 07:00:06 2021 -0600
  11. 6358031 log: Fix up debug_cond() when LOG is enabled by Simon Glass · Fri Mar 26 16:17:28 2021 +1300
  12. b2faacc log: Add return-checking macros for 0 being success by Simon Glass · Wed Jan 20 20:10:54 2021 -0700
  13. 5fc47e3 log: Handle line continuation by Simon Glass · Wed Jan 20 20:10:53 2021 -0700
  14. f080343 log: Set up a flag byte for log records by Simon Glass · Wed Jan 20 20:10:52 2021 -0700
  15. 2e396a1 log: provide missing macros by Heinrich Schuchardt · Mon Jan 04 08:02:54 2021 +0100
  16. 42b7481 log: make debug_cond() function like by Heinrich Schuchardt · Mon Jan 04 08:02:53 2021 +0100
  17. ec506d9 log: typos in include/log.h by Heinrich Schuchardt · Mon Nov 30 09:04:48 2020 +0100
  18. 372e227 log: Fix comment for LOGC_BOOT by Simon Glass · Sun Nov 29 17:07:04 2020 -0700
  19. 842ff44 x86: zimage: Add a little more logging by Simon Glass · Wed Nov 04 09:59:13 2020 -0700
  20. ce02d8f doc: Add log kerneldocs to documentation by Sean Anderson · Tue Oct 27 19:55:40 2020 -0400
  21. cd6f8ab cmd: log: Add commands to list categories and drivers by Sean Anderson · Tue Oct 27 19:55:34 2020 -0400
  22. 34dc804 log: Add filter flag to match greater than a log level by Sean Anderson · Tue Oct 27 19:55:30 2020 -0400
  23. d503212 log: Add filter flag to deny on match by Sean Anderson · Tue Oct 27 19:55:26 2020 -0400
  24. 8c41018 log: Add function to create a filter with flags by Sean Anderson · Tue Oct 27 19:55:25 2020 -0400
  25. cc4960d log: Expose some helper functions by Sean Anderson · Tue Oct 27 19:55:24 2020 -0400
  26. e1eb6ca log: Fix incorrect documentation of log_filter.cat_list by Sean Anderson · Tue Oct 27 19:55:21 2020 -0400
  27. 0fc9f4f log: allow for message continuation by Heinrich Schuchardt · Sat Oct 17 14:31:58 2020 +0200
  28. 31120e1 log: Add missing category names by Simon Glass · Sun Sep 27 18:46:13 2020 -0600
  29. 133350a log: Add a way to enable/disable a log device by Simon Glass · Sat Sep 12 12:28:49 2020 -0600
  30. 885cf5f log: Add a flag to enable log drivers by Simon Glass · Sat Sep 12 12:28:47 2020 -0600
  31. 9c83cac log: Allow LOG_DEBUG to always enable log output by Simon Glass · Sat Sep 12 11:13:34 2020 -0600
  32. 2d349c7 log: don't show function by default by Heinrich Schuchardt · Wed Jun 17 21:52:44 2020 +0200
  33. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  34. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  35. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Apr 16 13:45:03 2020 -0400
  36. e393e4a log: output for CONFIG_LOG=n by Heinrich Schuchardt · Wed Feb 26 21:48:17 2020 +0100
  37. 9fb9e9b dm: core: Add basic ACPI support by Simon Glass · Thu Apr 09 10:27:38 2020 -0600
  38. 046e881 log: Include missing header for log.h by Sean Anderson · Tue Dec 24 23:54:54 2019 -0500
  39. 8a8fe1b dm: devres: Convert to use logging by Simon Glass · Sun Dec 29 21:19:24 2019 -0700
  40. e1277ff common: Add a noisy assert() by Simon Glass · Sun Dec 29 21:19:10 2019 -0700
  41. 9ba72ef log: Add log_nop() to avoid unused-variable warnings by Simon Glass · Wed Sep 25 08:56:23 2019 -0600
  42. 7c395c9 log: document the assign() macro by Heinrich Schuchardt · Sat Jul 27 20:21:06 2019 +0200
  43. e0144f2 log: Allow #define LOG_DEBUG to enable logging in a file by Simon Glass · Sat Feb 16 20:24:37 2019 -0700
  44. 6e455c3 log: Fix up Kconfig log level names by Simon Glass · Sat Feb 16 20:24:34 2019 -0700
  45. bd92332 log: Check printf() arguments by Simon Glass · Mon Jan 07 16:44:19 2019 -0700
  46. 8ed64a4 malloc_simple: Add logging of allocations by Simon Glass · Sun Nov 18 08:14:26 2018 -0700
  47. 712bd2d Add core support for a bloblist to convey data from SPL by Simon Glass · Thu Nov 15 18:43:50 2018 -0700
  48. b56cdc0 spl: Add support for logging in SPL and TPL by Simon Glass · Thu Nov 15 18:43:49 2018 -0700
  49. 541b2b8 sandbox: log: Add a category for sandbox by Simon Glass · Tue Nov 06 15:21:24 2018 -0700
  50. d5063fd log: Add comments to the rest of the log categories by Simon Glass · Mon Oct 01 12:22:32 2018 -0600
  51. 3b4b340 sandbox: spi: Add more logging by Simon Glass · Mon Oct 01 11:55:13 2018 -0600
  52. 1b69a99 log: Add helpers for common log levels by Simon Glass · Mon Oct 01 11:55:06 2018 -0600
  53. a0f6861 log: Correct definition of log_msg_ret() by Simon Glass · Tue Oct 02 05:22:31 2018 -0600
  54. bfad6ed log: Add a way to log a return value with a message by Simon Glass · Mon Jun 11 13:07:14 2018 -0600
  55. 8909656 log: Fix incorect range check in log_get_cat_name() by Simon Glass · Tue Jun 12 00:04:55 2018 -0600
  56. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  57. 9bb2ba3 log: fix typo LOGL_EFI by Heinrich Schuchardt · Fri Mar 23 21:12:17 2018 +0100
  58. 90979f9 log: add category LOGC_EFI by Heinrich Schuchardt · Mon Jan 22 20:10:45 2018 +0100
  59. aa1d73b log: Add a way to log error-return values by Simon Glass · Thu Dec 28 13:14:23 2017 -0700
  60. 1fe9301 log: Add control over log formatting by Simon Glass · Thu Dec 28 13:14:17 2017 -0700
  61. 4f0fdb7 log: Add functions to convert IDs to/from names by Simon Glass · Thu Dec 28 13:14:16 2017 -0700
  62. 14c8a06 log: Add a test command by Simon Glass · Mon Dec 04 13:48:27 2017 -0700
  63. d95645d log: Add an implementation of logging by Simon Glass · Mon Dec 04 13:48:24 2017 -0700
  64. 9054a02 Move debug and logging support to a separate header by Simon Glass · Mon Dec 04 13:48:20 2017 -0700