aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module
AgeCommit message (Expand)AuthorFilesLines
2026-08-06module: validate string table section typesThiébaud Weksteen1-1/+13
2026-08-06module/dups: Clean up includesPetr Pavlu1-20/+12
2026-08-06module/dups: Use strcmp() to compare module namesPetr Pavlu1-4/+2
2026-08-06module/dups: Use scope-based cleanup helpersPetr Pavlu1-33/+23
2026-08-06module/dups: Avoid unnecessary kmod_dup_req allocationsPetr Pavlu1-16/+22
2026-08-06module/dups: Fix use-after-free in kmod_dup_req lifetime handlingPetr Pavlu1-16/+40
2026-08-06module/dups: Inform duplicate requests about the result directlyPetr Pavlu1-34/+9
2026-08-06module: Remove unnecessary module::argsPetr Pavlu1-7/+8
2026-08-06module: procfs: use matching type for accumulator in module_total_size()Naveen Kumar Chaudhary1-1/+1
2026-08-06module: use strscpy() to copy module names in stats and dup trackingNaveen Kumar Chaudhary2-2/+2
2026-08-06module/kallsyms: fix nextval for data symbol lookupStanislaw Gruszka1-8/+16
2026-06-04module: decompress: check return value of module_extend_max_pages()Andrii Kuchmenko1-0/+2
2026-04-04module: Simplify warning on positive returns from module_init()Lucas De Marchi1-7/+3
2026-04-04module: Override -EEXIST module returnLucas De Marchi1-0/+8
2026-03-31module: deprecate usage of *_gpl sections in module loaderSiddharth Nayyar2-31/+18
2026-03-31module: use kflagstab instead of *_gpl sectionsSiddharth Nayyar2-26/+30
2026-03-24module: Give MODULE_SIG_STRING a more descriptive nameThomas Weißschuh1-2/+2
2026-03-19module: expose imported namespaces via sysfsNicholas Sielicki1-1/+68
2026-03-18module: Fix freeing of charp module parameters when CONFIG_SYSFS=nPetr Pavlu1-2/+2
2026-02-23module: Fix kernel panic when a symbol st_shndx is out of boundsIhor Solodrai1-0/+7
2026-02-23module: Fix the modversions and signing submenusPetr Pavlu1-10/+13
2026-02-23module: Remove duplicate freeing of lockdep classesPetr Pavlu1-6/+0
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-10/+9
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+2
2026-02-10Merge tag 'modules-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linuxLinus Torvalds3-12/+7
2026-01-20module: add helper function for reading module_buildid()Petr Mladek1-7/+2
2026-01-15kernel: modules: Add SPDX license identifier to kmod.cTim Bird1-0/+1
2025-12-22module/decompress: Avoid open-coded kvrealloc()Kees Cook1-5/+5
2025-12-22module: Remove SHA-1 support for module signingPetr Pavlu1-5/+0
2025-12-22module: replace use of system_wq with system_dfl_wqMarco Crivellari1-2/+2
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-11-19ima: Access decompressed kernel module to verify appended signatureCoiby Xu1-3/+14
2025-11-12taint/module: remove unnecessary taint_flag.module fieldPetr Pavlu1-1/+1
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook2-2/+2
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-11/+2
2025-08-02execmem: introduce execmem_alloc_rw()Mike Rapoport (Microsoft)1-11/+2
2025-07-31module: Remove unnecessary +1 from last_unloaded_module::name sizePetr Pavlu1-1/+1
2025-07-31module: Prevent silent truncation of module name in delete_module(2)Petr Pavlu1-4/+6
2025-07-31module: move 'struct module_use' to internal.hThomas Weißschuh1-0/+7
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+1
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds2-1/+32
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-7/+7
2025-07-28Merge tag 'audit-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-2/+4
2025-07-23module: Move modprobe_path and modules_disabled ctl_tables into the module subsysJoel Granados2-1/+32
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt1-1/+1
2025-07-08module: Make sure relocations are applied to the per-CPU sectionSebastian Andrzej Siewior1-2/+8
2025-07-08module: Avoid unnecessary return value initialization in move_module()Petr Pavlu1-2/+1
2025-07-08module: Fix memory deallocation on error path in move_module()Petr Pavlu1-2/+2