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