1. bc35d4b scripts/nsdeps: support nsdeps for external module builds by Masahiro Yamada · 5 years ago
  2. bbc55bd modpost: dump missing namespaces into a single modules.nsdeps file by Masahiro Yamada · 5 years ago
  3. bff9c62 modpost: do not invoke extra modpost for nsdeps by Masahiro Yamada · 5 years ago
  4. 39808e4 kbuild: do not read $(KBUILD_EXTMOD)/Module.symvers by Masahiro Yamada · 5 years ago
  5. 1747269 modpost: do not parse vmlinux for external module builds by Masahiro Yamada · 5 years ago
  6. fab546e kbuild: update comments in scripts/Makefile.modpost by Masahiro Yamada · 5 years ago
  7. 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
  8. eb8305a scripts: Coccinelle script for namespace dependencies. by Matthias Maennich · 5 years ago
  9. 9b9a3f2 kbuild: split final module linking out into Makefile.modfinal by Masahiro Yamada · 5 years ago
  10. 10df063 kbuild: rebuild modules when module linker scripts are updated by Masahiro Yamada · 5 years ago
  11. f6545be kbuild: add [M] marker for build log of *.mod.o by Masahiro Yamada · 5 years ago
  12. 4b950bb Kbuild: Handle PREEMPT_RT for version string and magic by Thomas Gleixner · 5 years ago
  13. 47801c9 kbuild: revive single target %.ko by Masahiro Yamada · 5 years ago
  14. a721588 kbuild: modpost: do not parse unnecessary rules for vmlinux modpost by Masahiro Yamada · 5 years ago
  15. acf2a13 kbuild: modpost: remove unnecessary dependency for __modpost by Masahiro Yamada · 5 years ago
  16. cb48199 kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules by Masahiro Yamada · 5 years ago
  17. 944cfe9 kbuild: modpost: include .*.cmd files only when targets exist by Masahiro Yamada · 5 years ago
  18. b7dca6d kbuild: create *.mod with full directory path and remove MODVERDIR by Masahiro Yamada · 5 years ago
  19. ff9b45c kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.mod by Masahiro Yamada · 5 years ago
  20. 83da1be modpost: make KBUILD_MODPOST_WARN also configurable for external modules by Wiebe, Wladislav (Nokia - DE/Ulm) · 6 years ago
  21. 46c7dd5 modpost: always show verbose warning for section mismatch by Masahiro Yamada · 6 years ago
  22. afa974b kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^) by Masahiro Yamada · 6 years ago
  23. d503ac5 kbuild: rename LDFLAGS to KBUILD_LDFLAGS by Masahiro Yamada · 6 years ago
  24. 6916162 kbuild: remove duplicated comments about PHONY by Masahiro Yamada · 7 years ago
  25. 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
  26. 2982c95 kbuild: remove redundant $(wildcard ...) for cmd_files calculation by Masahiro Yamada · 7 years ago
  27. 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
  28. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  29. 9904041 kbuild: drop unused symverfile in Makefile.modpost by Cao jin · 7 years ago
  30. fbe6e37 kbuild: add arch specific post-link Makefile by Nicholas Piggin · 8 years ago
  31. 47490ec modpost: Add flag -E for making section mismatches fatal by Nicolas Boichat · 9 years ago
  32. eed380f modpost: Optionally ignore secondary errors seen if a single module build fails by Guenter Roeck · 11 years ago
  33. ea4054a modpost: handle huge numbers of modules. by Rusty Russell · 12 years ago
  34. 6543bec mod/file2alias: make modalias generation safe for cross compiling by Andreas Schwab · 12 years ago
  35. e2a666d kbuild: sign the modules at install time by Rusty Russell · 12 years ago
  36. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  37. 80d65e5 MODSIGN: Sign modules during the build process by David Howells · 12 years ago
  38. ef591a5 scripts/Makefile.modpost: error in finding modules from .mod files. by 이건호 · 12 years ago
  39. 2e48352 Merge commit 'v3.0-rc1' into kbuild/kbuild by Michal Marek · 14 years ago
  40. 163d3fe kbuild: Fix reference to vermagic.h by Geert Uytterhoeven · 14 years ago
  41. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  42. 4696e29 trivial: fix a typo in a filename by Uwe Kleine-König · 14 years ago
  43. 6588169 kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line by Sam Ravnborg · 14 years ago
  44. fc53776 tracing: Remove markers by Christoph Hellwig · 15 years ago
  45. 92f83cc kbuild: fix KBUILD_EXTRA_SYMBOLS by Peter Volkov · 16 years ago
  46. d35cb36 markers: fix duplicate modpost entry by Mathieu Desnoyers · 16 years ago
  47. 96d97f2 kbuild: fix $(src) assignmnet with external modules by Sam Ravnborg · 17 years ago
  48. f509391 kbuild: scripts/Makefile.modpost typo fix by Adrian Bunk · 17 years ago
  49. 0d96fb2 kbuild: Add new Kbuild variable KBUILD_EXTRA_SYMBOLS by Richard Hacker · 17 years ago
  50. 4ce6efe kbuild: soften modpost checks when doing cross builds by Sam Ravnborg · 17 years ago
  51. b2e3e65 Linux Kernel Markers: create modpost file by Mathieu Desnoyers · 17 years ago
  52. 588ccd7 kbuild: add verbose option to Section mismatch reporting in modpost by Sam Ravnborg · 17 years ago
  53. 114f515 kbuild: use LDFLAGS_MODULE only for .ko links by Roland McGrath · 17 years ago
  54. 8d8d828 kbuild: do not do section mismatch checks on vmlinux in 2nd pass by Sam Ravnborg · 17 years ago
  55. 741f98f kbuild: do section mismatch check on full vmlinux by Sam Ravnborg · 17 years ago
  56. 85bd2fd kbuild: fix section mismatch check for vmlinux by Sam Ravnborg · 18 years ago
  57. 3f3fd3c [PATCH] kbuild: allow multi-word $M in Makefile.modpost by Greg Banks · 18 years ago
  58. ea837f1 kbuild: make modpost processing configurable by Sam Ravnborg · 18 years ago
  59. c53ddac kbuild: fail kernel compilation in case of unresolved module symbols by Kirill Korotaev · 18 years ago
  60. 12715d2 kbuild: modpost on vmlinux regardless of CONFIG_MODULES by Sam Ravnborg · 18 years ago
  61. 0463f3c kbuild: fix typo in modpost by Dave Jones · 18 years ago
  62. 5e8d780 kbuild: fix ia64 breakage after introducing make -rR by Sam Ravnborg · 19 years ago
  63. d38b6968 Revert "kbuild: fix make -rR breakage" by Linus Torvalds · 19 years ago
  64. e5c44fd kbuild: fix make -rR breakage by Sam Ravnborg · 19 years ago
  65. c955cca kconfig: fix .config dependencies by Roman Zippel · 19 years ago
  66. 2e1ca21 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  67. c30fe7f fix typos "wich" -> "which" by Uwe Zeisberger · 19 years ago
  68. 4f19336 kbuild: change kbuild to not rely on incorrect GNU make behavior by Paul Smith · 19 years ago
  69. 040fcc8 kbuild: improved modversioning support for external modules by Sam Ravnborg · 19 years ago
  70. 943ffb5 spelling: s/retreive/retrieve/ by Adrian Bunk · 19 years ago
  71. 8ec4b4f kbuild: introduce Kbuild.include by Sam Ravnborg · 19 years ago
  72. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago