summaryrefslogtreecommitdiffstats
path: root/kernel/module
Commit message (Expand)AuthorAgeFilesLines
* module: fix init_module_from_file() error handlingLinus Torvalds2023-07-041-16/+23
* Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-011-0/+12
|\
| * kbuild: generate KSYMTAB entries by modpostMasahiro Yamada2023-06-221-0/+12
* | Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-282-35/+0
|\ \
| * | kallsyms: remove unsed API lookup_symbol_attrsManinder Singh2023-05-261-28/+0
| * | module: Remove preempt_disable() from module reference counting.Sebastian Andrzej Siewior2023-05-231-7/+0
* | | modules: catch concurrent module loads, treat them as idempotentLinus Torvalds2023-06-281-2/+71
* | | module: split up 'finit_module()' into init_module_from_file() helperLinus Torvalds2023-06-281-15/+27
* | | module/decompress: Fix error checking on zstd decompressionLucas De Marchi2023-06-011-1/+1
* | | module: fix module load for ia64Song Liu2023-05-301-2/+2
|/ /
* / module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli2023-05-221-1/+3
|/
* module: include internal.h in module/dups.cArnd Bergmann2023-05-021-0/+2
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-2714-669/+1786
|\
| * module: add debugging auto-load duplicate module supportLuis Chamberlain2023-04-195-4/+340
| * module: stats: fix invalid_mod_bytes typoArnd Bergmann2023-04-181-1/+1
| * module: remove use of uninitialized variable lenTom Rix2023-04-181-1/+1
| * module: fix building stats for 32-bit targetsArnd Bergmann2023-04-181-23/+23
| * module: stats: include uapi/linux/module.hArnd Bergmann2023-04-181-0/+1
| * module: avoid allocation if module is already present and readyLuis Chamberlain2023-04-182-7/+10
| * module: add debug stats to help identify memory pressureLuis Chamberlain2023-04-187-11/+615
| * module: extract patient module check into helperLuis Chamberlain2023-04-181-52/+60
| * modules/kmod: replace implementation with a semaphoreLuis Chamberlain2023-04-181-19/+7
| * module: fix kmemleak annotations for non init ELF sectionsLuis Chamberlain2023-04-141-5/+10
| * module: Ignore L0 and rename is_arm_mapping_symbol()Tiezhu Yang2023-04-131-1/+1
| * 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