aboutsummaryrefslogtreecommitdiff
path: root/kernel/module
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-2/+0
2022-12-07module/decompress: Support zstd in-kernel decompressionGravatar Stephen Boyd 2-3/+92
2022-12-02module: add module_elf_check_arch for module-specific checksGravatar Nicholas Piggin 1-0/+10
2022-11-11module: Fix NULL vs IS_ERR checking for module_get_next_pageGravatar Miaoqian Lin 1-4/+4
2022-11-11module: Remove unused macros module_addr_min/maxGravatar Chen Zhongjin 1-3/+0
2022-11-11module: remove redundant module_sysfs_initialized variableGravatar Rasmus Villemoes 1-1/+1
2022-10-25kallsyms: Make module_kallsyms_on_each_symbol generally availableGravatar Jiri Olsa 1-2/+0
2022-10-10module: tracking: Keep a record of tainted unloaded modules onlyGravatar Aaron Tomlin 1-0/+3
2022-10-10Merge tag 'modules-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-1/+69
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-11/+13
2022-09-26cfi: Switch to -fsanitize=kcfiGravatar Sami Tolvanen 1-32/+3
2022-09-26cfi: Remove CONFIG_CFI_CLANG_SHADOWGravatar Sami Tolvanen 1-15/+0
2022-09-12Merge 6.0-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+1