1. 3cc4b1c checkpatch: reduce false positive rate of "complex macros" by Joe Perches · 11 years ago
  2. 9d7a34a checkpatch: warn on comparisons to get_jiffies_64() by Joe Perches · 11 years ago
  3. 36ec193 checkpatch: warn on comparisons to jiffies by Joe Perches · 11 years ago
  4. a605e32 checkpatch: warn when networking block comment lines don't start with * by Joe Perches · 11 years ago
  5. fdb4bcd checkpatch: improve network block comment test and message by Joe Perches · 11 years ago
  6. 807bd26 checkpatch: remove quote from CamelCase test by Joe Perches · 11 years ago
  7. a640d25 checkpatch: add --strict preference for p = kmalloc(sizeof(*p)... by Joe Perches · 11 years ago
  8. 95e2c60 checkpatch: warn when using gcc's binary constant ("0b") extension by Joe Perches · 11 years ago
  9. be79794 checkpatch: change CamelCase test and make it --strict by Joe Perches · 11 years ago
  10. 8543ae1 checkpatch: add Suggested-by as a standard signature by Mugunthan V N · 11 years ago
  11. 74c8f43 checkpatch: only warn for empty lines before closing braces by themselves by Matthijs Kooijman · 11 years ago
  12. 5646bc7 checkpatch: warn on space before semicolon by Joe Perches · 11 years ago
  13. 04db4d2 checkpatch: complain about executable files by Joe Perches · 11 years ago
  14. a6962d7 checkpatch: Prefer seq_puts to seq_printf by Joe Perches · 11 years ago
  15. 972fdea checkpatch: add check for reuse of krealloc arg by Joe Perches · 11 years ago
  16. e942e2c checkpatch: fix stringification macro defect by Joe Perches · 11 years ago
  17. be987d9 checkpatch: improve CamelCase test for Page by Joe Perches · 11 years ago
  18. 37581c2 checkpatch: fix USLEEP_RANGE test by Bruce Allan · 11 years ago
  19. 5ce59ae checkpatch: Add check for kcalloc argument order by Joe Perches · 11 years ago
  20. e8eb399 checkpatch: don't emit the CamelCase warning for PageFoo by Joe Perches · 11 years ago
  21. 56e77d7 checkpatch: warn on unnecessary __dev<foo> section markings by Joe Perches · 11 years ago
  22. dc13931 checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL> by Joe Perches · 11 years ago
  23. 326b1ff checkpatch: fix $Float creation of match variables by Joe Perches · 11 years ago
  24. 495e9d8 checkpatch: warn on uapi #includes that #include <uapi/... by Joe Perches · 11 years ago
  25. 323c126 checkpatch: warn on CamelCase variable names by Joe Perches · 11 years ago
  26. 74349bc checkpatch: add support for floating point constants by Joe Perches · 11 years ago
  27. 6b7eaf6 checkpatch: find hex constants as a single IDENT by Joe Perches · 11 years ago
  28. d1e2ad0 checkpatch: add --strict test for switch/default missing break by Joe Perches · 11 years ago
  29. 88982fe checkpatch: warn when declaring "struct spinlock foo;" by Joe Perches · 11 years ago
  30. 0979ae6 checkpatch: Add --strict messages for blank lines around braces by Joe Perches · 11 years ago
  31. 481eb48 checkpatch: extend line continuation test by Joe Perches · 11 years ago
  32. 6cd7f38 checkpatch: allow control over line length warning, default remains 80 by Joe Perches · 11 years ago
  33. 03df4b5 checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_remove by Andy Whitcroft · 11 years ago
  34. 78e3f1f checkpatch: remove reference to feature-removal-schedule.txt by Tao Ma · 11 years ago
  35. 1ba8dfd checkpatch: warn about using CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  36. 5023d34 checkpatch: warn on unnecessary line continuations by Joe Perches · 11 years ago
  37. c24f9f1 checkpatch: improve network block comment style checking by Joe Perches · 12 years ago
  38. a0a0a7a checkpatch: fix name of "MODULE_PARM_DESC" by Kees Cook · 12 years ago
  39. 0588060 checkpatch: check networking specific block comment style by Joe Perches · 12 years ago
  40. 8f26b83 checkpatch: update suggested printk conversions by Joe Perches · 12 years ago
  41. fa64205d checkpatch: check utf-8 content from a commit log when it's missing from charset by Pasi Savanainen · 12 years ago
  42. ac8e97f checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACRO by Joe Perches · 12 years ago
  43. b13edf7 checkpatch: add checks for do {} while (0) macro misuses by Joe Perches · 12 years ago
  44. 66c80b6 checkpatch: Add acheck for use of sizeof without parenthesis by Joe Perches · 12 years ago
  45. 4a27319 checkpatch: check usleep_range() arguments by Joe Perches · 12 years ago
  46. ce0338df3c checkpatch: test for non-standard signatures by Joe Perches · 12 years ago
  47. b34a26f checkpatch: Update alignment check by Joe Perches · 12 years ago
  48. 243f380 checkpatch: suggest pr_<level> over printk(KERN_<LEVEL> by Joe Perches · 12 years ago
  49. 9a4cad4 checkpatch: check for whitespace before semicolon at EOL by Eric Nelson · 12 years ago
  50. c06a9eb checkpatch: revert --strict test for net/ and drivers/net block comment style by Joe Perches · 12 years ago
  51. ca56dc0 checkpatch: check for quoted strings broken across lines by Josh Triplett · 12 years ago
  52. 6712d85 checkpatch: whitespace - add/remove blank lines by Joe Perches · 12 years ago
  53. 2c92488 checkpatch: warn on use of yield() by Joe Perches · 12 years ago
  54. aad4f61 checkpatch: add --strict tests for braces, comments and casts by Joe Perches · 12 years ago
  55. b337d8b checkpatch: add [] to type extensions by Andy Whitcroft · 12 years ago
  56. fd1b57a checkpatch: high precedence operators do not require additional parentheses in #defines by Andy Whitcroft · 12 years ago
  57. e45bab8 checkpatch: handle string concatenation in simple #defines by Andy Whitcroft · 12 years ago
  58. b9df76a checkpatch: allow simple character constants in #defines by Andy Whitcroft · 12 years ago
  59. daebc53 checkpatch: catch [ ... ] usage when not at the beginning of definition by Andy Whitcroft · 12 years ago
  60. 1123268 checkpatch.pl: be silent when -q and --ignore is given by Artem Bityutskiy · 12 years ago
  61. d1fe9c0 checkpatch: add some --strict coding style checks by Joe Perches · 12 years ago
  62. 6061d94 include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) by Joe Perches · 12 years ago
  63. 8eef05d checkpatch: Warn on code with 6+ tab indentation by Joe Perches · 12 years ago
  64. bfcb2cc checkpatch: catch all occurences of type and cast spacing errors per line by Andy Whitcroft · 12 years ago
  65. 6b48db2 checkpatch: typeof may have more complex arguments by Andy Whitcroft · 12 years ago
  66. addcdce checkpatch: ensure cast type is unique in the context parser by Andy Whitcroft · 12 years ago
  67. c81769f checkpatch: fix complex macros handling of square brackets by Andy Whitcroft · 12 years ago
  68. e01886a checkpatch: fix 'return is not a function' square bracket handling by Andy Whitcroft · 12 years ago
  69. 72f115f checkpatch: complex macro should allow the empty do while loop by Andy Whitcroft · 12 years ago
  70. 87a5387 checkpatch: fix EXPORT_SYMBOL handling following a function by Andy Whitcroft · 12 years ago
  71. a138580 checkpatch: only apply kconfig help checks for options which prompt by Andy Whitcroft · 12 years ago
  72. 3e469cd checkpatch: optimise statement scanner when mid-statement by Andy Whitcroft · 12 years ago
  73. 89a8835 checkpatch: ## is not a valid modifier by Andy Whitcroft · 12 years ago
  74. d7c76ba checkpatch: improve memset and min/max with cast checking by Joe Perches · 12 years ago
  75. 554e165 checkpatch: check for common memset parameter issues against statments by Andy Whitcroft · 12 years ago
  76. f74bd19 checkpatch: correctly track the end of preprocessor commands in context by Andy Whitcroft · 12 years ago
  77. 5f14d3b checkpatch: prefer __printf over __attribute__((format(printf,...))) by Joe Perches · 12 years ago
  78. 270c49a checkpatch: update signature "might be better as" warning by Joe Perches · 12 years ago
  79. addd8c9 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  80. 15662b3 checkpatch: add a --strict check for utf-8 in commit logs by Joe Perches · 13 years ago
  81. 67d0a07 kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete by Joe Perches · 13 years ago
  82. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  83. 6993248 treewide: remove extra semicolons from various parts of the kernel by Justin P. Mattock · 13 years ago
  84. c68e587 script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGS by Arnaud Lacombe · 13 years ago
  85. 30ecad5 checkpatch: add missing WARN argument for min_t and max_t tests by Hui Zhu · 13 years ago
  86. 6e60c02 checkpatch.pl: update $logFunctions by Joe Perches · 13 years ago
  87. 34d9921 checkpatch: make utf-8 test --strict by Joe Perches · 13 years ago
  88. 000d1cc1 checkpatch.pl: add ability to ignore various messages by Joe Perches · 13 years ago
  89. 39b7e28 checkpatch: add a "prefer __aligned" check by Joe Perches · 13 years ago
  90. 2011247 checkpatch: validate signature styles and To: and Cc: lines by Joe Perches · 13 years ago
  91. 165e72a checkpatch: add __rcu as a sparse modifier by Sven Eckelmann · 13 years ago
  92. 7d2367a checkpatch: suggest using min_t or max_t by Joe Perches · 13 years ago
  93. 1744122 checkpatch: add warning for uses of printk_ratelimit by Joe Perches · 13 years ago
  94. 0fccc62 checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptions by Joe Perches · 13 years ago
  95. b053172 checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptions by Joe Perches · 13 years ago
  96. 428e2fd checkpatch: add check for line continuations in quoted strings by Joe Perches · 13 years ago
  97. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  98. 309c00c checkpatch: warn about memset with swapped arguments by Dave Jones · 13 years ago
  99. b078121 scripts/checkpatch.pl: reset rpt_cleaners warnings by Mike Frysinger · 13 years ago
  100. 33ee3b2 kstrto*: converting strings to integers done (hopefully) right by Alexey Dobriyan · 13 years ago