1. f03e166 kbuild/mkuboot.sh: allow spaces in CROSS_COMPILE by Uwe kleine-König · 17 years ago
  2. 145c904 kbuild: remove kconfig binaries during make mrproper by Sam Ravnborg · 17 years ago
  3. d802b50 kconfig/menuconfig: do not hardcode '.config' by Sam Ravnborg · 17 years ago
  4. 87c94bf kbuild: override build timestamp & version by Sam Ravnborg · 17 years ago
  5. c53aeca kbuild: complain about missing system calls by Sam Ravnborg · 17 years ago
  6. 4be40e2 kbuild: do not emit src version warning for non-modules by Sam Ravnborg · 18 years ago
  7. 95e30f9 menuconfig: remember alternate config filename by Sam Ravnborg · 18 years ago
  8. 2a11665 kbuild: distinguish between errors and warnings in modpost by Matthew Wilcox · 18 years ago
  9. 63431e7 kconfig/xconfig: sync main view with search dialog current menu by Marco Costalba · 18 years ago
  10. f88d205 menuconfig: dont use obsolete index() function in lxdialog by Mike Frysinger · 18 years ago
  11. 6e019b0 cleanpatch: a script to clean up stealth whitespace added by a patch by H. Peter Anvin · 18 years ago
  12. 12b3156 cleanfile: a script to clean up stealth whitespace by H. Peter Anvin · 18 years ago
  13. dc24f0e kbuild: remove dependency on input.h from file2alias by Sam Ravnborg · 18 years ago
  14. 5a4910f kbuild: whitelist logo references from .text to .init.data by Sam Ravnborg · 18 years ago
  15. a61b2df kbuild: fix segmentation fault in modpost by Sam Ravnborg · 18 years ago
  16. 9bf8cb9 kbuild: fix warnings from .pci_fixup section by Sam Ravnborg · 18 years ago
  17. aae5f66 kbuild: whitelist section mismatch in init/main.c by Sam Ravnborg · 18 years ago
  18. 85bd2fd kbuild: fix section mismatch check for vmlinux by Sam Ravnborg · 18 years ago
  19. 1833d6b [PATCH] i386: modpost apic related warning fixes by Vivek Goyal · 17 years ago
  20. c21b1e4 [PATCH] kbuild: fix dependency generation by Jan Beulich · 17 years ago
  21. 328d244 [PATCH] kernel-doc: allow space after __attribute__ by Randy Dunlap · 18 years ago
  22. b0138a6 Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 18 years ago
  23. da68d61 [PATCH] remove modpost false warnings on ARM by David Brownell · 18 years ago
  24. 262d9b0 [PATCH] kernel-doc: include struct short description in title output by Randy Dunlap · 18 years ago
  25. f354ef8 [PARISC] rename *_ANY_ID to PA_*_ANY_ID in the exported header by Kyle McMartin · 18 years ago
  26. f3cf267 [PARISC] generate modalias for parisc_device_id tables by Kyle McMartin · 18 years ago
  27. e7b3ca0 Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.git by Kyle McMartin · 18 years ago
  28. 414f827 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  29. ed8b4d4 [PATCH] qconf: hide empty list items by Cyrill V. Gorcunov · 18 years ago
  30. f253f00 [PATCH] qconf: Back button behaviour normalization by Cyrill V. Gorcunov · 18 years ago
  31. 786fb18 [PATCH] qconf: fix showing help info on failed search by Cyrill V. Gorcunov · 18 years ago
  32. 66e7c72 [PATCH] qconf: relocate Search Command by Shlomi Fish · 18 years ago
  33. 49e5646 [PATCH] qconf: immediately update integer and string values in xconfig display by Karsten Wiese · 18 years ago
  34. 895a39a [PATCH] Make mkcompile_h use LANG=C and LC_ALL=C for $CC -v by s situert · 18 years ago
  35. 8c7e449 [PATCH] search a little harder for mkimage by Mike Frysinger · 18 years ago
  36. f8657e1 [PATCH] i386: move startup_32() in text.head section by Vivek Goyal · 18 years ago
  37. 412ecd77 [PATCH] fix fatal kernel-doc error by Randy Dunlap · 18 years ago
  38. a21217d [PATCH] kernel-doc: fix some odd spacing issues by Randy Dunlap · 18 years ago
  39. 996a07b [PATCH] kernel-doc: allow more whitespace by Randy Dunlap · 18 years ago
  40. 891dcd2 [PATCH] kernel-doc: allow a little whitespace by Randy Dunlap · 18 years ago
  41. 5449bc9 [PATCH] DocBook/HTML: correction of recursive A tags in HTML output by Pavel Pisa · 18 years ago
  42. beda9f3 [PATCH] kbuild: more Makefile cleanups by Roman Zippel · 18 years ago
  43. 742433b [PATCH] PA-RISC: Fix bogus warnings from modpost by Matthew Wilcox · 18 years ago
  44. b892afd kbuild: fix space for good (take 103) by Linus Torvalds · 18 years ago
  45. c4184f1 kbuild: make $(checker-shell ) strip spaces around the result by Linus Torvalds · 18 years ago
  46. bff288c [PATCH] kbuild, Kbuild.include: avoid using spaces in call arguments by Oleg Verych · 18 years ago
  47. 5de043f [PATCH] kbuild: improve option checking, Kbuild.include cleanup by Oleg Verych · 18 years ago
  48. f6112ec [PATCH] kbuild scripts: replace gawk, head, bc with shell, update by Oleg Verych · 18 years ago
  49. ec268be [PATCH] translate dashes in filenames for headers install by Mike Frysinger · 18 years ago
  50. 6fa1da8 [PATCH] qconf: (re)fix SIGSEGV on empty menu items by Roman Zippel · 18 years ago
  51. ee6a854 [PATCH] x86-64: Modpost whitelist reference to more symbols (pattern 3) by Vivek Goyal · 18 years ago
  52. 118c0ac [PATCH] x86-64: modpost add more symbols to whitelist pattern2 by Vivek Goyal · 18 years ago
  53. 73b8ed2 [PATCH] qconf: fix SIGSEGV on empty menu items by Cyrill V. Gorcunov · 18 years ago
  54. 134fe01 [PATCH] kernel-doc: allow unnamed structs/unions by Randy Dunlap · 18 years ago
  55. 0a0c502 [PATCH] kconfig: set gconf's save-widget's sensitivity according to .config's changed state by Karsten Wiese · 18 years ago
  56. 3b354c5 [PATCH] kconfig: add "void conf_set_changed_callback(void (*fn)(void))", use it in qconf.cc by Karsten Wiese · 18 years ago
  57. bfc1000 [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only by Karsten Wiese · 18 years ago
  58. b321429 [PATCH] kconfig: new function "bool conf_get_changed(void)" by Karsten Wiese · 18 years ago
  59. acd1949 [PATCH] Fix section mismatch in parainstructions by Randy Dunlap · 18 years ago
  60. 347a00f [PATCH] kbuild: don't put temp files in source by Roman Zippel · 18 years ago
  61. aad0947 [PATCH] move kallsyms data to .rodata by Jan Beulich · 18 years ago
  62. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  63. ea82c74 [PATCH] kernel-doc: stricter function pointer recognition by Randy Dunlap · 18 years ago
  64. 319e799 [PATCH] ver_linux additions by Valdis Kletnieks · 18 years ago
  65. 44ddc4f [PATCH] qconf: support old QT by akpm@osdl.org · 18 years ago
  66. 2c22d8b [PATCH] relocatable kernel: Fix kallsyms on avr32 after relocatable kernel changes by Vivek Goyal · 18 years ago
  67. 139ec7c [PATCH] paravirt: Patch inline replacements for paravirt intercepts by Rusty Russell · 18 years ago
  68. fd593d1 [PATCH] relocatable kernel: Kallsyms generate relocatable symbols by Eric W. Biederman · 18 years ago
  69. c154348 [PATCH] fix menuconfig colours with TERM=vt100 by Roman Zippel · 18 years ago
  70. f12aa70 [PATCH] qconf: fix uninitialsied member by Roman Zippel · 18 years ago
  71. a26d79c [PATCH] initramfs: handle more than one source dir or file list by Thomas Chou · 18 years ago
  72. 5fd934a [PATCH] .gitignore: add miscellaneous files by Franck Bui-Huu · 18 years ago
  73. c612093 [PATCH] update some docbook comments by Randy Dunlap · 18 years ago
  74. 21c4ff8 [POWERPC] Support feature fixups in modules by Benjamin Herrenschmidt · 18 years ago
  75. 3f3fd3c [PATCH] kbuild: allow multi-word $M in Makefile.modpost by Greg Banks · 18 years ago
  76. 308ba5f [PATCH] fix `make headers_install' by David Woodhouse · 18 years ago
  77. 2720574 [PATCH] kernel-doc: make parameter description indentation uniform by Randy Dunlap · 18 years ago
  78. 32e7940 [PATCH] kernel-doc: drop various "inline" qualifiers by Randy Dunlap · 18 years ago
  79. 1db11ea [PATCH] Fix menuconfig build failure due to missing stdbool.h by Luca Tettamanti · 18 years ago
  80. 4e776b1 [PATCH] hdrcheck permission fix by Andrew Morton · 18 years ago
  81. a073a8b Fix copy&waste bug in comment in scripts/kernel-doc by Rolf Eike Beer · 18 years ago
  82. b4a9071 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  83. ad7a3bf [PATCH] Add unifdef to gitignore by Paul Mundt · 18 years ago
  84. 9a3d0fe kconfig: fix saving alternate kconfig file in parent dir by Sam Ravnborg · 18 years ago
  85. ea837f1 kbuild: make modpost processing configurable by Sam Ravnborg · 18 years ago
  86. f2443ab [PATCH] allow /proc/config.gz to be built as a module by Ross Biro · 18 years ago
  87. e94c5bd kconfig/menuconfig: do not let ncurses clutter screen on exit by Sam Ravnborg · 18 years ago
  88. 737ecae kconfig/lxdialog: clear long menu lines by Sam Ravnborg · 18 years ago
  89. c29121b kbuild: do not build mconf & lxdialog unless needed by Sam Ravnborg · 18 years ago
  90. 903947d kconfig/lxdialog: fix make mrproper by Sam Ravnborg · 18 years ago
  91. c8dc68a kconfig/lxdialog: support resize by Sam Ravnborg · 18 years ago
  92. f3cbcdc kconfig/lxdialog: let <ESC><ESC> behave as expected by Sam Ravnborg · 18 years ago
  93. 2982de6 kconfig/menuconfig: lxdialog is now built-in by Sam Ravnborg · 18 years ago
  94. 350b5b7 kconfig/lxdialog: add a new theme bluetitle which is now default by Sam Ravnborg · 18 years ago
  95. 4589721 kconfig/lxdialog: add support for color themes and add blackbg theme by Sam Ravnborg · 18 years ago
  96. 98e5a15 kconfig/lxdialog: refactor color support by Sam Ravnborg · 18 years ago
  97. 074a5dd [PATCH] docbook: fix segfault in docproc.c by Henrik Kretzschmar · 18 years ago
  98. 07563c7 [PATCH] EISA bus MODALIAS attributes support by Michael Tokarev · 18 years ago
  99. adf1423 [PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder by Jan Beulich · 18 years ago
  100. 4f7fd4d [PATCH] Add the -fstack-protector option to the CFLAGS by Arjan van de Ven · 18 years ago