summaryrefslogtreecommitdiff
path: root/kernel/module/main.c
Commit message (Expand)AuthorAgeFilesLines
* module: avoid allocation if module is already present and readyLuis Chamberlain2023-04-181-1/+5
* module: add debug stats to help identify memory pressureLuis Chamberlain2023-04-181-5/+60
* module: extract patient module check into helperLuis Chamberlain2023-04-181-52/+60
* module: fix kmemleak annotations for non init ELF sectionsLuis Chamberlain2023-04-141-5/+10
* 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: 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-241-4/+1
* module: rename next_string() to module_next_tag_pair()Luis Chamberlain2023-03-241-3/+3
* module: move get_modinfo() helpers all aboveLuis Chamberlain2023-03-241-52/+48
* dyndbg: use the module notifier callbacksJason Baron2023-03-091-22/+8
* module: Remove the unused function withinJiapeng Chong2023-03-091-5/+0
* module: replace module_layout with module_memorySong Liu2023-03-091-186/+189
* module: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-01-251-1/+2
* 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
* | module: Remove unused macros module_addr_min/maxChen Zhongjin2022-11-111-3/+0
|/
* Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-071-9/+11
|\
| * Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman2022-09-121-1/+1
| |\
| * | kernel/module: add __dyndbg_classes sectionJim Cromie2022-09-071-0/+2
| * | dyndbg: gather __dyndbg[] state into struct _ddebug_infoJim Cromie2022-09-071-9/+9
* | | cfi: Switch to -fsanitize=kcfiSami Tolvanen2022-09-261-32/+3
* | | cfi: Remove CONFIG_CFI_CLANG_SHADOWSami Tolvanen2022-09-261-15/+0
| |/ |/|
* | module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=mDavid Gow2022-08-151-1/+1
|/
* Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-081-13/+30
|\
| * module: Show the last unloaded module's taint flag(s)Aaron Tomlin2022-07-141-5/+11
| * module: Use strscpy() for last_unloaded_moduleAaron Tomlin2022-07-141-1/+1
| * module: Modify module_flags() to accept show_state argumentAaron Tomlin2022-07-141-4/+7
| * module: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang2022-07-111-2/+1
| * module: Fix ERRORs reported by checkpatch.plChristophe Leroy2022-07-111-1/+1
| * module: Add support for default value for module async_probeSaravana Kannan2022-07-111-1/+10
* | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-021-0/+13
|\ \ | |/ |/|
| * kunit: unify module and builtin suite definitionsJeremy Kerr2022-07-111-0/+6
| * module: panic: Taint the kernel when selftest modules loadDavid Gow2022-07-111-0/+7
* | module: Fix "warning: variable 'exit' set but not used"Christophe Leroy2022-07-011-4/+5
|/