1. 91cb519 checkpatch: expand parenthesis alignment test to declarations, functions and assignments by Joe Perches · 10 years ago
  2. 7ebd05e checkpatch.pl: add check for Change-Id by Christopher Covington · 10 years ago
  3. 74915c7 scripts/checkpatch.pl: __GFP_NOFAIL isn't going away by Andrew Morton · 10 years ago
  4. 3b617e3 checkpatch: net and drivers/net: warn on missing blank line after variable declaration by Joe Perches · 10 years ago
  5. cc93319 checkpatch: improve the compatible vendor match by Florian Vaussard · 10 years ago
  6. 7dd05b3 checkpatch: check compatible strings in .c and .h too by Florian Vaussard · 10 years ago
  7. 4fbf32a checkpatch: fix spurious vendor compatible warnings by Florian Vaussard · 10 years ago
  8. 8f0dbfa checkpatch: check vendor compatible with dashes by Florian Vaussard · 10 years ago
  9. 515a235 checkpatch: improve octal permissions test speed by Joe Perches · 10 years ago
  10. daa8b05 checkpatch.pl: modify warning message for printk usage by Yogesh Chaudhari · 10 years ago
  11. 5b9553a checkpatch: make "return is not a function" test quieter by Joe Perches · 10 years ago
  12. 85ad978 checkpatch: ignore networking block comment style first lines in file by Joe Perches · 10 years ago
  13. cbec18a checkpatch: use a more consistent function argument style by Joe Perches · 10 years ago
  14. 9b0fa60 checkpatch: add test for char * arrays that could be static const by Joe Perches · 10 years ago
  15. 447432f checkpatch: fix jiffies comparison and others by Joe Perches · 10 years ago
  16. 6c8bd70 checkpatch: avoid sscanf test duplicated messages by Joe Perches · 10 years ago
  17. 1727cc7 checkpatch: update octal permissions warning by Joe Perches · 10 years ago
  18. fbdb813 checkpatch: warn on uses of __constant_<foo> functions by Joe Perches · 10 years ago
  19. 2435880 checkpatch: add checks for constant non-octal permissions by Joe Perches · 10 years ago
  20. 91f72e9 checkpatch: don't warn on some function pointer return styles by Joe Perches · 10 years ago
  21. 43c1d77 checkpatch: add test for long udelay by Joe Perches · 10 years ago
  22. 3645e32 checkpatch: fix detection of git repository by Richard Genoud · 10 years ago
  23. b36190c checkpatch.pl: check for function declarations without arguments by Joe Perches · 10 years ago
  24. 98a9bba checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN) by Joe Perches · 10 years ago
  25. bff5da4 checkpatch: add DT compatible string documentation checks by Rob Herring · 10 years ago
  26. 109d8cb2 checkpatch: only flag FSF address, not gnu.org URL by Alexander Duyck · 10 years ago
  27. 31070b5 checkpatch: add tests for function pointer style misuses by Joe Perches · 10 years ago
  28. 3e2232f checkpatch: update the FSF/GPL address check by Joe Perches · 10 years ago
  29. 189248d checkpatch: check for if's with unnecessary parentheses by Joe Perches · 10 years ago
  30. c76f4cb checkpatch: improve space before tab --fix option by Joe Perches · 10 years ago
  31. 9624b8d checkpatch: add a --fix-inplace option by Joe Perches · 10 years ago
  32. c34c09a checkpatch: attempt to find missing switch/case break; by Joe Perches · 10 years ago
  33. 7e4915e checkpatch: add warning of future __GFP_NOFAIL use by David Rientjes · 10 years ago
  34. d2e248e checkpatch: warn only on "space before semicolon" at end of line by Joe Perches · 10 years ago
  35. 8c5fcd2 checkpatch: more comprehensive split strings warning by Joe Perches · 10 years ago
  36. 92e112f PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLE by Joe Perches · 11 years ago
  37. c11230f checkpatch: fix "Use of uninitialized value" warnings by Joe Perches · 11 years ago
  38. 823b794 checkpatch: add check for sscanf without return use by Joe Perches · 11 years ago
  39. 2b7ab45 checkpatch: don't require kernel style __attribute__ shortcuts in uapi paths by Joe Perches · 11 years ago
  40. 507e514 checkpatch: improve "return is not a function" test by Joe Perches · 11 years ago
  41. 4783f89 checkpatch.pl: check for the FSF mailing address by Josh Triplett · 11 years ago
  42. c1fd7bb checkpatch: make the memory barrier test noisier by Joe Perches · 11 years ago
  43. e970b884 checkpatch: add rules to check init attribute and const defects by Joe Perches · 11 years ago
  44. 52ea850 checkpatch: add test for #defines of ARCH_HAS_<foo> by Joe Perches · 11 years ago
  45. 11ea516 checkpatch: find CamelCase definitions of struct/union/enum by Joe Perches · 11 years ago
  46. 0666872 checkpatch: update seq_<foo> tests by Joe Perches · 11 years ago
  47. d8b0771 checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patch by Joe Perches · 11 years ago
  48. 8473162 checkpatch: report missing spaces around trigraphs with --strict by Joe Perches · 11 years ago
  49. d1d8578 checkpatch: make extern in .h prototypes quieter by Joe Perches · 11 years ago
  50. 8716de3 checkpatch: add test for positional misuse of section specifiers like __initdata by Joe Perches · 11 years ago
  51. 58cb3cf checkpatch: fix perl version 5.12 and earlier incompatibility by Joe Perches · 11 years ago
  52. 1b5539b checkpatch: reduce runtime/cpu time used by Joe Perches · 11 years ago
  53. b34c648 checkpatch: better --fix of SPACING errors. by Joe Perches · 11 years ago
  54. f95a7e6 checkpatch: ignore #define TRACE_<foo> macros by Joe Perches · 11 years ago
  55. 91bfe48 checkpatch: add --types option to report only specific message types by Joe Perches · 11 years ago
  56. 61135e9 checkpatch: fix networking kernel-doc block comment defect by Joe Perches · 11 years ago
  57. 70dc8a4 checkpatch: warn when using extern with function prototypes in .h files by Joe Perches · 11 years ago
  58. 7e51f19 checkpatch: check for duplicate signatures by Joe Perches · 11 years ago
  59. d62a201 checkpatch: enforce sane perl version by Dave Hansen · 11 years ago
  60. 7e781f6 checkpatch: check CamelCase by word, not by $Lval by Joe Perches · 11 years ago
  61. d5e616f checkpatch: add a few more --fix corrections by Joe Perches · 11 years ago
  62. c707a81 checkpatch: make the CamelCase cache work for non-git trees too by Joe Perches · 11 years ago
  63. 351b2a1 checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit> by Joe Perches · 11 years ago
  64. 7d0b659 checkpatch: allow longer logging function names by Jacob Keller · 11 years ago
  65. 3445686 checkpatch: ignore existing CamelCase uses from include/... by Joe Perches · 11 years ago
  66. 22735ce checkpatch: ignore SI unit CamelCase variants like "_uV" by Joe Perches · 11 years ago
  67. 786b632 checkpatch: move test for space before semicolon after operator spacing by Joe Perches · 11 years ago
  68. 3705ce5 checkpatch: create an EXPERIMENTAL --fix option to correct patches by Joe Perches · 11 years ago
  69. 23f780c checkpatch: improve "no space after cast" test by Joe Perches · 11 years ago
  70. 179f8f4 checkpatch: add a --strict test for comparison to true/false by Joe Perches · 11 years ago
  71. 77b9a53 checkpatch: don't warn on blank lines before/after braces as often by Joe Perches · 11 years ago
  72. c4a62ef checkpatch: add a placeholder to check blank lines before declarations by Joe Perches · 11 years ago
  73. 3cc4b1c checkpatch: reduce false positive rate of "complex macros" by Joe Perches · 11 years ago
  74. 9d7a34a checkpatch: warn on comparisons to get_jiffies_64() by Joe Perches · 11 years ago
  75. 36ec193 checkpatch: warn on comparisons to jiffies by Joe Perches · 11 years ago
  76. a605e32 checkpatch: warn when networking block comment lines don't start with * by Joe Perches · 11 years ago
  77. fdb4bcd checkpatch: improve network block comment test and message by Joe Perches · 11 years ago
  78. 807bd26 checkpatch: remove quote from CamelCase test by Joe Perches · 11 years ago
  79. a640d25 checkpatch: add --strict preference for p = kmalloc(sizeof(*p)... by Joe Perches · 11 years ago
  80. 95e2c60 checkpatch: warn when using gcc's binary constant ("0b") extension by Joe Perches · 11 years ago
  81. be79794 checkpatch: change CamelCase test and make it --strict by Joe Perches · 11 years ago
  82. 8543ae1 checkpatch: add Suggested-by as a standard signature by Mugunthan V N · 11 years ago
  83. 74c8f43 checkpatch: only warn for empty lines before closing braces by themselves by Matthijs Kooijman · 11 years ago
  84. 5646bc7 checkpatch: warn on space before semicolon by Joe Perches · 11 years ago
  85. 04db4d2 checkpatch: complain about executable files by Joe Perches · 11 years ago
  86. a6962d7 checkpatch: Prefer seq_puts to seq_printf by Joe Perches · 11 years ago
  87. 972fdea checkpatch: add check for reuse of krealloc arg by Joe Perches · 11 years ago
  88. e942e2c checkpatch: fix stringification macro defect by Joe Perches · 11 years ago
  89. be987d9 checkpatch: improve CamelCase test for Page by Joe Perches · 11 years ago
  90. 37581c2 checkpatch: fix USLEEP_RANGE test by Bruce Allan · 11 years ago
  91. 5ce59ae checkpatch: Add check for kcalloc argument order by Joe Perches · 11 years ago
  92. e8eb399 checkpatch: don't emit the CamelCase warning for PageFoo by Joe Perches · 11 years ago
  93. 56e77d7 checkpatch: warn on unnecessary __dev<foo> section markings by Joe Perches · 11 years ago
  94. dc13931 checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL> by Joe Perches · 11 years ago
  95. 326b1ff checkpatch: fix $Float creation of match variables by Joe Perches · 11 years ago
  96. 495e9d8 checkpatch: warn on uapi #includes that #include <uapi/... by Joe Perches · 11 years ago
  97. 323c126 checkpatch: warn on CamelCase variable names by Joe Perches · 12 years ago
  98. 74349bc checkpatch: add support for floating point constants by Joe Perches · 12 years ago
  99. 6b7eaf6 checkpatch: find hex constants as a single IDENT by Joe Perches · 12 years ago
  100. d1e2ad0 checkpatch: add --strict test for switch/default missing break by Joe Perches · 12 years ago