index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
mod
/
modpost.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2023-11-04
1
-13
/
+37
|
\
|
*
modpost: define TO_NATIVE() using bswap_* functions
Masahiro Yamada
2023-10-18
1
-13
/
+12
|
*
modpost: Optimize symbol search from linear to binary search
Jack Brennen
2023-10-03
1
-0
/
+25
|
/
*
modpost: clean up MIPS64 little endian relocation code
Masahiro Yamada
2023-07-31
1
-22
/
+0
*
kbuild: generate KSYMTAB entries by modpost
Masahiro Yamada
2023-06-22
1
-0
/
+1
*
modpost: remove is_shndx_special() check from section_rel(a)
Masahiro Yamada
2023-05-28
1
-5
/
+0
*
modpost: refactor get_secindex()
Masahiro Yamada
2022-08-03
1
-12
/
+18
*
modpost: remove unused Elf_Sword macro
Masahiro Yamada
2022-08-03
1
-2
/
+0
*
modpost: use sym_get_data() to get module device_table data
Masahiro Yamada
2022-07-27
1
-0
/
+1
*
modpost: reuse ARRAY_SIZE() macro for section_mismatch()
Masahiro Yamada
2022-05-27
1
-0
/
+3
*
modpost: remove left-over cross_compile declaration
Masahiro Yamada
2022-05-11
1
-1
/
+0
*
modpost: dump Module.symvers in the same order of modules.order
Masahiro Yamada
2022-05-08
1
-0
/
+1
*
modpost: traverse the namespace_list in order
Masahiro Yamada
2022-05-08
1
-2
/
+2
*
modpost: traverse unresolved symbols in order
Masahiro Yamada
2022-05-08
1
-1
/
+1
*
modpost: traverse modules in order
Masahiro Yamada
2022-05-08
1
-1
/
+2
*
modpost: change mod->gpl_compatible to bool type
Masahiro Yamada
2022-05-08
1
-1
/
+1
*
modpost: use bool type where appropriate
Masahiro Yamada
2022-05-08
1
-5
/
+6
*
modpost: move struct namespace_list to modpost.c
Masahiro Yamada
2022-05-08
1
-5
/
+0
*
modpost: remove useless export_from_sec()
Masahiro Yamada
2022-05-08
1
-2
/
+0
*
modpost: get the *.mod file path more simply
Masahiro Yamada
2021-09-03
1
-9
/
+0
*
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-23
1
-3
/
+0
|
\
|
*
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2021-02-08
1
-2
/
+0
|
*
module: remove EXPORT_SYMBOL_GPL_FUTURE
Christoph Hellwig
2021-02-08
1
-1
/
+0
*
|
modpost: lto: strip .lto from module names
Sami Tolvanen
2021-01-14
1
-0
/
+9
|
/
*
modpost: refactor error handling and clarify error/fatal difference
Masahiro Yamada
2020-12-21
1
-0
/
+13
*
modpost: rename merror() to error()
Masahiro Yamada
2020-12-21
1
-1
/
+1
*
modpost: change elf_info->size to size_t
Masahiro Yamada
2020-06-06
1
-1
/
+1
*
modpost: strip .o from modname before calling new_module()
Masahiro Yamada
2020-06-06
1
-1
/
+1
*
modpost: remove mod->skip struct member
Masahiro Yamada
2020-06-06
1
-1
/
+0
*
modpost: add mod->is_vmlinux struct member
Masahiro Yamada
2020-06-06
1
-0
/
+1
*
modpost: remove mod->is_dot_o struct member
Masahiro Yamada
2020-06-06
1
-1
/
+0
*
modpost: remove get_next_text() and make {grab,release_}file static
Masahiro Yamada
2020-06-06
1
-3
/
+0
*
modpost: add read_text_file() and get_line() helpers
Masahiro Yamada
2020-06-06
1
-0
/
+2
*
modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()
Masahiro Yamada
2020-06-06
1
-4
/
+0
*
modpost: track if the symbol origin is a dump file or ELF object
Masahiro Yamada
2020-06-06
1
-0
/
+1
*
modpost,fixdep: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-26
1
-1
/
+1
*
modpost: rework and consolidate logging interface
Jessica Yu
2020-03-13
1
-3
/
+11
*
modpost: refactor namespace_from_kstrtabns() to not hard-code section name
Masahiro Yamada
2019-11-23
1
-1
/
+0
*
modpost: dump missing namespaces into a single modules.nsdeps file
Masahiro Yamada
2019-11-11
1
-2
/
+2
*
symbol namespaces: revert to previous __ksymtab name scheme
Matthias Maennich
2019-10-18
1
-0
/
+1
*
modpost: add support for generating namespace dependencies
Matthias Maennich
2019-09-10
1
-0
/
+2
*
modpost: add support for symbol namespaces
Matthias Maennich
2019-09-10
1
-0
/
+7
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
Avoid conflict with host definitions when cross-compiling
Pavel Fedin
2015-08-20
1
-0
/
+6
*
Kbuild, lto: Drop .number postfixes in modpost
Andi Kleen
2014-02-13
1
-1
/
+1
*
modpost: Fix modpost license checking of vmlinux.o
Frank Rowand
2012-04-09
1
-0
/
+1
*
modpost: Update 64k section support for binutils 2.18.50
Anders Kaseorg
2011-05-19
1
-19
/
+8
*
modpost: support objects with more than 64k sections
Denys Vlasenko
2010-08-03
1
-0
/
+43
*
Kbuild: clear marker out of modpost
Wenji Huang
2009-12-15
1
-3
/
+0
*
kbuild: soften modpost checks when doing cross builds
Sam Ravnborg
2008-03-23
1
-0
/
+1
[next]