1. 7c80144 kbuild: Fix comment typo in scripts/Makefile.modpost by Ramji Jiyani · 3 years, 3 months ago
  2. 850ded4 kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG by Sami Tolvanen · 3 years, 4 months ago
  3. 4475dff kbuild: fix false-positive modpost warning when all symbols are trimmed by Masahiro Yamada · 3 years, 9 months ago
  4. 5ab70ff kbuild: do not set -w for vmlinux.o modpost by Masahiro Yamada · 3 years, 9 months ago
  5. 69bc8d3 kbuild: generate Module.symvers only when vmlinux exists by Masahiro Yamada · 3 years, 9 months ago
  6. 3204a7f kbuild: prefix $(srctree)/ to some included Makefiles by Masahiro Yamada · 3 years, 10 months ago
  7. 38e8918 kbuild: lto: fix module versioning by Sami Tolvanen · 4 years, 1 month ago
  8. dc5723b kbuild: add support for Clang LTO by Sami Tolvanen · 4 years, 1 month ago
  9. 28ab576 kbuild: remove redundant FORCE definition in scripts/Makefile.modpost by Masahiro Yamada · 4 years, 5 months ago
  10. 859c926 modpost: move -d option in scripts/Makefile.modpost by Masahiro Yamada · 4 years, 7 months ago
  11. 467b82d modpost: remove -s option by Masahiro Yamada · 4 years, 7 months ago
  12. 48a0f72 modpost: show warning if any of symbol dump files is missing by Masahiro Yamada · 4 years, 7 months ago
  13. 436b2ac modpost: invoke modpost only when input files are updated by Masahiro Yamada · 4 years, 7 months ago
  14. 269a535 modpost: generate vmlinux.symvers and reuse it for the second modpost by Masahiro Yamada · 4 years, 7 months ago
  15. f1005b3 modpost: refactor -i option calculation by Masahiro Yamada · 4 years, 7 months ago
  16. bcfedae modpost: print symbol dump file as the build target in short log by Masahiro Yamada · 4 years, 7 months ago
  17. e3fb4df modpost: re-add -e to set external_module flag by Masahiro Yamada · 4 years, 7 months ago
  18. ce2ddd6 modpost: allow to pass -i option multiple times to remove -e option by Masahiro Yamada · 4 years, 7 months ago
  19. 4e5ab74 modpost: pass -N option only for modules modpost by Masahiro Yamada · 4 years, 7 months ago
  20. 89d6117 modpost: move -T option close to the modpost command by Masahiro Yamada · 4 years, 7 months ago
  21. 91e6ee5 modpost: fix -i (--ignore-errors) MAKEFLAGS detection by Masahiro Yamada · 4 years, 7 months ago
  22. e9e81b6 kbuild: disallow multi-word in M= or KBUILD_EXTMOD by Masahiro Yamada · 4 years, 7 months ago
  23. 54b7784 modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=n by Jessica Yu · 4 years, 10 months ago
  24. 9c9aa8f kbuild: remove 'Building modules, stage 2.' log by Masahiro Yamada · 5 years ago
  25. bc35d4b scripts/nsdeps: support nsdeps for external module builds by Masahiro Yamada · 5 years ago
  26. bbc55bd modpost: dump missing namespaces into a single modules.nsdeps file by Masahiro Yamada · 5 years ago
  27. bff9c62 modpost: do not invoke extra modpost for nsdeps by Masahiro Yamada · 5 years ago
  28. 39808e4 kbuild: do not read $(KBUILD_EXTMOD)/Module.symvers by Masahiro Yamada · 5 years ago
  29. 1747269 modpost: do not parse vmlinux for external module builds by Masahiro Yamada · 5 years ago
  30. fab546e kbuild: update comments in scripts/Makefile.modpost by Masahiro Yamada · 5 years ago
  31. e070355 Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  32. eb8305a scripts: Coccinelle script for namespace dependencies. by Matthias Maennich · 5 years ago
  33. 9b9a3f2 kbuild: split final module linking out into Makefile.modfinal by Masahiro Yamada · 5 years ago
  34. 10df063 kbuild: rebuild modules when module linker scripts are updated by Masahiro Yamada · 5 years ago
  35. f6545be kbuild: add [M] marker for build log of *.mod.o by Masahiro Yamada · 5 years ago
  36. 4b950bb Kbuild: Handle PREEMPT_RT for version string and magic by Thomas Gleixner · 5 years ago
  37. 47801c9 kbuild: revive single target %.ko by Masahiro Yamada · 5 years ago
  38. a721588 kbuild: modpost: do not parse unnecessary rules for vmlinux modpost by Masahiro Yamada · 5 years ago
  39. acf2a13 kbuild: modpost: remove unnecessary dependency for __modpost by Masahiro Yamada · 5 years ago
  40. cb48199 kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules by Masahiro Yamada · 5 years ago
  41. 944cfe9 kbuild: modpost: include .*.cmd files only when targets exist by Masahiro Yamada · 5 years ago
  42. b7dca6d kbuild: create *.mod with full directory path and remove MODVERDIR by Masahiro Yamada · 5 years ago
  43. ff9b45c kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.mod by Masahiro Yamada · 5 years ago
  44. 83da1be modpost: make KBUILD_MODPOST_WARN also configurable for external modules by Wiebe, Wladislav (Nokia - DE/Ulm) · 6 years ago
  45. 46c7dd5 modpost: always show verbose warning for section mismatch by Masahiro Yamada · 6 years ago
  46. afa974b kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^) by Masahiro Yamada · 6 years ago
  47. d503ac5 kbuild: rename LDFLAGS to KBUILD_LDFLAGS by Masahiro Yamada · 6 years ago
  48. 6916162 kbuild: remove duplicated comments about PHONY by Masahiro Yamada · 6 years ago
  49. 09bd7c7 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  50. 2982c95 kbuild: remove redundant $(wildcard ...) for cmd_files calculation by Masahiro Yamada · 7 years ago
  51. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  52. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  53. 9904041 kbuild: drop unused symverfile in Makefile.modpost by Cao jin · 7 years ago
  54. fbe6e37 kbuild: add arch specific post-link Makefile by Nicholas Piggin · 8 years ago
  55. 47490ec modpost: Add flag -E for making section mismatches fatal by Nicolas Boichat · 9 years ago
  56. eed380f modpost: Optionally ignore secondary errors seen if a single module build fails by Guenter Roeck · 11 years ago
  57. ea4054a modpost: handle huge numbers of modules. by Rusty Russell · 12 years ago
  58. 6543bec mod/file2alias: make modalias generation safe for cross compiling by Andreas Schwab · 12 years ago
  59. e2a666d kbuild: sign the modules at install time by Rusty Russell · 12 years ago
  60. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  61. 80d65e5 MODSIGN: Sign modules during the build process by David Howells · 12 years ago
  62. ef591a5 scripts/Makefile.modpost: error in finding modules from .mod files. by 이건호 · 12 years ago
  63. 2e48352 Merge commit 'v3.0-rc1' into kbuild/kbuild by Michal Marek · 14 years ago
  64. 163d3fe kbuild: Fix reference to vermagic.h by Geert Uytterhoeven · 14 years ago
  65. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  66. 4696e29 trivial: fix a typo in a filename by Uwe Kleine-König · 14 years ago
  67. 6588169 kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line by Sam Ravnborg · 14 years ago
  68. fc53776 tracing: Remove markers by Christoph Hellwig · 15 years ago
  69. 92f83cc kbuild: fix KBUILD_EXTRA_SYMBOLS by Peter Volkov · 16 years ago
  70. d35cb36 markers: fix duplicate modpost entry by Mathieu Desnoyers · 16 years ago
  71. 96d97f2 kbuild: fix $(src) assignmnet with external modules by Sam Ravnborg · 17 years ago
  72. f509391 kbuild: scripts/Makefile.modpost typo fix by Adrian Bunk · 17 years ago
  73. 0d96fb2 kbuild: Add new Kbuild variable KBUILD_EXTRA_SYMBOLS by Richard Hacker · 17 years ago
  74. 4ce6efe kbuild: soften modpost checks when doing cross builds by Sam Ravnborg · 17 years ago
  75. b2e3e65 Linux Kernel Markers: create modpost file by Mathieu Desnoyers · 17 years ago
  76. 588ccd7 kbuild: add verbose option to Section mismatch reporting in modpost by Sam Ravnborg · 17 years ago
  77. 114f515 kbuild: use LDFLAGS_MODULE only for .ko links by Roland McGrath · 17 years ago
  78. 8d8d828 kbuild: do not do section mismatch checks on vmlinux in 2nd pass by Sam Ravnborg · 17 years ago
  79. 741f98f kbuild: do section mismatch check on full vmlinux by Sam Ravnborg · 17 years ago
  80. 85bd2fd kbuild: fix section mismatch check for vmlinux by Sam Ravnborg · 18 years ago
  81. 3f3fd3c [PATCH] kbuild: allow multi-word $M in Makefile.modpost by Greg Banks · 18 years ago
  82. ea837f1 kbuild: make modpost processing configurable by Sam Ravnborg · 18 years ago
  83. c53ddac kbuild: fail kernel compilation in case of unresolved module symbols by Kirill Korotaev · 18 years ago
  84. 12715d2 kbuild: modpost on vmlinux regardless of CONFIG_MODULES by Sam Ravnborg · 18 years ago
  85. 0463f3c kbuild: fix typo in modpost by Dave Jones · 18 years ago
  86. 5e8d780 kbuild: fix ia64 breakage after introducing make -rR by Sam Ravnborg · 19 years ago
  87. d38b6968 Revert "kbuild: fix make -rR breakage" by Linus Torvalds · 19 years ago
  88. e5c44fd kbuild: fix make -rR breakage by Sam Ravnborg · 19 years ago
  89. c955cca kconfig: fix .config dependencies by Roman Zippel · 19 years ago
  90. 2e1ca21 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  91. c30fe7f fix typos "wich" -> "which" by Uwe Zeisberger · 19 years ago
  92. 4f19336 kbuild: change kbuild to not rely on incorrect GNU make behavior by Paul Smith · 19 years ago
  93. 040fcc8 kbuild: improved modversioning support for external modules by Sam Ravnborg · 19 years ago
  94. 943ffb5 spelling: s/retreive/retrieve/ by Adrian Bunk · 19 years ago
  95. 8ec4b4f kbuild: introduce Kbuild.include by Sam Ravnborg · 19 years ago
  96. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago