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.modinst
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: support modules_sign for external modules as well
Masahiro Yamada
2023-09-01
1
-2
/
+2
*
kbuild: support 'make modules_sign' with CONFIG_MODULE_SIG_ALL=n
Masahiro Yamada
2023-09-01
1
-4
/
+5
*
kbuild: move more module installation code to scripts/Makefile.modinst
Masahiro Yamada
2023-09-01
1
-2
/
+31
*
kbuild: reduce the number of mkdir calls during modules_install
Masahiro Yamada
2023-09-01
1
-1
/
+7
*
kbuild: move depmod rule to scripts/Makefile.modinst
Masahiro Yamada
2023-08-29
1
-0
/
+9
*
Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-02-23
1
-1
/
+1
|
\
|
*
kbuild: Modify default INSTALL_MOD_DIR from extra to updates
Luis Chamberlain
2023-01-25
1
-1
/
+1
*
|
kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URI
Jan Luebbe
2023-01-31
1
-1
/
+5
|
/
*
kbuild: change module.order to list *.o instead of *.ko
Masahiro Yamada
2022-12-14
1
-1
/
+1
*
kbuild: add read-file macro
Masahiro Yamada
2022-12-13
1
-1
/
+1
*
kbuild: do not sort after reading modules.order
Masahiro Yamada
2022-12-13
1
-1
/
+1
*
kbuild: error out if $(INSTALL_MOD_PATH) contains % or :
Masahiro Yamada
2022-07-27
1
-0
/
+3
*
kbuild: remove unused cmd_none in scripts/Makefile.modinst
Masahiro Yamada
2022-07-10
1
-3
/
+0
*
kbuild: do not quote string values in include/config/auto.conf
Masahiro Yamada
2022-01-08
1
-1
/
+0
*
kbuild: stop using config_filename in scripts/Makefile.modsign
Masahiro Yamada
2022-01-08
1
-2
/
+3
*
kbuild: add support for zstd compressed modules
Piotr Gorski
2021-04-25
1
-0
/
+6
*
kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinst
Masahiro Yamada
2021-04-25
1
-0
/
+9
*
kbuild: move module strip/compression code into scripts/Makefile.modinst
Masahiro Yamada
2021-04-25
1
-8
/
+68
*
kbuild: refactor scripts/Makefile.modinst
Masahiro Yamada
2021-04-25
1
-18
/
+22
*
kbuild: prefix $(srctree)/ to some included Makefiles
Masahiro Yamada
2021-03-15
1
-1
/
+1
*
kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.mod
Masahiro Yamada
2019-07-17
1
-4
/
+1
*
Revert "modsign: Abort modules_install when signing fails"
Douglas Anderson
2019-03-17
1
-1
/
+1
*
kbuild: remove duplicated comments about PHONY
Masahiro Yamada
2018-07-06
1
-4
/
+0
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
modsign: Abort modules_install when signing fails
David Woodhouse
2015-08-07
1
-1
/
+1
*
kbuild: handle module compression while running 'make modules_install'.
Bertrand Jacquin
2014-08-27
1
-1
/
+2
*
modinst: wrap long lines in order to enhance cmd_modules_install
Bertrand Jacquin
2014-08-27
1
-1
/
+5
*
kbuild: fix comment in Makefile.modinst
Olaf Hering
2014-06-19
1
-1
/
+1
*
modules: don't break modules_install on external modules with no key.
Rusty Russell
2012-11-06
1
-1
/
+2
*
kbuild: sign the modules at install time
Rusty Russell
2012-10-19
1
-1
/
+1
*
scripts/Makefile.modpost: error in finding modules from .mod files.
이건호
2012-08-31
1
-1
/
+1
*
Revert "kbuild: strip generated symbols from *.ko"
Sam Ravnborg
2009-01-14
1
-2
/
+1
*
kbuild: strip generated symbols from *.ko
Jan Beulich
2008-12-19
1
-1
/
+2
*
kbuild: fix installing external modules
Sam Ravnborg
2008-01-28
1
-1
/
+1
*
kbuild: add option for stripping modules while installing them
Theodore Ts'o
2006-06-24
1
-1
/
+1
*
kbuild: change kbuild to not rely on incorrect GNU make behavior
Paul Smith
2006-03-06
1
-2
/
+8
*
kbuild: introduce Kbuild.include
Sam Ravnborg
2005-07-25
1
-1
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+29