1. c9d2642 Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  2. 899552d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  3. 3b7b3e6 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  4. af5b7e8 Merge branch 'pm-tools' by Rafael J. Wysocki · 10 years ago
  5. c8d6637 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  6. b8432c6 PM / tools: analyze_suspend.py: update to v3.0 by Todd E Brandt · 10 years ago
  7. de5b56b kernel: build bin2c based on config option CONFIG_BUILD_BIN2C by Vivek Goyal · 10 years ago
  8. 8370ede bin2c: move bin2c in scripts/basic by Vivek Goyal · 10 years ago
  9. fda9f99 scripts/checkstack.pl: automatically handle 32-bit and 64-bit mode for ARCH=x86 by Konstantin Khlebnikov · 10 years ago
  10. c965526 scripts/tags.sh: include compat_sys_* symbols in the generated tags by Catalin Marinas · 10 years ago
  11. 45715f3 scripts/coccinelle/free/ifnullfree.cocci: add copyright information by Fabian Frederick · 10 years ago
  12. 791dfeb scripts/coccinelle/free: add NULL test before freeing functions by Fabian Frederick · 10 years ago
  13. 164f0d2 kbuild: Fix handling of backslashes in *.cmd files by Michal Marek · 10 years ago
  14. 33caee3 Merge branch 'akpm' (patchbomb from Andrew Morton) by Linus Torvalds · 10 years ago
  15. 158c129 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  16. f842230 checkpatch: update $declaration_macros, add uninitialized_var by Joe Perches · 10 years ago
  17. ece9659 checkpatch: warn on missing spaces in broken up quoted by Dan Carpenter · 10 years ago
  18. 308cc8d checkpatch: fix false positives for --strict "space after cast" test by Joe Perches · 10 years ago
  19. e81f239 checkpatch: fix false positive MISSING_BREAK warnings with --file by Joe Perches · 10 years ago
  20. 1813087 checkpatch: add test for native c90 types in unusual order by Joe Perches · 10 years ago
  21. 0c773d9 checkpatch: add signed generic types by Joe Perches · 10 years ago
  22. 3f7bc4e checkpatch: add short int to c variable types by Joe Perches · 10 years ago
  23. 0fe3dc2 checkpatch: add for_each tests to indentation and brace tests by Joe Perches · 10 years ago
  24. 8b8856f checkpatch: fix brace style misuses of else and while by Joe Perches · 10 years ago
  25. 8d18247 checkpatch: add --fix option for a couple OPEN_BRACE misuses by Joe Perches · 10 years ago
  26. bd474ca checkpatch: use the correct indentation for which() by Joe Perches · 10 years ago
  27. f2d7e4d checkpatch: add fix_insert_line and fix_delete_line helpers by Joe Perches · 10 years ago
  28. d752fcc checkpatch: add ability to insert and delete lines to patch/file by Joe Perches · 10 years ago
  29. 194f66f checkpatch: add an index variable for fixed lines by Joe Perches · 10 years ago
  30. c00df19 checkpatch: warn on break after goto or return with same tab indentation by Joe Perches · 10 years ago
  31. 13f1937 checkpatch: emit a warning on file add/move/delete by Joe Perches · 10 years ago
  32. d311cd4 checkpatch: add test for commit id formatting style in commit log by Joe Perches · 10 years ago
  33. e367455 checkpatch: emit fewer kmalloc_array/kcalloc conversion warnings by Joe Perches · 10 years ago
  34. f27c95d checkpatch: improve "no space after cast" test by Joe Perches · 10 years ago
  35. 1574a29 checkpatch: allow multiple const * types by Joe Perches · 10 years ago
  36. e2826fd checkpatch: warn on unnecessary parentheses around references of foo->bar by Joe Perches · 10 years ago
  37. 8d73e0e checkpatch: quiet Kconfig help message checking by Joe Perches · 10 years ago
  38. fee0aa8 checkpatch: change blank line after declaration type to "LINE_SPACING" by Joe Perches · 10 years ago
  39. 365dd4e checkpatch: add a multiple blank lines test by Joe Perches · 10 years ago
  40. 7f61919 checkpatch: add test for blank lines after function/struct/union/enum by Joe Perches · 10 years ago
  41. 048b123 checkpatch.pl: also suggest 'else if' when if follows brace by Rasmus Villemoes · 10 years ago
  42. 29ee1b0 checkpatch: ignore email headers better by Joe Perches · 10 years ago
  43. 5a4e1fd checkpatch: fix function pointers in blank line needed after declarations test by Joe Perches · 10 years ago
  44. 356fd39 checkpatch: fix complex macro false positive for escaped constant char by Joe Perches · 10 years ago
  45. 032a4c0 checkpatch: warn on unnecessary else after return or break by Joe Perches · 10 years ago
  46. ebfdc40 checkpatch: attempt to find unnecessary 'out of memory' messages by Joe Perches · 10 years ago
  47. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  48. 5be1df6 Coccinelle: Script to replace if and BUG with BUG_ON by Himangi Saraogi · 10 years ago
  49. e52320c Coccinelle: Script to detect incorrect argument to sizeof by Himangi Saraogi · 10 years ago
  50. 7ab04ea Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofs by Himangi Saraogi · 10 years ago
  51. 99fcec3 Coccinelle: Script to detect cast after memory allocation by Himangi Saraogi · 10 years ago
  52. b5889ab coccinelle/null: solve parse error by Himangi Saraogi · 10 years ago
  53. 26ea6bb kbuild, LLVMLinux: Supress warnings unless W=1-3 by Behan Webster · 10 years ago
  54. 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
  55. a0d8f80 scripts: modpost: Remove numeric suffix pattern matching by Rasmus Villemoes · 10 years ago
  56. fcd38ed scripts: modpost: fix compilation warning by Michal Nazarewicz · 10 years ago
  57. 90125ed Merge 3.16-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  58. 2ccf466 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  59. 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
  60. 1791ff7 kbuild: clean-up and bug fix of scripts/Makefile.host by Masahiro Yamada · 10 years ago
  61. 6639355 kbuild: clean up scripts/Makefile.host by Masahiro Yamada · 10 years ago
  62. 62e2210 kbuild: drop shared library support from Makefile.host by Masahiro Yamada · 10 years ago
  63. edb950c kbuild: fix a bug of C++ host program handling by Masahiro Yamada · 10 years ago
  64. d8d9efe kbuild: fix a typo in scripts/Makefile.host by Masahiro Yamada · 10 years ago
  65. cbb4d3e scripts/kernel-doc: handle object-like macros by Horia Geanta · 10 years ago
  66. c1c3f2c scripts: Teach get_maintainer.pl about the new "R:" tag by Joe Perches · 10 years ago
  67. 9d5db89 scripts/Makefile.clean: clean also $(extra-m) and $(extra-) by Masahiro Yamada · 10 years ago
  68. 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
  69. c9a6066 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  70. 91ad11d recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules by Alex Smith · 10 years ago
  71. b43ae21 checkpatch: reduce false positives when checking void function return statements by Joe Perches · 10 years ago
  72. c9d53c0 devres: remove devm_request_and_ioremap() by Jingoo Han · 10 years ago
  73. 8740e68 kbuild: fix comment in Makefile.modinst by Olaf Hering · 10 years ago
  74. 8bf1356 builddeb: fix missing headers in linux-headers package by Fathi Boudra · 10 years ago
  75. c7eb3a7 kbuild: Fix tar-pkg with relative $(objtree) by Michal Marek · 10 years ago
  76. a765a7c deb-pkg: Fix for relative paths by Michal Marek · 10 years ago
  77. aa65506 selinux, kbuild: remove unnecessary $(hostprogs-y) from clean-files by Masahiro Yamada · 10 years ago
  78. c1fdb2d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  79. 1700ff8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  80. 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
  81. dbd1abb decode_stacktrace: make stack dump output useful again by Sasha Levin · 10 years ago
  82. 7fa0e6d scripts: objdiff: support directories for the augument of record command by Masahiro Yamada · 10 years ago
  83. 8ac28be scripts: objdiff: fix a comment by Masahiro Yamada · 10 years ago
  84. 8b5d0f2 scripts: objdiff: change the extension of disassembly from .o to .dis by Masahiro Yamada · 10 years ago
  85. 18165ef scripts: objdiff: improve path flexibility for record command by Masahiro Yamada · 10 years ago
  86. 1ecc8e4 scripts: objdiff: remove unnecessary code by Masahiro Yamada · 10 years ago
  87. 5ab370e scripts: objdiff: direct error messages to stderr by Masahiro Yamada · 10 years ago
  88. fd6e124 scripts: objdiff: get the path to .tmp_objdiff more simply by Masahiro Yamada · 10 years ago
  89. a1323fd deb-pkg: Add automatic support for s390x architecture by Ben Hutchings · 10 years ago
  90. 90829ad coccicheck: Add unneeded return variable test by Peter Senna Tschudin · 10 years ago
  91. bb66fc6 kbuild: trivial - use tabs for code indent where possible by Masahiro Yamada · 10 years ago
  92. 9815594 kbuild: create include/config directory in scripts/kconfig/Makefile by Masahiro Yamada · 10 years ago
  93. 7eb6e34 kbuild: trivial - remove trailing empty lines by Masahiro Yamada · 10 years ago
  94. 2d5c5db coccinelle: Check for missing NULL terminators in of_device_id tables by Stephen Boyd · 10 years ago
  95. c43ceca kbuild: do not add "selinux" to subdir- twice by Masahiro Yamada · 10 years ago
  96. 9b24a15 scripts/tags.sh: ignore symlink'ed source files by Yann Droneaud · 10 years ago
  97. 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
  98. ae3ccc4 scripts/checkpatch.pl: device_initcall is not the only __initcall substitute by Fabian Frederick · 10 years ago
  99. 9b3189e checkpatch: check stable email address by Joe Perches · 10 years ago
  100. 9819cf2 checkpatch: warn on unnecessary void function return statements by Joe Perches · 10 years ago