1. 93ed0e2 scripts/checkpatch.pl: add check for declaration of pci_device_id by Joe Perches · 14 years ago
  2. cb710ec scripts/checkpatch.pl: add warnings for static char that could be static const char by Joe Perches · 14 years ago
  3. 267ad8f checkpatch: version 0.31 by Andy Whitcroft · 14 years ago
  4. 01464f3 checkpatch: statement/block context analyser should look at sanitised lines by Andy Whitcroft · 14 years ago
  5. 3cbf62d checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar by Andy Whitcroft · 14 years ago
  6. 5eaa20b checkpatch: clean up structure definition macro handline by Andy Whitcroft · 14 years ago
  7. 015830b checkpatch: update copyright dates by Andy Whitcroft · 14 years ago
  8. 03f1df7 checkpatch: Add additional attribute #defines by Joe Perches · 14 years ago
  9. 3bf9a00 checkpatch: check for incorrect permissions by Rabin Vincent · 14 years ago
  10. 9fe287d7 checkpatch: ensure kconfig help checks only apply when we are adding help by Andy Whitcroft · 14 years ago
  11. 0c73b4e checkpatch: simplify and consolidate "missing space after" checks by Andy Whitcroft · 14 years ago
  12. 8cf6de7 checkpatch: add check for space after struct, union, and enum by Andy Whitcroft · 14 years ago
  13. 53a3c44 checkpatch: returning errno typically should be negative by Andy Whitcroft · 14 years ago
  14. 9446ef5 checkpatch: handle casts better fixing false categorisation of : as binary by Andy Whitcroft · 14 years ago
  15. fb2d2c1 checkpatch: ensure we do not collapse bracketed sections into constants by Andy Whitcroft · 14 years ago
  16. d2c0a23 checkpatch: suggest cleanpatch and cleanfile when appropriate by Andy Whitcroft · 14 years ago
  17. e91b6e2 checkpatch: types may sit on a line on their own by Andy Whitcroft · 14 years ago
  18. 6b4c5be checkpatch: fix regressions in "fix handling of leading spaces" by Andy Whitcroft · 14 years ago
  19. fae9920 scripts/get_maintainer.pl: don't deduplicate unnamed addresses ie: mailing lists by Joe Perches · 14 years ago
  20. b9e2331 scripts/get_maintainer.pl: use mailmap in name deduplication and other updates by Joe Perches · 14 years ago
  21. 47abc72 scripts/get_maintainer.pl: correct indentation in a few places by Joe Perches · 14 years ago
  22. 7fa8ff2 scripts/get_maintainer.pl: fix mailmap handling by Florian Mickler · 14 years ago
  23. 6ef1c52 scripts/get_maintainer.pl: use case insensitive name de-duplication by Joe Perches · 14 years ago
  24. 683c6f8 scripts/get_maintainer.pl: improve --interactive UI by Joe Perches · 14 years ago
  25. dace8e3 scripts/get_maintainer.pl: add interactive mode by Florian Mickler · 14 years ago
  26. bcde44e scripts/get_maintainer.pl: use .get_maintainer.conf from . then $HOME then scripts by Joe Perches · 14 years ago
  27. e3e9d11 scripts/get_maintainer.pl: add default --git-fallback, remove default --git by Joe Perches · 14 years ago
  28. fab9ed1 scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emails by Joe Perches · 14 years ago
  29. 6ffd948 scripts/get_maintainer.pl: use correct indentation by Joe Perches · 14 years ago
  30. 63ab52d scripts/get_maintainer.pl: Add --git-blame --rolestats "Authored lines" information by Joe Perches · 14 years ago
  31. b515316 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  32. 5d70f79 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  33. 809b4e0 Merge branch 'devel-stable' into devel by Russell King · 14 years ago
  34. 23beab7 Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into devel by Russell King · 14 years ago
  35. d7b4d6d ftrace: Remove recursion between recordmcount and scripts/mod/empty by Steven Rostedt · 14 years ago
  36. 85caa99 ftrace: Use objtree for C version of recordmcount by Steven Rostedt · 14 years ago
  37. 4447586 ftrace: Do not process kernel/trace/ftrace.o with C recordmcount program by Steven Rostedt · 14 years ago
  38. c28d507 ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.c by Steven Rostedt · 14 years ago
  39. 72441cb ftrace/x86: Add support for C version of recordmcount by Steven Rostedt · 14 years ago
  40. 81d3858 ftrace: Add C version of recordmcount compile time code by John Reiser · 14 years ago
  41. 29979aa Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  42. e9203c9 kbuild: fix oldnoconfig to do the right thing by Kyle McMartin · 14 years ago
  43. 71ebc01 kconfig: Temporarily disable dependency warnings by Michal Marek · 14 years ago
  44. ff5ff60 kconfig: delay symbol direct dependency initialization by Arnaud Lacombe · 14 years ago
  45. d6dad19 jump label: Fix GCC feature check when distcc is used by Ingo Molnar · 14 years ago
  46. 52159d9 jump label: Convert dynamic debug to use jump labels by Jason Baron · 14 years ago
  47. bf5438fc jump label: Base patch for jump label by Jason Baron · 14 years ago
  48. eda603f docbook: warn on unused doc entries by Johannes Berg · 14 years ago
  49. 1f3a668 kernel-doc: ignore case when stripping attributes by Johannes Berg · 14 years ago
  50. 72dc43a ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftrace by Rabin Vincent · 14 years ago
  51. 3b6c223 ARM: 6318/1: ftrace: fix and update dynamic ftrace by Rabin Vincent · 14 years ago
  52. f9810a8 ARM: 6317/1: ftrace: pass KBUILD_CFLAGS to record_mcount.pl by Rabin Vincent · 14 years ago
  53. c70662e Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  54. 8558f59 setlocalversion: Ignote SCMs above the linux source tree by Michal Marek · 14 years ago
  55. e981b06 Merge commit 'v2.6.36-rc1' into kbuild/rc-fixes by Michal Marek · 14 years ago
  56. 3c955b4 fixes for using make 3.82 by Jan Beulich · 14 years ago
  57. d244b6b Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into trace/tip/perf/urgent-4 by Steven Rostedt · 14 years ago
  58. 3643f84 kconfig: fix segfault when detecting recursive dependency by Sam Ravnborg · 14 years ago
  59. 84062dd kconfig: fix savedefconfig with choice marked optional by Sam Ravnborg · 14 years ago
  60. 7cfddee kbuild: drop unifdef-y support by Sam Ravnborg · 14 years ago
  61. 9a459f6 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  62. 090b710 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  63. 55c640c setlocalversion: fix version for untaged nontip mercurial revs by Milton Miller · 14 years ago
  64. 4418a2b kconfig: Fix warning: ignoring return value of 'fgets' by Jean Sacren · 14 years ago
  65. bf5e327 kconfig: Fix warning: ignoring return value of 'fwrite' by Jean Sacren · 14 years ago
  66. 866af40 nconfig: Fix segfault when menu is empty by Andrej Gelenberg · 14 years ago
  67. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  68. 019fca8 MN10300: Permit .GCC-command-line sections by David Howells · 14 years ago
  69. 465c6cc tracing: Extend recordmcount to better support Blackfin mcount by Mike Frysinger · 14 years ago
  70. a64b44e kconfig: fix tristate choice with minimal config by Sam Ravnborg · 14 years ago
  71. 801690c kconfig: fix savedefconfig for tristate choices by Sam Ravnborg · 14 years ago
  72. b6d676d mtd/nand_base: fix kernel-doc warnings & typos by Randy Dunlap · 14 years ago
  73. 5003bab fix "scripts/mod/modpost.c: fix memory leak" by Andrew Morton · 14 years ago
  74. 6a84152 param: silence .init.text references from param ops by Rusty Russell · 14 years ago
  75. b998e00 checkpatch: fix extraneous EXPORT_SYMBOL* warnings by Patrick Pannuto · 14 years ago
  76. 09ef872 checkpatch: warn about unexpectedly long msleep's by Patrick Pannuto · 14 years ago
  77. 1a15a25 checkpatch: prefer usleep_range over udelay by Patrick Pannuto · 14 years ago
  78. 8bbea96 checkpatch: add more exceptions to 80 char lines by Joe Perches · 14 years ago
  79. 5150bda checkpatch: change externals to globals by Joe Eloff · 14 years ago
  80. 5f7ddae checkpatch: fix handling of leading spaces by Raffaele Recalcati · 14 years ago
  81. 7840a94 checkpatch: refactor 'allowed asm includes' and add memory.h by Wolfram Sang · 14 years ago
  82. 37ed19d scripts/mod/modpost.c: fix memory leak by Alexey Fomenko · 14 years ago
  83. 45d7f32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
  84. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  85. 1482834 kconfig: fix make oldconfig by Sam Ravnborg · 14 years ago
  86. ab11b48 Merge branch 'master' into for-linus by Chris Metcalf · 14 years ago
  87. f43100a Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  88. 27b4a1a Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  89. e4d6152 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  90. 7a996d3 Merge commit 'v2.6.35' into kbuild/kconfig by Michal Marek · 14 years ago
  91. 772320e Merge commit 'v2.6.35' into kbuild/kbuild by Michal Marek · 14 years ago
  92. 1ce53ad modpost: support objects with more than 64k sections by Denys Vlasenko · 14 years ago
  93. 4696e29 trivial: fix a typo in a filename by Uwe Kleine-König · 14 years ago
  94. 80c00ba kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command line by Sam Ravnborg · 14 years ago
  95. 6588169 kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line by Sam Ravnborg · 14 years ago
  96. 7cf3d73 kconfig: add savedefconfig by Sam Ravnborg · 14 years ago
  97. 49192f2 kconfig: code refactoring in confdata.c by Sam Ravnborg · 14 years ago
  98. c252147 kconfig: refactor code in symbol.c by Sam Ravnborg · 14 years ago
  99. 0748cb3 kconfig: add alldefconfig by Sam Ravnborg · 14 years ago
  100. d595cea kconfig: print more info when we see a recursive dependency by Roman Zippel · 14 years ago