summaryrefslogtreecommitdiffstats
path: root/kernel/module/main.c
AgeCommit message (Expand)AuthorLines
2026-04-04module: Simplify warning on positive returns from module_init()Lucas De Marchi-7/+3
2026-04-04module: Override -EEXIST module returnLucas De Marchi-0/+8
2026-03-31module: deprecate usage of *_gpl sections in module loaderSiddharth Nayyar-28/+18
2026-03-31module: use kflagstab instead of *_gpl sectionsSiddharth Nayyar-26/+29
2026-03-19module: expose imported namespaces via sysfsNicholas Sielicki-1/+68
2026-03-18module: Fix freeing of charp module parameters when CONFIG_SYSFS=nPetr Pavlu-2/+2
2026-02-23module: Fix kernel panic when a symbol st_shndx is out of boundsIhor Solodrai-0/+7
2026-02-23module: Remove duplicate freeing of lockdep classesPetr Pavlu-6/+0
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2025-11-19ima: Access decompressed kernel module to verify appended signatureCoiby Xu-3/+14
2025-11-12taint/module: remove unnecessary taint_flag.module fieldPetr Pavlu-1/+1
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-11/+2
2025-08-02execmem: introduce execmem_alloc_rw()Mike Rapoport (Microsoft)-11/+2
2025-07-31module: Remove unnecessary +1 from last_unloaded_module::name sizePetr Pavlu-1/+1
2025-07-31module: Prevent silent truncation of module name in delete_module(2)Petr Pavlu-4/+6
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-1/+1
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+29
2025-07-28Merge tag 'audit-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+4
2025-07-23module: Move modprobe_path and modules_disabled ctl_tables into the module su...Joel Granados-1/+29
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt-1/+1
2025-07-08module: Make sure relocations are applied to the per-CPU sectionSebastian Andrzej Siewior-2/+8
2025-07-08module: Avoid unnecessary return value initialization in move_module()Petr Pavlu-2/+1
2025-07-08module: Fix memory deallocation on error path in move_module()Petr Pavlu-2/+2
2025-06-16audit,module: restore audit logging in load failure caseRichard Guy Briggs-2/+4
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+87
2025-06-05alloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan-2/+3
2025-06-02Merge tag 'modules-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-20/+7
2025-05-25module: Account for the build time module name manglingPeter Zijlstra-1/+25
2025-05-25module: Extend the module namespace parsingPeter Zijlstra-2/+34
2025-05-25module: Add module specific symbol namespace supportPeter Zijlstra-2/+31
2025-05-25module: release codetag section when module load failsDavid Wang-0/+1
2025-05-18module: Remove outdated comment about text_sizeValentin Schneider-5/+4
2025-05-18module: Add a separate function to mark sections as read-only after initPetr Pavlu-15/+3
2025-03-31Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+13
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-70/+39
2025-03-28module: Add module_for_each_mod() functionSteven Rostedt-0/+13
2025-03-10module: Remove unnecessary size argument when calling strscpy()Thorsten Blum-2/+2
2025-03-10module: Replace deprecated strncpy() with strscpy()Thorsten Blum-1/+1
2025-03-10module: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior-11/+5
2025-03-10module: Use RCU in all users of __module_address().Sebastian Andrzej Siewior-7/+2
2025-03-10module: Use RCU in search_module_extables().Sebastian Andrzej Siewior-14/+9
2025-03-10module: Allow __module_address() to be called from RCU section.Sebastian Andrzej Siewior-3/+1
2025-03-10module: Use RCU in __is_module_percpu_address().Sebastian Andrzej Siewior-5/+1
2025-03-10module: Use RCU in find_symbol().Sebastian Andrzej Siewior-18/+12
2025-03-10module: Use RCU in find_module_all().Sebastian Andrzej Siewior-4/+2
2025-03-10module: Begin to move from RCU-sched to RCU.Sebastian Andrzej Siewior-5/+4
2025-02-14module: don't annotate ROX memory as kmemleak_not_leak()Mike Rapoport (Microsoft)-1/+2
2025-02-03module: switch to execmem API for remapping as RW and restoring ROXMike Rapoport (Microsoft)-57/+21