aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.modinst
AgeCommit message (Expand)AuthorFilesLines
2023-09-25kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modulesGravatar Martin Nybo Andersen 1-1/+1
2023-09-15kbuild: avoid long argument lists in make modules_installGravatar Michal Kubecek 1-1/+1
2023-09-01kbuild: support modules_sign for external modules as wellGravatar Masahiro Yamada 1-2/+2
2023-09-01kbuild: support 'make modules_sign' with CONFIG_MODULE_SIG_ALL=nGravatar Masahiro Yamada 1-4/+5
2023-09-01kbuild: move more module installation code to scripts/Makefile.modinstGravatar Masahiro Yamada 1-2/+31
2023-09-01kbuild: reduce the number of mkdir calls during modules_installGravatar Masahiro Yamada 1-1/+7
2023-08-29kbuild: move depmod rule to scripts/Makefile.modinstGravatar Masahiro Yamada 1-0/+9
2023-02-23Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-01-31kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URIGravatar Jan Luebbe 1-1/+5
2023-01-25kbuild: Modify default INSTALL_MOD_DIR from extra to updatesGravatar Luis Chamberlain 1-1/+1
2022-12-14kbuild: change module.order to list *.o instead of *.koGravatar Masahiro Yamada 1-1/+1
2022-12-13kbuild: add read-file macroGravatar Masahiro Yamada 1-1/+1
2022-12-13kbuild: do not sort after reading modules.orderGravatar Masahiro Yamada 1-1/+1
2022-07-27kbuild: error out if $(INSTALL_MOD_PATH) contains % or :Gravatar Masahiro Yamada 1-0/+3
2022-07-10kbuild: remove unused cmd_none in scripts/Makefile.modinstGravatar Masahiro Yamada 1-3/+0
2022-01-08kbuild: do not quote string values in include/config/auto.confGravatar Masahiro Yamada 1-1/+0
2022-01-08kbuild: stop using config_filename in scripts/Makefile.modsignGravatar Masahiro Yamada 1-2/+3
2021-04-25kbuild: add support for zstd compressed modulesGravatar Piotr Gorski 1-0/+6
2021-04-25kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstGravatar Masahiro Yamada 1-0/+9
2021-04-25kbuild: move module strip/compression code into scripts/Makefile.modinstGravatar Masahiro Yamada 1-8/+68
2021-04-25kbuild: refactor scripts/Makefile.modinstGravatar Masahiro Yamada 1-18/+22
2021-03-15kbuild: prefix $(srctree)/ to some included MakefilesGravatar Masahiro Yamada 1-1/+1
2019-07-17kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.modGravatar Masahiro Yamada 1-4/+1
2019-03-17Revert "modsign: Abort modules_install when signing fails"Gravatar Douglas Anderson 1-1/+1
2018-07-06kbuild: remove duplicated comments about PHONYGravatar Masahiro Yamada 1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-08-07modsign: Abort modules_install when signing failsGravatar David Woodhouse 1-1/+1
2014-08-27kbuild: handle module compression while running 'make modules_install'.Gravatar Bertrand Jacquin 1-1/+2
2014-08-27modinst: wrap long lines in order to enhance cmd_modules_installGravatar Bertrand Jacquin 1-1/+5
2014-06-19kbuild: fix comment in Makefile.modinstGravatar Olaf Hering 1-1/+1
2012-11-06modules: don't break modules_install on external modules with no key.Gravatar Rusty Russell 1-1/+2
2012-10-19kbuild: sign the modules at install timeGravatar Rusty Russell 1-1/+1
2012-08-31scripts/Makefile.modpost: error in finding modules from .mod files.Gravatar 이건호 1-1/+1
2009-01-14Revert "kbuild: strip generated symbols from *.ko"Gravatar Sam Ravnborg 1-2/+1
2008-12-19kbuild: strip generated symbols from *.koGravatar Jan Beulich 1-1/+2
2008-01-28kbuild: fix installing external modulesGravatar Sam Ravnborg 1-1/+1
2006-06-24kbuild: add option for stripping modules while installing themGravatar Theodore Ts'o 1-1/+1
2006-03-06kbuild: change kbuild to not rely on incorrect GNU make behaviorGravatar Paul Smith 1-2/+8
2005-07-25kbuild: introduce Kbuild.includeGravatar Sam Ravnborg 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+29