aboutsummaryrefslogtreecommitdiff
path: root/kernel/module
AgeCommit message (Expand)AuthorFilesLines
4 daysmm/execmem, arch: convert remaining overrides of module_alloc to execmemGravatar Mike Rapoport (IBM) 1-20/+6
4 daysmm: introduce execmem_alloc() and execmem_free()Gravatar Mike Rapoport (IBM) 2-17/+9
4 daysmodule: make module_memory_{alloc,free} more self-containedGravatar Mike Rapoport (IBM) 1-25/+39
4 dayskallsyms: replace deprecated strncpy with strscpyGravatar Justin Stitt 1-1/+1
4 daysmodule: allow UNUSED_KSYMS_WHITELIST to be relative against objtree.Gravatar Yifan Hong 1-1/+1
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-0/+5
2024-03-22Revert "crypto: pkcs7 - remove sha1 support"Gravatar Eric Biggers 1-0/+5
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+7
2024-03-04modules: wait do_free_init correctlyGravatar Changbin Du 1-2/+7
2024-02-20kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMSGravatar Masahiro Yamada 1-2/+1
2024-02-16module: Don't ignore errors from set_memory_XX()Gravatar Christophe Leroy 3-22/+55
2024-02-02modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabledGravatar Christophe Leroy 1-5/+1
2024-01-29module: Change module_enable_{nx/x/ro}() to more explicit namesGravatar Christophe Leroy 3-10/+10
2024-01-29module: Use set_memory_rox()Gravatar Christophe Leroy 3-7/+9
2024-01-10Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-12-19module: Remove redundant TASK_UNINTERRUPTIBLEGravatar Kevin Hao 1-1/+1
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionGravatar Rae Moar 1-0/+3
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-10/+15
2023-11-02module/decompress: use kvmalloc() consistentlyGravatar Andrea Righi 1-4/+4
2023-11-01module: Annotate struct module_notes_attrs with __counted_byGravatar Kees Cook 1-1/+1
2023-11-01module: Fix comment typoGravatar Zhu Mao 1-1/+1
2023-11-01module/decompress: use vmalloc() for gzip decompression workspaceGravatar Andrea Righi 1-2/+2
2023-10-27module: enable automatic module signing with FIPS 202 SHA-3Gravatar Dimitri John Ledkov 1-0/+15
2023-10-20module: Do not offer sha224 for built-in module signingGravatar Dimitri John Ledkov 1-5/+0
2023-10-20crypto: pkcs7 - remove sha1 supportGravatar Dimitri John Ledkov 1-5/+0
2023-08-29module/decompress: use vmalloc() for zstd decompression workspaceGravatar Andrea Righi 1-2/+2
2023-08-03module: Expose module_init_layout_section()Gravatar James Morse 1-1/+1
2023-08-02modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesGravatar Christoph Hellwig 1-3/+11
2023-07-24modpost, kallsyms: Treat add '$'-prefixed symbols as mapping symbolsGravatar Palmer Dabbelt 1-1/+1
2023-07-10module: Ignore RISC-V mapping symbols tooGravatar Palmer Dabbelt 1-1/+1
2023-07-04module: fix init_module_from_file() error handlingGravatar Linus Torvalds 1-16/+23
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+12
2023-06-28Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-35/+0
2023-06-28modules: catch concurrent module loads, treat them as idempotentGravatar Linus Torvalds 1-2/+71
2023-06-28module: split up 'finit_module()' into init_module_from_file() helperGravatar Linus Torvalds 1-15/+27
2023-06-22kbuild: generate KSYMTAB entries by modpostGravatar Masahiro Yamada 1-0/+12
2023-06-01module/decompress: Fix error checking on zstd decompressionGravatar Lucas De Marchi 1-1/+1
2023-05-30module: fix module load for ia64Gravatar Song Liu 1-2/+2
2023-05-26kallsyms: remove unsed API lookup_symbol_attrsGravatar Maninder Singh 1-28/+0
2023-05-23module: Remove preempt_disable() from module reference counting.Gravatar Sebastian Andrzej Siewior 1-7/+0
2023-05-22module: Fix use-after-free bug in read_file_mod_stats()Gravatar Harshit Mogalapalli 1-1/+3
2023-05-02module: include internal.h in module/dups.cGravatar Arnd Bergmann 1-0/+2
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 14-669/+1786
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-4/+13
2023-04-19module: add debugging auto-load duplicate module supportGravatar Luis Chamberlain 5-4/+340
2023-04-18module: stats: fix invalid_mod_bytes typoGravatar Arnd Bergmann 1-1/+1
2023-04-18module: remove use of uninitialized variable lenGravatar Tom Rix 1-1/+1
2023-04-18module: fix building stats for 32-bit targetsGravatar Arnd Bergmann 1-23/+23
2023-04-18module: stats: include uapi/linux/module.hGravatar Arnd Bergmann 1-0/+1