aboutsummaryrefslogtreecommitdiff
path: root/kernel/module
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-24module: move more elf validity checks to elf_validity_check()Gravatar Luis Chamberlain 1-35/+44
2023-03-24module: add stop-grap sanity check on module memcpy()Gravatar Luis Chamberlain 1-4/+22
2023-03-24module: add sanity check for ELF module sectionGravatar Luis Chamberlain 1-9/+53
2023-03-24module: rename check_module_license_and_versions() to check_export_symbol_ver...Gravatar Luis Chamberlain 1-2/+2
2023-03-24module: converge taint work togetherGravatar Luis Chamberlain 1-28/+24
2023-03-24module: move signature taint to module_augment_kernel_taints()Gravatar Luis Chamberlain 1-9/+9
2023-03-24module: move tainting until after a module hits our linked listGravatar Luis Chamberlain 1-12/+10
2023-03-24module: split taint adding with info checkingGravatar Luis Chamberlain 1-22/+40
2023-03-24module: split taint work out of check_modinfo_livepatch()Gravatar Luis Chamberlain 1-5/+6
2023-03-24module: rename set_license() to module_license_taint_check()Gravatar Luis Chamberlain 1-3/+2
2023-03-24module: move check_modinfo() early to early_mod_check()Gravatar Luis Chamberlain 1-4/+4