1. 5a438af modpost: add mod->is_vmlinux struct member by Masahiro Yamada · 4 years, 7 months ago
  2. 1be5fa6 modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}() by Masahiro Yamada · 4 years, 7 months ago
  3. 3379576 modpost: remove mod->is_dot_o struct member by Masahiro Yamada · 4 years, 7 months ago
  4. 467b82d modpost: remove -s option by Masahiro Yamada · 4 years, 7 months ago
  5. 7589357 modpost: remove get_next_text() and make {grab,release_}file static by Masahiro Yamada · 4 years, 7 months ago
  6. 70f30cf modpost: use read_text_file() and get_line() for reading text files by Masahiro Yamada · 4 years, 7 months ago
  7. ac5100f modpost: add read_text_file() and get_line() helpers by Masahiro Yamada · 4 years, 7 months ago
  8. 4ddea2f modpost: do not call get_modinfo() for vmlinux(.o) by Masahiro Yamada · 4 years, 7 months ago
  9. f693153 modpost: drop RCS/CVS $Revision handling in MODULE_VERSION() by Masahiro Yamada · 4 years, 7 months ago
  10. 7e8a323 modpost: show warning if vmlinux is not found when processing modules by Masahiro Yamada · 4 years, 7 months ago
  11. 436b2ac modpost: invoke modpost only when input files are updated by Masahiro Yamada · 4 years, 7 months ago
  12. e3fb4df modpost: re-add -e to set external_module flag by Masahiro Yamada · 4 years, 7 months ago
  13. 7924799 modpost: rename ext_sym_list to dump_list by Masahiro Yamada · 4 years, 7 months ago
  14. ce2ddd6 modpost: allow to pass -i option multiple times to remove -e option by Masahiro Yamada · 4 years, 7 months ago
  15. 52c3416 modpost: track if the symbol origin is a dump file or ELF object by Masahiro Yamada · 4 years, 7 months ago
  16. 2beee86 modpost: load KBUILD_EXTRA_SYMBOLS files in order by Masahiro Yamada · 4 years, 7 months ago
  17. 565587d modpost: refactor sech_name() by Masahiro Yamada · 4 years, 7 months ago
  18. d2e4d05 modpost: fix potential segmentation fault for addend_i386_rel() by Masahiro Yamada · 4 years, 7 months ago
  19. 859c817 modpost,fixdep: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  20. 5b67fbf Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 9 months ago
  21. dbb381b Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  22. f58dd03 scripts: Fix the inclusion order in modpost by Vincenzo Frascino · 4 years, 9 months ago
  23. 4b8a5cf modpost: Get proper section index by get_secindex() instead of st_shndx by Xiao Yang · 4 years, 10 months ago
  24. 5190044 modpost: move the namespace field in Module.symvers last by Jessica Yu · 4 years, 10 months ago
  25. 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
  26. 93c95e5 modpost: rework and consolidate logging interface by Jessica Yu · 4 years, 10 months ago
  27. 5370d4a modpost: assume STT_SPARC_REGISTER is defined by Masahiro Yamada · 5 years ago
  28. 7ef9ab3 modpost: respect the previous export when 'exported twice' is warned by Masahiro Yamada · 5 years ago
  29. e4b26c9 modpost: do not set ->preloaded for symbols from Module.symvers by Masahiro Yamada · 5 years ago
  30. 1743694 modpost: stop symbol preloading for modversion CRC by Masahiro Yamada · 5 years ago
  31. 9bd2a09 modpost: rename handle_modversions() to handle_symbol() by Masahiro Yamada · 5 years ago
  32. e84f9fb modpost: refactor namespace_from_kstrtabns() to not hard-code section name by Masahiro Yamada · 5 years ago
  33. afa0459 modpost: add a helper to get data pointed by a symbol by Masahiro Yamada · 5 years ago
  34. 76b54cf modpost: remove unneeded local variable in contains_namespace() by Masahiro Yamada · 5 years ago
  35. bbc55bd modpost: dump missing namespaces into a single modules.nsdeps file by Masahiro Yamada · 5 years ago
  36. 0241ea8 modpost: free ns_deps_buf.p after writing ns_deps files by Masahiro Yamada · 5 years ago
  37. bff9c62 modpost: do not invoke extra modpost for nsdeps by Masahiro Yamada · 5 years ago
  38. 39808e4 kbuild: do not read $(KBUILD_EXTMOD)/Module.symvers by Masahiro Yamada · 5 years ago
  39. 6992320 symbol namespaces: revert to previous __ksymtab name scheme by Matthias Maennich · 5 years ago
  40. 9ae5bd1 modpost: make updating the symbol namespace explicit by Matthias Maennich · 5 years ago
  41. a2b1118 modpost: delegate updating namespaces to separate function by Matthias Maennich · 5 years ago
  42. c6f6ebd Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  43. 389eb3f modpost: fix broken sym->namespace for external module builds by Masahiro Yamada · 5 years ago
  44. bf70b0503 module: swap the order of symbol.namespace by Masahiro Yamada · 5 years ago
  45. 47346e9 modpost: fix static EXPORT_SYMBOL warnings for UML build by Masahiro Yamada · 5 years ago
  46. 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
  47. a3d0cb0 modpost: use __section in the output to *.mod.c by Masahiro Yamada · 5 years ago
  48. 6df7e1e modpost: use MODULE_INFO() for __module_depends by Masahiro Yamada · 5 years ago
  49. 1d08277 modpost: add support for generating namespace dependencies by Matthias Maennich · 5 years ago
  50. cb9b55d modpost: add support for symbol namespaces by Matthias Maennich · 5 years ago
  51. 6f02bdf modpost: add NOFAIL to strndup by Denis Efremov · 5 years ago
  52. 15bfc23 modpost: check for static EXPORT_SYMBOL* functions by Denis Efremov · 5 years ago
  53. 54a7151 kbuild: modversions: Fix relative CRC byte order interpretation by Fredrik Noring · 6 years ago
  54. 46c7dd5 modpost: always show verbose warning for section mismatch by Masahiro Yamada · 6 years ago
  55. e4f3589 x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE by WANG Chao · 6 years ago
  56. 3b41528 modpost: move unresolved symbol checks to check_exports() by Masahiro Yamada · 6 years ago
  57. c6826ad modpost: merge module iterations by Masahiro Yamada · 6 years ago
  58. d2665ca modpost: refactor seen flag clearing in add_depends() by Masahiro Yamada · 6 years ago
  59. a4d26f1 modpost: skip ELF local symbols during section mismatch check by Paul Walmsley · 6 years ago
  60. 0987abc modpost: drop unused command line switches by Paul Walmsley · 6 years ago
  61. 5818c68 modpost: validate symbol names also in find_elf_symbol by Sami Tolvanen · 6 years ago
  62. 1f3aa90 scripts: modpost: check memory allocation results by Randy Dunlap · 6 years ago
  63. 9afb719 kbuild: Add build salt to the kernel and modules by Laura Abbott · 6 years ago
  64. 8b18574 modpost: constify *modname function argument where possible by Masahiro Yamada · 7 years ago
  65. 074a04f modpost: remove redundant is_vmlinux() test by Masahiro Yamada · 7 years ago
  66. d62c476 modpost: use strstarts() helper more widely by Masahiro Yamada · 7 years ago
  67. bca2cce modpost: pass struct elf_info pointer to get_modinfo() by Masahiro Yamada · 7 years ago
  68. b2c5cdc modpost: remove symbol prefix support by Masahiro Yamada · 7 years ago
  69. 739d875 mn10300: Remove the architecture by David Howells · 7 years ago
  70. 581e400 Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  71. 6304672 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  72. caf7501 module/retpoline: Warn about missing retpoline in module by Andi Kleen · 7 years ago
  73. 0cad61d modpost: Remove trailing semicolon by Luis de Bethencourt · 7 years ago
  74. ba1029c modpost: detect modules without a MODULE_LICENSE by Randy Dunlap · 7 years ago
  75. 4791bcc Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  76. 6124c04 modpost: simplify sec_name() by Masahiro Yamada · 7 years ago
  77. 4fd3e4e modpost: abort if module name is too long by Wanlong Gao · 8 years ago
  78. 3e2e857 module: Add module name to modinfo by Kees Cook · 8 years ago
  79. e390f9a objtool, modules: Discard objtool annotation sections for modules by Josh Poimboeuf · 8 years ago
  80. 5606781 kbuild: modversions: add infrastructure for emitting relative CRCs by Ard Biesheuvel · 8 years ago
  81. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  82. d8c1eb8 kbuild: modpost warn if export version crc is missing by Nicholas Piggin · 8 years ago
  83. c7d47f2 modpost: free allocated memory by Heinrich Schuchardt · 8 years ago
  84. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  85. c153693 powerpc: Simplify module TOC handling by Alan Modra · 9 years ago
  86. d1189c6 scripts: [modpost] add new sections to white list by Noam Camus · 9 years ago
  87. 47490ec modpost: Add flag -E for making section mismatches fatal by Nicolas Boichat · 9 years ago
  88. 5cfb203 modpost: abort if a module symbol is too long by Takashi Iwai · 9 years ago
  89. 673c2c3 modpost: work correctly with tile coldtext sections by Chris Metcalf · 9 years ago
  90. 4a3893d modpost: don't emit section mismatch warnings for compiler optimizations by Paul Gortmaker · 10 years ago
  91. 09c20c0 modpost: expand pattern matching to support substring matches by Paul Gortmaker · 10 years ago
  92. c5c3439 modpost: do not try to match the SHT_NUL section. by Quentin Casasnovas · 10 years ago
  93. e84048a modpost: fix extable entry size calculation. by Quentin Casasnovas · 10 years ago
  94. d3df4de modpost: fix inverted logic in is_extable_fault_address(). by Quentin Casasnovas · 10 years ago
  95. 6c730bf modpost: handle -ffunction-sections by Rusty Russell · 10 years ago
  96. d7e0abc modpost: Whitelist .text.fixup and .exception.text by Thierry Reding · 10 years ago
  97. e5d8f59 modpost: document the use of struct section_check. by Quentin Casasnovas · 10 years ago
  98. 52dc059 modpost: handle relocations mismatch in __ex_table. by Quentin Casasnovas · 10 years ago
  99. c7a65e0 modpost: mismatch_handler: retrieve tosym information only when needed. by Quentin Casasnovas · 10 years ago
  100. 356ad53 modpost: factorize symbol pretty print in get_pretty_name(). by Quentin Casasnovas · 10 years ago