summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.modinst
Commit message (Expand)AuthorAgeFilesLines
* kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modulesMartin Nybo Andersen2023-09-251-1/+1
* kbuild: avoid long argument lists in make modules_installMichal Kubecek2023-09-151-1/+1
* kbuild: support modules_sign for external modules as wellMasahiro Yamada2023-09-011-2/+2
* kbuild: support 'make modules_sign' with CONFIG_MODULE_SIG_ALL=nMasahiro Yamada2023-09-011-4/+5
* kbuild: move more module installation code to scripts/Makefile.modinstMasahiro Yamada2023-09-011-2/+31
* kbuild: reduce the number of mkdir calls during modules_installMasahiro Yamada2023-09-011-1/+7
* kbuild: move depmod rule to scripts/Makefile.modinstMasahiro Yamada2023-08-291-0/+9
* Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-231-1/+1
|\
| * kbuild: Modify default INSTALL_MOD_DIR from extra to updatesLuis Chamberlain2023-01-251-1/+1
* | kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URIJan Luebbe2023-01-311-1/+5
|/
* kbuild: change module.order to list *.o instead of *.koMasahiro Yamada2022-12-141-1/+1
* kbuild: add read-file macroMasahiro Yamada2022-12-131-1/+1
* kbuild: do not sort after reading modules.orderMasahiro Yamada2022-12-131-1/+1
* kbuild: error out if $(INSTALL_MOD_PATH) contains % or :Masahiro Yamada2022-07-271-0/+3
* kbuild: remove unused cmd_none in scripts/Makefile.modinstMasahiro Yamada2022-07-101-3/+0
* kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-1/+0
* kbuild: stop using config_filename in scripts/Makefile.modsignMasahiro Yamada2022-01-081-2/+3
* kbuild: add support for zstd compressed modulesPiotr Gorski2021-04-251-0/+6
* kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada2021-04-251-0/+9
* kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada2021-04-251-8/+68
* kbuild: refactor scripts/Makefile.modinstMasahiro Yamada2021-04-251-18/+22
* kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada2021-03-151-1/+1
* kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada2019-07-171-4/+1
* Revert "modsign: Abort modules_install when signing fails"Douglas Anderson2019-03-171-1/+1
* kbuild: remove duplicated comments about PHONYMasahiro Yamada2018-07-061-4/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* modsign: Abort modules_install when signing failsDavid Woodhouse2015-08-071-1/+1
* kbuild: handle module compression while running 'make modules_install'.Bertrand Jacquin2014-08-271-1/+2
* modinst: wrap long lines in order to enhance cmd_modules_installBertrand Jacquin2014-08-271-1/+5
* kbuild: fix comment in Makefile.modinstOlaf Hering2014-06-191-1/+1
* modules: don't break modules_install on external modules with no key.Rusty Russell2012-11-061-1/+2
* kbuild: sign the modules at install timeRusty Russell2012-10-191-1/+1
* scripts/Makefile.modpost: error in finding modules from .mod files.이건호2012-08-311-1/+1
* Revert "kbuild: strip generated symbols from *.ko"Sam Ravnborg2009-01-141-2/+1
* kbuild: strip generated symbols from *.koJan Beulich2008-12-191-1/+2
* kbuild: fix installing external modulesSam Ravnborg2008-01-281-1/+1
* kbuild: add option for stripping modules while installing themTheodore Ts'o2006-06-241-1/+1
* kbuild: change kbuild to not rely on incorrect GNU make behaviorPaul Smith2006-03-061-2/+8
* kbuild: introduce Kbuild.includeSam Ravnborg2005-07-251-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+29