1. c417fbc kbuild: move bin2c back to scripts/ from scripts/basic/ by Masahiro Yamada · 6 years ago
  2. b3aa58d fixdep: suppress consecutive / from file paths in dependency list files by Nicolas Pitre · 6 years ago
  3. fbfa9be kbuild: move include/config/ksym/* to include/ksym/* by Masahiro Yamada · 6 years ago
  4. 638e69c fixdep: do not ignore kconfig.h by Rasmus Villemoes · 6 years ago
  5. 5b8ad96 fixdep: remove some false CONFIG_ matches by Rasmus Villemoes · 6 years ago
  6. 14a596a fixdep: remove stale references to uml-config.h by Rasmus Villemoes · 6 years ago
  7. ab9ce9f fixdep: use existing helper to check modular CONFIG options by Masahiro Yamada · 7 years ago
  8. 87b95a8 fixdep: refactor parse_dep_file() by Masahiro Yamada · 7 years ago
  9. 5d1ef76 fixdep: move global variables to local variables of main() by Masahiro Yamada · 7 years ago
  10. ccfe788 fixdep: remove unneeded memcpy() in parse_dep_file() by Masahiro Yamada · 7 years ago
  11. 4003fd8 fixdep: factor out common code for reading files by Masahiro Yamada · 7 years ago
  12. 01b5cbe fixdep: use malloc() and read() to load dep_file to buffer by Masahiro Yamada · 7 years ago
  13. 41f92cf fixdep: remove unnecessary <arpa/inet.h> inclusion by Masahiro Yamada · 7 years ago
  14. 7c2ec43 fixdep: exit with error code in error branches of do_config_file() by Lukas Bulwahn · 7 years ago
  15. 4e433fc fixdep: trivial: typo fix and correction by Cao jin · 7 years ago
  16. 312a3d0 kbuild: trivial cleanups on the comments by Cao jin · 7 years ago
  17. dee81e9 fixdep: faster CONFIG_ search by Alexey Dobriyan · 8 years ago
  18. 21532b9 scripts: Fix size mismatch of kexec_purgatory_size by Tautschnig, Michael · 8 years ago
  19. c1a95fd kbuild: add fine grained build dependencies for exported symbols by Nicolas Pitre · 9 years ago
  20. d8329e3 fixdep: accept extra dependencies on stdin by Nicolas Pitre · 8 years ago
  21. 46fe94a kbuild: fixdep: Check fstat(2) return value by Tom Rini · 9 years ago
  22. 4c835b5 fixdep: constify strrcmp arguments by Nicolas Iooss · 9 years ago
  23. d179e22 kbuild: fixdep: drop meaningless hash table initialization by Masahiro Yamada · 9 years ago
  24. d721109 kbuild: fixdep: optimize code slightly by Masahiro Yamada · 9 years ago
  25. de5b56b kernel: build bin2c based on config option CONFIG_BUILD_BIN2C by Vivek Goyal · 10 years ago
  26. 8370ede bin2c: move bin2c in scripts/basic by Vivek Goyal · 10 years ago
  27. bb66fc6 kbuild: trivial - use tabs for code indent where possible by Masahiro Yamada · 10 years ago
  28. 2ab8a99 kbuild: fixdep: support concatenated dep files by Stephen Warren · 11 years ago
  29. 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 12 years ago
  30. 6a5be57 fixdep: fix extraneous dependencies by Peter Foley · 13 years ago
  31. bffd202 kbuild: move scripts/basic/docproc.c to scripts/docproc.c by Peter Foley · 13 years ago
  32. 7840fea kbuild: Fix computing srcversion for modules by Michal Marek · 13 years ago
  33. b7bd182 fixdep: Do not record dependency on the source file itself by Michal Marek · 13 years ago
  34. a3ba811 Make fixdep error handling more explicit by Ben Gamari · 14 years ago
  35. 8990c1b Merge commit 'v2.6.37-rc1' into kbuild/kbuild by Michal Marek · 14 years ago
  36. 8af27e1d fixdep: use hash table instead of a single array by Eric Dumazet · 14 years ago
  37. e596c79 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  38. d0f95c7 kbuild: check return value of asprintf() by Namhyung Kim · 14 years ago
  39. 52159d9 jump label: Convert dynamic debug to use jump labels by Jason Baron · 14 years ago
  40. eda603f docbook: warn on unused doc entries by Johannes Berg · 14 years ago
  41. 264a268 kbuild: move autoconf.h to include/generated by Sam Ravnborg · 15 years ago
  42. c37efa9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
  43. f0a7577 trivial: kbuild: remove extraneous blank line after declaration of usage() by Trevor Keith · 15 years ago
  44. 7d3392e trivial: remove references to non-existent include/linux/config.h by Markus Heidelberg · 15 years ago
  45. 4356f48 kbuild: add static to prototypes by Trevor Keith · 15 years ago
  46. b767b90 kbuild: fix build error during make htmldocs by Amerigo Wang · 15 years ago
  47. d067aa7 kbuild: fix a compile warning by Amerigo Wang · 15 years ago
  48. 2d51005 kbuild: allow docproc invocation from external by Jiri Slaby · 15 years ago
  49. db7a6d8 Update .gitignore files for generated targets by Linus Torvalds · 16 years ago
  50. 346e15b driver core: basic infrastructure for per-module dynamic debug messages by Jason Baron · 16 years ago
  51. e662af4 kernel-doc: new P directive for DOC: sections by Johannes Berg · 17 years ago
  52. 2e95972 kernel-doc: use no-doc option by Johannes Berg · 17 years ago
  53. bb13be5 kbuild: stop docproc segfaulting when SRCTREE isn't set. by Rob Landley · 17 years ago
  54. 6dd16f4 docproc: style & typo cleanups by Randy Dunlap · 17 years ago
  55. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  56. 04c58f8 kbuild: scripts/basic/fixdep segfault on pathological string-o-death by Andy Green · 17 years ago
  57. c21b1e4 [PATCH] kbuild: fix dependency generation by Jan Beulich · 17 years ago
  58. c612093 [PATCH] update some docbook comments by Randy Dunlap · 18 years ago
  59. 074a5dd [PATCH] docbook: fix segfault in docproc.c by Henrik Kretzschmar · 18 years ago
  60. 2e3646e kconfig: integrate split config into silentoldconfig by Roman Zippel · 18 years ago
  61. 6176aa9 kbuild: consolidate command line escaping by Jan Beulich · 19 years ago
  62. 4d99f93 kbuild: escape '#' in .target.cmd files by Sam Ravnborg · 19 years ago
  63. 1e65174 Add some basic .gitignore files by Linus Torvalds · 19 years ago
  64. 48b9d03 [PATCH] Kill signed chars by J.A. Magallon · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago