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