aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-12kbuild: Require pahole <v1.28 or >v1.29 with GENDWARFKSYMS on X86Sami Tolvanen1-0/+5
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+55
2025-01-26module: sign with sha512 instead of sha1 by defaultThorsten Leemhuis1-0/+1
2025-01-11modpost: Allow extended modversions without basic MODVERSIONSMatthew Maurer1-0/+15
2025-01-11modpost: Produce extended MODVERSIONS informationMatthew Maurer1-0/+10
2025-01-11kbuild: Add gendwarfksyms as an alternative to genksymsSami Tolvanen1-0/+22
2025-01-11tools: Add gendwarfksymsSami Tolvanen1-0/+8
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-09-28Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-38/+39
2024-09-25Kbuild: make MODVERSIONS support depend on not being a compile test buildLinus Torvalds1-0/+1
2024-08-19module: Clean up the description of MODULE_SIG_<type>Petr Pavlu1-8/+8
2024-08-19module: Split modules_install compression and in-kernel decompressionPetr Pavlu1-30/+31
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)1-0/+1
2024-05-14module: allow UNUSED_KSYMS_WHITELIST to be relative against objtree.Yifan Hong1-1/+1
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+5
2024-03-22Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers1-0/+5
2024-02-20kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMSMasahiro Yamada1-2/+1
2023-10-27module: enable automatic module signing with FIPS 202 SHA-3Dimitri John Ledkov1-0/+15
2023-10-20module: Do not offer sha224 for built-in module signingDimitri John Ledkov1-5/+0
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov1-5/+0
2023-04-19module: add debugging auto-load duplicate module supportLuis Chamberlain1-0/+59
2023-04-18module: add debug stats to help identify memory pressureLuis Chamberlain1-1/+40
2022-12-07module/decompress: Support zstd in-kernel decompressionStephen Boyd1-1/+2
2022-07-12module: Move module's Kconfig items in kernel/module/Christophe Leroy1-0/+293