1. 1102f9f modpost: do not make find_tosym() return NULL by Masahiro Yamada · 11 months ago
  2. 1d35aae Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 12 months ago
  3. 23dfd91 modpost: fix null pointer dereference by Max Kellermann · 1 year, 1 month ago
  4. aa7d651 Merge tag 'tag-chrome-platform-firmware-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 12 months ago
  5. 685d982 Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 months ago
  6. f1cebae firmware: coreboot: Generate aliases for coreboot modules by Nícolas F. R. A. Prado · 1 year, 1 month ago
  7. 5d9a16b modpost: trim leading spaces when processing source files list by Radek Krejci · 1 year, 1 month ago
  8. 4589f19 Merge branch 'x86/bugs' into x86/core, to pick up pending changes before dependent patches by Ingo Molnar · 1 year, 1 month ago
  9. cda5f94 modpost: avoid using the alias attribute by Masahiro Yamada · 1 year, 1 month ago
  10. 3975865 modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS by Nathan Chancellor · 1 year, 1 month ago
  11. 24fdd51 Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson by Linus Torvalds · 1 year, 1 month ago
  12. 2772ae4 modpost: Ignore relaxation and alignment marker relocs on LoongArch by WANG Xuerui · 1 year, 2 months ago
  13. aefb2f2 x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE by Breno Leitao · 1 year, 3 months ago
  14. c9f2b8d modpost: remove unreachable code after fatal() by Masahiro Yamada · 1 year, 3 months ago
  15. 5cac96f modpost: remove unneeded initializer in section_rel() by Masahiro Yamada · 1 year, 3 months ago
  16. 16a473f modpost: inform compilers that fatal() never returns by Masahiro Yamada · 1 year, 3 months ago
  17. cc87b7c0 modpost: move __attribute__((format(printf, 2, 3))) to modpost.h by Masahiro Yamada · 1 year, 3 months ago
  18. 1c4a758 modpost: fix section mismatch message for RELA by Masahiro Yamada · 1 year, 4 months ago
  19. 5c5e048 Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 1 year, 4 months ago
  20. 4c7a0c9 Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 1 year, 4 months ago
  21. d99b91a Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 1 year, 4 months ago
  22. 04311b9 module: Make is_valid_name() return bool by Tiezhu Yang · 1 year, 9 months ago
  23. 34fcf23 modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONS by Masahiro Yamada · 1 year, 4 months ago
  24. b3d4f44 modpost: merge sectioncheck table entries regarding init/exit sections by Masahiro Yamada · 1 year, 4 months ago
  25. e578e4e modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONS by Masahiro Yamada · 1 year, 4 months ago
  26. a3df152 modpost: disallow the combination of EXPORT_SYMBOL and __meminit* by Masahiro Yamada · 1 year, 4 months ago
  27. 48cd8df modpost: remove EXIT_SECTIONS macro by Masahiro Yamada · 1 year, 4 months ago
  28. 473a45b modpost: remove MEM_INIT_SECTIONS macro by Masahiro Yamada · 1 year, 4 months ago
  29. e1dc1bf modpost: remove more symbol patterns from the section check whitelist by Masahiro Yamada · 1 year, 4 months ago
  30. 50cccec modpost: disallow *driver to reference .meminit* sections by Masahiro Yamada · 1 year, 4 months ago
  31. 6a4e59e linux/init: remove __memexit* annotations by Masahiro Yamada · 1 year, 4 months ago
  32. 3ada34b modpost: remove ALL_EXIT_DATA_SECTIONS macro by Masahiro Yamada · 1 year, 4 months ago
  33. fa10f41 cdx: add sysfs for subsystem, class and revision by Abhijit Gangurde · 1 year, 5 months ago
  34. 1fa0587 staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLE by Umang Jain · 1 year, 5 months ago
  35. 77f9f57 modpost: factor out the common boilerplate of section_rel(a) by Masahiro Yamada · 1 year, 5 months ago
  36. 29ae5c0 modpost: refactor check_sec_ref() by Masahiro Yamada · 1 year, 5 months ago
  37. bd78c9d modpost: define TO_NATIVE() using bswap_* functions by Masahiro Yamada · 1 year, 5 months ago
  38. ac96a15a modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host by Masahiro Yamada · 1 year, 5 months ago
  39. 7f54e00 modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host by Masahiro Yamada · 1 year, 5 months ago
  40. 4074532 modpost: Optimize symbol search from linear to binary search by Jack Brennen · 1 year, 5 months ago
  41. f177cd0 modpost: Don't let "driver"s reference .exit.* by Uwe Kleine-König · 1 year, 5 months ago
  42. cbc3d00 modpost: add missing else to the "of" check by Mauricio Faria de Oliveira · 1 year, 5 months ago
  43. 847165d Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 1 year, 6 months ago
  44. 08700ec linux/export: fix reference to exported functions for parisc64 by Masahiro Yamada · 1 year, 6 months ago
  45. 1ef061a modpost: Skip .llvm.call-graph-profile section check by Denis Nikitin · 1 year, 6 months ago
  46. 77f39e9 modpost: remove ElF_Rela variables from for-loop in section_rel(a) by Masahiro Yamada · 1 year, 7 months ago
  47. 4732acb modpost: clean up MIPS64 little endian relocation code by Masahiro Yamada · 1 year, 7 months ago
  48. 71d965c modpost: pass r_type to addend_*_rel() by Masahiro Yamada · 1 year, 7 months ago
  49. a68914a modpost: change return type of addend_*_rel() by Masahiro Yamada · 1 year, 7 months ago
  50. 481461f linux/export.h: make <linux/export.h> independent of CONFIG_MODULES by Masahiro Yamada · 1 year, 8 months ago
  51. ad28859 Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 1 year, 8 months ago
  52. b25f62c Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 1 year, 8 months ago
  53. f5983da modpost: define more R_ARM_* for old distributions by Masahiro Yamada · 1 year, 8 months ago
  54. 8e86ebe modpost: continue even with unknown relocation type by Masahiro Yamada · 1 year, 9 months ago
  55. 8aa00e2 modpost: factor out Elf_Sym pointer calculation to section_rel() by Masahiro Yamada · 1 year, 9 months ago
  56. b31db65 modpost: factor out inst location calculation to section_rel() by Masahiro Yamada · 1 year, 9 months ago
  57. 1fffe7a script: modpost: emit a warning when the description is missing by Vincenzo Palazzo · 1 year, 9 months ago
  58. f234627 modpost: show offset from symbol for section mismatch warnings by Masahiro Yamada · 1 year, 9 months ago
  59. 78dac1a modpost: merge two similar section mismatch warnings by Masahiro Yamada · 1 year, 9 months ago
  60. 5e9e95cc9 kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion by Masahiro Yamada · 1 year, 9 months ago
  61. 700c48b modpost: use null string instead of NULL pointer for default namespace by Masahiro Yamada · 1 year, 9 months ago
  62. 6e7611c modpost: squash sym_update_namespace() into sym_add_exported() by Masahiro Yamada · 1 year, 9 months ago
  63. 6d62b1c modpost: check static EXPORT_SYMBOL* by modpost again by Masahiro Yamada · 1 year, 9 months ago
  64. ddb5cdb kbuild: generate KSYMTAB entries by modpost by Masahiro Yamada · 1 year, 9 months ago
  65. 234489a vfio/cdx: add support for CDX bus by Nipun Gupta · 1 year, 9 months ago
  66. b9f174c x86/unwind/orc: Add ELF section with ORC version identifier by Omar Sandoval · 1 year, 9 months ago
  67. 94d6cb6 modpost: pass struct module pointer to check_section_mismatch() by Masahiro Yamada · 1 year, 9 months ago
  68. 3a3f1e5 modpost: fix off by one in is_executable_section() by Dan Carpenter · 1 year, 9 months ago
  69. 20ff368 modpost: propagate W=1 build option to modpost by Masahiro Yamada · 1 year, 9 months ago
  70. 2cb7494 modpost: detect section mismatch for R_ARM_REL32 by Masahiro Yamada · 1 year, 9 months ago
  71. 3310bae modpost: fix section_mismatch message for R_ARM_THM_{CALL,JUMP24,JUMP19} by Masahiro Yamada · 1 year, 9 months ago
  72. cd1824f modpost: detect section mismatch for R_ARM_THM_{MOVW_ABS_NC,MOVT_ABS} by Masahiro Yamada · 1 year, 9 months ago
  73. b1a9651 modpost: refactor find_fromsym() and find_tosym() by Masahiro Yamada · 1 year, 9 months ago
  74. 12ca2c6 modpost: detect section mismatch for R_ARM_{MOVW_ABS_NC,MOVT_ABS} by Masahiro Yamada · 1 year, 9 months ago
  75. 56a24b8 modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24} by Masahiro Yamada · 1 year, 9 months ago
  76. b7c63520f modpost: fix section mismatch message for R_ARM_ABS32 by Masahiro Yamada · 1 year, 9 months ago
  77. 1df380f modpost: remove *_sections[] arrays by Masahiro Yamada · 1 year, 10 months ago
  78. abc2397 modpost: merge bad_tosec=ALL_EXIT_SECTIONS entries in sectioncheck table by Masahiro Yamada · 1 year, 10 months ago
  79. d4323e8 modpost: merge fromsec=DATA_SECTIONS entries in sectioncheck table by Masahiro Yamada · 1 year, 10 months ago
  80. a9bb3e5 modpost: remove is_shndx_special() check from section_rel(a) by Masahiro Yamada · 1 year, 10 months ago
  81. 04ed3b4 modpost: replace r->r_offset, r->r_addend with faddr, taddr by Masahiro Yamada · 1 year, 10 months ago
  82. a23e758 modpost: unify 'sym' and 'to' in default_mismatch_handler() by Masahiro Yamada · 1 year, 10 months ago
  83. 05bb070 modpost: remove unused argument from secref_whitelist() by Masahiro Yamada · 1 year, 10 months ago
  84. 17b53f1 Revert "modpost: skip ELF local symbols during section mismatch check" by Masahiro Yamada · 1 year, 10 months ago
  85. ac26334 modpost: rename find_elf_symbol() and find_elf_symbol2() by Masahiro Yamada · 1 year, 10 months ago
  86. 9990ca3 modpost: pass section index to find_elf_symbol2() by Masahiro Yamada · 1 year, 10 months ago
  87. dbf7cc2 modpost: pass 'tosec' down to default_mismatch_handler() by Masahiro Yamada · 1 year, 10 months ago
  88. 856567d modpost: squash extable_mismatch_handler() into default_mismatch_handler() by Masahiro Yamada · 1 year, 10 months ago
  89. f4c3548 modpost: clean up is_executable_section() by Masahiro Yamada · 1 year, 10 months ago
  90. fc5fa862 modpost: squash report_sec_mismatch() into default_mismatch_handler() by Masahiro Yamada · 1 year, 10 months ago
  91. faee9de modpost: squash report_extable_warnings() into extable_mismatch_handler() by Masahiro Yamada · 1 year, 10 months ago
  92. 6691e6f5 modpost: remove get_prettyname() by Masahiro Yamada · 1 year, 10 months ago
  93. 6c90d36 modpost: remove fromsym info in __ex_table section mismatch warning by Masahiro Yamada · 1 year, 10 months ago
  94. d0acc76 modpost: remove broken calculation of exception_table_entry size by Masahiro Yamada · 1 year, 10 months ago
  95. 64f1404 modpost: error out if addend_*_rel() is not implemented for REL arch by Masahiro Yamada · 1 year, 10 months ago
  96. b6a7828 Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 10 months ago
  97. 0a3bf86 module: Ignore L0 and rename is_arm_mapping_symbol() by Tiezhu Yang · 1 year, 11 months ago
  98. 987d2e0 module: Move is_arm_mapping_symbol() to module_symbol.h by Tiezhu Yang · 1 year, 11 months ago
  99. 87e5b1e module: Sync code of is_arm_mapping_symbol() by Tiezhu Yang · 1 year, 11 months ago
  100. 5790d40 Merge 6.3-rc6 into char-misc-next by Greg Kroah-Hartman · 1 year, 11 months ago