index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
module.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-30
module: limit enabling module.sig_enforce
Mimi Zohar
1
-0
/
+9
2021-05-22
modules: inherit TAINT_PROPRIETARY_MODULE
Christoph Hellwig
1
-0
/
+27
2021-05-22
modules: return licensing information from find_symbol
Christoph Hellwig
1
-5
/
+11
2021-05-22
modules: rename the licence field in struct symsearch to license
Christoph Hellwig
1
-2
/
+2
2021-05-22
modules: unexport __module_address
Christoph Hellwig
1
-1
/
+0
2021-05-22
modules: unexport __module_text_address
Christoph Hellwig
1
-1
/
+0
2021-05-22
modules: mark each_symbol_section static
Christoph Hellwig
1
-2
/
+1
2021-05-22
modules: mark find_symbol static
Christoph Hellwig
1
-2
/
+1
2021-05-22
modules: mark ref_module static
Christoph Hellwig
1
-4
/
+2
2021-03-04
module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbols
Fangrui Song
1
-2
/
+19
2021-01-06
module: delay kobject uevent until after module init call
Jessica Yu
1
-2
/
+3
2021-01-06
module: set MODULE_STATE_GOING state when a module fails to load
Miroslav Benes
1
-0
/
+1
2020-08-21
module: Correctly truncate sysfs sections output
Kees Cook
1
-3
/
+19
2020-07-16
module: Do not expose section addresses to non-CAP_SYSLOG
Kees Cook
1
-3
/
+3
2020-07-16
module: Refactor section attr into bin attribute
Kees Cook
1
-21
/
+24
2020-07-16
kernel: module: Use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2020-07-16
kallsyms: Refactor kallsyms_show_value() to take cred
Kees Cook
1
-1
/
+1
2020-02-24
module: avoid setting info->name early in case we can fall back to info->mod-...
Jessica Yu
1
-5
/
+4
2020-02-11
kernel/module: Fix memleak in module_add_modinfo_attrs()
YueHaibing
1
-0
/
+2
2019-12-17
kernel/module.c: wakeup processes in module_wq on module unload
Konstantin Khorenko
1
-0
/
+2
2019-09-19
modules: fix compile error if don't have strict module rwx
Yang Yingliang
1
-3
/
+10
2019-09-19
modules: fix BUG when load module with rodata=n
Yang Yingliang
1
-4
/
+7
2019-09-16
kernel/module: Fix mem leak in module_add_modinfo_attrs
YueHaibing
1
-5
/
+17
2019-09-16
modules: always page-align module section allocations
Jessica Yu
1
-6
/
+1
2019-08-06
kernel/module.c: Only return -EEXIST for modules that have finished loading
Prarit Bhargava
1
-4
/
+2
2019-06-04
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-1
/
+1
2019-05-31
x86/modules: Avoid breaking W^X while loading modules
Nadav Amit
1
-0
/
+5
2019-02-12
kobject: return error code if writing /sys/.../uevent fails
Peter Rajnoha
1
-2
/
+4
2018-08-22
module: use relative references for __ksymtab entries
Ard Biesheuvel
1
-6
/
+26
2018-08-17
Merge tag 'modules-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-77
/
+66
2018-08-02
kernel/module: Use kmemdup to replace kmalloc+memcpy
zhong jiang
1
-4
/
+2
2018-07-16
module: replace the existing LSM hook in init_module
Mimi Zohar
1
-1
/
+1
2018-07-02
modsign: log module name in the event of an error
Jessica Yu
1
-21
/
+1
2018-06-25
module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literal
Masahiro Yamada
1
-4
/
+2
2018-06-25
module: print sensible error code
Jason A. Donenfeld
1
-2
/
+2
2018-06-22
module: setup load info before module_sig_check()
Jessica Yu
1
-34
/
+43
2018-06-22
module: make it clear when we're handling the module copy in info->hdr
Jessica Yu
1
-21
/
+21
2018-06-18
module: exclude SHN_UNDEF symbols from kallsyms api
Jessica Yu
1
-1
/
+5
2018-06-16
Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+1
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-2
/
+1
2018-05-11
init: fix false positives in W+X checking
Jeffrey Hugo
1
-0
/
+5
2018-04-18
module: Fix display of wrong module .text address
Thomas Richter
1
-1
/
+2
2018-04-16
module: Allow to always show the status of modsign
Jia Zhang
1
-2
/
+0
2018-04-16
module: Do not access sig_enforce directly
Jia Zhang
1
-1
/
+1
2018-04-02
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
1
-4
/
+0
2018-03-16
mm: remove blackfin MPU support
Arnd Bergmann
1
-4
/
+0
2018-03-08
module: propagate error in modules_open()
Leon Yu
1
-1
/
+1
2018-02-07
Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+1
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
1
-0
/
+6
[next]