1. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  2. bdf428f Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  3. 74da386 Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux by Linus Torvalds · 10 years ago
  4. 6111da3 Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  5. e0e5070 sched: add macros to define bitops for task atomic flags by Zefan Li · 10 years ago
  6. 3cf6b01 Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-advice', 'tiny/tinyconfig' and 'tiny/x86-boot-compressed-use-yn' into tiny/next by Josh Triplett · 10 years ago
  7. 6688173 checkpatch: allow commit descriptions on separate line from commit id by Joe Perches · 10 years ago
  8. 1a84db5 treewide: fix errors in printk by Masanari Iida · 10 years ago
  9. 3f6316b checkpatch: relax check for length of git commit IDs by Joe Perches · 10 years ago
  10. 208ad00 checkstack.pl: port to AArch64 by Kyle McMartin · 10 years ago
  11. beb50df kbuild: handle module compression while running 'make modules_install'. by Bertrand Jacquin · 10 years ago
  12. 40e42f6 modinst: wrap long lines in order to enhance cmd_modules_install by Bertrand Jacquin · 10 years ago
  13. d10f9f6 modsign: lookup lines ending in .ko in .mod files by Bertrand Jacquin · 10 years ago
  14. d93e171 modpost: simplify file name generation of *.mod.c files by Mathias Krause · 10 years ago
  15. 7a3ee75 modpost: reduce visibility of symbols and constify r/o arrays by Mathias Krause · 10 years ago
  16. 270a009 scripts/kernel-doc: recognize __meminit by Randy Dunlap · 10 years ago
  17. b25c2ff bloat-o-meter: Ignore syscall aliases SyS_ and compat_SyS_ by Josh Triplett · 10 years ago
  18. 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
  19. 899552d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  20. 3b7b3e6 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  21. af5b7e8 Merge branch 'pm-tools' by Rafael J. Wysocki · 10 years ago
  22. 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
  23. b8432c6 PM / tools: analyze_suspend.py: update to v3.0 by Todd E Brandt · 10 years ago
  24. 0da1d4a x86: Add "make tinyconfig" to configure the tiniest possible kernel by Josh Triplett · 10 years ago
  25. 3aaefce x86, platform, kconfig: move kvmconfig functionality to a helper by Josh Triplett · 10 years ago
  26. de5b56b kernel: build bin2c based on config option CONFIG_BUILD_BIN2C by Vivek Goyal · 10 years ago
  27. 8370ede bin2c: move bin2c in scripts/basic by Vivek Goyal · 10 years ago
  28. fda9f99 scripts/checkstack.pl: automatically handle 32-bit and 64-bit mode for ARCH=x86 by Konstantin Khlebnikov · 10 years ago
  29. c965526 scripts/tags.sh: include compat_sys_* symbols in the generated tags by Catalin Marinas · 10 years ago
  30. 45715f3 scripts/coccinelle/free/ifnullfree.cocci: add copyright information by Fabian Frederick · 10 years ago
  31. 791dfeb scripts/coccinelle/free: add NULL test before freeing functions by Fabian Frederick · 10 years ago
  32. 164f0d2 kbuild: Fix handling of backslashes in *.cmd files by Michal Marek · 10 years ago
  33. 33caee3 Merge branch 'akpm' (patchbomb from Andrew Morton) by Linus Torvalds · 10 years ago
  34. 158c129 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  35. f842230 checkpatch: update $declaration_macros, add uninitialized_var by Joe Perches · 10 years ago
  36. ece9659 checkpatch: warn on missing spaces in broken up quoted by Dan Carpenter · 10 years ago
  37. 308cc8d checkpatch: fix false positives for --strict "space after cast" test by Joe Perches · 10 years ago
  38. e81f239 checkpatch: fix false positive MISSING_BREAK warnings with --file by Joe Perches · 10 years ago
  39. 1813087 checkpatch: add test for native c90 types in unusual order by Joe Perches · 10 years ago
  40. 0c773d9 checkpatch: add signed generic types by Joe Perches · 10 years ago
  41. 3f7bc4e checkpatch: add short int to c variable types by Joe Perches · 10 years ago
  42. 0fe3dc2 checkpatch: add for_each tests to indentation and brace tests by Joe Perches · 10 years ago
  43. 8b8856f checkpatch: fix brace style misuses of else and while by Joe Perches · 10 years ago
  44. 8d18247 checkpatch: add --fix option for a couple OPEN_BRACE misuses by Joe Perches · 10 years ago
  45. bd474ca checkpatch: use the correct indentation for which() by Joe Perches · 10 years ago
  46. f2d7e4d checkpatch: add fix_insert_line and fix_delete_line helpers by Joe Perches · 10 years ago
  47. d752fcc checkpatch: add ability to insert and delete lines to patch/file by Joe Perches · 10 years ago
  48. 194f66f checkpatch: add an index variable for fixed lines by Joe Perches · 10 years ago
  49. c00df19 checkpatch: warn on break after goto or return with same tab indentation by Joe Perches · 10 years ago
  50. 13f1937 checkpatch: emit a warning on file add/move/delete by Joe Perches · 10 years ago
  51. d311cd4 checkpatch: add test for commit id formatting style in commit log by Joe Perches · 10 years ago
  52. e367455 checkpatch: emit fewer kmalloc_array/kcalloc conversion warnings by Joe Perches · 10 years ago
  53. f27c95d checkpatch: improve "no space after cast" test by Joe Perches · 10 years ago
  54. 1574a29 checkpatch: allow multiple const * types by Joe Perches · 10 years ago
  55. e2826fd checkpatch: warn on unnecessary parentheses around references of foo->bar by Joe Perches · 10 years ago
  56. 8d73e0e checkpatch: quiet Kconfig help message checking by Joe Perches · 10 years ago
  57. fee0aa8 checkpatch: change blank line after declaration type to "LINE_SPACING" by Joe Perches · 10 years ago
  58. 365dd4e checkpatch: add a multiple blank lines test by Joe Perches · 10 years ago
  59. 7f61919 checkpatch: add test for blank lines after function/struct/union/enum by Joe Perches · 10 years ago
  60. 048b123 checkpatch.pl: also suggest 'else if' when if follows brace by Rasmus Villemoes · 10 years ago
  61. 29ee1b0 checkpatch: ignore email headers better by Joe Perches · 10 years ago
  62. 5a4e1fd checkpatch: fix function pointers in blank line needed after declarations test by Joe Perches · 10 years ago
  63. 356fd39 checkpatch: fix complex macro false positive for escaped constant char by Joe Perches · 10 years ago
  64. 032a4c0 checkpatch: warn on unnecessary else after return or break by Joe Perches · 10 years ago
  65. ebfdc40 checkpatch: attempt to find unnecessary 'out of memory' messages by Joe Perches · 10 years ago
  66. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  67. 5be1df6 Coccinelle: Script to replace if and BUG with BUG_ON by Himangi Saraogi · 10 years ago
  68. e52320c Coccinelle: Script to detect incorrect argument to sizeof by Himangi Saraogi · 10 years ago
  69. 7ab04ea Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofs by Himangi Saraogi · 10 years ago
  70. 99fcec3 Coccinelle: Script to detect cast after memory allocation by Himangi Saraogi · 10 years ago
  71. b5889ab coccinelle/null: solve parse error by Himangi Saraogi · 10 years ago
  72. 26ea6bb kbuild, LLVMLinux: Supress warnings unless W=1-3 by Behan Webster · 10 years ago
  73. 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
  74. a0d8f80 scripts: modpost: Remove numeric suffix pattern matching by Rasmus Villemoes · 10 years ago
  75. fcd38ed scripts: modpost: fix compilation warning by Michal Nazarewicz · 10 years ago
  76. 90125ed Merge 3.16-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  77. 2ccf466 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  78. 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
  79. 1791ff7 kbuild: clean-up and bug fix of scripts/Makefile.host by Masahiro Yamada · 10 years ago
  80. 6639355 kbuild: clean up scripts/Makefile.host by Masahiro Yamada · 10 years ago
  81. 62e2210 kbuild: drop shared library support from Makefile.host by Masahiro Yamada · 10 years ago
  82. edb950c kbuild: fix a bug of C++ host program handling by Masahiro Yamada · 10 years ago
  83. d8d9efe kbuild: fix a typo in scripts/Makefile.host by Masahiro Yamada · 10 years ago
  84. cbb4d3e scripts/kernel-doc: handle object-like macros by Horia Geanta · 10 years ago
  85. c1c3f2c scripts: Teach get_maintainer.pl about the new "R:" tag by Joe Perches · 10 years ago
  86. 9d5db89 scripts/Makefile.clean: clean also $(extra-m) and $(extra-) by Masahiro Yamada · 10 years ago
  87. 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
  88. c9a6066 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  89. 91ad11d recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules by Alex Smith · 10 years ago
  90. b43ae21 checkpatch: reduce false positives when checking void function return statements by Joe Perches · 10 years ago
  91. c9d53c0 devres: remove devm_request_and_ioremap() by Jingoo Han · 10 years ago
  92. 8740e68 kbuild: fix comment in Makefile.modinst by Olaf Hering · 10 years ago
  93. 8bf1356 builddeb: fix missing headers in linux-headers package by Fathi Boudra · 10 years ago
  94. c7eb3a7 kbuild: Fix tar-pkg with relative $(objtree) by Michal Marek · 10 years ago
  95. a765a7c deb-pkg: Fix for relative paths by Michal Marek · 10 years ago
  96. aa65506 selinux, kbuild: remove unnecessary $(hostprogs-y) from clean-files by Masahiro Yamada · 10 years ago
  97. c1fdb2d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  98. 1700ff8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  99. 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
  100. dbd1abb decode_stacktrace: make stack dump output useful again by Sasha Levin · 10 years ago