index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2025-02-05
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-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
[next]