summaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-17kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa1-2/+0
2024-06-21NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-1/+1
2024-06-21exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-3/+3
2024-06-21kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig1-0/+2
2024-06-21kallsyms: refactor {,module_}kallsyms_on_each_symbolChristoph Hellwig1-9/+4
2024-06-21module: use RCU to synchronize find_moduleChristoph Hellwig1-1/+0
2024-06-21module: unexport find_module and module_mutexChristoph Hellwig1-2/+0
2023-09-19modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig1-2/+13
2023-09-02module: Expose module_init_layout_section()James Morse1-1/+1
2023-02-01module: Don't wait for GOING modulesPetr Pavlu1-5/+21
2022-05-25module: check for exit sections in layout_sections() instead of module_init_s...Jessica Yu1-6/+11
2022-05-25module: treat exit sections the same as init sections when !CONFIG_MODULE_UNLOADJessica Yu1-5/+4
2022-02-23Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv1-20/+5
2021-06-30module: limit enabling module.sig_enforceMimi Zohar1-5/+9
2021-03-25module: harden ELF info handlingFrank van der Linden1-19/+124
2021-03-25module: avoid *goto*s in module_sig_check()Sergey Shtylyov1-10/+10
2021-03-25module: merge repetitive strings in module_sig_check()Sergey Shtylyov1-4/+5
2021-03-04module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song1-2/+19
2021-01-06module: delay kobject uevent until after module init callJessica Yu1-2/+3
2021-01-06module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes1-0/+1
2020-10-22Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+11
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+15
2020-10-12module: statically initialize init section freeing dataDaniel Jordan1-10/+3
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook1-1/+1
2020-10-05module: Call security_kernel_post_load_data()Kees Cook1-4/+10
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook1-1/+1
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook1-1/+1
2020-10-05fs/kernel_read_file: Remove redundant size argumentKees Cook1-4/+3
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden1-0/+1
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook1-1/+1
2020-09-02module: Add more error message for failed kernel module loadingQu Wenruo1-2/+8
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf1-0/+5
2020-09-01module: Properly propagate MODULE_STATE_COMING failurePeter Zijlstra1-3/+7
2020-08-14Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+43
2020-08-07Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+19
2020-08-07module: Correctly truncate sysfs sections outputKees Cook1-3/+19
2020-08-05modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig1-0/+26
2020-08-01modules: return licensing information from find_symbolChristoph Hellwig1-5/+11
2020-08-01modules: rename the licence field in struct symsearch to licenseChristoph Hellwig1-2/+2
2020-08-01modules: unexport __module_addressChristoph Hellwig1-1/+0
2020-08-01modules: unexport __module_text_addressChristoph Hellwig1-1/+0
2020-08-01modules: mark each_symbol_section staticChristoph Hellwig1-2/+1
2020-08-01modules: mark find_symbol staticChristoph Hellwig1-2/+1
2020-08-01modules: mark ref_module staticChristoph Hellwig1-4/+2
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie1-1/+1
2020-07-09Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-24/+27
2020-07-08module: Do not expose section addresses to non-CAP_SYSLOGKees Cook1-3/+3
2020-07-08module: Refactor section attr into bin attributeKees Cook1-21/+24
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credKees Cook1-1/+1
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig1-1/+1