1. 7d2367a checkpatch: suggest using min_t or max_t by Joe Perches · 13 years ago
  2. 1744122 checkpatch: add warning for uses of printk_ratelimit by Joe Perches · 13 years ago
  3. 0fccc62 checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptions by Joe Perches · 13 years ago
  4. b053172 checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptions by Joe Perches · 13 years ago
  5. 428e2fd checkpatch: add check for line continuations in quoted strings by Joe Perches · 13 years ago
  6. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  7. 309c00c checkpatch: warn about memset with swapped arguments by Dave Jones · 13 years ago
  8. b078121 scripts/checkpatch.pl: reset rpt_cleaners warnings by Mike Frysinger · 13 years ago
  9. 33ee3b2 kstrto*: converting strings to integers done (hopefully) right by Alexey Dobriyan · 13 years ago
  10. d04fa5a locking: Remove deprecated lock initializers by Thomas Gleixner · 13 years ago
  11. 3d130fd checkpatch.pl: add "prefer __packed" check by Joe Perches · 13 years ago
  12. 88f8831 checkpatch: check for world-writeable sysfs/debugfs files by Dave Jones · 13 years ago
  13. c023e473 checkpatch.pl: fix CAST detection by Florian Mickler · 13 years ago
  14. caf2a54 scripts/checkpatch.pl: add check for multiple terminating semicolons and casts of vmalloc by Joe Perches · 13 years ago
  15. 4882720b semaphore: Remove mutex emulation by Thomas Gleixner · 14 years ago
  16. 93ed0e2 scripts/checkpatch.pl: add check for declaration of pci_device_id by Joe Perches · 14 years ago
  17. cb710ec scripts/checkpatch.pl: add warnings for static char that could be static const char by Joe Perches · 14 years ago
  18. 267ad8f checkpatch: version 0.31 by Andy Whitcroft · 14 years ago
  19. 01464f3 checkpatch: statement/block context analyser should look at sanitised lines by Andy Whitcroft · 14 years ago
  20. 3cbf62d checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar by Andy Whitcroft · 14 years ago
  21. 5eaa20b checkpatch: clean up structure definition macro handline by Andy Whitcroft · 14 years ago
  22. 015830be checkpatch: update copyright dates by Andy Whitcroft · 14 years ago
  23. 03f1df7 checkpatch: Add additional attribute #defines by Joe Perches · 14 years ago
  24. 3bf9a00 checkpatch: check for incorrect permissions by Rabin Vincent · 14 years ago
  25. 9fe287d7 checkpatch: ensure kconfig help checks only apply when we are adding help by Andy Whitcroft · 14 years ago
  26. 0c73b4e checkpatch: simplify and consolidate "missing space after" checks by Andy Whitcroft · 14 years ago
  27. 8cf6de7 checkpatch: add check for space after struct, union, and enum by Andy Whitcroft · 14 years ago
  28. 53a3c44 checkpatch: returning errno typically should be negative by Andy Whitcroft · 14 years ago
  29. 9446ef5 checkpatch: handle casts better fixing false categorisation of : as binary by Andy Whitcroft · 14 years ago
  30. fb2d2c1 checkpatch: ensure we do not collapse bracketed sections into constants by Andy Whitcroft · 14 years ago
  31. d2c0a23 checkpatch: suggest cleanpatch and cleanfile when appropriate by Andy Whitcroft · 14 years ago
  32. e91b6e2 checkpatch: types may sit on a line on their own by Andy Whitcroft · 14 years ago
  33. 6b4c5be checkpatch: fix regressions in "fix handling of leading spaces" by Andy Whitcroft · 14 years ago
  34. b998e00 checkpatch: fix extraneous EXPORT_SYMBOL* warnings by Patrick Pannuto · 14 years ago
  35. 09ef872 checkpatch: warn about unexpectedly long msleep's by Patrick Pannuto · 14 years ago
  36. 1a15a25 checkpatch: prefer usleep_range over udelay by Patrick Pannuto · 14 years ago
  37. 8bbea96 checkpatch: add more exceptions to 80 char lines by Joe Perches · 14 years ago
  38. 5150bda checkpatch: change externals to globals by Joe Eloff · 14 years ago
  39. 5f7ddae checkpatch: fix handling of leading spaces by Raffaele Recalcati · 14 years ago
  40. 7840a94 checkpatch: refactor 'allowed asm includes' and add memory.h by Wolfram Sang · 14 years ago
  41. d4977c7 checkpatch: warn on declaration with storage class not at the beginning by Tobias Klauser · 14 years ago
  42. 3354957 checkpatch: add check for too short Kconfig descriptions by Andi Kleen · 14 years ago
  43. 1704f47 lockdep: Add novalidate class for dev->mutex conversion by Peter Zijlstra · 14 years ago
  44. 5e79d96 checkpatch: warn on unnecessary spaces before quoted newlines by Joe Perches · 14 years ago
  45. 08e4436 checkpatch.pl: warn if an adding line introduce spaces before tabs. by Alberto Panizzo · 14 years ago
  46. 7940484 checkpatch.pl: extend list of expected-to-be-const structures by Emese Revfy · 14 years ago
  47. 22fd2d3 checkpatch.pl: add union and struct to the exceptions list by Stefani Seibold · 14 years ago
  48. 5213129 checkpatch: fix false positive on __initconst by Wolfram Sang · 14 years ago
  49. 691e669 checkpatch.pl: allow > 80 char lines for logging functions not just printk by Joe Perches · 14 years ago
  50. 42bdf74 checkpatch: trivial fix for trailing statements check by Hidetoshi Seto · 14 years ago
  51. 8f53a9b scripts/checkpatch.pl: add WARN on sizeof(&foo) by Joe Perches · 14 years ago
  52. dbf004d remove my email address from checkpatch. by Dave Jones · 14 years ago
  53. 5e8d8f6 checkpatch: version 0.30 by Andy Whitcroft · 15 years ago
  54. 2b474a1 checkpatch: fix false EXPORT_SYMBOL warning by Andy Whitcroft · 15 years ago
  55. 99423c2 checkpatch: fix __attribute__ matching by Andy Whitcroft · 15 years ago
  56. 2ceb532 checkpatch: fix false errors due to macro concatenation by Andy Whitcroft · 15 years ago
  57. 131edb3 checkpatch: update copyright dates by Andy Whitcroft · 15 years ago
  58. cc77cdc checkpatch: correctly stop scanning at the bottom of a hunk by Andy Whitcroft · 15 years ago
  59. 9a974fd checkpatch: possible types -- prevent illegal modifiers being added by Andy Whitcroft · 15 years ago
  60. 42e41c5 checkpatch: add some common Blackfin checks by Mike Frysinger · 15 years ago
  61. 0487683 checkpatch: version 0.29 by Andy Whitcroft · 15 years ago
  62. fb9e909 checkpatch: limit sN/uN matches to actual bit sizes by Andy Whitcroft · 15 years ago
  63. ea71a0a checkpatch: format strings should not have brackets in macros by Andy Whitcroft · 15 years ago
  64. 77f5b10 checkpatch: make -f alias --file, add --help, more verbose help message by Hannes Eder · 15 years ago
  65. 30dad6e checkpatch: indent checks -- stop when we run out of continuation lines by Andy Whitcroft · 15 years ago
  66. 113f04a checkpatch: handle C99 comments correctly (performance issue) by Daniel Walker · 15 years ago
  67. 463f286 checkpatch: possible types -- else cannot start a type by Andy Whitcroft · 15 years ago
  68. bea5606 checkpatch: version 0.28 by Andy Whitcroft · 15 years ago
  69. 417495e checkpatch: add __ref as a sparse modifier by Andy Whitcroft · 15 years ago
  70. 9360b0e checkpatch: extend attribute testing to all modifiers by Andy Whitcroft · 15 years ago
  71. 667026e checkpatch: a modifier is not an identifier at the end of a type by Andy Whitcroft · 15 years ago
  72. a3340b3 checkpatch: pointer type star may have modifiers following by Andy Whitcroft · 15 years ago
  73. 00ef4ec checkpatch: correctly handle type spacing in the face of modifiers by Andy Whitcroft · 15 years ago
  74. e2f7aa4 checkpatch: do not warn about -p0 patches when checking files by Andy Whitcroft · 15 years ago
  75. f4a8773 checkpatch: make in_atomic ok in the core by Andy Whitcroft · 15 years ago
  76. db92a650 checkpatch: version: 0.27 by Andy Whitcroft · 15 years ago
  77. 6903ffb checkpatch: struct seq_operations should normally be const by Andy Whitcroft · 15 years ago
  78. 3966778 checkpatch: if should not continue a preceeding brace by Andy Whitcroft · 15 years ago
  79. 63f17f8 checkpatch: allow parentheses on return handle array values by Andy Whitcroft · 15 years ago
  80. f9a0b3d checkpatch: type/cast spacing should not check prefix spacing by Andy Whitcroft · 15 years ago
  81. a275064 checkpatch: handle missing #if open in context by Andy Whitcroft · 15 years ago
  82. 57b9c6d checkpatch: version: 0.26 by Andy Whitcroft · 15 years ago
  83. 21caa13 checkpatch: fix the perlcritic errors by Andy Whitcroft · 15 years ago
  84. 2b6db5c checkpatch: struct file_operations should normally be const by Andy Whitcroft · 15 years ago
  85. b53c8e1 checkpatch: ensure we actually detect if assignments split across lines by Andy Whitcroft · 15 years ago
  86. 2d1bafd checkpatch: do not report nr_static as a static declaration by Andy Whitcroft · 15 years ago
  87. 4635f4f checkpatch: track #ifdef/#else/#endif when tracking blocks by Andy Whitcroft · 15 years ago
  88. 8b1b337 checkpatch: fix continuation detection when handling spacing on operators by Andy Whitcroft · 15 years ago
  89. 8054576 checkpatch: loosen spacing on typedef function checks by Andy Whitcroft · 15 years ago
  90. 080ba92 checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h by Mike Frysinger · 15 years ago
  91. 86f9d05 checkpatch: allow parentheses on return for comparisons by Andy Whitcroft · 15 years ago
  92. 1e85572 checkpatch: Add warning for p0-patches by Wolfram Sang · 15 years ago
  93. 2a5a2c2 checkpatch: update copyrights by Andy Whitcroft · 15 years ago
  94. 50a7dcf checkpatch: version: 0.25 by Andy Whitcroft · 15 years ago
  95. 6586386 checkpatch: dissallow spaces between stars in pointer types by Andy Whitcroft · 15 years ago
  96. fae17da checkpatch: comment ends inside strings is most likely not an open comment by Andy Whitcroft · 15 years ago
  97. 8e761b0 checkpatch: detect multiple bitfield declarations by Andy Whitcroft · 15 years ago
  98. 5fe3af1 checkpatch: __weak is an official attribute by Andy Whitcroft · 15 years ago
  99. 383099f checkpatch: structure member assignments are not complex by Andy Whitcroft · 15 years ago
  100. 83242e0 checkpatch: widen implied comment detection to allow multiple stars by Andy Whitcroft · 15 years ago