1. d752fcc checkpatch: add ability to insert and delete lines to patch/file by Joe Perches · 10 years ago
  2. 194f66f checkpatch: add an index variable for fixed lines by Joe Perches · 10 years ago
  3. c00df19 checkpatch: warn on break after goto or return with same tab indentation by Joe Perches · 10 years ago
  4. 13f1937 checkpatch: emit a warning on file add/move/delete by Joe Perches · 10 years ago
  5. d311cd4 checkpatch: add test for commit id formatting style in commit log by Joe Perches · 10 years ago
  6. e367455 checkpatch: emit fewer kmalloc_array/kcalloc conversion warnings by Joe Perches · 10 years ago
  7. f27c95d checkpatch: improve "no space after cast" test by Joe Perches · 10 years ago
  8. 1574a29 checkpatch: allow multiple const * types by Joe Perches · 10 years ago
  9. e2826fd checkpatch: warn on unnecessary parentheses around references of foo->bar by Joe Perches · 10 years ago
  10. 8d73e0e checkpatch: quiet Kconfig help message checking by Joe Perches · 10 years ago
  11. fee0aa8 checkpatch: change blank line after declaration type to "LINE_SPACING" by Joe Perches · 10 years ago
  12. 365dd4e checkpatch: add a multiple blank lines test by Joe Perches · 10 years ago
  13. 7f61919 checkpatch: add test for blank lines after function/struct/union/enum by Joe Perches · 10 years ago
  14. 048b123 checkpatch.pl: also suggest 'else if' when if follows brace by Rasmus Villemoes · 10 years ago
  15. 29ee1b0 checkpatch: ignore email headers better by Joe Perches · 10 years ago
  16. 5a4e1fd checkpatch: fix function pointers in blank line needed after declarations test by Joe Perches · 10 years ago
  17. 356fd39 checkpatch: fix complex macro false positive for escaped constant char by Joe Perches · 10 years ago
  18. 032a4c0 checkpatch: warn on unnecessary else after return or break by Joe Perches · 10 years ago
  19. ebfdc40 checkpatch: attempt to find unnecessary 'out of memory' messages by Joe Perches · 10 years ago
  20. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  21. 29b88e2 Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  22. 90125ed Merge 3.16-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  23. 2ccf466 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  24. 01c9db8 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
  25. cbb4d3e scripts/kernel-doc: handle object-like macros by Horia Geanta · 10 years ago
  26. c1c3f2c scripts: Teach get_maintainer.pl about the new "R:" tag by Joe Perches · 11 years ago
  27. 868b60e Merge branch 'component-for-driver' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into driver-core-next by Greg Kroah-Hartman · 11 years ago
  28. c9a6066 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  29. 91ad11d recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules by Alex Smith · 11 years ago
  30. b43ae21 checkpatch: reduce false positives when checking void function return statements by Joe Perches · 11 years ago
  31. c9d53c0 devres: remove devm_request_and_ioremap() by Jingoo Han · 11 years ago
  32. 8bf1356 builddeb: fix missing headers in linux-headers package by Fathi Boudra · 11 years ago
  33. c7eb3a7 kbuild: Fix tar-pkg with relative $(objtree) by Michal Marek · 11 years ago
  34. a765a7c deb-pkg: Fix for relative paths by Michal Marek · 11 years ago
  35. aa65506 selinux, kbuild: remove unnecessary $(hostprogs-y) from clean-files by Masahiro Yamada · 11 years ago
  36. c1fdb2d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  37. 1700ff8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  38. 4251c2a6 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  39. dbd1abb decode_stacktrace: make stack dump output useful again by Sasha Levin · 11 years ago
  40. 7fa0e6d scripts: objdiff: support directories for the augument of record command by Masahiro Yamada · 11 years ago
  41. 8ac28be scripts: objdiff: fix a comment by Masahiro Yamada · 11 years ago
  42. 8b5d0f2 scripts: objdiff: change the extension of disassembly from .o to .dis by Masahiro Yamada · 11 years ago
  43. 18165ef scripts: objdiff: improve path flexibility for record command by Masahiro Yamada · 11 years ago
  44. 1ecc8e4 scripts: objdiff: remove unnecessary code by Masahiro Yamada · 11 years ago
  45. 5ab370e scripts: objdiff: direct error messages to stderr by Masahiro Yamada · 11 years ago
  46. fd6e124 scripts: objdiff: get the path to .tmp_objdiff more simply by Masahiro Yamada · 11 years ago
  47. a1323fd deb-pkg: Add automatic support for s390x architecture by Ben Hutchings · 11 years ago
  48. 90829ad coccicheck: Add unneeded return variable test by Peter Senna Tschudin · 11 years ago
  49. bb66fc6 kbuild: trivial - use tabs for code indent where possible by Masahiro Yamada · 11 years ago
  50. 9815594 kbuild: create include/config directory in scripts/kconfig/Makefile by Masahiro Yamada · 11 years ago
  51. 7eb6e34 kbuild: trivial - remove trailing empty lines by Masahiro Yamada · 11 years ago
  52. 2d5c5db coccinelle: Check for missing NULL terminators in of_device_id tables by Stephen Boyd · 11 years ago
  53. c43ceca kbuild: do not add "selinux" to subdir- twice by Masahiro Yamada · 11 years ago
  54. 9b24a15 scripts/tags.sh: ignore symlink'ed source files by Yann Droneaud · 11 years ago
  55. cc07aab Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into next by Linus Torvalds · 11 years ago
  56. ae3ccc4 scripts/checkpatch.pl: device_initcall is not the only __initcall substitute by Fabian Frederick · 11 years ago
  57. 9b3189e checkpatch: check stable email address by Joe Perches · 11 years ago
  58. 9819cf2 checkpatch: warn on unnecessary void function return statements by Joe Perches · 11 years ago
  59. afc819a checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar); by Joe Perches · 11 years ago
  60. 60a5536 checkpatch: add warning for kmalloc/kzalloc with multiply by Joe Perches · 11 years ago
  61. f5ef95b checkpatch: warn on #defines ending in semicolon by Joe Perches · 11 years ago
  62. 2ac73b4 checkpatch: make --strict a default for files in drivers/net and net/ by Joe Perches · 11 years ago
  63. 3f7bac0 checkpatch: always warn on missing blank line after variable declaration block by Joe Perches · 11 years ago
  64. 185d566 checkpatch: fix wildcard DT compatible string checking by Rob Herring · 11 years ago
  65. 1aacb90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next by Linus Torvalds · 11 years ago
  66. af64d2a ftrace: Add arm64 support to recordmcount by AKASHI Takahiro · 11 years ago
  67. 68b7752 scripts/checksyscalls.sh: Make renameat optional by James Hogan · 11 years ago
  68. 5180d5f firmware: Simplify directory creation by Michal Marek · 11 years ago
  69. 79c704a scripts/tags.sh: add regular expression replacement pattern for memcg by Jianyu Zhan · 11 years ago
  70. 03787ff Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 11 years ago
  71. baec30e modpost: Fix comment typo "Modules.symvers" by Paul Bolle · 11 years ago
  72. 38385f8 kbuild: trivial - remove trailing spaces by Masahiro Yamada · 11 years ago
  73. 9319f45 kbuild: support simultaneous "make %config" and "make all" by Masahiro Yamada · 11 years ago
  74. 2ee41e6 modpost: Fix resource leak in read_dump() by Christian Engelmayer · 11 years ago
  75. a8d9c9f builddeb: add arm64 in the supported architectures by Fathi Boudra · 11 years ago
  76. 6b4a144 builddeb: use $OBJCOPY variable instead of objcopy by Fathi Boudra · 11 years ago
  77. 8c38a53 scripts/tags.sh: ignore code of user space tools by Konstantin Khlebnikov · 11 years ago
  78. a86fe35 kbuild: move extra gcc checks to scripts/Makefile.extrawarn by Masahiro Yamada · 11 years ago
  79. 3005286 scripts/tags.sh: add pattern for DEFINE_HASHTABLE by Jianyu Zhan · 11 years ago
  80. 321d03c Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  81. db46293 kbuild: LLVMLinux: Fix LINUX_COMPILER definition script for compilation with clang by Jan-Simon Möller · 12 years ago
  82. 3d3d6b8 kbuild: LLVMLinux: Adapt warnings for compilation with clang by Jan-Simon Möller · 12 years ago
  83. f23a9fa scripts/coccinelle: Use PTR_ERR_OR_ZERO by Sachin Kamat · 11 years ago
  84. 67554fa scripts/bootgraph.pl: Add graphic header by Fabian Frederick · 11 years ago
  85. 79192ca scripts: objdiff: detect object code changes between two commits by Jason Cooper · 11 years ago
  86. b003d77 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  87. 5d2acfc kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT by Josh Triplett · 11 years ago
  88. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  89. b00e481 checkpatch: don't warn on bitfield spaces around : by Joe Perches · 11 years ago
  90. 91cb519 checkpatch: expand parenthesis alignment test to declarations, functions and assignments by Joe Perches · 11 years ago
  91. 7ebd05e checkpatch.pl: add check for Change-Id by Christopher Covington · 11 years ago
  92. 74915c7 scripts/checkpatch.pl: __GFP_NOFAIL isn't going away by Andrew Morton · 11 years ago
  93. 3b617e3 checkpatch: net and drivers/net: warn on missing blank line after variable declaration by Joe Perches · 11 years ago
  94. cc93319 checkpatch: improve the compatible vendor match by Florian Vaussard · 11 years ago
  95. 7dd05b3 checkpatch: check compatible strings in .c and .h too by Florian Vaussard · 11 years ago
  96. 4fbf32a checkpatch: fix spurious vendor compatible warnings by Florian Vaussard · 11 years ago
  97. 8f0dbfa checkpatch: check vendor compatible with dashes by Florian Vaussard · 11 years ago
  98. 515a235 checkpatch: improve octal permissions test speed by Joe Perches · 11 years ago
  99. daa8b05 checkpatch.pl: modify warning message for printk usage by Yogesh Chaudhari · 11 years ago
  100. 5b9553a checkpatch: make "return is not a function" test quieter by Joe Perches · 11 years ago