index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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-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
[next]