1. be08c1d Treewide: Fix incorrect SPDX license strings by Martin Roth · 6 months ago
  2. 281d662 lint/checkpatch.pl: Check for 0-length and 1-element arrays by Elyes Haouas · 1 year, 1 month ago
  3. b8c0e32 lint/checkpatch: Add check for unnecessary <signed> int declarations by Elyes Haouas · 1 year, 1 month ago
  4. e572765 lint/checkpatch: Add check for old-style declarations by Elyes Haouas · 1 year, 1 month ago
  5. dcb59dc lint/checkpatch: Add check for initialized const char arrays by Elyes Haouas · 1 year, 1 month ago
  6. 32cae13 lint/checkpatch.pl: Update check for TRAILING_STATEMENTS by Elyes Haouas · 1 year, 1 month ago
  7. d2bb485 lint/checkpatch: Update 'check for illegal assignment in if conditional' by Elyes Haouas · 1 year, 1 month ago
  8. 57f1162 util/lint: Ignore braces around single line statements by Martin Roth · 1 year, 5 months ago
  9. 2ed4b0b lint/checkpatch.pl: Remove check for keyword 'boolean' in Kconfig by Elyes Haouas · 1 year, 7 months ago
  10. d27b2e8 lint/checkpatch: Add XA_STATE and XA_STATE_ORDER to the macro declaration by Elyes Haouas · 2 years ago
  11. 8cfd3f8 checkpatch: add Co-authored-by to signature list by Michael Niewöhner · 1 year, 10 months ago
  12. 8eb7b35 lint/checkpatch: consider leading + in the line length limit check by Michael Niewöhner · 1 year, 10 months ago
  13. 0d42db6 lint/checkpatch: Fix incorrect camelcase detection on numeric constant by Elyes Haouas · 2 years ago
  14. 50eef65 lint/checkpatch: Add check for used comma where semicolon could be by Elyes Haouas · 2 years, 1 month ago
  15. f9a3554a lint/checkpatch: Add a check for use of self-assignments by Elyes Haouas · 2 years, 1 month ago
  16. e83e090 lint/checkpatch: Add a check for existence of a commit log by Elyes Haouas · 2 years, 1 month ago
  17. 6e84c2c lint/checkpatch: Update 'Check patch "separator" and "signoff"' by Elyes Haouas · 2 years, 1 month ago
  18. cb34684 lint/checkpatch: Update 'check for unwanted Gerrit info' by Elyes Haouas · 2 years, 1 month ago
  19. e235a0d lint/checkpatch: Update 'uncoalesced string fragments' by Elyes Haouas · 2 years, 1 month ago
  20. 71bfcf5 lint/checkpatch: Update 'concatenated string without spaces between elements' by Elyes Haouas · 2 years, 1 month ago
  21. a59a87c lint/checkpatch: Update 'check indentation of a line with a break' by Elyes Haouas · 2 years, 1 month ago
  22. d92fcf4 lint/checkpatch: Update 'check for logical continuations' by Elyes Haouas · 2 years, 1 month ago
  23. 86e4a3a lint/checkpatch: Update 'check for adding lines without a newline' by Elyes Haouas · 2 years, 1 month ago
  24. c5ede53 lint/checkpatch: Update 'check for assignments on the start of a line' by Elyes Haouas · 2 years, 1 month ago
  25. 709fdb1 util/lint/checkpatch: Add alloc functions to alloc with multiplies check by Elyes Haouas · 2 years, 3 months ago
  26. 069dfe3 util/lint/checkpatch: Update 'Check for compiler attributes' by Elyes Haouas · 2 years, 3 months ago
  27. a7b0d38 util/lint/checkpatch.pl: Use 'allocFunctions' by Elyes Haouas · 2 years, 3 months ago
  28. 97e7eea util/lint/checkpatch: Warn on period at the end of commit subject by Martin Roth · 2 years, 5 months ago
  29. 341a53d util/lint: Subtract the patch format string from subject length by Martin Roth · 2 years, 3 months ago
  30. 26e0b94 util/lint/checkpatch.pl: Reduce difference with linux v5.18 by Elyes Haouas · 2 years, 3 months ago
  31. 14c49e3 util/lint/checkpatch.pl: Fix "uninitialized value" error message by Elyes Haouas · 2 years, 3 months ago
  32. 0014bce util/lint/checkpatch.pl: Fix "Invalid color mode" error message by Elyes Haouas · 2 years, 3 months ago
  33. 43529c8 util/lint/checkpatch.pl: Update lines related to CONST_STRUCT by Elyes Haouas · 2 years, 4 months ago
  34. f0e150c util/lint/checkpatch.pl: Add strlcpy check by Elyes Haouas · 2 years, 4 months ago
  35. 8f59960 util/lint/checkpatch.pl: Update C99_COMMENT_TOLERANCE lines by Elyes Haouas · 2 years, 4 months ago
  36. 00d8ffd util/lint/checkpatch.pl: Update TYPECAST_INT_CONSTANT lines by Elyes Haouas · 2 years, 4 months ago
  37. 84083a2 util/lint/checkpatch.pl: Update the check of repeated words by Elyes Haouas · 2 years, 4 months ago
  38. f62a989 lint/checkpatch.pl: Update to v5.18-2 lines related to "CONFIG_" by Elyes Haouas · 2 years, 4 months ago
  39. 0b1a03c util/lint/checkpatch.pl: Update lines related to max_line_length by Elyes Haouas · 2 years, 4 months ago
  40. 41d43f5 util/lint/checkpatch.pl: Update lines related to tabsize by Elyes Haouas · 2 years, 4 months ago
  41. 46b07e5 util/lint/checkpatch.pl: Update to v5.18-2 lines related to verbosity by Elyes Haouas · 2 years, 4 months ago
  42. 84ef4fb util/lint/checkpatch.pl: Update to v5.18-2 lines related to "codespell" by Elyes Haouas · 2 years, 4 months ago
  43. 10d34b7 util/lint/checkpatch: Update commit message & subject line limits by Martin Roth · 2 years, 5 months ago
  44. f2a9c8d util/lint/checkpatch.pl: Use "git_command" by Elyes HAOUAS · 2 years, 7 months ago
  45. 18ef520 util/lint/checkpatch.pl: Use "gitroot" by Elyes HAOUAS · 2 years, 7 months ago
  46. 249c404 util/lint/checkpatch: Update "check for missing blank lines after declarations" by Elyes HAOUAS · 2 years, 7 months ago
  47. ac69049 util/lint/checkpatch.pl: Update 'commit message line length limit' by Elyes HAOUAS · 2 years, 7 months ago
  48. 919b0c7 util/lint/checkpatch.pl: Remove unneeded whitespaces and fix some typos by Elyes HAOUAS · 2 years, 7 months ago
  49. 48cb78b util/lint/checkpatch.pl: Use "perl_version_ok" by Elyes HAOUAS · 2 years, 7 months ago
  50. 96771bf util/lint/checkpatch.pl: Use "tabsize" by Elyes HAOUAS · 2 years, 7 months ago
  51. dd1ee27 util/lint/checkpatch: Decrease commit message line length limit to 72 by Paul Menzel · 2 years, 8 months ago
  52. 218906d lint: checkpatch: Add SUSPICIOUS_CODE_INDENT test by Julius Werner · 3 years, 5 months ago
  53. ec01759 util/lint: Make usage of IS_ENABLED() an error by Nico Huber · 5 years ago
  54. 60915b3 util/lint: update checkpatch.pl to latest linux version by Martin Roth · 6 years ago
  55. a9868b2 util/lint/checkpatch.pl: Untaint filename by Martin Roth · 7 years ago
  56. 387dec8 util/lint: update checkpatch & spelling.txt to upstream versions by Martin Roth · 7 years ago
  57. 1f3daea util/lint/checkpatch: Untaint variables from env & command line by Martin Roth · 7 years ago
  58. edd591d util/lint: Update checkpatch & files to upstream linux by Martin Roth · 7 years ago
  59. 010905e uti/lint/checkpatch: Fix __attribute__ struct errors for OPEN_BRACE by Martin Roth · 7 years ago
  60. a3cac87 uti/lint/checkpatch: add --exclude to ignore specific directories by Martin Roth · 7 years ago
  61. 57bfbb0 checkpatch.pl: ignore '#define asmlinkage' by Martin Roth · 8 years ago
  62. 96a48f1 checkpatch.pl: Force raw_line to return a defined value by Martin Roth · 8 years ago
  63. ab9395f lint/checkpatch.pl: Pull in coreboot fixes by Martin Roth · 8 years ago
  64. c6080c6 util/lint: Update to latest checkpatch.pl by Stefan Reinauer · 8 years ago
  65. 82ef8ad src/commonlib/lz4_wrapper: Correct inline asm for unaligned 64-bit copy by Benjamin Barenblat · 8 years ago
  66. ebef00f lint/checkpatch.pl: escape \{ in perl regex to fix warnings by Alexander Couzens · 8 years ago
  67. 59c2c8b checkpatch: fine tune checks by Stefan Reinauer · 9 years ago
  68. c526900 checkpatch: fix tree recognition by Stefan Reinauer · 9 years ago
  69. 42412b6 checkpatch: Fix running out of coreboot's tree by Stefan Reinauer · 10 years ago
  70. 44d0fd9 Add Linux kernel's checkpatch.pl script by Stefan Reinauer · 10 years ago