1. 55f88ec kbuild, deb-pkg: support overriding userland architecture by Asbjoern Sloth Toennesen · 16 years ago
  2. 10f26fa kbuild, deb-pkg: select userland architecture based on UTS_MACHINE by Asbjoern Sloth Toennesen · 16 years ago
  3. e86c241 kbuild, deb-pkg: Fix build with paranoid umask by maximilian attems · 16 years ago
  4. c2d5a73 scripts/package: don't break if %{_smp_mflags} isn't set by Nishanth Aravamudan · 16 years ago
  5. 242c5ab kbuild, deb-pkg: Check if KBUILD_IMAGE exists before copying it by Guillem Jover · 16 years ago
  6. aa42abe kbuild: Change section of generated debian packages to kernel by Rogério Brito · 16 years ago
  7. 2d7204a kbuild: Mark that the packages generated conform to Standards-Version 3.8.4 by Rogério Brito · 16 years ago
  8. ee6eed8 kbuild: Add homepage field to debian/control file by Rogério Brito · 16 years ago
  9. 06f9a55 gconfig: add support to show hidden options that have prompts by Li Zefan · 16 years ago
  10. 22c7eca menuconfig: add support to show hidden options which have prompts by Li Zefan · 16 years ago
  11. 7b5d872 gconfig: remove show_debug option by Li Zefan · 16 years ago
  12. 2944235 gconfig: remove dbg_print_ptype() and dbg_print_stype() by Li Zefan · 16 years ago
  13. c6ccc30 kconfig: fix zconfdump() by Li Zefan · 16 years ago
  14. 4280eae kconfig: some small fixes by Li Zefan · 16 years ago
  15. b834193 kbuild: Include gen_initramfs_list.sh and the file list in the .d file by Jason Gunthorpe · 16 years ago
  16. da6df87 kconfig: recalc symbol value before showing search results by Li Zefan · 16 years ago
  17. 1dcd810 headerdep: perlcritic warning by Stephen Hemminger · 16 years ago
  18. 2d74b2c scripts/Makefile.lib: Align the output of LZO by Wu Zhangjin · 16 years ago
  19. e93bc1a Revert "kbuild: specify absolute paths for cscope" by Michal Marek · 16 years ago
  20. bae4cec headers_install: use local file handles by Stephen Hemminger · 16 years ago
  21. dbbe33e headers_check: fix perl warnings by Stephen Hemminger · 16 years ago
  22. 91416cf export_report: fix perl warnings by Stephen Hemminger · 16 years ago
  23. 9c49fd3 profile2linkerlist: fix perl warnings by Stephen Hemminger · 16 years ago
  24. 86d08e5 namespace: perlcritic warnings by Stephen Hemminger · 16 years ago
  25. a208868 checkversion: perl cleanup by Stephen Hemminger · 16 years ago
  26. 3da2715 checkincludes: fix perlcritic warnings by Stephen Hemminger · 16 years ago
  27. 1f2a144 scripts: improve checkstack by Stephen Hemminger · 16 years ago
  28. b59a122 kbuild: deb-pkg md5sums by FEJES Jozsef · 16 years ago
  29. bc75cc6 tags: Add the ability to make tags for all archs using "all" by John Kacur · 16 years ago
  30. 4431d4c tags: Fix spelling error in comment (is->if) by John Kacur · 16 years ago
  31. a8bac51 tags: Use $SRCARCH by Michal Marek · 16 years ago
  32. f81b1be tags: include headers before source files by Guennadi Liakhovetski · 17 years ago
  33. 59dde38 markup_oops.pl: minor fixes by Hui Zhu · 17 years ago
  34. 52e13e2 markup_oops.pl: add options to improve cross-sompilation environments by Hui Zhu · 17 years ago
  35. d224a94 Merge branch 'modpost' of git://git.pengutronix.de/git/ukl/linux-2.6 into kbuild/for-next by Michal Marek · 17 years ago
  36. 880df92 scripts: use %_tmppath in "make rpm-pkg" by John Saalwaechter · 17 years ago
  37. 0139f1d markup_oops.pl: fix for faulting instruction in the first line of a range by Hui Zhu · 17 years ago
  38. 94a4708 scripts: change scripts to use system python instead of env by Don Zickus · 17 years ago
  39. 71d41ae scripts/kallsyms: suppress build warning by Himanshu Chauhan · 17 years ago
  40. d4987bd scripts/mkcompile_h: don't test for hardcoded paths by Michal Marek · 17 years ago
  41. e66f25d Improve kconfig symbol hashing by Andi Kleen · 17 years ago
  42. 68c16ed nconfig: minor fix by Nir Tzachar · 17 years ago
  43. 851190c nconfig: mark local functions as such by Michal Marek · 17 years ago
  44. 692d97c kconfig: new configuration interface (nconfig) by nir.tzachar@gmail.com · 17 years ago
  45. c64152b genksyms: close ref_file after use by Alexander Beregalov · 17 years ago
  46. da60fbb menuconfig: wrap long help lines by Vadim Bendebury (вб) · 17 years ago
  47. 5358db0 scripts: add ARM support to decodecode by Rabin Vincent · 17 years ago
  48. 4b02424 kbuild: Fix linking error built-in.o no such file or directory by Jiafu He · 17 years ago
  49. 0db25245 modpost: don't allow *driver to reference .init.* by Uwe Kleine-König · 17 years ago
  50. af92a82 modpost: make symbol white list a per mismatch type variable by Uwe Kleine-König · 17 years ago
  51. fc2f7ef modpost: remove now unused NO_MISMATCH constant by Uwe Kleine-König · 17 years ago
  52. 0d2a636 modpost: pass around const struct sectioncheck * instead of enum mismatch by Uwe Kleine-König · 17 years ago
  53. bbd3f4f modpost: give most mismatch constants a better name by Uwe Kleine-König · 17 years ago
  54. 4a31a22 modpost: define ALL_XXX{IN,EX}IT_SECTIONS by Uwe Kleine-König · 17 years ago
  55. b75dcab modpost: members of *driver structs should not point to __init functions by Uwe Kleine-König · 17 years ago
  56. 3a5dd79 modpost: fix segfault in sym_is() with prefixed arches by Mike Frysinger · 17 years ago
  57. 6ccc347 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  58. 1f8cdae markup_oops.pl: fix error with x86 by Hui Zhu · 17 years ago
  59. 1373411 kbuild: really fix bzImage build with non-bash sh by Jonathan Nieder · 17 years ago
  60. dbf004d remove my email address from checkpatch. by Dave Jones · 17 years ago
  61. b82a404 tracing/x86: Derive arch from bits argument in recordmcount.pl by Jan Kiszka · 17 years ago
  62. 272a897 scripts/get_maintainer.pl: fix file exclusion X: logic by Joe Perches · 17 years ago
  63. 7dd65fe lib: add support for LZO-compressed kernels by Albin Tonnerre · 17 years ago
  64. dbfc985 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  65. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 17 years ago
  66. 538f195 MIPS: Tracing: Add dynamic function tracer support by Wu Zhangjin · 17 years ago
  67. e6299d2 MIPS: Tracing: Add an endian argument to scripts/recordmcount.pl by Wu Zhangjin · 17 years ago
  68. 74f3ae7 Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 17 years ago
  69. 60db31a scripts/get_maintainer.pl: support multiple VCSs - add mercurial by Joe Perches · 17 years ago
  70. a8af243 scripts/get_maintainer.pl: fix --non with --git-blame and cleanups by Joe Perches · 17 years ago
  71. 3c7385b scripts/get_maintainer.pl: add --roles and --rolestats by Joe Perches · 17 years ago
  72. 8d99513 modpost: fix segfault with short symbol names by Michal Marek · 17 years ago
  73. a877376 Kbuild: clear marker out of modpost by Wenji Huang · 17 years ago
  74. 9e1b9b8 module: make MODULE_SYMBOL_PREFIX into a CONFIG option by Alan Jenkins · 17 years ago
  75. 7d241ff microblaze: ftrace: Add dynamic trace support by Michal Simek · 17 years ago
  76. bc081dd kbuild: generate modules.builtin by Michal Marek · 17 years ago
  77. 6299fee genksyms: properly consider EXPORT_UNUSED_SYMBOL{,_GPL}() by Jan Beulich · 17 years ago
  78. d8379ab unifdef: update to upstream revision 1.190 by Tony Finch · 17 years ago
  79. eb8f844 kbuild: specify absolute paths for cscope by Daniel Vetter · 17 years ago
  80. 32197c7 kbuild: create include/generated in silentoldconfig by Michal Marek · 17 years ago
  81. db1d186 scripts/package: deb-pkg: use fakeroot if available by Jonathan Nieder · 17 years ago
  82. 05ba448 scripts/package: add KBUILD_PKG_ROOTCMD variable by Jonathan Nieder · 17 years ago
  83. 91d1618 scripts/package: tar-pkg: use tar --owner=root by Michal Marek · 17 years ago
  84. 264a268 kbuild: move autoconf.h to include/generated by Sam Ravnborg · 17 years ago
  85. c95fa08 kbuild: do not check for include/asm-$ARCH by Sam Ravnborg · 17 years ago
  86. 4a2ff67 kbuild: fix bzImage build for x86 by Michael Tokarev · 17 years ago
  87. 55f49f2 USB: handle bcd incrementation in usb modalias generation by Nathaniel McCallum · 17 years ago
  88. afe2dab USB: add hex/bcd detection to usb modalias generation by Nathaniel McCallum · 17 years ago
  89. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 17 years ago
  90. c3fa27d Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  91. 96fa2b5 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  92. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 17 years ago
  93. c84d6ef Merge branch 'master' into next by James Morris · 17 years ago
  94. 3a9089f tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbook by Jason Baron · 17 years ago
  95. 85c3b52 SELinux: header generation may hit infinite loop by Eric Paris · 17 years ago
  96. 463bf90 kconfig: Fix make O=<dir> local{mod,yes}config by Steven Rostedt · 17 years ago
  97. 821d35a selinux: Fix warnings by Alan Cox · 17 years ago
  98. cb20c28 Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux-misc by Linus Torvalds · 17 years ago
  99. 638adb0 tracing: Only print objcopy version warning once from recordmcount by Steven Rostedt · 17 years ago
  100. 5ccd991 dtc: Mark various internal functions static by Josh Triplett · 17 years ago