summaryrefslogtreecommitdiff
path: root/kernel/module/Kconfig
AgeCommit message (Expand)Author
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-01-26module: sign with sha512 instead of sha1 by defaultThorsten Leemhuis
2025-01-11modpost: Allow extended modversions without basic MODVERSIONSMatthew Maurer
2025-01-11modpost: Produce extended MODVERSIONS informationMatthew Maurer
2025-01-11kbuild: Add gendwarfksyms as an alternative to genksymsSami Tolvanen
2025-01-11tools: Add gendwarfksymsSami Tolvanen
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-09-28Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-25Kbuild: make MODVERSIONS support depend on not being a compile test buildLinus Torvalds
2024-08-19module: Clean up the description of MODULE_SIG_<type>Petr Pavlu
2024-08-19module: Split modules_install compression and in-kernel decompressionPetr Pavlu
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)
2024-05-14module: allow UNUSED_KSYMS_WHITELIST to be relative against objtree.Yifan Hong
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-03-22Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers
2024-02-20kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMSMasahiro Yamada
2023-10-27module: enable automatic module signing with FIPS 202 SHA-3Dimitri John Ledkov
2023-10-20module: Do not offer sha224 for built-in module signingDimitri John Ledkov
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov
2023-04-19module: add debugging auto-load duplicate module supportLuis Chamberlain
2023-04-18module: add debug stats to help identify memory pressureLuis Chamberlain
2022-12-07module/decompress: Support zstd in-kernel decompressionStephen Boyd
2022-07-12module: Move module's Kconfig items in kernel/module/Christophe Leroy