aboutsummaryrefslogtreecommitdiff
path: root/kernel/module
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-24module: move early sanity checks into a helperGravatar Luis Chamberlain 1-17/+26
2023-03-24module: add a for_each_modinfo_entry()Gravatar Luis Chamberlain 2-4/+4
2023-03-24module: rename next_string() to module_next_tag_pair()Gravatar Luis Chamberlain 2-3/+5
2023-03-24module: move get_modinfo() helpers all aboveGravatar Luis Chamberlain 1-52/+48
2023-03-22module/decompress: Never use kunmap() for local un-mappingsGravatar Fabio M. De Francesco 1-1/+1
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Gravatar Zhen Lei 1-3/+2
2023-03-17kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerGravatar Viktor Malik 1-6/+0
2023-03-15bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesGravatar Viktor Malik 1-0/+5
2023-03-09dyndbg: use the module notifier callbacksGravatar Jason Baron 2-24/+8
2023-03-09module: Remove the unused function withinGravatar Jiapeng Chong 1-5/+0
2023-03-09module: replace module_layout with module_memoryGravatar Song Liu 7-350/+294
2023-03-09livepatch: fix ELF typosGravatar Alexey Dobriyan 1-5/+5
2023-02-23Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+12
2023-01-25module: Use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-1/+2
2023-01-24module: Don't wait for GOING modulesGravatar Petr Pavlu 1-5/+21
2023-01-19livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Gravatar Zhen Lei 1-1/+12
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+10