1. 709fdb1 util/lint/checkpatch: Add alloc functions to alloc with multiplies check by Elyes Haouas · 2 years, 2 months ago
  2. 069dfe3 util/lint/checkpatch: Update 'Check for compiler attributes' by Elyes Haouas · 2 years, 2 months ago
  3. a7b0d38 util/lint/checkpatch.pl: Use 'allocFunctions' by Elyes Haouas · 2 years, 2 months ago
  4. 97e7eea util/lint/checkpatch: Warn on period at the end of commit subject by Martin Roth · 2 years, 4 months ago
  5. 341a53d util/lint: Subtract the patch format string from subject length by Martin Roth · 2 years, 2 months ago
  6. 9e33723 util/lint: Add commit message parsing to checkpatch_json script by Martin Roth · 2 years, 4 months ago
  7. 26e0b94 util/lint/checkpatch.pl: Reduce difference with linux v5.18 by Elyes Haouas · 2 years, 2 months ago
  8. 94223c4 Allow trailing whitespaces in .md files by Maximilian Brune · 2 years, 2 months ago
  9. af06e9a util/lint/lint-stable-019: Update grep '\s' to [[:blank:]] by Martin Roth · 2 years, 3 months ago
  10. 14c49e3 util/lint/checkpatch.pl: Fix "uninitialized value" error message by Elyes Haouas · 2 years, 2 months ago
  11. 0014bce util/lint/checkpatch.pl: Fix "Invalid color mode" error message by Elyes Haouas · 2 years, 2 months ago
  12. 43529c8 util/lint/checkpatch.pl: Update lines related to CONST_STRUCT by Elyes Haouas · 2 years, 3 months ago
  13. f0e150c util/lint/checkpatch.pl: Add strlcpy check by Elyes Haouas · 2 years, 3 months ago
  14. 8f59960 util/lint/checkpatch.pl: Update C99_COMMENT_TOLERANCE lines by Elyes Haouas · 2 years, 3 months ago
  15. 00d8ffd util/lint/checkpatch.pl: Update TYPECAST_INT_CONSTANT lines by Elyes Haouas · 2 years, 3 months ago
  16. 84083a2 util/lint/checkpatch.pl: Update the check of repeated words by Elyes Haouas · 2 years, 3 months ago
  17. f62a989 lint/checkpatch.pl: Update to v5.18-2 lines related to "CONFIG_" by Elyes Haouas · 2 years, 3 months ago
  18. 0b1a03c util/lint/checkpatch.pl: Update lines related to max_line_length by Elyes Haouas · 2 years, 3 months ago
  19. 41d43f5 util/lint/checkpatch.pl: Update lines related to tabsize by Elyes Haouas · 2 years, 3 months ago
  20. 46b07e5 util/lint/checkpatch.pl: Update to v5.18-2 lines related to verbosity by Elyes Haouas · 2 years, 3 months ago
  21. 84ef4fb util/lint/checkpatch.pl: Update to v5.18-2 lines related to "codespell" by Elyes Haouas · 2 years, 3 months ago
  22. 10d34b7 util/lint/checkpatch: Update commit message & subject line limits by Martin Roth · 2 years, 4 months ago
  23. f2a9c8d util/lint/checkpatch.pl: Use "git_command" by Elyes HAOUAS · 2 years, 6 months ago
  24. 18ef520 util/lint/checkpatch.pl: Use "gitroot" by Elyes HAOUAS · 2 years, 6 months ago
  25. 249c404 util/lint/checkpatch: Update "check for missing blank lines after declarations" by Elyes HAOUAS · 2 years, 6 months ago
  26. ac69049 util/lint/checkpatch.pl: Update 'commit message line length limit' by Elyes HAOUAS · 2 years, 6 months ago
  27. 919b0c7 util/lint/checkpatch.pl: Remove unneeded whitespaces and fix some typos by Elyes HAOUAS · 2 years, 6 months ago
  28. 48cb78b util/lint/checkpatch.pl: Use "perl_version_ok" by Elyes HAOUAS · 2 years, 6 months ago
  29. 96771bf util/lint/checkpatch.pl: Use "tabsize" by Elyes HAOUAS · 2 years, 6 months ago
  30. 38c7314 util/lint: Remove SuperIO from checkpatch spellcheck by Martin Roth · 2 years, 6 months ago
  31. bfdc132 util/lint/lint-stable-003-whitespace: add exception for gif files by Fred Reitberger · 2 years, 6 months ago
  32. dd1ee27 util/lint/checkpatch: Decrease commit message line length limit to 72 by Paul Menzel · 2 years, 7 months ago
  33. 423e9e0 Documentation/lint: Use Super I/O instead of SuperIO by Patrick Georgi · 4 years, 4 months ago
  34. c9bc7a7 util/lint: Fix linters to work with coreboot-configurator by Sean Rhodes · 2 years, 8 months ago
  35. a7648f2 util/lint/kconfig_lint: Fix off by one error that missed last line by Martin Roth · 2 years, 8 months ago
  36. 4396358 kconfig_lint: use just one variable for keeping track of choices by Michael Niewöhner · 2 years, 9 months ago
  37. 70fb5cb kconfig_lint: put $inside_choice together right in the first place by Michael Niewöhner · 2 years, 9 months ago
  38. 967730f kconfig_lint: Drop overly restrictive rule about choice configs by Nico Huber · 3 years ago
  39. 90fcffb kconfig_lint: restrict definition of defaults for choice elements by Michael Niewöhner · 2 years, 10 months ago
  40. 218906d lint: checkpatch: Add SUSPICIOUS_CODE_INDENT test by Julius Werner · 3 years, 4 months ago
  41. 2d82195 util/kconfig_lint: Update handle_expressions() by Nico Huber · 3 years, 3 months ago
  42. f6b2baa util/kconfig_lint: Turn handle_expressions() into a parser by Nico Huber · 3 years, 3 months ago
  43. 39891c0 checkpatch_json: Mark robotic comments as robotic by Patrick Georgi · 3 years, 4 months ago
  44. 64d31f4 lint: MAINTAINERS: check path matches to not only cover the directory by Michael Niewöhner · 3 years, 3 months ago
  45. 514a4bc lint: checkpatch: Only exclude specific src/vendorcode/ subdirectories by Julius Werner · 3 years, 4 months ago
  46. 56d51b6 util/kconfig_lint: Drop exception for paths without quotes by Nico Huber · 3 years, 3 months ago
  47. dd01e01 Revert "util/lint: Add test for documentation in util dirs" by Nico Huber · 3 years, 5 months ago
  48. 01b5dd6 util/lint: Check for windows line endings by Martin Roth · 3 years, 5 months ago
  49. 15e379a util/lint: Add test for documentation in util dirs by Martin Roth · 3 years, 7 months ago
  50. 0ad5fbd util: Update all shebangs to use /usr/bin/env by Martin Roth · 3 years, 7 months ago
  51. 286a057 util/lint/spelling.txt: Disable `pres` by Angel Pons · 3 years, 6 months ago
  52. 04bf41b util/lint: Capitalise lint descriptions by Angel Pons · 3 years, 9 months ago
  53. e0d749c lint: check for misuse of Kconfig SUBSYSTEM_*_ID by Michael Niewöhner · 3 years, 10 months ago
  54. 07201d7 coreinfo: Use SPDX license identifiers by Jacob Garber · 3 years, 10 months ago
  55. 796c567 lint/lint-extended-007-checkpatch: Remove obsolete path by Elyes HAOUAS · 3 years, 11 months ago
  56. 668132a4 {intel/gma,include/device}: Delete unused 'drm_dp_helper.h' file by Elyes HAOUAS · 3 years, 11 months ago
  57. a020903 util/lint/Kconfig_lint: Update Naked BOOL reference to error by Martin Roth · 4 years ago
  58. ffa58cf util/lint: Add lint and checkpatch coverage for tests/ dir by Jan Dabros · 4 years ago
  59. 57ead89 lint: convert checkpatch_json.py to python 3 by Stefan Reinauer · 4 years, 1 month ago
  60. d2fea1a util/lint: Check for SPDX identifiers by default by Jacob Garber · 4 years, 2 months ago
  61. 10999ea6 drivers: Use SPDX identifiers by Jacob Garber · 4 years, 2 months ago
  62. 55189c9 util: Use SPDX headers by Patrick Georgi · 4 years, 2 months ago
  63. 878a7a7 util/lint: Allow use of the HPND license group by Patrick Georgi · 4 years, 2 months ago
  64. e03132a util/lint: Also accept BSD-2-Clause by Patrick Georgi · 4 years, 2 months ago
  65. 4ca6368 util: Fix up a few comments after the "file is part of the" removal by Patrick Georgi · 4 years, 2 months ago
  66. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  67. deea25b util/lint: Omit more vendorcode from license header test by Patrick Georgi · 4 years, 2 months ago
  68. 7333a11 util/: Replace GPLv2 boiler plate with SPDX header by Patrick Georgi · 4 years, 2 months ago
  69. ea063cb AUTHORS, util/: Drop individual copyright notices by Patrick Georgi · 4 years, 2 months ago
  70. 9990011 util/lint: Accept "GPL-2.0-only WITH Linux-syscall-note" licenses by Rajat Jain · 4 years, 4 months ago
  71. 1cd7d3e util/lint/spelling.txt: Disable `afe` by Angel Pons · 4 years, 4 months ago
  72. dc1c30a util/lint/spelling.txt: Explain the commented-out entries by Angel Pons · 4 years, 4 months ago
  73. 11f0079 src/arch/x86: Convert to SPDX license header by Patrick Georgi · 4 years, 4 months ago
  74. d1e50f9 src/arch/riscv: Convert to SPDX license header by Patrick Georgi · 4 years, 4 months ago
  75. e342cd3 util/lint: Add BSD-4-Clause-UC to acceptable licenses by Patrick Georgi · 4 years, 4 months ago
  76. 0a2a670 src/arch/ppc64: Convert to SPDX license header by Patrick Georgi · 4 years, 4 months ago
  77. 0a3d4e0 src/arch/arm64: Convert to SPDX license header by Patrick Georgi · 4 years, 4 months ago
  78. 864dc3b src/arch/arm: Convert to SPDX license header by Patrick Georgi · 4 years, 4 months ago
  79. eb6887e util/lint: use env to locate the bash binary by Idwer Vollering · 4 years, 6 months ago
  80. 1061599 lint/lint-extended-007-checkpatch: Fix obsolete paths by Elyes HAOUAS · 4 years, 5 months ago
  81. b61a4da lint/check_lint_tests: Fix obsolete paths by Elyes HAOUAS · 4 years, 5 months ago
  82. 8297fa1 util: Remove old reference to ROMCC by Elyes HAOUAS · 4 years, 5 months ago
  83. cbc5b99 util/lint: Allow non-option carrying named choices by Patrick Georgi · 6 years ago
  84. b729d8b util/lint: enforce SPDX license headers in src/superio by Felix Held · 4 years, 6 months ago
  85. 805b291 util/lint: Update spelling.txt from lintian data set by Patrick Georgi · 4 years, 6 months ago
  86. dfd89fc util/lint: Enforce SPDX licenses only in src/acpi directory by Martin Roth · 4 years, 10 months ago
  87. e348eba util/lint: Update license header text for SPDX headers. by Martin Roth · 4 years, 10 months ago
  88. c79efa8 util/lint: Update spelling.txt to latest linux version by Elyes HAOUAS · 4 years, 7 months ago
  89. 55f0132 util/lint/kconfig_lint: Handle glob prefix and suffix by Arthur Heymans · 4 years, 8 months ago
  90. ce828b6 util/lint: make clang-format non-fatal by Angel Pons · 4 years, 11 months ago
  91. 7945f75 lint/clang-format: set to 96 chars per line by Patrick Georgi · 5 years ago
  92. ec01759 util/lint: Make usage of IS_ENABLED() an error by Nico Huber · 5 years ago
  93. 7aeeb48 util/lint/check-style: Don't hardcode clang-format path by Alex James · 5 years ago
  94. f028604 kconfig_lint: Make uses of CONFIG() on an unknown option an error by Julius Werner · 5 years ago
  95. 28def8b util/lint: list files with whitespace issues by Balazs Vinarz · 5 years ago
  96. e5eb2de lint/kconfig: More checks, more errors by Julius Werner · 5 years ago
  97. 0e3f7d4 Revert "lint/clang-format: set to 96 chars per line" by Julius Werner · 5 years ago
  98. ef7a326 lint/kconfig: Update to support new CONFIG() macro by Julius Werner · 5 years ago
  99. d60cc97 lint/kconfig: Fix check for IS_ENABLED(XXX) where someone forgot CONFIG_ by Julius Werner · 5 years ago
  100. 2785290 util/lint: Fix clang-format test and enable it by default by Patrick Georgi · 5 years ago