aboutsummaryrefslogtreecommitdiff
path: root/kernel/module
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-18module: avoid allocation if module is already present and readyGravatar Luis Chamberlain 2-7/+10
2023-04-18module: add debug stats to help identify memory pressureGravatar Luis Chamberlain 7-11/+615
2023-04-18module: extract patient module check into helperGravatar Luis Chamberlain 1-52/+60
2023-04-18modules/kmod: replace implementation with a semaphoreGravatar Luis Chamberlain 1-19/+7
2023-04-14module: fix kmemleak annotations for non init ELF sectionsGravatar Luis Chamberlain 1-5/+10
2023-04-13module: Ignore L0 and rename is_arm_mapping_symbol()Gravatar Tiezhu Yang 1-1/+1
2023-04-13module: Move is_arm_mapping_symbol() to module_symbol.hGravatar Tiezhu Yang 1-13/+1
2023-04-13module: Sync code of is_arm_mapping_symbol()Gravatar Tiezhu Yang 1-2/+3
2023-04-04kallsyms: Disable preemption for find_kallsyms_symbol_valueGravatar Jiri Olsa 1-3/+13
2023-03-24module: already_uses() - reduce pr_debug output volumeGravatar Jim Cromie 1-3/+1
2023-03-24module: add section-size to move_module pr_debugGravatar Jim Cromie 1-2/+2
2023-03-24module: add symbol-name to pr_debug Absolute symbolGravatar Jim Cromie 1-2/+2
2023-03-24module: in layout_sections, move_module: add the modnameGravatar Jim Cromie 1-3/+3
2023-03-24module: fold usermode helper kmod into modules directoryGravatar Luis Chamberlain 2-1/+180
2023-03-24module: merge remnants of setup_load_info() to elf validationGravatar Luis Chamberlain 1-33/+27