1. b8709bc checkpatch: improve Kconfig help test by Joe Perches · 3 years ago
  2. 36f8b34 checkpatch: relax regexp for COMMIT_LOG_LONG_LINE by Jerome Forissier · 3 years ago
  3. 0ee3e7b checkpatch: get default codespell dictionary path from package location by Peter Ujfalusi · 3 years, 2 months ago
  4. 70a1165 checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses by Joe Perches · 3 years, 2 months ago
  5. 86cffec Compiler Attributes: add __alloc_size() for better bounds checking by Kees Cook · 3 years, 2 months ago
  6. 4ce9f97 checkpatch: improve GIT_COMMIT_ID test by Joe Perches · 3 years, 4 months ago
  7. 046fc74 checkpatch: make email address check case insensitive by Mimi Zohar · 3 years, 4 months ago
  8. d2af5aa checkpatch: support wide strings by Joe Perches · 3 years, 4 months ago
  9. 46b85bf checkpatch: do not complain about positive return values starting with EPOLL by Guenter Roeck · 3 years, 6 months ago
  10. 6907865 checkpatch: improve the indented label test by Joe Perches · 3 years, 6 months ago
  11. f9363b3 checkpatch: scripts/spdxcheck.py now requires python3 by Guenter Roeck · 3 years, 6 months ago
  12. 7e6cdd7 checkpatch: improve ALLOC_ARRAY_ARGS test by Christophe JAILLET · 3 years, 8 months ago
  13. 7b84434 checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSE by Vincent Mailhol · 3 years, 8 months ago
  14. fbe7454 checkpatch: warn when missing newline in return sysfs_emit() formats by Joe Perches · 3 years, 8 months ago
  15. 0080665 Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 8 months ago
  16. 68a32ba Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 8 months ago
  17. 56ddc4c docs: dt: update writing-schema.rst references by Mauro Carvalho Chehab · 3 years, 9 months ago
  18. 51c3b91 Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years, 10 months ago
  19. 52178ce checkpatch: add verbose mode by Dwaipayan Ray · 3 years, 10 months ago
  20. 5b8f82e checkpatch: do not apply "initialise globals to 0" check to BPF progs by Song Liu · 3 years, 10 months ago
  21. 263afd3 checkpatch: don't warn about colon termination in linker scripts by Chris Down · 3 years, 10 months ago
  22. 58f0226 checkpatch: add kmalloc_array_node to unnecessary OOM message check by Joe Perches · 3 years, 10 months ago
  23. de93245 checkpatch: add warning for avoiding .L prefix symbols in assembly files by Aditya Srivastava · 3 years, 10 months ago
  24. 0972b8b checkpatch: improve TYPECAST_INT_CONSTANT test message by Joe Perches · 3 years, 10 months ago
  25. adb2da8 checkpatch: prefer ftrace over function entry/exit printks by Joe Perches · 3 years, 10 months ago
  26. ea7dbab checkpatch: trivial style fixes by Dwaipayan Ray · 3 years, 10 months ago
  27. 35cdcbf checkpatch: ignore warning designated initializers using NR_CPUS by Peng Wang · 3 years, 10 months ago
  28. b5e8736 checkpatch: improve blank line after declaration test by Joe Perches · 3 years, 10 months ago
  29. 21a6ab2 Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 3 years, 10 months ago
  30. af612e4 lib/vsprintf: Add support for printing V4L2 and DRM fourccs by Sakari Ailus · 3 years, 10 months ago
  31. 6213736 Merge branch 'linus' into locking/core, to pick up upstream fixes by Ingo Molnar · 3 years, 11 months ago
  32. 6c80408 checkpatch: Don't check for mutex_trylock_recursive() by Sebastian Andrzej Siewior · 3 years, 11 months ago
  33. 3679482 module: remove EXPORT_UNUSED_SYMBOL* by Christoph Hellwig · 3 years, 11 months ago
  34. ae9162e Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions" by Masahiro Yamada · 4 years ago
  35. 5dbdb2d checkpatch: prefer strscpy to strlcpy by Joe Perches · 4 years ago
  36. f5eea3b checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning by Joe Perches · 4 years ago
  37. 7da07c3 checkpatch: fix TYPO_SPELLING check for words with apostrophe by Dwaipayan Ray · 4 years ago
  38. 084a617 checkpatch: add warning for lines starting with a '#' in commit log by Dwaipayan Ray · 4 years ago
  39. 70eb227 checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi] by Dwaipayan Ray · 4 years ago
  40. 831242a checkpatch: add fix and improve warning msg for non-standard signature by Aditya Srivastava · 4 years ago
  41. 8e08f07 checkpatch: add fix option for LOGICAL_CONTINUATIONS by Aditya Srivastava · 4 years ago
  42. da7355a checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS by Aditya Srivastava · 4 years ago
  43. 03f4935 checkpatch: fix unescaped left brace by Dwaipayan Ray · 4 years ago
  44. 27b379a checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags by Aditya Srivastava · 4 years ago
  45. e73d271 checkpatch: fix spelling errors and remove repeated word by Dwaipayan Ray · 4 years ago
  46. fccaebf checkpatch: improve email parsing by Dwaipayan Ray · 4 years ago
  47. 0830aab checkpatch: add __alias and __weak to suggested __attribute__ conversions by Joe Perches · 4 years ago
  48. 7580c5b checkpatch: add fix option for GERRIT_CHANGE_ID by Aditya Srivastava · 4 years ago
  49. 339f29d checkpatch: update __attribute__((section("name"))) quote removal by Joe Perches · 4 years ago
  50. 47ca69b checkpatch: add a fixer for missing newline at eof by Tom Rix · 4 years ago
  51. 7ebe1d1 checkpatch: extend attributes check to handle more patterns by Dwaipayan Ray · 4 years ago
  52. dc58bc5 checkpatch: allow --fix removal of unnecessary break statements by Joe Perches · 4 years ago
  53. 7316976 checkpatch: prefer static const declarations by Joe Perches · 4 years ago
  54. 4104a20 checkpatch: ignore generated CamelCase defines and enum values by Łukasz Stelmach · 4 years ago
  55. 8d0325c checkpatch: fix false positives in REPEATED_WORD warning by Aditya Srivastava · 4 years ago
  56. 1db81a6 checkpatch: add new exception to repeated word check by Dwaipayan Ray · 4 years ago
  57. 0f7f635 checkpatch: enable GIT_DIR environment use to set git repository location by Joe Perches · 4 years, 2 months ago
  58. 48ca2d8 checkpatch: add new warnings to author signoff checks. by Dwaipayan Ray · 4 years, 2 months ago
  59. c70735c checkpatch: fix false positive on empty block comment lines by Łukasz Stelmach · 4 years, 2 months ago
  60. 2e44e80 checkpatch: fix multi-statement macro checks for while blocks. by Dwaipayan Ray · 4 years, 2 months ago
  61. a0154cd checkpatch: emit a warning on embedded filenames by Joe Perches · 4 years, 2 months ago
  62. e7f929f checkpatch: extend author Signed-off-by check for split From: header by Dwaipayan Ray · 4 years, 2 months ago
  63. f5f6132 checkpatch: allow not using -f with files that are in git by Joe Perches · 4 years, 2 months ago
  64. 99ca38c checkpatch: warn on self-assignments by Joe Perches · 4 years, 2 months ago
  65. 8020b25 checkpatch: warn if trace_printk and friends are called by Nicolas Boichat · 4 years, 2 months ago
  66. 40873ab checkpatch: add test for comma use that should be semicolon by Joe Perches · 4 years, 2 months ago
  67. 310cd06 checkpatch: move repeated word test by Joe Perches · 4 years, 2 months ago
  68. 3e89ad8 checkpatch: add --kconfig-prefix by Jerome Forissier · 4 years, 2 months ago
  69. 13e4541 checkpatch: fix the usage of capture group ( ... ) by Mrinal Pandey · 4 years, 4 months ago
  70. 32b2ee5 Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
  71. 22a4ac0 Revert "checkpatch: kconfig: prefer 'help' over '---help---'" by Masahiro Yamada · 4 years, 6 months ago
  72. ef3c005 checkpatch: remove missing switch/case break test by Joe Perches · 4 years, 5 months ago
  73. 1a3dcf2 checkpatch: add test for repeated words by Joe Perches · 4 years, 5 months ago
  74. ced69da1 checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing by Quentin Monnet · 4 years, 5 months ago
  75. 65b64b3 checkpatch: add --fix option for ASSIGN_IN_IF by Joe Perches · 4 years, 5 months ago
  76. 5016126 checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_ by Joe Perches · 4 years, 5 months ago
  77. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  78. ad83ec6 checkpatch: Remove checks relating to [smp_]read_barrier_depends() by Will Deacon · 5 years ago
  79. d8b44b5 checkpatch: Remove awareness of uninitialized_var() macro by Kees Cook · 4 years, 7 months ago
  80. b791d1b Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  81. 37d1a04 Rebase locking/kcsan to locking/urgent by Thomas Gleixner · 4 years, 7 months ago
  82. 2581ac7 checkpatch: correct check for kernel parameters doc by Tim Froidcoeur · 4 years, 7 months ago
  83. 571d54e Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 7 months ago
  84. c7f574d checkpatch: use patch subject when reading from stdin by Geert Uytterhoeven · 4 years, 7 months ago
  85. 32f30ca checkpatch: disallow --git and --file/--fix by Joe Perches · 4 years, 7 months ago
  86. a55ee0c checkpatch: look for c99 comments in ctx_locate_comment by Joe Perches · 4 years, 7 months ago
  87. 7ccf41a checkpatch: additional MAINTAINER section entry ordering checks by Joe Perches · 4 years, 7 months ago
  88. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  89. bdc48fa checkpatch/coding-style: deprecate 80-column warning by Joe Perches · 4 years, 7 months ago
  90. 6b9ea5f checkpatch: warn about uses of ENOTSUPP by Jakub Kicinski · 4 years, 8 months ago
  91. 97a9474 Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/kcsan by Thomas Gleixner · 4 years, 8 months ago
  92. 5099a72 checkpatch: Warn about data_race() without comment by Marco Elver · 4 years, 9 months ago
  93. 858e684 docs: dt: convert submitting-patches.txt to ReST format by Mauro Carvalho Chehab · 4 years, 9 months ago
  94. 461e156 checkpatch: fix a typo in the regex for $allocFunctions by Christophe JAILLET · 4 years, 8 months ago
  95. 16b7f3c checkpatch: avoid warning about uninitialized_var() by Joe Perches · 4 years, 9 months ago
  96. 50c9290 checkpatch: check proper licensing of Devicetree bindings by Lubomir Rintel · 4 years, 9 months ago
  97. 44d303e checkpatch: improve Gerrit Change-Id: test by Joe Perches · 4 years, 9 months ago
  98. 713a09d checkpatch: add command-line option for TAB size by Antonio Borneo · 4 years, 9 months ago
  99. 7b18496 checkpatch: fix multiple const * types by Antonio Borneo · 4 years, 9 months ago
  100. 342d3d2 checkpatch: fix minor typo and mixed space+tab in indentation by Antonio Borneo · 4 years, 9 months ago