1. bdad9a8 util/lint: Update lint-000-license-headers linter by Martin Roth · 6 years ago
  2. 4f41336 util/lint: use a more compact output format by Patrick Georgi · 6 years ago
  3. f743728 util/lint: Add check that changes conform to clang-format style by Patrick Georgi · 6 years ago
  4. 5486786 checkpatch: exclude util/crossgcc/patches by Patrick Georgi · 6 years ago
  5. 3a31465 util/lint: Make the non-ascii character check stable by Martin Roth · 6 years ago
  6. dea1333 util/lint: Ignore whitespace, newlines, and licenses in vbt files by Martin Roth · 6 years ago
  7. f3bd97c util/lint: Fix execution on OpenBSD by Piotr Kubaj · 7 years ago
  8. a6464b7 util/lint: Generate json output from checkpatch output by Naresh G Solanki · 7 years ago
  9. a9868b2 util/lint/checkpatch.pl: Untaint filename by Martin Roth · 7 years ago
  10. 0e32981 util/lint: Apply `final newlines` check to scripts by Alex Thiessen · 7 years ago
  11. 73f19dc util/lint: Unify checks for git worktree by Alex Thiessen · 7 years ago
  12. 687b961 util/*: Fix final newlines in scripts by Alex Thiessen · 7 years ago
  13. f4ceff3 util/lint: Check license headers of git hooks by Alex Thiessen · 7 years ago
  14. 55d2687 lint-stable: Only check files tracked by git (ie source files) for +x by Patrick Georgi · 7 years ago
  15. 387dec8 util/lint: update checkpatch & spelling.txt to upstream versions by Martin Roth · 7 years ago
  16. 7e464dc util/lint: Exclude external payloads from coreboot lowercase check by Martin Roth · 7 years ago
  17. 1f3daea util/lint/checkpatch: Untaint variables from env & command line by Martin Roth · 7 years ago
  18. 992d8a7 util/lint: Change final-newlines to lint-test from lint-extended-test by Martin Roth · 7 years ago
  19. 0bb936d lint: update signed-off-by check by Martin Roth · 7 years ago
  20. ea38367 Makefile.inc: lint: Update to run lint-extended scripts by Martin Roth · 8 years ago
  21. 35bfb9d util/lint: add extended stable checkpatch for testing by Martin Roth · 8 years ago
  22. ed0ee0a util/lint: Update license header lint scripts by Martin Roth · 7 years ago
  23. 7eab288 lint: Update lint-stable-021-coreboot-lowercase by Martin Roth · 7 years ago
  24. 8304d6f util/lint: provide option to skip newline check by Aaron Durbin · 7 years ago
  25. 43be77d util/lint: Update final newline check by Martin Roth · 7 years ago
  26. 4cfae2f util/lint: exclude patch files from asm syntax check by Martin Roth · 7 years ago
  27. 5b88301 util/lint: update kconfig_lint by Martin Roth · 7 years ago
  28. edd591d util/lint: Update checkpatch & files to upstream linux by Martin Roth · 7 years ago
  29. 037dbe4 util/lint: Add check to make sure 'coreboot' is lowercase by Martin Roth · 7 years ago
  30. 811d93a util/lint: Give better warning for help spacing issue by Martin Roth · 7 years ago
  31. 8849f3b util/lint/kconfig_lint: update help checking by Martin Roth · 7 years ago
  32. 9ec25f7 util/lint: ignore some more binary file types by Patrick Georgi · 7 years ago
  33. 2a063be util/lint: Don't run checkpatch on the documentation by Martin Roth · 7 years ago
  34. aa20647 util/lint: Show an error if a symbol is created in two choice blocks by Martin Roth · 7 years ago
  35. 010905e uti/lint/checkpatch: Fix __attribute__ struct errors for OPEN_BRACE by Martin Roth · 7 years ago
  36. a3cac87 uti/lint/checkpatch: add --exclude to ignore specific directories by Martin Roth · 7 years ago
  37. 03e9d6a util/lint: Don't check license text for files with under 5 lines by Martin Roth · 8 years ago
  38. 23ceb7d util/lint: Add check for the signed-off-by line by Martin Roth · 8 years ago
  39. 08705f1 lint/kconfig_lint: Make sure all symbols have a type defined by Martin Roth · 8 years ago
  40. 1c9c4b8 util/lint: add check for auto-included headers by Martin Roth · 8 years ago
  41. 21c99af util/lint: Add check to verify saved configs are miniconfigs by Martin Roth · 8 years ago
  42. adcba94 util/lint: Add check for symbolic links in the coreboot tree by Martin Roth · 8 years ago
  43. 358b2b3 util/lint: Exclude devicetree files with custom name from license check by Naresh G Solanki · 8 years ago
  44. ab273d3 kconfig_lint: More updates for excluded files by Martin Roth · 8 years ago
  45. e69c58d kconfig_lint: exclude payloads from search, add back specific files by Martin Roth · 8 years ago
  46. 78f7335 util/lint/lint: Show lint script output as it's running by Martin Roth · 8 years ago
  47. a7d0027 Revert "util/lint/kconfig_lint: change warning levels and text" by Martin Roth · 8 years ago
  48. 8bc8be4 util/lint/kconfig_lint: change warning levels and text by Martin Roth · 8 years ago
  49. fa95625 util/lint/kconfig_lint: Check default types by Martin Roth · 8 years ago
  50. 57bfbb0 checkpatch.pl: ignore '#define asmlinkage' by Martin Roth · 8 years ago
  51. 1ce2ba6 lint/lint-007-checkpatch: Update lint script by Martin Roth · 8 years ago
  52. be5492a Add minimal GNAT run time system (RTS) by Nico Huber · 9 years ago
  53. 96a48f1 checkpatch.pl: Force raw_line to return a defined value by Martin Roth · 8 years ago
  54. ab9395f lint/checkpatch.pl: Pull in coreboot fixes by Martin Roth · 8 years ago
  55. c6080c6 util/lint: Update to latest checkpatch.pl by Stefan Reinauer · 8 years ago
  56. 2e03fbc util/lint: Add a tool to verify a single newline at the end of files by Martin Roth · 8 years ago
  57. ae39fc4 util/lint: Add a lint tool to find non-ascii & unprintable chars by Martin Roth · 8 years ago
  58. 82ef8ad src/commonlib/lz4_wrapper: Correct inline asm for unaligned 64-bit copy by Benjamin Barenblat · 8 years ago
  59. ebef00f lint/checkpatch.pl: escape \{ in perl regex to fix warnings by Alexander Couzens · 8 years ago
  60. f790672 util/lint: Find unsigned variables with no length specified by Martin Roth · 8 years ago
  61. 3a6374c lint: Add check for amd & apple mainboard license headers by Martin Roth · 8 years ago
  62. cd9aec6 util/lint: Update lint-stable-000-license-headers by Martin Roth · 8 years ago
  63. 84129b8 util/lint: update lint-000-license-headers by Martin Roth · 8 years ago
  64. e033053 lint/lint-stable-004-style-labels: Update script by Martin Roth · 8 years ago
  65. ef5a238 lint/check_lint_tests: Add script that will break all stable tests by Martin Roth · 8 years ago
  66. 92658db lint: Update board status script to look at the whole tree by Martin Roth · 8 years ago
  67. b1bca88 lint-kconfig: pipe stderr to stdout to catch script errors by Martin Roth · 8 years ago
  68. 0e6c0e1 kconfig_lint: make sure if and endif statements are balanced by Martin Roth · 8 years ago
  69. abf7d4d kconfig_lint: Fix checks when running in taint mode by Martin Roth · 8 years ago
  70. 44ef167 lint: Make sure site-local isn't committed to coreboot repo by Martin Roth · 9 years ago
  71. 5a70d6b kconfig_lint: update kconfig lint shell scripts by Martin Roth · 9 years ago
  72. 15f4d8c kconfig_lint: demote 'always defined' errors to warnings by Martin Roth · 9 years ago
  73. 6622376 kconfig_lint: Check for IS_ENABLED used on symbols without CONFIG_ by Martin Roth · 9 years ago
  74. 35852b9 lint: test for assembler dialect switches by Patrick Georgi · 9 years ago
  75. f8db028 lint: Check license headers for both paragraphs of the GPL by Martin Roth · 9 years ago
  76. b5400ad kconfig_lint: Add readme document by Martin Roth · 9 years ago
  77. 08cf90f kconfig_lint: add comments and whitespace fixes. by Martin Roth · 9 years ago
  78. ab2d777 kconfig_lint: Skip temp files when looking for unused Kconfig files. by Martin Roth · 9 years ago
  79. b58d349 kconfig_lint: Update prompt structure by Martin Roth · 9 years ago
  80. 08ee1cf kconfig_lint: Add warning if tristate type is used in coreboot by Martin Roth · 9 years ago
  81. 819e672 kconfig_lint: merge 'git grep' and 'grep' exclude dir and files by Martin Roth · 9 years ago
  82. 572a856 kconfig_lint: Don't look at IS_ENABLED() text in comments. by Martin Roth · 9 years ago
  83. 6bfbf1c kconfig_lint: Exclude some Kconfig symbols from unused symbol checks by Martin Roth · 9 years ago
  84. 63ea493 kconfig_lint: merge 'git grep' and 'grep' exclude dir and files by Martin Roth · 9 years ago
  85. 721ee01 lint: Add a check for the executable bit being set on source code by Martin Roth · 9 years ago
  86. 6966759 util/lint: Fix linter for old license headers by Martin Roth · 9 years ago
  87. c4511e2 util/lint: Update license linter, make stable version by Martin Roth · 9 years ago
  88. b7c39b2 util/lint/kconfig_lint: Add 3 new checks by Martin Roth · 9 years ago
  89. da1a70e util/lint: Add linter for files with the old license header by Martin Roth · 9 years ago
  90. daa9e12 util/lint: Add lint script to run kconfig_lint by Martin Roth · 9 years ago
  91. 1b44f7e util/lint/kconfig_lint: Run through perltidy to fix whitespace by Martin Roth · 9 years ago
  92. 0ecbdde lint: rename lint-006-checkpatch because board name is lint-006 by Martin Roth · 9 years ago
  93. b6acc30 kconfig_lint: Fix check_is_enabled for 2 symbols on the same line by Martin Roth · 9 years ago
  94. 7aa3cea kconfig_lint: Change from '$file at line $line' to $file:$line by Martin Roth · 9 years ago
  95. d808017 kconfig_lint: Separate errors from warnings by Martin Roth · 9 years ago
  96. a791fbb lint: properly terminate junit report on error by Patrick Georgi · 9 years ago
  97. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  98. bcaaad1 lint: Add Kconfig / Kconfig symbol lint tool by Martin Roth · 9 years ago
  99. 64d0480 lint: don't check for whitespace in jpeg images by Patrick Georgi · 9 years ago
  100. 606ca51 lint: Fix shellcheck warnings, add comments by Martin Roth · 9 years ago