summaryrefslogtreecommitdiffstats
path: root/kernel/module
Commit message (Expand)AuthorAgeFilesLines
...
| * module: Move is_arm_mapping_symbol() to module_symbol.hTiezhu Yang2023-04-131-13/+1
| * module: Sync code of is_arm_mapping_symbol()Tiezhu Yang2023-04-131-2/+3
| * module: already_uses() - reduce pr_debug output volumeJim Cromie2023-03-241-3/+1
| * module: add section-size to move_module pr_debugJim Cromie2023-03-241-2/+2
| * module: add symbol-name to pr_debug Absolute symbolJim Cromie2023-03-241-2/+2
| * module: in layout_sections, move_module: add the modnameJim Cromie2023-03-241-3/+3
| * module: fold usermode helper kmod into modules directoryLuis Chamberlain2023-03-242-1/+180
| * module: merge remnants of setup_load_info() to elf validationLuis Chamberlain2023-03-241-33/+27
| * module: move more elf validity checks to elf_validity_check()Luis Chamberlain2023-03-241-35/+44
| * module: add stop-grap sanity check on module memcpy()Luis Chamberlain2023-03-241-4/+22
| * module: add sanity check for ELF module sectionLuis Chamberlain2023-03-241-9/+53
| * module: rename check_module_license_and_versions() to check_export_symbol_ver...Luis Chamberlain2023-03-241-2/+2
| * module: converge taint work togetherLuis Chamberlain2023-03-241-28/+24
| * module: move signature taint to module_augment_kernel_taints()Luis Chamberlain2023-03-241-9/+9
| * module: move tainting until after a module hits our linked listLuis Chamberlain2023-03-241-12/+10
| * module: split taint adding with info checkingLuis Chamberlain2023-03-241-22/+40
| * module: split taint work out of check_modinfo_livepatch()Luis Chamberlain2023-03-241-5/+6
| * module: rename set_license() to module_license_taint_check()Luis Chamberlain2023-03-241-3/+2
| * module: move check_modinfo() early to early_mod_check()Luis Chamberlain2023-03-241-4/+4
| * module: move early sanity checks into a helperLuis Chamberlain2023-03-241-17/+26
| * module: add a for_each_modinfo_entry()Luis Chamberlain2023-03-242-4/+4
| * module: rename next_string() to module_next_tag_pair()Luis Chamberlain2023-03-242-3/+5
| * module: move get_modinfo() helpers all aboveLuis Chamberlain2023-03-241-52/+48
| * module/decompress: Never use kunmap() for local un-mappingsFabio M. De Francesco2023-03-221-1/+1
| * kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei2023-03-191-3/+2
| * dyndbg: use the module notifier callbacksJason Baron2023-03-092-24/+8
| * module: Remove the unused function withinJiapeng Chong2023-03-091-5/+0
| * module: replace module_layout with module_memorySong Liu2023-03-097-350/+294
* | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-262-4/+13
|\ \
| * | kallsyms: Disable preemption for find_kallsyms_symbol_valueJiri Olsa2023-04-041-3/+13
| * | kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik2023-03-171-6/+0
| * | bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik2023-03-151-0/+5
| |/
* / livepatch: fix ELF typosAlexey Dobriyan2023-03-091-5/+5
|/
* Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-231-1/+2
|\
| * module: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-01-251-1/+2
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-281-1/+12
|\ \ | |/ |/|
| * livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei2023-01-191-1/+12
* | module: Don't wait for GOING modulesPetr Pavlu2023-01-241-5/+21
|/
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-191-0/+10
|\
| * module: add module_elf_check_arch for module-specific checksNicholas Piggin2022-12-021-0/+10
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-2/+0
|\ \
| * | kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa2022-10-251-2/+0
| |/
* | module/decompress: Support zstd in-kernel decompressionStephen Boyd2022-12-072-3/+92
* | module: Fix NULL vs IS_ERR checking for module_get_next_pageMiaoqian Lin2022-11-111-4/+4
* | module: Remove unused macros module_addr_min/maxChen Zhongjin2022-11-111-3/+0
* | module: remove redundant module_sysfs_initialized variableRasmus Villemoes2022-11-111-1/+1
|/
* module: tracking: Keep a record of tainted unloaded modules onlyAaron Tomlin2022-10-101-0/+3
* Merge tag 'modules-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-102-1/+69
|\
| * module/decompress: generate sysfs string at compile timeDavid Disseldorp2022-09-081-1/+1
| * module: Add debugfs interface to view unloaded tainted modulesAaron Tomlin2022-09-081-0/+68