1. e84f9fb modpost: refactor namespace_from_kstrtabns() to not hard-code section name by Masahiro Yamada · 5 years ago
  2. afa0459 modpost: add a helper to get data pointed by a symbol by Masahiro Yamada · 5 years ago
  3. 76b54cf modpost: remove unneeded local variable in contains_namespace() by Masahiro Yamada · 5 years ago
  4. bbc55bd modpost: dump missing namespaces into a single modules.nsdeps file by Masahiro Yamada · 5 years ago
  5. 0241ea8 modpost: free ns_deps_buf.p after writing ns_deps files by Masahiro Yamada · 5 years ago
  6. bff9c62 modpost: do not invoke extra modpost for nsdeps by Masahiro Yamada · 5 years ago
  7. 39808e4 kbuild: do not read $(KBUILD_EXTMOD)/Module.symvers by Masahiro Yamada · 5 years ago
  8. 6992320 symbol namespaces: revert to previous __ksymtab name scheme by Matthias Maennich · 5 years ago
  9. 9ae5bd1 modpost: make updating the symbol namespace explicit by Matthias Maennich · 5 years ago
  10. a2b1118 modpost: delegate updating namespaces to separate function by Matthias Maennich · 5 years ago
  11. 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
  12. 389eb3f modpost: fix broken sym->namespace for external module builds by Masahiro Yamada · 5 years ago
  13. bf70b0503 module: swap the order of symbol.namespace by Masahiro Yamada · 5 years ago
  14. 47346e9 modpost: fix static EXPORT_SYMBOL warnings for UML build by Masahiro Yamada · 5 years ago
  15. 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
  16. a3d0cb0 modpost: use __section in the output to *.mod.c by Masahiro Yamada · 5 years ago
  17. 6df7e1e modpost: use MODULE_INFO() for __module_depends by Masahiro Yamada · 5 years ago
  18. 1d08277 modpost: add support for generating namespace dependencies by Matthias Maennich · 5 years ago
  19. cb9b55d modpost: add support for symbol namespaces by Matthias Maennich · 5 years ago
  20. 6f02bdf modpost: add NOFAIL to strndup by Denis Efremov · 5 years ago
  21. 15bfc23 modpost: check for static EXPORT_SYMBOL* functions by Denis Efremov · 5 years ago
  22. 54a7151 kbuild: modversions: Fix relative CRC byte order interpretation by Fredrik Noring · 6 years ago
  23. 46c7dd5 modpost: always show verbose warning for section mismatch by Masahiro Yamada · 6 years ago
  24. e4f3589 x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE by WANG Chao · 6 years ago
  25. 3b41528 modpost: move unresolved symbol checks to check_exports() by Masahiro Yamada · 6 years ago
  26. c6826ad modpost: merge module iterations by Masahiro Yamada · 6 years ago
  27. d2665ca modpost: refactor seen flag clearing in add_depends() by Masahiro Yamada · 6 years ago
  28. a4d26f1 modpost: skip ELF local symbols during section mismatch check by Paul Walmsley · 6 years ago
  29. 0987abc modpost: drop unused command line switches by Paul Walmsley · 6 years ago
  30. 5818c68 modpost: validate symbol names also in find_elf_symbol by Sami Tolvanen · 6 years ago
  31. 1f3aa90 scripts: modpost: check memory allocation results by Randy Dunlap · 6 years ago
  32. 9afb719 kbuild: Add build salt to the kernel and modules by Laura Abbott · 7 years ago
  33. 8b18574 modpost: constify *modname function argument where possible by Masahiro Yamada · 7 years ago
  34. 074a04f modpost: remove redundant is_vmlinux() test by Masahiro Yamada · 7 years ago
  35. d62c476 modpost: use strstarts() helper more widely by Masahiro Yamada · 7 years ago
  36. bca2cce modpost: pass struct elf_info pointer to get_modinfo() by Masahiro Yamada · 7 years ago
  37. b2c5cdc modpost: remove symbol prefix support by Masahiro Yamada · 7 years ago
  38. 739d875 mn10300: Remove the architecture by David Howells · 7 years ago
  39. 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
  40. 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
  41. caf7501 module/retpoline: Warn about missing retpoline in module by Andi Kleen · 7 years ago
  42. 0cad61d modpost: Remove trailing semicolon by Luis de Bethencourt · 7 years ago
  43. ba1029c modpost: detect modules without a MODULE_LICENSE by Randy Dunlap · 7 years ago
  44. 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
  45. 6124c04 modpost: simplify sec_name() by Masahiro Yamada · 7 years ago
  46. 4fd3e4e modpost: abort if module name is too long by Wanlong Gao · 8 years ago
  47. 3e2e857 module: Add module name to modinfo by Kees Cook · 8 years ago
  48. e390f9a objtool, modules: Discard objtool annotation sections for modules by Josh Poimboeuf · 8 years ago
  49. 5606781 kbuild: modversions: add infrastructure for emitting relative CRCs by Ard Biesheuvel · 8 years ago
  50. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  51. d8c1eb8 kbuild: modpost warn if export version crc is missing by Nicholas Piggin · 8 years ago
  52. c7d47f2 modpost: free allocated memory by Heinrich Schuchardt · 8 years ago
  53. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  54. c153693 powerpc: Simplify module TOC handling by Alan Modra · 9 years ago
  55. d1189c6 scripts: [modpost] add new sections to white list by Noam Camus · 9 years ago
  56. 47490ec modpost: Add flag -E for making section mismatches fatal by Nicolas Boichat · 9 years ago
  57. 5cfb203 modpost: abort if a module symbol is too long by Takashi Iwai · 9 years ago
  58. 673c2c3 modpost: work correctly with tile coldtext sections by Chris Metcalf · 10 years ago
  59. 4a3893d modpost: don't emit section mismatch warnings for compiler optimizations by Paul Gortmaker · 10 years ago
  60. 09c20c0 modpost: expand pattern matching to support substring matches by Paul Gortmaker · 10 years ago
  61. c5c3439 modpost: do not try to match the SHT_NUL section. by Quentin Casasnovas · 10 years ago
  62. e84048a modpost: fix extable entry size calculation. by Quentin Casasnovas · 10 years ago
  63. d3df4de modpost: fix inverted logic in is_extable_fault_address(). by Quentin Casasnovas · 10 years ago
  64. 6c730bf modpost: handle -ffunction-sections by Rusty Russell · 10 years ago
  65. d7e0abc modpost: Whitelist .text.fixup and .exception.text by Thierry Reding · 10 years ago
  66. e5d8f59 modpost: document the use of struct section_check. by Quentin Casasnovas · 10 years ago
  67. 52dc059 modpost: handle relocations mismatch in __ex_table. by Quentin Casasnovas · 10 years ago
  68. c7a65e0 modpost: mismatch_handler: retrieve tosym information only when needed. by Quentin Casasnovas · 10 years ago
  69. 356ad53 modpost: factorize symbol pretty print in get_pretty_name(). by Quentin Casasnovas · 10 years ago
  70. 644e8f1 modpost: add handler function pointer to sectioncheck. by Quentin Casasnovas · 10 years ago
  71. 157d197 modpost: add .sched.text and .kprobes.text to the TEXT_SECTIONS list. by Quentin Casasnovas · 10 years ago
  72. 050e57f modpost: add strict white-listing when referencing sections. by Quentin Casasnovas · 10 years ago
  73. 6325e94 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  74. 6c34f1f aarch64: filter $x from kallsyms by Kyle McMartin · 10 years ago
  75. d93e171 modpost: simplify file name generation of *.mod.c files by Mathias Krause · 10 years ago
  76. 7a3ee75 modpost: reduce visibility of symbols and constify r/o arrays by Mathias Krause · 10 years ago
  77. a0d8f80 scripts: modpost: Remove numeric suffix pattern matching by Rasmus Villemoes · 10 years ago
  78. fcd38ed scripts: modpost: fix compilation warning by Michal Nazarewicz · 10 years ago
  79. c1fdb2d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  80. 4251c2a6 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  81. bb66fc6 kbuild: trivial - use tabs for code indent where possible by Masahiro Yamada · 11 years ago
  82. baec30e modpost: Fix comment typo "Modules.symvers" by Paul Bolle · 11 years ago
  83. 2ee41e6 modpost: Fix resource leak in read_dump() by Christian Engelmayer · 11 years ago
  84. 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  85. c9698e5 ARM: 7964/1: Detect section mismatches in thumb relocations by David A. Long · 11 years ago
  86. ef178f9 Kbuild, lto: Handle basic LTO in modpost by Andi Kleen · 11 years ago
  87. 7d02b49 Kbuild, lto: Drop .number postfixes in modpost by Andi Kleen · 11 years ago
  88. 77ab21a Kbuild, lto, workaround: Don't warn for initcall_reference in modpost by Andi Kleen · 11 years ago
  89. 8fe9c93 powerpc: Add vr save/restore functions by Andreas Schwab · 11 years ago
  90. ce6513f Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  91. b506465 scripts/mod/modpost.c: handle non ABS crc symbols by Andi Kleen · 11 years ago
  92. b6568b1 modpost: fix bogus 'exported twice' warnings. by Rusty Russell · 11 years ago
  93. e0f244c asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visible by Andi Kleen · 11 years ago
  94. eed380f modpost: Optionally ignore secondary errors seen if a single module build fails by Guenter Roeck · 11 years ago
  95. 4d10c22 scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture. by Chen Gang · 11 years ago
  96. 8dce5f3 Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  97. e24f662 modpost: remove all traces of cpuinit/cpuexit sections by Paul Gortmaker · 12 years ago
  98. 06df44e modpost.c: Add .text.unlikely to TEXT_SECTIONS by Tom Rini · 12 years ago
  99. a53a11f3 modpost: fix unwanted VMLINUX_SYMBOL_STR expansion by James Hogan · 12 years ago
  100. 712f9b4 modpost: add -T option to read module names from file/stdin. by Rusty Russell · 12 years ago