1. 6feb57c Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 2 years, 3 months ago
  2. 19331e8 modpost: Include '.text.*' in TEXT_SECTIONS by Nathan Chancellor · 2 years, 3 months ago
  3. f65a486 kbuild: change module.order to list *.o instead of *.ko by Masahiro Yamada · 2 years, 3 months ago
  4. 3d36f42 LoongArch: Switch to relative exception tables by Youling Tang · 2 years, 3 months ago
  5. 2480432 modpost: Mark uuid_le type to be suitable only for MEI by Andy Shevchenko · 2 years, 4 months ago
  6. 30daacc modpost: fix array_size.cocci warning by KaiLong Wang · 2 years, 4 months ago
  7. 0d2573a modpost: Join broken long printed messages by Geert Uytterhoeven · 2 years, 4 months ago
  8. 5b8a9a8 modpost: fix module versioning when a symbol lacks valid CRC by Masahiro Yamada · 2 years, 7 months ago
  9. 0af5cb3 Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 2 years, 7 months ago
  10. 672fb67 modpost: remove .symbol_white_list field entirely by Masahiro Yamada · 2 years, 7 months ago
  11. 1560cb0e modpost: remove unneeded .symbol_white_list initializers by Masahiro Yamada · 2 years, 7 months ago
  12. 7452dd2 modpost: add PATTERNS() helper macro by Masahiro Yamada · 2 years, 7 months ago
  13. 072dd2c modpost: shorten warning messages in report_sec_mismatch() by Masahiro Yamada · 2 years, 7 months ago
  14. a25efd6 Revert "Kbuild, lto, workaround: Don't warn for initcall_reference in modpost" by Masahiro Yamada · 2 years, 7 months ago
  15. 5419aa2 modpost: use more reliable way to get fromsec in section_rel(a)() by Masahiro Yamada · 2 years, 7 months ago
  16. 125ed24 modpost: add array range check to sec_name() by Masahiro Yamada · 2 years, 7 months ago
  17. 36b0f0d modpost: refactor get_secindex() by Masahiro Yamada · 2 years, 7 months ago
  18. 7193cda modpost: remove unused Elf_Sword macro by Masahiro Yamada · 2 years, 8 months ago
  19. 665fe72 Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 2 years, 7 months ago
  20. abe864b modpost: use sym_get_data() to get module device_table data by Masahiro Yamada · 2 years, 8 months ago
  21. 5764f66 modpost: drop executable ELF support by Masahiro Yamada · 2 years, 8 months ago
  22. 028062e Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture." by Masahiro Yamada · 2 years, 8 months ago
  23. 74829dd module: panic: Taint the kernel when selftest modules load by David Gow · 2 years, 8 months ago
  24. 2843879 modpost: fix section mismatch check for exported init/exit sections by Masahiro Yamada · 2 years, 9 months ago
  25. 71e8072 Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 2 years, 9 months ago
  26. a89227d modpost: use fnmatch() to simplify match() by Masahiro Yamada · 2 years, 10 months ago
  27. 8c9ce89 modpost: simplify mod->name allocation by Masahiro Yamada · 2 years, 10 months ago
  28. 6f9b5ed Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 2 years, 9 months ago
  29. 31cb50b kbuild: check static EXPORT_SYMBOL* by script instead of modpost by Masahiro Yamada · 2 years, 10 months ago
  30. c25e1c5 kbuild: do not create *.prelink.o for Clang LTO or IBT by Masahiro Yamada · 2 years, 10 months ago
  31. 68fef67 modpost: squash if...else-if in find_elf_symbol2() by Masahiro Yamada · 2 years, 10 months ago
  32. c5c468d modpost: reuse ARRAY_SIZE() macro for section_mismatch() by Masahiro Yamada · 2 years, 10 months ago
  33. 7695452 modpost: remove the unused argument of check_sec_ref() by Masahiro Yamada · 2 years, 10 months ago
  34. d6b7326 modpost: fix undefined behavior of is_arm_mapping_symbol() by Masahiro Yamada · 2 years, 10 months ago
  35. b5beffa modpost: fix removing numeric suffixes by Alexander Lobakin · 2 years, 10 months ago
  36. 7b45371 kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS by Masahiro Yamada · 2 years, 10 months ago
  37. f292d87 modpost: extract symbol versions from *.cmd files by Masahiro Yamada · 2 years, 10 months ago
  38. 69c4cc99 modpost: add sym_find_with_module() helper by Masahiro Yamada · 2 years, 10 months ago
  39. 2a66c31 modpost: change the license of EXPORT_SYMBOL to bool type by Masahiro Yamada · 2 years, 10 months ago
  40. ce79c40 modpost: remove left-over cross_compile declaration by Masahiro Yamada · 2 years, 10 months ago
  41. a44abac modpost: move *.mod.c generation to write_mod_c_files() by Masahiro Yamada · 2 years, 10 months ago
  42. 7fedac9 modpost: merge add_{intree_flag,retpoline,staging_flag} to add_header by Masahiro Yamada · 2 years, 10 months ago
  43. f18379a modpost: split new_symbol() to symbol allocation and hash table addition by Masahiro Yamada · 2 years, 10 months ago
  44. e76cc48 modpost: make sym_add_exported() always allocate a new symbol by Masahiro Yamada · 2 years, 10 months ago
  45. b8422711 modpost: make multiple export error by Masahiro Yamada · 2 years, 10 months ago
  46. f841536 modpost: dump Module.symvers in the same order of modules.order by Masahiro Yamada · 2 years, 10 months ago
  47. ab489d6 modpost: traverse the namespace_list in order by Masahiro Yamada · 2 years, 10 months ago
  48. 4484054 modpost: use doubly linked list for dump_lists by Masahiro Yamada · 2 years, 10 months ago
  49. 8a69152 modpost: traverse unresolved symbols in order by Masahiro Yamada · 2 years, 10 months ago
  50. e882e89 modpost: add sym_add_unresolved() helper by Masahiro Yamada · 2 years, 10 months ago
  51. 325eba05 modpost: traverse modules in order by Masahiro Yamada · 2 years, 10 months ago
  52. 97aa4ae modpost: import include/linux/list.h by Masahiro Yamada · 2 years, 10 months ago
  53. 5066743 modpost: change mod->gpl_compatible to bool type by Masahiro Yamada · 2 years, 10 months ago
  54. 58e01fc modpost: use bool type where appropriate by Masahiro Yamada · 2 years, 10 months ago
  55. 70ddb48 modpost: move struct namespace_list to modpost.c by Masahiro Yamada · 2 years, 11 months ago
  56. 4cae77a modpost: retrieve the module dependency and CRCs in check_exports() by Masahiro Yamada · 2 years, 11 months ago
  57. 23beb44 modpost: add a separate error for exported symbols without definition by Masahiro Yamada · 2 years, 11 months ago
  58. 594ade3 modpost: remove stale comment about sym_add_exported() by Masahiro Yamada · 2 years, 11 months ago
  59. c155a47 modpost: do not write out any file when error occurred by Masahiro Yamada · 2 years, 11 months ago
  60. 15a28c7 modpost: use snprintf() instead of sprintf() for safety by Masahiro Yamada · 2 years, 11 months ago
  61. 22f26f2 kbuild: get rid of duplication in *.mod files by Masahiro Yamada · 3 years ago
  62. 9413e76 kbuild: split the second line of *.mod into *.usyms by Masahiro Yamada · 3 years ago
  63. 79f646e modpost: remove annoying namespace_from_kstrtabns() by Masahiro Yamada · 3 years ago
  64. b5f1a52 modpost: remove redundant initializes for static variables by Masahiro Yamada · 3 years ago
  65. 535b3e0 modpost: move export_from_secname() call to more relevant place by Masahiro Yamada · 3 years ago
  66. 7ce3e41 modpost: remove useless export_from_sec() by Masahiro Yamada · 3 years ago
  67. c268c0a bus: mhi: ep: Add uevent support for module autoloading by Manivannan Sadhasivam · 3 years ago
  68. bf5c0c2 modpost: restore the warning message for missing symbol versions by Masahiro Yamada · 3 years ago
  69. 7001052 Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  70. 50560ce Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years ago
  71. d31ed5d kbuild: Fixup the IBT kbuild changes by Peter Zijlstra · 3 years ago
  72. 4d94f91 Kbuild: use -Wdeclaration-after-statement by Mark Rutland · 3 years ago
  73. 1d2ad08 s390/nospec: add an option to use thunk-extern by Vasily Gorbik · 3 years ago
  74. f1b744f Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 2 months ago
  75. bb1f85d riscv: switch to relative exception tables by Jisheng Zhang · 3 years, 4 months ago
  76. fa443bc HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE() by Thomas Weißschuh · 3 years, 4 months ago
  77. b250e6d1 Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 6 months ago
  78. 7cca308 Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 6 months ago
  79. e54dd93 modpost: get the *.mod file path more simply by Masahiro Yamada · 3 years, 7 months ago
  80. cc6711b PCI / VFIO: Add 'override_only' support for VFIO PCI sub system by Max Gurtovoy · 3 years, 7 months ago
  81. 1e688dd2 powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto by Christophe Leroy · 4 years ago
  82. 4a67959 kbuild: modpost: Explicitly warn about unprototyped symbols by Mark Brown · 3 years, 9 months ago
  83. 9009b45 .gitignore: prefix local generated files with a slash by Masahiro Yamada · 3 years, 11 months ago
  84. 1fdd743 kbuild: add an elfnote for whether vmlinux is built with lto by Yonghong Song · 4 years ago
  85. f394583 scripts: modpost.c: Fix a few typos by Bhaskar Chowdhury · 4 years ago
  86. 4475dff kbuild: fix false-positive modpost warning when all symbols are trimmed by Masahiro Yamada · 4 years ago
  87. 69bc8d3 kbuild: generate Module.symvers only when vmlinux exists by Masahiro Yamada · 4 years ago
  88. e229b42 Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 1 month ago
  89. 21a6ab2 Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years, 1 month ago
  90. 79db4d2 Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 1 month ago
  91. 3679482 module: remove EXPORT_UNUSED_SYMBOL* by Christoph Hellwig · 4 years, 1 month ago
  92. f1c3d73 module: remove EXPORT_SYMBOL_GPL_FUTURE by Christoph Hellwig · 4 years, 1 month ago
  93. d23dddf scripts/mod: disable LTO for empty.c by Sami Tolvanen · 4 years, 3 months ago
  94. 7ac204b5 modpost: lto: strip .lto from module names by Sami Tolvanen · 4 years, 3 months ago
  95. 4a224ac fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE() by Xu Yilun · 4 years, 2 months ago
  96. eb0e90a platform/surface: aggregator: Add dedicated bus and device type by Maximilian Luz · 4 years, 3 months ago
  97. 7b95f05 Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 3 months ago
  98. b9ed847 modpost: turn static exports into error by Quentin Perret · 4 years, 3 months ago
  99. c7299d9 modpost: turn section mismatches to error from fatal() by Masahiro Yamada · 4 years, 3 months ago
  100. d6d692f modpost: change license incompatibility to error() from fatal() by Masahiro Yamada · 4 years, 3 months ago