index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
mod
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
Masahiro Yamada
2022-05-24
1
-4
/
+24
*
modpost: extract symbol versions from *.cmd files
Masahiro Yamada
2022-05-24
1
-48
/
+131
*
modpost: add sym_find_with_module() helper
Masahiro Yamada
2022-05-24
1
-2
/
+7
*
modpost: change the license of EXPORT_SYMBOL to bool type
Masahiro Yamada
2022-05-11
1
-78
/
+30
*
modpost: remove left-over cross_compile declaration
Masahiro Yamada
2022-05-11
1
-1
/
+0
*
modpost: move *.mod.c generation to write_mod_c_files()
Masahiro Yamada
2022-05-11
1
-25
/
+31
*
modpost: merge add_{intree_flag,retpoline,staging_flag} to add_header
Masahiro Yamada
2022-05-11
1
-18
/
+7
*
modpost: split new_symbol() to symbol allocation and hash table addition
Masahiro Yamada
2022-05-08
1
-10
/
+8
*
modpost: make sym_add_exported() always allocate a new symbol
Masahiro Yamada
2022-05-08
1
-6
/
+4
*
modpost: make multiple export error
Masahiro Yamada
2022-05-08
1
-3
/
+3
*
modpost: dump Module.symvers in the same order of modules.order
Masahiro Yamada
2022-05-08
2
-16
/
+14
*
modpost: traverse the namespace_list in order
Masahiro Yamada
2022-05-08
2
-20
/
+17
*
modpost: use doubly linked list for dump_lists
Masahiro Yamada
2022-05-08
1
-14
/
+10
*
modpost: traverse unresolved symbols in order
Masahiro Yamada
2022-05-08
2
-7
/
+15
*
modpost: add sym_add_unresolved() helper
Masahiro Yamada
2022-05-08
1
-8
/
+11
*
modpost: traverse modules in order
Masahiro Yamada
2022-05-08
2
-10
/
+10
*
modpost: import include/linux/list.h
Masahiro Yamada
2022-05-08
1
-0
/
+213
*
modpost: change mod->gpl_compatible to bool type
Masahiro Yamada
2022-05-08
2
-7
/
+12
*
modpost: use bool type where appropriate
Masahiro Yamada
2022-05-08
3
-38
/
+37
*
modpost: move struct namespace_list to modpost.c
Masahiro Yamada
2022-05-08
2
-5
/
+5
*
modpost: retrieve the module dependency and CRCs in check_exports()
Masahiro Yamada
2022-05-08
1
-10
/
+6
*
modpost: add a separate error for exported symbols without definition
Masahiro Yamada
2022-05-08
1
-1
/
+6
*
modpost: remove stale comment about sym_add_exported()
Masahiro Yamada
2022-05-08
1
-4
/
+0
*
modpost: do not write out any file when error occurred
Masahiro Yamada
2022-05-08
1
-0
/
+3
*
modpost: use snprintf() instead of sprintf() for safety
Masahiro Yamada
2022-05-08
1
-1
/
+7
*
kbuild: get rid of duplication in *.mod files
Masahiro Yamada
2022-05-08
1
-1
/
+1
*
kbuild: split the second line of *.mod into *.usyms
Masahiro Yamada
2022-05-08
1
-9
/
+2
*
modpost: remove annoying namespace_from_kstrtabns()
Masahiro Yamada
2022-05-08
1
-12
/
+2
*
modpost: remove redundant initializes for static variables
Masahiro Yamada
2022-05-08
1
-5
/
+5
*
modpost: move export_from_secname() call to more relevant place
Masahiro Yamada
2022-05-08
1
-6
/
+4
*
modpost: remove useless export_from_sec()
Masahiro Yamada
2022-05-08
2
-17
/
+2
*
modpost: restore the warning message for missing symbol versions
Masahiro Yamada
2022-04-03
1
-1
/
+1
*
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-03-27
1
-6
/
+6
|
\
|
*
kbuild: Fixup the IBT kbuild changes
Peter Zijlstra
2022-03-22
1
-6
/
+6
*
|
Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-03-25
1
-1
/
+3
|
\
\
|
*
|
Kbuild: use -Wdeclaration-after-statement
Mark Rutland
2022-03-13
1
-1
/
+3
|
|
/
*
/
s390/nospec: add an option to use thunk-extern
Vasily Gorbik
2022-03-10
1
-0
/
+5
|
/
*
Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-01-19
1
-0
/
+15
|
\
|
*
riscv: switch to relative exception tables
Jisheng Zhang
2022-01-05
1
-0
/
+15
*
|
HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()
Thomas Weißschuh
2021-11-09
2
-0
/
+27
|
/
*
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-09-03
3
-16
/
+11
|
\
|
*
modpost: get the *.mod file path more simply
Masahiro Yamada
2021-09-03
3
-16
/
+11
*
|
Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-09-03
1
-1
/
+1
|
\
\
|
*
|
powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto
Christophe Leroy
2021-08-15
1
-1
/
+1
|
|
/
*
/
PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
Max Gurtovoy
2021-08-26
2
-2
/
+16
|
/
*
kbuild: modpost: Explicitly warn about unprototyped symbols
Mark Brown
2021-06-17
1
-2
/
+5
*
.gitignore: prefix local generated files with a slash
Masahiro Yamada
2021-05-02
1
-4
/
+4
*
kbuild: add an elfnote for whether vmlinux is built with lto
Yonghong Song
2021-04-25
1
-0
/
+2
*
scripts: modpost.c: Fix a few typos
Bhaskar Chowdhury
2021-04-25
1
-4
/
+4
*
kbuild: fix false-positive modpost warning when all symbols are trimmed
Masahiro Yamada
2021-04-25
1
-13
/
+12
[next]