| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-24 | modpost: Create modalias for builtin modules | Alexey Gladkov | 1 | -0/+2 |
| 2025-03-15 | modpost: introduce get_basename() helper | Masahiro Yamada | 1 | -0/+1 |
| 2025-02-06 | kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS | Masahiro Yamada | 1 | -0/+6 |
| 2024-12-28 | modpost: work around unaligned data access error | Masahiro Yamada | 1 | -0/+14 |
| 2024-12-21 | modpost: distinguish same module paths from different dump files | Masahiro Yamada | 1 | -1/+2 |
| 2024-11-28 | modpost: move strstarts() to modpost.h | Masahiro Yamada | 1 | -0/+2 |
| 2024-11-28 | modpost: introduce module_alias_printf() helper | Masahiro Yamada | 1 | -2/+17 |
| 2024-09-01 | modpost: simplify modpost_log() | Masahiro Yamada | 1 | -8/+3 |
| 2024-09-01 | modpost: replace the use of NOFAIL() with xmalloc() etc. | Masahiro Yamada | 1 | -4/+0 |
| 2024-09-01 | modpost: detect endianness on run-time | Masahiro Yamada | 1 | -9/+4 |
| 2024-07-21 | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 1 | -1/+1 |
| 2024-01-31 | modpost: avoid using the alias attribute | Masahiro Yamada | 1 | -5/+1 |
| 2023-12-10 | modpost: inform compilers that fatal() never returns | Masahiro Yamada | 1 | -1/+4 |
| 2023-12-10 | modpost: move __attribute__((format(printf, 2, 3))) to modpost.h | Masahiro Yamada | 1 | -1/+2 |
| 2023-11-04 | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -13/+37 |
| 2023-10-18 | modpost: define TO_NATIVE() using bswap_* functions | Masahiro Yamada | 1 | -13/+12 |
| 2023-10-03 | modpost: Optimize symbol search from linear to binary search | Jack Brennen | 1 | -0/+25 |
| 2023-07-31 | modpost: clean up MIPS64 little endian relocation code | Masahiro Yamada | 1 | -22/+0 |
| 2023-06-22 | kbuild: generate KSYMTAB entries by modpost | Masahiro Yamada | 1 | -0/+1 |
| 2023-05-28 | modpost: remove is_shndx_special() check from section_rel(a) | Masahiro Yamada | 1 | -5/+0 |
| 2022-08-03 | modpost: refactor get_secindex() | Masahiro Yamada | 1 | -12/+18 |
| 2022-08-03 | modpost: remove unused Elf_Sword macro | Masahiro Yamada | 1 | -2/+0 |
| 2022-07-27 | modpost: use sym_get_data() to get module device_table data | Masahiro Yamada | 1 | -0/+1 |
| 2022-05-27 | modpost: reuse ARRAY_SIZE() macro for section_mismatch() | Masahiro Yamada | 1 | -0/+3 |
| 2022-05-11 | modpost: remove left-over cross_compile declaration | Masahiro Yamada | 1 | -1/+0 |
| 2022-05-08 | modpost: dump Module.symvers in the same order of modules.order | Masahiro Yamada | 1 | -0/+1 |
| 2022-05-08 | modpost: traverse the namespace_list in order | Masahiro Yamada | 1 | -2/+2 |
| 2022-05-08 | modpost: traverse unresolved symbols in order | Masahiro Yamada | 1 | -1/+1 |
| 2022-05-08 | modpost: traverse modules in order | Masahiro Yamada | 1 | -1/+2 |
| 2022-05-08 | modpost: change mod->gpl_compatible to bool type | Masahiro Yamada | 1 | -1/+1 |
| 2022-05-08 | modpost: use bool type where appropriate | Masahiro Yamada | 1 | -5/+6 |
| 2022-05-08 | modpost: move struct namespace_list to modpost.c | Masahiro Yamada | 1 | -5/+0 |
| 2022-05-08 | modpost: remove useless export_from_sec() | Masahiro Yamada | 1 | -2/+0 |
| 2021-09-03 | modpost: get the *.mod file path more simply | Masahiro Yamada | 1 | -9/+0 |
| 2021-02-23 | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+0 |
| 2021-02-08 | module: remove EXPORT_UNUSED_SYMBOL* | Christoph Hellwig | 1 | -2/+0 |
| 2021-02-08 | module: remove EXPORT_SYMBOL_GPL_FUTURE | Christoph Hellwig | 1 | -1/+0 |
| 2021-01-14 | modpost: lto: strip .lto from module names | Sami Tolvanen | 1 | -0/+9 |
| 2020-12-21 | modpost: refactor error handling and clarify error/fatal difference | Masahiro Yamada | 1 | -0/+13 |
| 2020-12-21 | modpost: rename merror() to error() | Masahiro Yamada | 1 | -1/+1 |
| 2020-06-06 | modpost: change elf_info->size to size_t | Masahiro Yamada | 1 | -1/+1 |
| 2020-06-06 | modpost: strip .o from modname before calling new_module() | Masahiro Yamada | 1 | -1/+1 |
| 2020-06-06 | modpost: remove mod->skip struct member | Masahiro Yamada | 1 | -1/+0 |
| 2020-06-06 | modpost: add mod->is_vmlinux struct member | Masahiro Yamada | 1 | -0/+1 |
| 2020-06-06 | modpost: remove mod->is_dot_o struct member | Masahiro Yamada | 1 | -1/+0 |
| 2020-06-06 | modpost: remove get_next_text() and make {grab,release_}file static | Masahiro Yamada | 1 | -3/+0 |
| 2020-06-06 | modpost: add read_text_file() and get_line() helpers | Masahiro Yamada | 1 | -0/+2 |
| 2020-06-06 | modpost: drop RCS/CVS $Revision handling in MODULE_VERSION() | Masahiro Yamada | 1 | -4/+0 |
| 2020-06-06 | modpost: track if the symbol origin is a dump file or ELF object | Masahiro Yamada | 1 | -0/+1 |
| 2020-05-26 | modpost,fixdep: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-03-13 | modpost: rework and consolidate logging interface | Jessica Yu | 1 | -3/+11 |
| 2019-11-23 | modpost: refactor namespace_from_kstrtabns() to not hard-code section name | Masahiro Yamada | 1 | -1/+0 |
| 2019-11-11 | modpost: dump missing namespaces into a single modules.nsdeps file | Masahiro Yamada | 1 | -2/+2 |
| 2019-10-18 | symbol namespaces: revert to previous __ksymtab name scheme | Matthias Maennich | 1 | -0/+1 |
| 2019-09-10 | modpost: add support for generating namespace dependencies | Matthias Maennich | 1 | -0/+2 |
| 2019-09-10 | modpost: add support for symbol namespaces | Matthias Maennich | 1 | -0/+7 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2015-08-20 | Avoid conflict with host definitions when cross-compiling | Pavel Fedin | 1 | -0/+6 |
| 2014-02-13 | Kbuild, lto: Drop .number postfixes in modpost | Andi Kleen | 1 | -1/+1 |
| 2012-04-09 | modpost: Fix modpost license checking of vmlinux.o | Frank Rowand | 1 | -0/+1 |
| 2011-05-19 | modpost: Update 64k section support for binutils 2.18.50 | Anders Kaseorg | 1 | -19/+8 |
| 2010-08-03 | modpost: support objects with more than 64k sections | Denys Vlasenko | 1 | -0/+43 |
| 2009-12-15 | Kbuild: clear marker out of modpost | Wenji Huang | 1 | -3/+0 |
| 2008-03-23 | kbuild: soften modpost checks when doing cross builds | Sam Ravnborg | 1 | -0/+1 |
| 2008-02-13 | Linux Kernel Markers: create modpost file | Mathieu Desnoyers | 1 | -0/+3 |
| 2008-01-28 | kbuild: try harder to find symbol names in modpost | Sam Ravnborg | 1 | -0/+2 |
| 2007-10-12 | kbuild: Use Elfnn_Half as replacement for Elfnn_Section | Sam Ravnborg | 1 | -2/+2 |
| 2007-07-16 | kbuild: make better section mismatch reports on i386 and mips | Atsushi Nemoto | 1 | -0/+3 |
| 2007-05-21 | Revert "kbuild: make better section mismatch reports on i386, arm and mips" | Linus Torvalds | 1 | -3/+0 |
| 2007-05-19 | kbuild: make better section mismatch reports on i386, arm and mips | Atsushi Nemoto | 1 | -0/+3 |
| 2007-05-02 | kbuild: distinguish between errors and warnings in modpost | Matthew Wilcox | 1 | -0/+1 |
| 2006-07-01 | kbuild: warn when a moduled uses a symbol marked UNUSED | Sam Ravnborg | 1 | -0/+2 |
| 2006-06-09 | kbuild: check license compatibility when building modules | Sam Ravnborg | 1 | -0/+1 |
| 2006-06-09 | kbuild: export-type enhancement to modpost.c | Ram Pai | 1 | -0/+3 |
| 2006-05-21 | [PATCH] kbuild: fix modpost segfault for 64bit mipsel kernel | Atsushi Nemoto | 1 | -2/+19 |
| 2006-05-21 | [PATCH] kbuild: check SHT_REL sections | Atsushi Nemoto | 1 | -0/+2 |
| 2006-05-08 | Revert "kbuild: fix modpost segfault for 64bit mipsel kernel" | Linus Torvalds | 1 | -19/+0 |
| 2006-04-30 | kbuild: fix modpost segfault for 64bit mipsel kernel | Atsushi Nemoto | 1 | -0/+19 |
| 2006-03-03 | kbuild: kill trailing whitespace in modpost & friends | Sam Ravnborg | 1 | -4/+4 |
| 2006-02-19 | kbuild: check for section mismatch during modpost stage | Sam Ravnborg | 1 | -0/+10 |
| 2006-02-19 | kbuild: use warn()/fatal() consistent in modpost | Sam Ravnborg | 1 | -1/+6 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+107 |