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