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.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
/
Makefile.modpost
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: do not automatically add -w option to modpost
Masahiro Yamada
2023-02-05
1
-5
/
+3
*
kbuild: readd -w option when vmlinux.o or Module.symver is missing
Masahiro Yamada
2023-01-05
1
-4
/
+5
*
kbuild: Fix running modpost with musl libc
Samuel Holland
2022-12-30
1
-11
/
+11
*
kbuild: refactor the prerequisites of the modpost rule
Masahiro Yamada
2022-12-14
1
-14
/
+22
*
kbuild: change module.order to list *.o instead of *.ko
Masahiro Yamada
2022-12-14
1
-2
/
+5
*
kbuild: add kbuild-file macro
Masahiro Yamada
2022-11-22
1
-1
/
+1
*
kbuild: fix typo in modpost
Will McVicker
2022-10-28
1
-1
/
+1
*
modpost: put modpost options before argument
Richard Acayan
2022-10-14
1
-1
/
+1
*
kbuild: use obj-y instead extra-y for objects placed at the head
Masahiro Yamada
2022-10-02
1
-3
/
+2
*
kbuild: re-run modpost when it is updated
Masahiro Yamada
2022-09-29
1
-6
/
+8
*
kbuild: unify two modpost invocations
Masahiro Yamada
2022-09-29
1
-65
/
+28
*
kbuild: move .vmlinux.objs rule to Makefile.modpost
Masahiro Yamada
2022-09-29
1
-2
/
+28
*
kbuild: do not create *.prelink.o for Clang LTO or IBT
Masahiro Yamada
2022-05-29
1
-7
/
+2
*
kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpost
Masahiro Yamada
2022-05-27
1
-1
/
+1
*
kbuild: Fix include path in scripts/Makefile.modpost
Jing Leng
2022-05-27
1
-2
/
+1
*
kbuild: Fix comment typo in scripts/Makefile.modpost
Ramji Jiyani
2021-09-19
1
-1
/
+1
*
kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
Sami Tolvanen
2021-09-03
1
-19
/
+3
*
kbuild: fix false-positive modpost warning when all symbols are trimmed
Masahiro Yamada
2021-04-25
1
-2
/
+5
*
kbuild: do not set -w for vmlinux.o modpost
Masahiro Yamada
2021-04-25
1
-3
/
+5
*
kbuild: generate Module.symvers only when vmlinux exists
Masahiro Yamada
2021-04-25
1
-1
/
+14
*
kbuild: prefix $(srctree)/ to some included Makefiles
Masahiro Yamada
2021-03-15
1
-2
/
+2
*
kbuild: lto: fix module versioning
Sami Tolvanen
2021-01-14
1
-1
/
+5
*
kbuild: add support for Clang LTO
Sami Tolvanen
2021-01-14
1
-2
/
+19
*
kbuild: remove redundant FORCE definition in scripts/Makefile.modpost
Masahiro Yamada
2020-08-02
1
-3
/
+0
*
modpost: move -d option in scripts/Makefile.modpost
Masahiro Yamada
2020-06-06
1
-3
/
+1
*
modpost: remove -s option
Masahiro Yamada
2020-06-06
1
-1
/
+1
*
modpost: show warning if any of symbol dump files is missing
Masahiro Yamada
2020-06-06
1
-1
/
+4
*
modpost: invoke modpost only when input files are updated
Masahiro Yamada
2020-06-06
1
-4
/
+16
*
modpost: generate vmlinux.symvers and reuse it for the second modpost
Masahiro Yamada
2020-06-06
1
-3
/
+4
*
modpost: refactor -i option calculation
Masahiro Yamada
2020-06-06
1
-4
/
+2
*
modpost: print symbol dump file as the build target in short log
Masahiro Yamada
2020-06-06
1
-13
/
+20
*
modpost: re-add -e to set external_module flag
Masahiro Yamada
2020-06-06
1
-0
/
+4
*
modpost: allow to pass -i option multiple times to remove -e option
Masahiro Yamada
2020-06-06
1
-1
/
+1
*
modpost: pass -N option only for modules modpost
Masahiro Yamada
2020-06-03
1
-1
/
+4
*
modpost: move -T option close to the modpost command
Masahiro Yamada
2020-06-03
1
-2
/
+2
*
modpost: fix -i (--ignore-errors) MAKEFLAGS detection
Masahiro Yamada
2020-06-03
1
-1
/
+6
*
kbuild: disallow multi-word in M= or KBUILD_EXTMOD
Masahiro Yamada
2020-05-29
1
-1
/
+1
*
modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSIN...
Jessica Yu
2020-03-13
1
-7
/
+8
*
kbuild: remove 'Building modules, stage 2.' log
Masahiro Yamada
2020-01-16
1
-1
/
+0
*
scripts/nsdeps: support nsdeps for external module builds
Masahiro Yamada
2019-11-11
1
-1
/
+1
*
modpost: dump missing namespaces into a single modules.nsdeps file
Masahiro Yamada
2019-11-11
1
-1
/
+1
*
modpost: do not invoke extra modpost for nsdeps
Masahiro Yamada
2019-11-11
1
-5
/
+3
*
kbuild: do not read $(KBUILD_EXTMOD)/Module.symvers
Masahiro Yamada
2019-11-11
1
-1
/
+0
*
modpost: do not parse vmlinux for external module builds
Masahiro Yamada
2019-11-11
1
-3
/
+5
*
kbuild: update comments in scripts/Makefile.modpost
Masahiro Yamada
2019-11-11
1
-2
/
+1
*
Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-22
1
-1
/
+4
|
\
|
*
scripts: Coccinelle script for namespace dependencies.
Matthias Maennich
2019-09-10
1
-1
/
+3
*
|
kbuild: split final module linking out into Makefile.modfinal
Masahiro Yamada
2019-08-22
1
-68
/
+11
*
|
kbuild: rebuild modules when module linker scripts are updated
Masahiro Yamada
2019-08-21
1
-2
/
+3
*
|
kbuild: add [M] marker for build log of *.mod.o
Masahiro Yamada
2019-08-14
1
-1
/
+1
[next]