summaryrefslogtreecommitdiff
path: root/kernel/module
AgeCommit message (Expand)Author
23 hoursMerge branch 'modules-next' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown
32 hourskallsyms: delta-compress lineinfo tables for ~2.7x size reductionSasha Levin
32 hourskallsyms: extend lineinfo to loadable modulesSasha Levin
36 hoursmodule: deprecate usage of *_gpl sections in module loaderSiddharth Nayyar
36 hoursmodule: use kflagstab instead of *_gpl sectionsSiddharth Nayyar
9 daysmodule: Give MODULE_SIG_STRING a more descriptive nameThomas Weißschuh
14 daysmodule: expose imported namespaces via sysfsNicholas Sielicki
2026-03-18module: Fix freeing of charp module parameters when CONFIG_SYSFS=nPetr Pavlu
2026-02-23module: Fix kernel panic when a symbol st_shndx is out of boundsIhor Solodrai
2026-02-23module: Fix the modversions and signing submenusPetr Pavlu
2026-02-23module: Remove duplicate freeing of lockdep classesPetr Pavlu
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-10Merge tag 'modules-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-01-20module: add helper function for reading module_buildid()Petr Mladek
2026-01-15kernel: modules: Add SPDX license identifier to kmod.cTim Bird
2025-12-22module/decompress: Avoid open-coded kvrealloc()Kees Cook
2025-12-22module: Remove SHA-1 support for module signingPetr Pavlu
2025-12-22module: replace use of system_wq with system_dfl_wqMarco Crivellari
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-11-19ima: Access decompressed kernel module to verify appended signatureCoiby Xu
2025-11-12taint/module: remove unnecessary taint_flag.module fieldPetr Pavlu
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-08-02execmem: introduce execmem_alloc_rw()Mike Rapoport (Microsoft)
2025-07-31module: Remove unnecessary +1 from last_unloaded_module::name sizePetr Pavlu
2025-07-31module: Prevent silent truncation of module name in delete_module(2)Petr Pavlu
2025-07-31module: move 'struct module_use' to internal.hThomas Weißschuh
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-28Merge tag 'audit-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-23module: Move modprobe_path and modules_disabled ctl_tables into the module su...Joel Granados
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt
2025-07-08module: Make sure relocations are applied to the per-CPU sectionSebastian Andrzej Siewior
2025-07-08module: Avoid unnecessary return value initialization in move_module()Petr Pavlu
2025-07-08module: Fix memory deallocation on error path in move_module()Petr Pavlu
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh
2025-06-16audit,module: restore audit logging in load failure caseRichard Guy Briggs
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-06-05alloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan
2025-06-02Merge tag 'modules-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-25Merge tag 'mm-hotfixes-stable-2025-05-25-00-58' of git://git.kernel.org/pub/s...Linus Torvalds
2025-05-25module: Account for the build time module name manglingPeter Zijlstra
2025-05-25module: Extend the module namespace parsingPeter Zijlstra
2025-05-25module: Add module specific symbol namespace supportPeter Zijlstra
2025-05-25module: release codetag section when module load failsDavid Wang