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