1. 8ea13e2 kconfig: implement the `mainmenu' directive by Arnaud Lacombe · 14 years ago
  2. ef21160 kconfig: allow PACKAGE to be defined on the compiler's command-line by Arnaud Lacombe · 14 years ago
  3. 652cf98 kconfig: rephrase help texts/comments not to include the package name by Arnaud Lacombe · 14 years ago
  4. ffb5957 kconfig: allow build-time definition of the internal config prefix by Arnaud Lacombe · 14 years ago
  5. 59dfa24 kconfig: rephrase help text not to mention the internal prefix by Arnaud Lacombe · 14 years ago
  6. 8baefd3 kconfig: replace a `switch()' statement by a more flexible `if()' statement by Arnaud Lacombe · 14 years ago
  7. cec1921 scripts/kconfig/gconf.glade Update broken web addresses. by Justin P. Mattock · 14 years ago
  8. 60eab87 Merge branch 'kbuild/clean' into kbuild/kbuild by Michal Marek · 14 years ago
  9. 458452f kconfig: Simplify Makefile for xconfig by Michal Marek · 14 years ago
  10. 20f4ad8 Fix QT4 moc, cflags libs detection on dual QT3/Qt4 systems by Alexander Stein · 14 years ago
  11. aee08ed nconfig: Fix help for choice menus by Stephen Boyd · 14 years ago
  12. eda603f docbook: warn on unused doc entries by Johannes Berg · 14 years ago
  13. 1f3a668 kernel-doc: ignore case when stripping attributes by Johannes Berg · 14 years ago
  14. 71d8066 kbuild: fix oldnoconfig to do the right thing by Kyle McMartin · 14 years ago
  15. 76a136c xconfig: Change the titlebar if using Qt3 by Michal Marek · 14 years ago
  16. 242c5ab kbuild, deb-pkg: Check if KBUILD_IMAGE exists before copying it by Guillem Jover · 14 years ago
  17. c3e2f19 scripts/setlocalversion: update comment by Michael Prokop · 14 years ago
  18. 72dc43a ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftrace by Rabin Vincent · 14 years ago
  19. 3b6c223 ARM: 6318/1: ftrace: fix and update dynamic ftrace by Rabin Vincent · 14 years ago
  20. f9810a8 ARM: 6317/1: ftrace: pass KBUILD_CFLAGS to record_mcount.pl by Rabin Vincent · 14 years ago
  21. 133c5f7 kconfig qconf: port to QT4 by Alexander Stein · 14 years ago
  22. c94d3fb kbuild: use getopt_long(), not its _only() variant by Arnaud Lacombe · 14 years ago
  23. 49ab7a3 Coccinelle: Add misc/ifcol.cocci by Nicolas Palix · 14 years ago
  24. 033456e Coccinelle: Add misc/doubleinit.cocci by Nicolas Palix · 14 years ago
  25. be8fe9d Coccinelle: Move alloc directory into api directory by Nicolas Palix · 14 years ago
  26. 77c272f Coccinelle: Move resource_size.cocci to the api directory by Nicolas Palix · 14 years ago
  27. 99d653d Coccinelle: Move err_cast.cocci to the api directory by Nicolas Palix · 14 years ago
  28. 0341745 Coccinelle: Add api/memdup_user by Nicolas Palix · 14 years ago
  29. 0426a97 Coccinelle: Add api/memdup.cocci by Nicolas Palix · 14 years ago
  30. 998f552 Coccinelle: Add api/kstrdup.cocci by Nicolas Palix · 14 years ago
  31. 43ba21b Coccinelle: Add free/kfree.cocci by Nicolas Palix · 14 years ago
  32. 5c34050 Coccinelle: Add iterators/list_entry_update.cocci by Nicolas Palix · 14 years ago
  33. afc48a8 Coccinelle: Add iterators/itnull.cocci by Nicolas Palix · 14 years ago
  34. 4045159 Coccinelle: Add iterators/fen.cocci by Nicolas Palix · 14 years ago
  35. 54c0562 Coccinelle: Add locks/mini_lock.cocci by Nicolas Palix · 14 years ago
  36. 8aa6273 Coccinelle: Add locks/double_lock.cocci by Nicolas Palix · 14 years ago
  37. e105007 Coccinelle: Add locks/call_kern.cocci by Nicolas Palix · 14 years ago
  38. 7703692 Coccinelle: Move deref_null.cocci to a more appropriate directory by Nicolas Palix · 14 years ago
  39. 2e1e160 Coccinelle: Add null/kmerr.cocci by Nicolas Palix · 14 years ago
  40. c75b81b Coccinelle: Add null/eno.cocci by Nicolas Palix · 14 years ago
  41. 9ba9568 kbuild: don't overwrite HOST_EXTRACFLAGS by Arnaud Lacombe · 14 years ago
  42. cbcf14a9 scripts/mod/modpost.c: fix commentary accordingly to last changes by Andy Shevchenko · 14 years ago
  43. 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
  44. 8558f59 setlocalversion: Ignote SCMs above the linux source tree by Michal Marek · 14 years ago
  45. e981b06 Merge commit 'v2.6.36-rc1' into kbuild/rc-fixes by Michal Marek · 14 years ago
  46. 3c955b4 fixes for using make 3.82 by Jan Beulich · 14 years ago
  47. c24035b kbuild: fix typo by Arnaud Lacombe · 14 years ago
  48. 7080e47 kbuild: don't include `check-lxdialog' ldflags in global HOST_LOADLIBES by Arnaud Lacombe · 14 years ago
  49. 42368c3 kconfig: Allow frontends to display messages themselves by Michal Marek · 14 years ago
  50. 94bedec kbuild: confdata.c explicitly reference errno, thus need <errno.h> by Arnaud Lacombe · 14 years ago
  51. a72f3e2 nconfig: add search support by Nir Tzachar · 14 years ago
  52. 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
  53. 3643f84 kconfig: fix segfault when detecting recursive dependency by Sam Ravnborg · 14 years ago
  54. 84062dd kconfig: fix savedefconfig with choice marked optional by Sam Ravnborg · 14 years ago
  55. 7cfddee kbuild: drop unifdef-y support by Sam Ravnborg · 14 years ago
  56. 9a459f6 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  57. 090b710 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  58. 55c640c setlocalversion: fix version for untaged nontip mercurial revs by Milton Miller · 14 years ago
  59. 4418a2b kconfig: Fix warning: ignoring return value of 'fgets' by Jean Sacren · 14 years ago
  60. bf5e327 kconfig: Fix warning: ignoring return value of 'fwrite' by Jean Sacren · 14 years ago
  61. 866af40 nconfig: Fix segfault when menu is empty by Andrej Gelenberg · 14 years ago
  62. 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
  63. 019fca8 MN10300: Permit .GCC-command-line sections by David Howells · 14 years ago
  64. 465c6cc tracing: Extend recordmcount to better support Blackfin mcount by Mike Frysinger · 14 years ago
  65. a64b44e kconfig: fix tristate choice with minimal config by Sam Ravnborg · 14 years ago
  66. 801690c kconfig: fix savedefconfig for tristate choices by Sam Ravnborg · 14 years ago
  67. b6d676d mtd/nand_base: fix kernel-doc warnings & typos by Randy Dunlap · 14 years ago
  68. 5003bab fix "scripts/mod/modpost.c: fix memory leak" by Andrew Morton · 14 years ago
  69. 6a84152 param: silence .init.text references from param ops by Rusty Russell · 14 years ago
  70. b998e00 checkpatch: fix extraneous EXPORT_SYMBOL* warnings by Patrick Pannuto · 14 years ago
  71. 09ef872 checkpatch: warn about unexpectedly long msleep's by Patrick Pannuto · 14 years ago
  72. 1a15a25 checkpatch: prefer usleep_range over udelay by Patrick Pannuto · 14 years ago
  73. 8bbea96 checkpatch: add more exceptions to 80 char lines by Joe Perches · 14 years ago
  74. 5150bda checkpatch: change externals to globals by Joe Eloff · 14 years ago
  75. 5f7ddae checkpatch: fix handling of leading spaces by Raffaele Recalcati · 14 years ago
  76. 7840a94 checkpatch: refactor 'allowed asm includes' and add memory.h by Wolfram Sang · 14 years ago
  77. 37ed19d scripts/mod/modpost.c: fix memory leak by Alexey Fomenko · 14 years ago
  78. 45d7f32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
  79. 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
  80. 1482834 kconfig: fix make oldconfig by Sam Ravnborg · 14 years ago
  81. ab11b48 Merge branch 'master' into for-linus by Chris Metcalf · 14 years ago
  82. f43100a Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  83. 27b4a1a Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  84. e4d6152 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  85. 7a996d3 Merge commit 'v2.6.35' into kbuild/kconfig by Michal Marek · 14 years ago
  86. 772320e Merge commit 'v2.6.35' into kbuild/kbuild by Michal Marek · 14 years ago
  87. 1ce53ad modpost: support objects with more than 64k sections by Denys Vlasenko · 14 years ago
  88. 4696e29 trivial: fix a typo in a filename by Uwe Kleine-König · 14 years ago
  89. 80c00ba kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command line by Sam Ravnborg · 14 years ago
  90. 6588169 kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line by Sam Ravnborg · 14 years ago
  91. 7cf3d73 kconfig: add savedefconfig by Sam Ravnborg · 14 years ago
  92. 49192f2 kconfig: code refactoring in confdata.c by Sam Ravnborg · 14 years ago
  93. c252147 kconfig: refactor code in symbol.c by Sam Ravnborg · 14 years ago
  94. 0748cb3 kconfig: add alldefconfig by Sam Ravnborg · 14 years ago
  95. d595cea kconfig: print more info when we see a recursive dependency by Roman Zippel · 14 years ago
  96. 59e89e3 kconfig: save location of config symbols by Sam Ravnborg · 14 years ago
  97. 861b4ea kconfig: change nonint_oldconfig to listnewconfig by Sam Ravnborg · 14 years ago
  98. ef61ca8 kconfig: rename loose_nonint_oldconfig => oldnoconfig by Sam Ravnborg · 14 years ago
  99. 4062f1a kconfig: use long options in conf by Sam Ravnborg · 14 years ago
  100. 3772b73 Merge commit 'v2.6.35' into perf/core by Ingo Molnar · 14 years ago