1. 9b21311 kbuild: fix installing external modules by Sam Ravnborg · 17 years ago
  2. 36091fd kbuild: fixup genksyms usage/getopt by Mike Frysinger · 17 years ago
  3. 0484f12 kbuild: fix buglet in gcc-version.sh by Sam Ravnborg · 17 years ago
  4. 899c384 Kbuild: Clarify the rpm-related make packaging targets by Robert P. J. Day · 17 years ago
  5. 3dce174 kbuild: support mercurial in setlocalversion by Aron Griffis · 17 years ago
  6. 2f4b489 kconfig: use getopt() in conf.c for handling command line arguments by Andres Salomon · 17 years ago
  7. 666ab41 kbuild: fix a buffer overflow in modpost by Andi Kleen · 17 years ago
  8. 58b7a68 kbuild: fix format string warnings in modpost by Andi Kleen · 17 years ago
  9. 6d9a89e kbuild: declare the modpost error functions as printf like by Andi Kleen · 17 years ago
  10. 6e588f6 kconfig: if ncurses-devel is missing then say so by Sam Ravnborg · 17 years ago
  11. 551559e kbuild: implement modules.order by Tejun Heo · 17 years ago
  12. e662af4 kernel-doc: new P directive for DOC: sections by Johannes Berg · 17 years ago
  13. 2e95972 kernel-doc: use no-doc option by Johannes Berg · 17 years ago
  14. 4b44595 kernel-doc: process functions, not DOC: by Johannes Berg · 17 years ago
  15. b112e0f kernel-doc: single DOC: selection by Johannes Berg · 17 years ago
  16. 1b9bc22 kernel-doc: init kernel version by Johannes Berg · 17 years ago
  17. 5c98fc0 kernel-doc: fix xml output mode by Johannes Berg · 17 years ago
  18. 870e6f7 kconfig: obey KCONFIG_ALLCONFIG choices with randconfig. by Paul Mundt · 17 years ago
  19. 8998979 fix bloat-o-meter for ppc64 by Nathan Lynch · 17 years ago
  20. 971edcf kbuild: re-enable Makefile generation in a new O=... directory by Guillaume Chazarain · 17 years ago
  21. 18c32da kbuild: fix building with O=.. options by Sam Ravnborg · 17 years ago
  22. 8905a67 update checkpatch.pl to version 0.12 by Andy Whitcroft · 17 years ago
  23. 6840999 x86: simplify "make ARCH=x86" and fix kconfig all.config by Sam Ravnborg · 17 years ago
  24. daa93fa x86: enable "make ARCH=x86" by Sam Ravnborg · 17 years ago
  25. 2a11328 kconfig: use $K64BIT to set 64BIT with all*config targets by Sam Ravnborg · 17 years ago
  26. 0f855aa kconfig: add helper to set config symbol from environment variable by Sam Ravnborg · 17 years ago
  27. 9c900a9 kconfig: factor out code in confdata.c by Sam Ravnborg · 17 years ago
  28. 4757238 x86: move i386 and x86_64 Kconfig files to x86 directory by Sam Ravnborg · 17 years ago
  29. e703f75 kconfig: small code refactoring in kconfig Makefile by Sam Ravnborg · 17 years ago
  30. 2266cfd x86: move defconfig files for i386 and x86_64 to x86 by Sam Ravnborg · 17 years ago
  31. b01d9f2 Module autoprobing support for virtio drivers. by Rusty Russell · 17 years ago
  32. cfa76f0 Merge branch 'master' of hera.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 17 years ago
  33. 562d139 [PARISC] Port checkstack.pl to parisc by Kyle McMartin · 17 years ago
  34. a54bb70 kconfig: set title bar in xconfig by Randy Dunlap · 17 years ago
  35. e8b8c97 Revert "kconfig: tristate choices with mixed tristate and boolean values" by Linus Torvalds · 17 years ago
  36. 4800be2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 17 years ago
  37. 910b404 kbuild: introduce cc-cross-prefix by Sam Ravnborg · 17 years ago
  38. 477116e fix a trivial typo in scripts/checkstack.pl by Joern Engel · 17 years ago
  39. 6c72ffa update checkpatch.pl to version 0.11 by Andy Whitcroft · 17 years ago
  40. 6f67a00 kbuild: make deb-pkg - add 'Provides:' line by bugme-daemon@bugzilla.kernel.org · 17 years ago
  41. e9e40e1 kconfig: comment typo in scripts/kconfig/Makefile. by Rob Landley · 17 years ago
  42. bb13be5 kbuild: stop docproc segfaulting when SRCTREE isn't set. by Rob Landley · 17 years ago
  43. 4b21960 kbuild: modpost problem when symbols move from one module to another by Trent Piepho · 17 years ago
  44. 6b5b55f kernel-doc: fix doc blocks and html by Randy Dunlap · 17 years ago
  45. 9c0ca6f update checkpatch.pl to version 0.10 by Andy Whitcroft · 17 years ago
  46. 1e9535a Add stack checking for Blackfin by Mike Frysinger · 17 years ago
  47. 821f3ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 17 years ago
  48. f77bf01 kbuild: introduce ccflags-y, asflags-y and ldflags-y by Sam Ravnborg · 17 years ago
  49. 06c5040 kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP by Sam Ravnborg · 17 years ago
  50. 222d394 kbuild: enable 'make AFLAGS=...' to add additional options to AS by Sam Ravnborg · 17 years ago
  51. 0c53c8e kbuild: check for wrong use of CFLAGS by Sam Ravnborg · 17 years ago
  52. a0f97e0 kbuild: enable 'make CFLAGS=...' to add additional options to CC by Sam Ravnborg · 17 years ago
  53. cee37ae i2c: Kill struct i2c_device_id by Jean Delvare · 17 years ago
  54. e004982 kbuild: make modpost detect unterminated device id lists by Kees Cook · 17 years ago
  55. b5d609d kconfig/menuconfig: distinguish between selected-by-another options and comments by Matej Laitl · 17 years ago
  56. a5bf3d8 kconfig: tristate choices with mixed tristate and boolean values by Jan Beulich · 17 years ago
  57. 836caba kbuild: kill backward compatibility checks by Sam Ravnborg · 17 years ago
  58. 5e54d5e kbuild: kill EXTRA_ARFLAGS by Sam Ravnborg · 17 years ago
  59. 0b35786 kbuild: call make once for all targets when O=.. is used by Milton Miller · 17 years ago
  60. 14f3156 kbuild: update _shipped files for kconfig syntax cleanup by Sam Ravnborg · 17 years ago
  61. 247537b kconfig: syntax cleanup - drop support for "depends/requires/def_boolean" by Adrian Bunk · 17 years ago
  62. a67cb13 kconfig: fix segv fault in menuconfig by Sam Ravnborg · 17 years ago
  63. 4887407 kconfig: make comments stand out in menuconfig by Sam Ravnborg · 17 years ago
  64. f5fb976 kbuild: fix directory traversal bug by Sam Ravnborg · 17 years ago
  65. 6dd16f4 docproc: style & typo cleanups by Randy Dunlap · 17 years ago
  66. 70f7524 kbuild: apply genksyms changes by Sam Ravnborg · 17 years ago
  67. 3550a51 kbuild: __extension__ support in genksyms (fix unknown CRC warning) by Sam Ravnborg · 17 years ago
  68. a3a6261 kbuild: fix genksyms Makefile by Sam Ravnborg · 17 years ago
  69. cc9eefd kbuild: scripts/ver_linux : correct printing of binutils version by Jesper Juhl · 17 years ago
  70. 9cc3ef3 kbuild: ver_linux fix glibc version print by Jesper Juhl · 17 years ago
  71. de47062 kbuild: improve scripts/gcc-version.sh output a bit when called without args by Jesper Juhl · 17 years ago
  72. a83710e kbuild: fix segfault in modpost by Petr Stetiar · 17 years ago
  73. 88f567f kbuild: fix perl usage in export_report.pl by Ram Pai · 17 years ago
  74. cf9a6ad kbuild: fix export_report.pl by Adrian Bunk · 17 years ago
  75. 0bce673 kbuild: script to check for undefined Kconfig symbols by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  76. aa1e5ef kbuild: check if we can link gettext not just compile by Sam Ravnborg · 17 years ago
  77. 4f4c4ee kbuild: Use Elfnn_Half as replacement for Elfnn_Section by Sam Ravnborg · 17 years ago
  78. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  79. 55982fd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 17 years ago
  80. 6abd2c8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 17 years ago
  81. d2c75f2 x86: fixup the x86 namespace change in scripts/namespace.pl by Thomas Gleixner · 17 years ago
  82. 0367d89 [AVR32] checkstack support by Haavard Skinnemoen · 19 years ago
  83. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago
  84. 4665079 [NETNS]: Move some code into __init section when CONFIG_NET_NS=n by Pavel Emelyanov · 17 years ago
  85. 61e115a [SSB]: add Sonics Silicon Backplane bus support by Michael Buesch · 17 years ago
  86. d59b66c sdio: add modalias support by Pierre Ossman · 17 years ago
  87. f82f3f9 kconfig: oldconfig shall not set symbols if it does not need to by Roman Zippel · 17 years ago
  88. 22f2a2e update checkpatch.pl to version 0.09 by Andy Whitcroft · 17 years ago
  89. ad0b142 kbuild: whitelist references from __dbe_table to .init by Ralf Baechle · 17 years ago
  90. cb7e51d kbuild: fix modpost warnings for xtensa by Sam Ravnborg · 17 years ago
  91. 83cda2b kbuild: be more foregiving on init section naming by Sam Ravnborg · 17 years ago
  92. 2f5ee61 kbuild: rearrange a few function in modpost by Sam Ravnborg · 17 years ago
  93. 114f515 kbuild: use LDFLAGS_MODULE only for .ko links by Roland McGrath · 17 years ago
  94. 1edf1c0 kconfig: remove unused members from struct symbol by Sam Ravnborg · 17 years ago
  95. 03d2912 kconfig: attach help text to menus by Sam Ravnborg · 17 years ago
  96. 4a645d5 kbuild: fix up printing of Linux C Library version in scripts/ver_linux by Jesper Juhl · 17 years ago
  97. 8d8d828 kbuild: do not do section mismatch checks on vmlinux in 2nd pass by Sam Ravnborg · 17 years ago
  98. 29b71a1 ACPI: autoload modules - Create ACPI alias interface by Thomas Renninger · 17 years ago
  99. e609ccc Fix Lindent to not indent preprocessor comments so far by Matthew Wilcox · 17 years ago
  100. 3a5df1d m68k: teach modpost about .m68_fixup by Al Viro · 17 years ago