1. ad06156 kbuild: Don't assume dts files live in arch/*/boot/dts by Matthijs Kooijman · 11 years ago
  2. f8ce1fa Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  3. b40b25f kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp by Stephen Warren · 11 years ago
  4. 85f02be kbuild: cmd_dtc_cpp: extract deps from both gcc -E and dtc by Stephen Warren · 11 years ago
  5. c58299a kbuild: create an "include chroot" for DT bindings by Stephen Warren · 11 years ago
  6. b92021b CONFIG_SYMBOL_PREFIX: cleanup. by Rusty Russell · 11 years ago
  7. e570d7c kbuild: limit dtc+cpp include path by Stephen Warren · 11 years ago
  8. 22435f3 kbuild: create a rule to run the pre-processor on *.dts files by Stephen Warren · 11 years ago
  9. 90b335f kbuild: centralize .dts->.dtb rule by Stephen Warren · 12 years ago
  10. e339364 Kbuild: centralize MKIMAGE and cmd_uimage definitions by Stephen Warren · 12 years ago
  11. 7c43185 Kbuild: Use dtc's -d (dependency) option by Stephen Warren · 12 years ago
  12. 5bb0571 kbuild: Fix comment in Makefile.lib by Michal Marek · 12 years ago
  13. 58238c8 kbuild: prevent make from deleting _shipped files by Peter Foley · 13 years ago
  14. 991d76c kbuild: simplify the %_shipped rule by Arnaud Lacombe · 13 years ago
  15. 7373f4f kbuild: add implicit rules for parser generation by Arnaud Lacombe · 13 years ago
  16. 6ae9ecb kbuild: Call gzip with -n by Michal Marek · 13 years ago
  17. 24fa040 decompressors: add XZ decompressor module by Lasse Collin · 13 years ago
  18. aab9433 of: Add support for linking device tree blobs into vmlinux by Dirk Brandewie · 13 years ago
  19. c9e2a72 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  20. d63f6d1 initramfs: Fix build break on symbol-prefixed archs by Mike Frysinger · 14 years ago
  21. 52159d9 jump label: Convert dynamic debug to use jump labels by Jason Baron · 14 years ago
  22. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  23. d61931d x86: Add optimized popcnt variants by Borislav Petkov · 14 years ago
  24. 2d74b2c scripts/Makefile.lib: Align the output of LZO by Wu Zhangjin · 14 years ago
  25. 1373411 kbuild: really fix bzImage build with non-bash sh by Jonathan Nieder · 14 years ago
  26. 7dd65fe lib: add support for LZO-compressed kernels by Albin Tonnerre · 14 years ago
  27. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  28. 9e1b9b8 module: make MODULE_SYMBOL_PREFIX into a CONFIG option by Alan Jenkins · 15 years ago
  29. 4a2ff67 kbuild: fix bzImage build for x86 by Michael Tokarev · 15 years ago
  30. 58242b2 kbuild: Fix size_append issue for bzip2/lzma kernel by Alek Du · 15 years ago
  31. 2521f2c gcov: add gcov profiling infrastructure by Peter Oberparleiter · 15 years ago
  32. 82782ca Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  33. d3dd3b5 kbuild: allow compressors (gzip, bzip2, lzma) to take multiple inputs by H. Peter Anvin · 15 years ago
  34. 720097d kbuild: introduce subdir-ccflags-y by Sam Ravnborg · 15 years ago
  35. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  36. e9d376f dynamic debug: combine dprintk and dynamic printk by Jason Baron · 15 years ago
  37. 0f5e2d2 bzip2/lzma: handle failures from bzip2 and lzma correctly by H. Peter Anvin · 15 years ago
  38. bc22c17 bzip2/lzma: library support for gzip, bzip2 and lzma decompression by Alain Knaff · 15 years ago
  39. d8672b4 kbuild: expand -I in KBUILD_CPPFLAGS by Sam Ravnborg · 16 years ago
  40. 346e15b driver core: basic infrastructure for per-module dynamic debug messages by Jason Baron · 16 years ago
  41. 656ee82 kbuild: create new CFLAGS_REMOVE_(basename).o option by Steven Rostedt · 16 years ago
  42. 551559e kbuild: implement modules.order by Tejun Heo · 16 years ago
  43. f77bf01 kbuild: introduce ccflags-y, asflags-y and ldflags-y by Sam Ravnborg · 17 years ago
  44. 06c5040 kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP by Sam Ravnborg · 17 years ago
  45. 222d394 kbuild: enable 'make AFLAGS=...' to add additional options to AS by Sam Ravnborg · 17 years ago
  46. a0f97e0 kbuild: enable 'make CFLAGS=...' to add additional options to CC by Sam Ravnborg · 17 years ago
  47. 836caba kbuild: kill backward compatibility checks by Sam Ravnborg · 17 years ago
  48. f5fb976 kbuild: fix directory traversal bug by Sam Ravnborg · 17 years ago
  49. 5e8d780 kbuild: fix ia64 breakage after introducing make -rR by Sam Ravnborg · 18 years ago
  50. d38b6968 Revert "kbuild: fix make -rR breakage" by Linus Torvalds · 18 years ago
  51. e5c44fd kbuild: fix make -rR breakage by Sam Ravnborg · 18 years ago
  52. d9df92e kbuild: properly pass options to hostcc when doing make O=.. by Sam Ravnborg · 18 years ago
  53. f83b5e3 kbuild: set correct KBUILD_MODNAME when using well known kernel symbols as module names by Ustyugov Roman · 19 years ago
  54. 8ec4b4f kbuild: introduce Kbuild.include by Sam Ravnborg · 19 years ago
  55. 7c6b155 kbuild: drop descend - converting existing users by Sam Ravnborg · 19 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago