index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
mod
/
modpost.h
Age
Commit message (
Expand
)
Author
Files
Lines
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-07
modpost: dump Module.symvers in the same order of modules.order
Masahiro Yamada
1
-0
/
+1
2022-05-07
modpost: traverse the namespace_list in order
Masahiro Yamada
1
-2
/
+2
2022-05-07
modpost: traverse unresolved symbols in order
Masahiro Yamada
1
-1
/
+1
2022-05-07
modpost: traverse modules in order
Masahiro Yamada
1
-1
/
+2
2022-05-07
modpost: change mod->gpl_compatible to bool type
Masahiro Yamada
1
-1
/
+1
2022-05-07
modpost: use bool type where appropriate
Masahiro Yamada
1
-5
/
+6
2022-05-07
modpost: move struct namespace_list to modpost.c
Masahiro Yamada
1
-5
/
+0
2022-05-07
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-25
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
[next]