1. 0776e59 checkpatch: do is not a possible type by Andy Whitcroft · 16 years ago
  2. 5fdd23a checkpatch: version: 0.23 by Andy Whitcroft · 16 years ago
  3. 30670854 checkpatch: ensure we only apply checks to the lines within hunks by Andy Whitcroft · 16 years ago
  4. 6f779c1 checkpatch: suspect indent count condition lines correctly by Andy Whitcroft · 16 years ago
  5. 5368df20 checkpatch: check line endings in text format files by Andy Whitcroft · 16 years ago
  6. 81bc0e0 checkpatch: handle comment/quote nesting correctly by Andy Whitcroft · 16 years ago
  7. dea3349 checkpatch: suppress errors triggered by short patch by Andy Whitcroft · 16 years ago
  8. a1080bf checkpatch: case/default checks should only check changed lines by Andy Whitcroft · 16 years ago
  9. dea79cd checkpatch: version: 0.22 by Andy Whitcroft · 16 years ago
  10. b9ea10d checkpatch: perform indent checks on perl by Andy Whitcroft · 16 years ago
  11. f055663 checkpatch: report the correct lines for single statement blocks by Andy Whitcroft · 16 years ago
  12. 2a1bc5d checkpatch: %Lx tests should hand %% as a literal by Andy Whitcroft · 16 years ago
  13. 9bd49ef checkpatch: suspect indent -- skip over preprocessor, label and blank lines by Andy Whitcroft · 16 years ago
  14. 4d001e4 checkpatch: report the real first line of all suspect indents by Andy Whitcroft · 16 years ago
  15. 6ecd967 checkpatch: report any absolute references to kernel source files by Andy Whitcroft · 16 years ago
  16. e09dec4 checkpatch: reduce warnings for #include of asm/foo.h to check from arch/bar.c by Andy Whitcroft · 16 years ago
  17. c1ab332 checkpatch: include/asm checks should be anchored by Andy Whitcroft · 16 years ago
  18. 01fa914 checkpatch: fix up comment checks search to scan the entire block by Andy Whitcroft · 16 years ago
  19. 636d140a checkpatch: complex macros -- fix up extension handling by Andy Whitcroft · 16 years ago
  20. 24e1d81 checkpatch: ____cacheline_aligned et al are modifiers by Andy Whitcroft · 16 years ago
  21. a1ef277 checkpatch: add tests for the attribute matcher by Andy Whitcroft · 16 years ago
  22. 1bdab9e checkpatch: switch indent allow plain return by Andy Whitcroft · 16 years ago
  23. 14b111c checkpatch: conditional indent -- labels have different indent rules by Andy Whitcroft · 16 years ago
  24. 0d41386 checkpatch: values: double ampersand may be unary by Andy Whitcroft · 16 years ago
  25. fe2a7db checkpatch: square brackets -- exemption for array slices in braces by Andy Whitcroft · 16 years ago
  26. 33cba06 checkpatch: version 0.21 by Andy Whitcroft · 16 years ago
  27. 234fff6 checkpatch: types cannot start mid word for pointer tests by Andy Whitcroft · 16 years ago
  28. 292f1a9 checkpatch: complex macros need to ignore comments by Andy Whitcroft · 16 years ago
  29. 74048ed checkpatch: variants -- move the main unary/binary operators to use variants by Andy Whitcroft · 16 years ago
  30. 1f65f94 checkpatch: add checks for question mark and colon spacing by Andy Whitcroft · 16 years ago
  31. d250658 checkpatch: possible modifiers -- handle multiple modifiers and trailing by Andy Whitcroft · 16 years ago
  32. 0221f55 checkpatch: possible types -- known modifiers cannot be types by Andy Whitcroft · 16 years ago
  33. 8ea3eb9 checkpatch: handle return types of pointers to functions by Andy Whitcroft · 16 years ago
  34. b8f96a31 checkpatch: macro complexity checks are meaningless in linker scripts by Andy Whitcroft · 16 years ago
  35. d2172eb checkpatch: possible modifiers are not being correctly matched by Andy Whitcroft · 16 years ago
  36. 7429c69 checkpatch: improve type matcher debug by Andy Whitcroft · 16 years ago
  37. 389a2fe checkpatch: allow for type modifiers on multiple declarations by Andy Whitcroft · 16 years ago
  38. 3c23214 checkpatch: correct spelling in kfree checks by Wolfram Sang · 16 years ago
  39. 4c432a8 checkpatch: usb_free_urb() can take NULL by Greg Kroah-Hartman · 16 years ago
  40. f5fe35d checkpatch: condition/loop indent checks by Andy Whitcroft · 16 years ago
  41. 5321016 checkpatch: toughen trailing if statement checks and extend them to while and for by Andy Whitcroft · 16 years ago
  42. 8d31cfc checkpatch: check spacing for square brackets by Andy Whitcroft · 16 years ago
  43. e2a763c checkpatch: switch -- report trailing statements on case and default by Andy Whitcroft · 16 years ago
  44. f4c014c checkpatch: allow printk strings to exceed 80 characters to maintain their searchability by Andy Whitcroft · 16 years ago
  45. 548596d checkpatch: trailing statement indent: fix end of statement location by Andy Whitcroft · 16 years ago
  46. a3bb97a checkpatch: macros: fix statement counting block end detection by Andy Whitcroft · 16 years ago
  47. 6ef9b29 checkpatch: types: unary -- goto introduces unary context by Andy Whitcroft · 16 years ago
  48. beae633 checkpatch: comment detection: ignore macro continuation when detecting associated comments by Andy Whitcroft · 16 years ago
  49. d3ddcf4 checkpatch: possible types: __asm__ is never a type by Andy Whitcroft · 16 years ago
  50. f3db663 checkpatch: add a checkpatch warning for new uses of __initcall(). by Michael Ellerman · 16 years ago
  51. c8cb2ca checkpatch: types: some types may also be identifiers by Andy Whitcroft · 16 years ago
  52. fee61c4 checkpatch: return is not a function -- parentheses for casts are ok too by Andy Whitcroft · 16 years ago
  53. 6cbb2e7 checkpatch: Version: 0.20 by Andy Whitcroft · 16 years ago
  54. c45dcab update checkpatch.pl to version 0.19 by Andy Whitcroft · 16 years ago
  55. 9c9ba34 update checkpatch.pl to version 0.18 by Andy Whitcroft · 16 years ago
  56. 171ae1a update checkpatch.pl to version 0.17 by Andy Whitcroft · 16 years ago
  57. c2010a3 checkpatch: usb_free_urb() can take NULL by Greg Kroah-Hartman · 16 years ago
  58. 773647a update checkpatch.pl to version 0.16 by Andy Whitcroft · 16 years ago
  59. cf65504 update checkpatch.pl to version 0.15 by Andy Whitcroft · 16 years ago
  60. 13214ad update checkpatch.pl to version 0.14 by Andy Whitcroft · 16 years ago
  61. c2fdda0 update checkpatch.pl to version 0.13 by Andy Whitcroft · 16 years ago
  62. 8905a67 update checkpatch.pl to version 0.12 by Andy Whitcroft · 17 years ago
  63. 6c72ffa update checkpatch.pl to version 0.11 by Andy Whitcroft · 17 years ago
  64. 9c0ca6f update checkpatch.pl to version 0.10 by Andy Whitcroft · 17 years ago
  65. 22f2a2e update checkpatch.pl to version 0.09 by Andy Whitcroft · 17 years ago
  66. f0a594c update checkpatch.pl to version 0.08 by Andy Whitcroft · 17 years ago
  67. de7d4f0 update checkpatch.pl to version 0.07 by Andy Whitcroft · 17 years ago
  68. d8aaf12 update checkpatch.pl to version 0.06 by Andy Whitcroft · 17 years ago
  69. 653d487 update checkpatch.pl to version 0.05 by Andy Whitcroft · 17 years ago
  70. 00df344f update checkpatch.pl to version 0.04 by Andy Whitcroft · 17 years ago
  71. 389834b checkpatch: produce fewer lines of output by Randy Dunlap · 17 years ago
  72. 4a0df2e update checkpatch.pl to version 0.03 by Andy Whitcroft · 17 years ago
  73. 8381e04 checkpatch.pl: should be executable by Andy Whitcroft · 17 years ago
  74. 0a920b5b add a trivial patch style checker by Andy Whitcroft · 17 years ago