index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
mod
/
modpost.h
Age
Commit message (
Expand
)
Author
2025-03-15
modpost: introduce get_basename() helper
Masahiro Yamada
2025-02-06
kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
Masahiro Yamada
2024-12-28
modpost: work around unaligned data access error
Masahiro Yamada
2024-12-21
modpost: distinguish same module paths from different dump files
Masahiro Yamada
2024-11-28
modpost: move strstarts() to modpost.h
Masahiro Yamada
2024-11-28
modpost: introduce module_alias_printf() helper
Masahiro Yamada
2024-09-01
modpost: simplify modpost_log()
Masahiro Yamada
2024-09-01
modpost: replace the use of NOFAIL() with xmalloc() etc.
Masahiro Yamada
2024-09-01
modpost: detect endianness on run-time
Masahiro Yamada
2024-07-21
kbuild: move some helper headers from scripts/kconfig/ to scripts/include/
Masahiro Yamada
2024-01-31
modpost: avoid using the alias attribute
Masahiro Yamada
2023-12-10
modpost: inform compilers that fatal() never returns
Masahiro Yamada
2023-12-10
modpost: move __attribute__((format(printf, 2, 3))) to modpost.h
Masahiro Yamada
2023-11-04
Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2023-10-18
modpost: define TO_NATIVE() using bswap_* functions
Masahiro Yamada
2023-10-03
modpost: Optimize symbol search from linear to binary search
Jack Brennen
2023-07-31
modpost: clean up MIPS64 little endian relocation code
Masahiro Yamada
2023-06-22
kbuild: generate KSYMTAB entries by modpost
Masahiro Yamada
2023-05-28
modpost: remove is_shndx_special() check from section_rel(a)
Masahiro Yamada
2022-08-03
modpost: refactor get_secindex()
Masahiro Yamada
2022-08-03
modpost: remove unused Elf_Sword macro
Masahiro Yamada
2022-07-27
modpost: use sym_get_data() to get module device_table data
Masahiro Yamada
2022-05-27
modpost: reuse ARRAY_SIZE() macro for section_mismatch()
Masahiro Yamada
2022-05-11
modpost: remove left-over cross_compile declaration
Masahiro Yamada
2022-05-08
modpost: dump Module.symvers in the same order of modules.order
Masahiro Yamada
2022-05-08
modpost: traverse the namespace_list in order
Masahiro Yamada
2022-05-08
modpost: traverse unresolved symbols in order
Masahiro Yamada
2022-05-08
modpost: traverse modules in order
Masahiro Yamada
2022-05-08
modpost: change mod->gpl_compatible to bool type
Masahiro Yamada
2022-05-08
modpost: use bool type where appropriate
Masahiro Yamada
2022-05-08
modpost: move struct namespace_list to modpost.c
Masahiro Yamada
2022-05-08
modpost: remove useless export_from_sec()
Masahiro Yamada
2021-09-03
modpost: get the *.mod file path more simply
Masahiro Yamada
2021-02-23
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-08
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2021-02-08
module: remove EXPORT_SYMBOL_GPL_FUTURE
Christoph Hellwig
2021-01-14
modpost: lto: strip .lto from module names
Sami Tolvanen
2020-12-21
modpost: refactor error handling and clarify error/fatal difference
Masahiro Yamada
2020-12-21
modpost: rename merror() to error()
Masahiro Yamada
2020-06-06
modpost: change elf_info->size to size_t
Masahiro Yamada
2020-06-06
modpost: strip .o from modname before calling new_module()
Masahiro Yamada
2020-06-06
modpost: remove mod->skip struct member
Masahiro Yamada
2020-06-06
modpost: add mod->is_vmlinux struct member
Masahiro Yamada
2020-06-06
modpost: remove mod->is_dot_o struct member
Masahiro Yamada
2020-06-06
modpost: remove get_next_text() and make {grab,release_}file static
Masahiro Yamada
2020-06-06
modpost: add read_text_file() and get_line() helpers
Masahiro Yamada
2020-06-06
modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()
Masahiro Yamada
2020-06-06
modpost: track if the symbol origin is a dump file or ELF object
Masahiro Yamada
2020-05-26
modpost,fixdep: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-03-13
modpost: rework and consolidate logging interface
Jessica Yu
[next]