1. 3f7bc4e checkpatch: add short int to c variable types by Joe Perches · 10 years ago
  2. 0fe3dc2 checkpatch: add for_each tests to indentation and brace tests by Joe Perches · 10 years ago
  3. 8b8856f checkpatch: fix brace style misuses of else and while by Joe Perches · 10 years ago
  4. 8d18247 checkpatch: add --fix option for a couple OPEN_BRACE misuses by Joe Perches · 10 years ago
  5. bd474ca checkpatch: use the correct indentation for which() by Joe Perches · 10 years ago
  6. f2d7e4d checkpatch: add fix_insert_line and fix_delete_line helpers by Joe Perches · 10 years ago
  7. d752fcc checkpatch: add ability to insert and delete lines to patch/file by Joe Perches · 10 years ago
  8. 194f66f checkpatch: add an index variable for fixed lines by Joe Perches · 10 years ago
  9. c00df19 checkpatch: warn on break after goto or return with same tab indentation by Joe Perches · 10 years ago
  10. 13f1937 checkpatch: emit a warning on file add/move/delete by Joe Perches · 10 years ago
  11. d311cd4 checkpatch: add test for commit id formatting style in commit log by Joe Perches · 10 years ago
  12. e367455 checkpatch: emit fewer kmalloc_array/kcalloc conversion warnings by Joe Perches · 10 years ago
  13. f27c95d checkpatch: improve "no space after cast" test by Joe Perches · 10 years ago
  14. 1574a29 checkpatch: allow multiple const * types by Joe Perches · 10 years ago
  15. e2826fd checkpatch: warn on unnecessary parentheses around references of foo->bar by Joe Perches · 10 years ago
  16. 8d73e0e checkpatch: quiet Kconfig help message checking by Joe Perches · 10 years ago
  17. fee0aa8 checkpatch: change blank line after declaration type to "LINE_SPACING" by Joe Perches · 10 years ago
  18. 365dd4e checkpatch: add a multiple blank lines test by Joe Perches · 10 years ago
  19. 7f61919 checkpatch: add test for blank lines after function/struct/union/enum by Joe Perches · 10 years ago
  20. 048b123 checkpatch.pl: also suggest 'else if' when if follows brace by Rasmus Villemoes · 10 years ago
  21. 29ee1b0 checkpatch: ignore email headers better by Joe Perches · 10 years ago
  22. 5a4e1fd checkpatch: fix function pointers in blank line needed after declarations test by Joe Perches · 10 years ago
  23. 356fd39 checkpatch: fix complex macro false positive for escaped constant char by Joe Perches · 10 years ago
  24. 032a4c0 checkpatch: warn on unnecessary else after return or break by Joe Perches · 10 years ago
  25. ebfdc40 checkpatch: attempt to find unnecessary 'out of memory' messages by Joe Perches · 10 years ago
  26. b43ae21 checkpatch: reduce false positives when checking void function return statements by Joe Perches · 10 years ago
  27. ae3ccc4 scripts/checkpatch.pl: device_initcall is not the only __initcall substitute by Fabian Frederick · 10 years ago
  28. 9b3189e checkpatch: check stable email address by Joe Perches · 10 years ago
  29. 9819cf2 checkpatch: warn on unnecessary void function return statements by Joe Perches · 10 years ago
  30. afc819a checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar); by Joe Perches · 10 years ago
  31. 60a5536 checkpatch: add warning for kmalloc/kzalloc with multiply by Joe Perches · 10 years ago
  32. f5ef95b checkpatch: warn on #defines ending in semicolon by Joe Perches · 10 years ago
  33. 2ac73b4f checkpatch: make --strict a default for files in drivers/net and net/ by Joe Perches · 10 years ago
  34. 3f7bac0 checkpatch: always warn on missing blank line after variable declaration block by Joe Perches · 10 years ago
  35. 185d566 checkpatch: fix wildcard DT compatible string checking by Rob Herring · 10 years ago
  36. b00e481 checkpatch: don't warn on bitfield spaces around : by Joe Perches · 10 years ago
  37. 91cb519 checkpatch: expand parenthesis alignment test to declarations, functions and assignments by Joe Perches · 10 years ago
  38. 7ebd05e checkpatch.pl: add check for Change-Id by Christopher Covington · 10 years ago
  39. 74915c7 scripts/checkpatch.pl: __GFP_NOFAIL isn't going away by Andrew Morton · 10 years ago
  40. 3b617e3 checkpatch: net and drivers/net: warn on missing blank line after variable declaration by Joe Perches · 10 years ago
  41. cc93319 checkpatch: improve the compatible vendor match by Florian Vaussard · 10 years ago
  42. 7dd05b3 checkpatch: check compatible strings in .c and .h too by Florian Vaussard · 10 years ago
  43. 4fbf32a checkpatch: fix spurious vendor compatible warnings by Florian Vaussard · 10 years ago
  44. 8f0dbfa checkpatch: check vendor compatible with dashes by Florian Vaussard · 10 years ago
  45. 515a235 checkpatch: improve octal permissions test speed by Joe Perches · 10 years ago
  46. daa8b05 checkpatch.pl: modify warning message for printk usage by Yogesh Chaudhari · 10 years ago
  47. 5b9553a checkpatch: make "return is not a function" test quieter by Joe Perches · 10 years ago
  48. 85ad978 checkpatch: ignore networking block comment style first lines in file by Joe Perches · 10 years ago
  49. cbec18a checkpatch: use a more consistent function argument style by Joe Perches · 10 years ago
  50. 9b0fa60 checkpatch: add test for char * arrays that could be static const by Joe Perches · 10 years ago
  51. 447432f checkpatch: fix jiffies comparison and others by Joe Perches · 10 years ago
  52. 6c8bd70 checkpatch: avoid sscanf test duplicated messages by Joe Perches · 10 years ago
  53. 1727cc7 checkpatch: update octal permissions warning by Joe Perches · 10 years ago
  54. fbdb813 checkpatch: warn on uses of __constant_<foo> functions by Joe Perches · 10 years ago
  55. 2435880 checkpatch: add checks for constant non-octal permissions by Joe Perches · 10 years ago
  56. 91f72e9 checkpatch: don't warn on some function pointer return styles by Joe Perches · 10 years ago
  57. 43c1d77 checkpatch: add test for long udelay by Joe Perches · 10 years ago
  58. 3645e32 checkpatch: fix detection of git repository by Richard Genoud · 10 years ago
  59. b36190c checkpatch.pl: check for function declarations without arguments by Joe Perches · 10 years ago
  60. 98a9bba checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN) by Joe Perches · 11 years ago
  61. bff5da4 checkpatch: add DT compatible string documentation checks by Rob Herring · 11 years ago
  62. 109d8cb checkpatch: only flag FSF address, not gnu.org URL by Alexander Duyck · 11 years ago
  63. 31070b5 checkpatch: add tests for function pointer style misuses by Joe Perches · 11 years ago
  64. 3e2232f checkpatch: update the FSF/GPL address check by Joe Perches · 11 years ago
  65. 189248d checkpatch: check for if's with unnecessary parentheses by Joe Perches · 11 years ago
  66. c76f4cb checkpatch: improve space before tab --fix option by Joe Perches · 11 years ago
  67. 9624b8d checkpatch: add a --fix-inplace option by Joe Perches · 11 years ago
  68. c34c09a checkpatch: attempt to find missing switch/case break; by Joe Perches · 11 years ago
  69. 7e4915e checkpatch: add warning of future __GFP_NOFAIL use by David Rientjes · 11 years ago
  70. d2e248e checkpatch: warn only on "space before semicolon" at end of line by Joe Perches · 11 years ago
  71. 8c5fcd2 checkpatch: more comprehensive split strings warning by Joe Perches · 11 years ago
  72. 92e112f PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLE by Joe Perches · 11 years ago
  73. c11230f checkpatch: fix "Use of uninitialized value" warnings by Joe Perches · 11 years ago
  74. 823b794 checkpatch: add check for sscanf without return use by Joe Perches · 11 years ago
  75. 2b7ab45 checkpatch: don't require kernel style __attribute__ shortcuts in uapi paths by Joe Perches · 11 years ago
  76. 507e514 checkpatch: improve "return is not a function" test by Joe Perches · 11 years ago
  77. 4783f89 checkpatch.pl: check for the FSF mailing address by Josh Triplett · 11 years ago
  78. c1fd7bb checkpatch: make the memory barrier test noisier by Joe Perches · 11 years ago
  79. e970b88 checkpatch: add rules to check init attribute and const defects by Joe Perches · 11 years ago
  80. 52ea850 checkpatch: add test for #defines of ARCH_HAS_<foo> by Joe Perches · 11 years ago
  81. 11ea516 checkpatch: find CamelCase definitions of struct/union/enum by Joe Perches · 11 years ago
  82. 0666872 checkpatch: update seq_<foo> tests by Joe Perches · 11 years ago
  83. d8b0771 checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patch by Joe Perches · 11 years ago
  84. 8473162 checkpatch: report missing spaces around trigraphs with --strict by Joe Perches · 11 years ago
  85. d1d8578 checkpatch: make extern in .h prototypes quieter by Joe Perches · 11 years ago
  86. 8716de3 checkpatch: add test for positional misuse of section specifiers like __initdata by Joe Perches · 11 years ago
  87. 58cb3cf checkpatch: fix perl version 5.12 and earlier incompatibility by Joe Perches · 11 years ago
  88. 1b5539b checkpatch: reduce runtime/cpu time used by Joe Perches · 11 years ago
  89. b34c648 checkpatch: better --fix of SPACING errors. by Joe Perches · 11 years ago
  90. f95a7e6 checkpatch: ignore #define TRACE_<foo> macros by Joe Perches · 11 years ago
  91. 91bfe48 checkpatch: add --types option to report only specific message types by Joe Perches · 11 years ago
  92. 61135e9 checkpatch: fix networking kernel-doc block comment defect by Joe Perches · 11 years ago
  93. 70dc8a4 checkpatch: warn when using extern with function prototypes in .h files by Joe Perches · 11 years ago
  94. 7e51f19 checkpatch: check for duplicate signatures by Joe Perches · 11 years ago
  95. d62a201 checkpatch: enforce sane perl version by Dave Hansen · 11 years ago
  96. 7e781f6 checkpatch: check CamelCase by word, not by $Lval by Joe Perches · 11 years ago
  97. d5e616f checkpatch: add a few more --fix corrections by Joe Perches · 11 years ago
  98. c707a81 checkpatch: make the CamelCase cache work for non-git trees too by Joe Perches · 11 years ago
  99. 351b2a1 checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit> by Joe Perches · 11 years ago
  100. 7d0b659 checkpatch: allow longer logging function names by Jacob Keller · 11 years ago