1. 0633094 checkpatch: fix unescaped left brace by Dwaipayan Ray · 4 years ago
  2. 0f7f635 checkpatch: enable GIT_DIR environment use to set git repository location by Joe Perches · 4 years, 2 months ago
  3. 48ca2d8 checkpatch: add new warnings to author signoff checks. by Dwaipayan Ray · 4 years, 2 months ago
  4. c70735c checkpatch: fix false positive on empty block comment lines by Łukasz Stelmach · 4 years, 2 months ago
  5. 2e44e80 checkpatch: fix multi-statement macro checks for while blocks. by Dwaipayan Ray · 4 years, 2 months ago
  6. a0154cd checkpatch: emit a warning on embedded filenames by Joe Perches · 4 years, 2 months ago
  7. e7f929f checkpatch: extend author Signed-off-by check for split From: header by Dwaipayan Ray · 4 years, 2 months ago
  8. f5f6132 checkpatch: allow not using -f with files that are in git by Joe Perches · 4 years, 2 months ago
  9. 99ca38c checkpatch: warn on self-assignments by Joe Perches · 4 years, 2 months ago
  10. 8020b25 checkpatch: warn if trace_printk and friends are called by Nicolas Boichat · 4 years, 2 months ago
  11. 40873ab checkpatch: add test for comma use that should be semicolon by Joe Perches · 4 years, 2 months ago
  12. 310cd06 checkpatch: move repeated word test by Joe Perches · 4 years, 2 months ago
  13. 3e89ad8 checkpatch: add --kconfig-prefix by Jerome Forissier · 4 years, 2 months ago
  14. 13e4541 checkpatch: fix the usage of capture group ( ... ) by Mrinal Pandey · 4 years, 4 months ago
  15. 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
  16. 22a4ac0 Revert "checkpatch: kconfig: prefer 'help' over '---help---'" by Masahiro Yamada · 4 years, 6 months ago
  17. ef3c005 checkpatch: remove missing switch/case break test by Joe Perches · 4 years, 5 months ago
  18. 1a3dcf2 checkpatch: add test for repeated words by Joe Perches · 4 years, 5 months ago
  19. ced69da1 checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing by Quentin Monnet · 4 years, 5 months ago
  20. 65b64b3 checkpatch: add --fix option for ASSIGN_IN_IF by Joe Perches · 4 years, 5 months ago
  21. 5016126 checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_ by Joe Perches · 4 years, 5 months ago
  22. 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
  23. ad83ec6 checkpatch: Remove checks relating to [smp_]read_barrier_depends() by Will Deacon · 5 years ago
  24. d8b44b5 checkpatch: Remove awareness of uninitialized_var() macro by Kees Cook · 4 years, 7 months ago
  25. 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
  26. 37d1a04 Rebase locking/kcsan to locking/urgent by Thomas Gleixner · 4 years, 7 months ago
  27. 2581ac7 checkpatch: correct check for kernel parameters doc by Tim Froidcoeur · 4 years, 7 months ago
  28. 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
  29. c7f574d checkpatch: use patch subject when reading from stdin by Geert Uytterhoeven · 4 years, 7 months ago
  30. 32f30ca checkpatch: disallow --git and --file/--fix by Joe Perches · 4 years, 7 months ago
  31. a55ee0c checkpatch: look for c99 comments in ctx_locate_comment by Joe Perches · 4 years, 7 months ago
  32. 7ccf41a checkpatch: additional MAINTAINER section entry ordering checks by Joe Perches · 4 years, 7 months ago
  33. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  34. bdc48fa checkpatch/coding-style: deprecate 80-column warning by Joe Perches · 4 years, 7 months ago
  35. 6b9ea5f checkpatch: warn about uses of ENOTSUPP by Jakub Kicinski · 4 years, 8 months ago
  36. 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
  37. 5099a72 checkpatch: Warn about data_race() without comment by Marco Elver · 4 years, 9 months ago
  38. 858e684 docs: dt: convert submitting-patches.txt to ReST format by Mauro Carvalho Chehab · 4 years, 9 months ago
  39. 461e156 checkpatch: fix a typo in the regex for $allocFunctions by Christophe JAILLET · 4 years, 8 months ago
  40. 16b7f3c checkpatch: avoid warning about uninitialized_var() by Joe Perches · 4 years, 9 months ago
  41. 50c9290 checkpatch: check proper licensing of Devicetree bindings by Lubomir Rintel · 4 years, 9 months ago
  42. 44d303e checkpatch: improve Gerrit Change-Id: test by Joe Perches · 4 years, 9 months ago
  43. 713a09d checkpatch: add command-line option for TAB size by Antonio Borneo · 4 years, 9 months ago
  44. 7b18496 checkpatch: fix multiple const * types by Antonio Borneo · 4 years, 9 months ago
  45. 342d3d2 checkpatch: fix minor typo and mixed space+tab in indentation by Antonio Borneo · 4 years, 9 months ago
  46. f36d3eb checkpatch: prefer fallthrough; over fallthrough comments by Joe Perches · 4 years, 9 months ago
  47. a897257 checkpatch: support "base-commit:" format by John Hubbard · 4 years, 9 months ago
  48. c8df0ab checkpatch: check SPDX tags in YAML files by Lubomir Rintel · 4 years, 9 months ago
  49. dfa05c2 checkpatch: remove email address comment from email address comparisons by Joe Perches · 4 years, 9 months ago
  50. 184b8f7 Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  51. 969bea5 checkpatch: Drop pr_warning check by Kefeng Wang · 5 years ago
  52. cd28b11 checkpatch: reduce is_maintained_obsolete lookup runtime by Joe Perches · 5 years ago
  53. d439e6a checkpatch: improve ignoring CamelCase SI style variants like mA by Joe Perches · 5 years ago
  54. 2c97b5a Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 5 years ago
  55. 361b0d2 Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  56. 436b2a8 Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  57. 1d28122 checkpatch: don't warn about new vsprintf pointer extension '%pe' by Uwe Kleine-König · 5 years ago
  58. e400edb checkpatch: Warn if DT bindings are not in schema format by Rob Herring · 5 years ago
  59. 3bd32d6 lib/vsprintf: Add %pfw conversion specifier for printing fwnode names by Sakari Ailus · 5 years ago
  60. 9af7706 lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps by Sakari Ailus · 5 years ago
  61. de3f186 checkpatch: check for nested (un)?likely() calls by Denis Efremov · 5 years ago
  62. dbbf869 checkpatch: make git output use LANGUAGE=en_US.utf8 by Joe Perches · 5 years ago
  63. 5a7f445 checkpatch: remove obsolete period from "ambiguous SHA1" query by Sean Christopherson · 5 years ago
  64. 94fb984 checkpatch: allow consecutive close braces by Joe Perches · 5 years ago
  65. 462811d checkpatch: prefer __section over __attribute__((section(...))) by Joe Perches · 5 years ago
  66. 6dba824 checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSE by Brendan Jackman · 5 years ago
  67. a8dd86b checkpatch.pl: warn on invalid commit id by Matteo Croce · 5 years ago
  68. ffbce89 checkpatch: improve SPDX license checking by Joe Perches · 5 years ago
  69. 634cffc checkpatch: don't interpret stack dumps as commit IDs by Joe Perches · 5 years ago
  70. 6a8d76c checkpatch.pl: warn on duplicate sysctl local variable by Matteo Croce · 5 years ago
  71. 458f69e docs: timers: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  72. 852d095 checkpatch.pl: Update DT vendor prefix check by Rob Herring · 6 years ago
  73. 8c79f4c Merge tag 'docs-5.2' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  74. 4462996 checkpatch: add %pt as a valid vsprintf extension by Alexandre Belloni · 6 years ago
  75. 6c5d24e checkpatch: Warn on improper usage of Co-developed-by by Sean Christopherson · 6 years ago
  76. 1a29e85 Merge tag 'docs-5.1' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  77. a8da38a checkpatch: add test for SPDX-License-Identifier on wrong line # by Joe Perches · 6 years ago
  78. 98005e8 checkpatch: allow reporting C99 style comments by Vadim Bendebury · 6 years ago
  79. e29a70f checkpatch: add some new alloc functions to various tests by Joe Perches · 6 years ago
  80. fdf1369 checkpatch: verify SPDX comment style by Joe Perches · 6 years ago
  81. 7967656 coding-style: Clarify the expectations around bool by Jason Gunthorpe · 6 years ago
  82. d499480 checkpatch: add Co-developed-by to signature tags by Jorge Ramirez-Ortiz · 6 years ago
  83. 77b8c0a checkpatch: warn on const char foo[] = "bar"; declarations by Joe Perches · 6 years ago
  84. 3d709ab checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked() by Paul E. McKenney · 6 years ago
  85. 9189c7e checkpatch: Create table of obsolete APIs and apply to RCU by Joe Perches · 6 years ago
  86. 22ebb72 checkpatch: remove GCC_BINARY_CONSTANT warning by Christophe Leroy · 6 years ago
  87. c5967e9 checkpatch: add __ro_after_init to known $Attribute by Joe Perches · 6 years ago
  88. 328b5f4 checkpatch: add optional static const to blank line declarations test by Joe Perches · 6 years ago
  89. 133712a checkpatch: DT bindings should be a separate patch by Rob Herring · 6 years ago
  90. 809e082 checkpatch: warn on unnecessary int declarations by Joe Perches · 6 years ago
  91. 6ad724e checkpatch: check for space after "else" keyword by Michal Zylowski · 6 years ago
  92. 5629411 checkpatch: fix SPDX license check with --root=<path> by Joe Perches · 6 years ago
  93. 490b292 checkpatch: warn when a patch doesn't have a description by Joe Perches · 6 years ago
  94. 60f8901 checkpatch: check for #if 0/#if 1 by Prakruthi Deepak Heragu · 6 years ago
  95. 4cab63c checkpatch: fix krealloc reuse test by Joe Perches · 6 years ago
  96. 3b6e8ac checkpatch: validate SPDX license with spdxcheck.py by Joe Perches · 6 years ago
  97. 8c8c45c checkpatch: fix macro argument reuse test by Joe Perches · 6 years ago
  98. cd26149 checkpatch: warn if missing author Signed-off-by by Geert Uytterhoeven · 6 years ago
  99. 33aa459 checkpatch: update section keywords by Geert Uytterhoeven · 6 years ago
  100. 5b57980 checkpatch: improve runtime execution speed a little by Joe Perches · 6 years ago