1. 8eb3afe kbuild: always use $(CC) for $(call cc-version) by Sam Ravnborg · 18 years ago
  2. 002d27b kconfig: correct oldconfig for unset choice options by Roman Zippel · 18 years ago
  3. 0463f3c kbuild: fix typo in modpost by Dave Jones · 18 years ago
  4. fb33d81 kbuild: improve error from file2alias by Sam Ravnborg · 18 years ago
  5. 0b0bf7a [PATCH] vDSO hash-style fix by Roland McGrath · 18 years ago
  6. 0129a05 [PATCH] kernel-doc: ignore __devinit by Randy Dunlap · 18 years ago
  7. 6fa0cb1 Merge git://git.infradead.org/hdrinstall-2.6 by Linus Torvalds · 18 years ago
  8. 63104ee kbuild: introduce utsrelease.h by Sam Ravnborg · 18 years ago
  9. b4bc7b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  10. f47634b [PATCH] kernel-doc: make man/text mode function output same by Randy Dunlap · 18 years ago
  11. 1d7e1d4 [PATCH] kernel-doc: consistent text/man mode output by Randy.Dunlap · 18 years ago
  12. c96fca2 kbuild: warn when a moduled uses a symbol marked UNUSED by Sam Ravnborg · 18 years ago
  13. 534b89a kbuild: fix segv in modpost by Sam Ravnborg · 18 years ago
  14. 66392c4 kconfig: enhancing accessibility of lxdialog by Samuel Thibault · 18 years ago
  15. 5e8d780 kbuild: fix ia64 breakage after introducing make -rR by Sam Ravnborg · 18 years ago
  16. 0bafd21 [PATCH] rtmutex: Modify rtmutex-tester to test the setscheduler propagation by Thomas Gleixner · 18 years ago
  17. 61a8712 [PATCH] pi-futex: rt mutex tester by Thomas Gleixner · 18 years ago
  18. d38b6968 Revert "kbuild: fix make -rR breakage" by Linus Torvalds · 18 years ago
  19. 2a2ed2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  20. c51d3da [PATCH] kernel-doc: use Members for struct fields consistently by Randy Dunlap · 18 years ago
  21. ecfb251 [PATCH] kernel-doc: don't use XML escapes in text or man output mode by Randy Dunlap · 18 years ago
  22. 850622d [PATCH] kernel-doc: warn on malformed function docs. by Randy Dunlap · 18 years ago
  23. 8ad2914 [PATCH] checkstack: print module names by Randy Dunlap · 18 years ago
  24. 232acbc [PATCH] kernel-doc: script cleanups by Randy Dunlap · 18 years ago
  25. 0518949 [PATCH] kernel-doc: drop leading space in sections by Randy Dunlap · 18 years ago
  26. 5184973 [PATCH] bloat-o-meter: gcc-4 fix by Rob Landley · 18 years ago
  27. 6803dc0 kbuild: replace abort() with exit(1) by Sam Ravnborg · 18 years ago
  28. 15fde67 kbuild: support for %.symtypes files by Andreas Gruenbacher · 18 years ago
  29. ac031f2 kbuild: add option for stripping modules while installing them by Theodore Ts'o · 18 years ago
  30. 468d949 kbuild: kill some false positives from modpost by Al Viro · 18 years ago
  31. c5e3003 kbuild: export-symbol usage report generator by Ram Pai · 18 years ago
  32. e5c44fd kbuild: fix make -rR breakage by Sam Ravnborg · 18 years ago
  33. 6847535 Basic implementation of 'make headers_check' by David Woodhouse · 18 years ago
  34. 8d730cf Basic implementation of 'make headers_install' by David Woodhouse · 18 years ago
  35. 216b2f1 kbuild: append -dirty for updated but uncommited changes by Uwe Zeisberger · 18 years ago
  36. 29b0c89 kbuild: append git revision for all untagged commits by Uwe Zeisberger · 18 years ago
  37. 9ac545b kbuild: fix module.symvers parsing in modpost by Laurent Riffard · 18 years ago
  38. 6449bd6 kbuild: modpost build fix by Andrew Morton · 18 years ago
  39. b817f6f kbuild: check license compatibility when building modules by Sam Ravnborg · 18 years ago
  40. bd5cbce kbuild: export-type enhancement to modpost.c by Ram Pai · 18 years ago
  41. 14cdd3c kconfig: KCONFIG_OVERWRITECONFIG by Roman Zippel · 18 years ago
  42. 250725a kconfig: exit if no beginning filename by Randy Dunlap · 18 years ago
  43. f001f7f kconfig: warn about leading whitespace for menu prompts by Roman Zippel · 18 years ago
  44. b65a47e kconfig: jump to linked menu prompt by Roman Zippel · 18 years ago
  45. ab45d19 kconfig: create links in info window by Roman Zippel · 18 years ago
  46. 7fc925f kconfig: finer customization via popup menus by Roman Zippel · 18 years ago
  47. 43bf612 kconfig: Add search option for xconfig by Roman Zippel · 18 years ago
  48. face437 kconfig: add defconfig_list/module option by Roman Zippel · 18 years ago
  49. f6a88aa kconfig: add symbol option config syntax by Roman Zippel · 18 years ago
  50. 2e3646e kconfig: integrate split config into silentoldconfig by Roman Zippel · 18 years ago
  51. 669bfad kconfig: allow loading multiple configurations by Roman Zippel · 18 years ago
  52. 0c1822e kconfig: allow multiple default values per symbol by Roman Zippel · 18 years ago
  53. c0e150ac kconfig: remove SYMBOL_{YES,MOD,NO} by Roman Zippel · 18 years ago
  54. c955cca kconfig: fix .config dependencies by Roman Zippel · 18 years ago
  55. ddc97ca kconfig: improve config load/save output by Roman Zippel · 18 years ago
  56. 909252d kbuild: fix false section mismatch with ARCH=um build by Sam Ravnborg · 18 years ago
  57. 35899c5 kbuild: ignore smp_locks section warnings from init/exit code by Randy Dunlap · 18 years ago
  58. 1a0f3d4 kbuild: fix make rpm for powerpc by Mike Wolf · 18 years ago
  59. 9870a93 kbuild: obj-dirs is calculated incorrectly if hostprogs-y is defined by Pavel Roskin · 18 years ago
  60. eae07ac [PATCH] kbuild: fix modpost segfault for 64bit mipsel kernel by Atsushi Nemoto · 18 years ago
  61. 2c1a51f [PATCH] kbuild: check SHT_REL sections by Atsushi Nemoto · 18 years ago
  62. 601e7f0 Revert "kbuild: fix modpost segfault for 64bit mipsel kernel" by Linus Torvalds · 18 years ago
  63. bed7a56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  64. fd5f0cd kbuild: Do not overwrite makefile as anohter user by Jan Beulich · 18 years ago
  65. 46ed981 kbuild: fix gen_initramfs_list.sh by Sam Ravnborg · 18 years ago
  66. 72ee59b kbuild modpost - relax driver data name by Randy Dunlap · 18 years ago
  67. c8d8b83 kbuild: fix modpost segfault for 64bit mipsel kernel by Atsushi Nemoto · 18 years ago
  68. 7b7e394 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  69. ddc5d34 Input: move input_device_id to mod_devicetable.h by Dmitry Torokhov · 18 years ago
  70. 9dfb563 [PATCH] config: update usage/help info by Randy Dunlap · 18 years ago
  71. 1d73135 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  72. 5ecdd0f kbuild: fix false section mismatch warnings by Sam Ravnborg · 18 years ago
  73. f043ca4 [PATCH] Enhancing accessibility of lxdialog by Samuel Thibault · 18 years ago
  74. b5ac481 kconfig: fix typo in change count initialization by Roman Zippel · 18 years ago
  75. 94f2505 kconfig: recenter menuconfig by Roman Zippel · 18 years ago
  76. 59c6a3f kconfig: revert conf behaviour change by Roman Zippel · 18 years ago
  77. 40aee72 kconfig: fix default value for choice input by Roman Zippel · 18 years ago
  78. eaaae38 kbuild: fix NULL dereference in scripts/mod/modpost.c by Eric Sesterhenn · 18 years ago
  79. 71378be kbuild: fix mode of checkstack.pl and other files. by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  80. d39a206b kbuild: rebuild initramfs if content of initramfs changes by Sam Ravnborg · 18 years ago
  81. d9df92e kbuild: properly pass options to hostcc when doing make O=.. by Sam Ravnborg · 18 years ago
  82. ea88df9 ver_linux: don't print reiser4progs version if none found by Alexey Dobriyan · 19 years ago
  83. 4bdc3b7 [PATCH] x86_64: Basic reorder infrastructure by Arjan van de Ven · 18 years ago
  84. 2e1ca21 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  85. 1e8c573 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  86. f1a136e [PATCH] kallsyms: handle malloc() failure by Jesper Juhl · 18 years ago
  87. c30fe7f fix typos "wich" -> "which" by Uwe Zeisberger · 18 years ago
  88. 008accb [PATCH] extract-ikconfig: don't use --long-options by Alexey Dobriyan · 18 years ago
  89. ff45e99 [PATCH] extract-ikconfig: be sure binoffset exists before extracting by Alexey Dobriyan · 18 years ago
  90. 66f9f59 [PATCH] extract-ikconfig: use mktemp(1) by Alexey Dobriyan · 18 years ago
  91. eae0f53 kbuild: remove obsoleted scripts/reference_* files by Sam Ravnborg · 18 years ago
  92. 9f28bb7 [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() by Greg Kroah-Hartman · 18 years ago
  93. 7670f02 [PATCH] kbuild: fix buffer overflow in modpost by Sam Ravnborg · 18 years ago
  94. dc9a49a kconfig: fix time ordering of writes to .kconfig.d and include/linux/autoconf.h by Jan Beulich · 18 years ago
  95. 7d18598 kbuild: add -fverbose-asm to i386 Makefile by Chuck Ebbert · 18 years ago
  96. ce56068 kbuild: clean-up genksyms by Sam Ravnborg · 18 years ago
  97. 78c04153 kbuild: Lindent genksyms.c by Sam Ravnborg · 18 years ago
  98. c79c7b0 kbuild: fix genksyms build error by Sam Ravnborg · 18 years ago
  99. 0131705 kbuild: replace PHONY with FORCE by Sam Ravnborg · 18 years ago
  100. f7b05e6 kbuild: Fix bug in crc symbol generating of kernel and modules by Luke Yang · 18 years ago