summaryrefslogtreecommitdiffstats
path: root/kernel/module
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-251-0/+5
|\
| * Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers2024-03-221-0/+5
* | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-2/+1
|\ \
| * | kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMSMasahiro Yamada2024-02-201-2/+1
| |/
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-2/+7
|\ \
| * | modules: wait do_free_init correctlyChangbin Du2024-03-041-2/+7
| |/
* | module: Don't ignore errors from set_memory_XX()Christophe Leroy2024-02-163-22/+55
* | modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabledChristophe Leroy2024-02-021-5/+1
* | module: Change module_enable_{nx/x/ro}() to more explicit namesChristophe Leroy2024-01-293-10/+10
* | module: Use set_memory_rox()Christophe Leroy2024-01-293-7/+9
|/
* Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-1/+1
|\
| * module: Remove redundant TASK_UNINTERRUPTIBLEKevin Hao2023-12-191-1/+1
* | kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar2023-12-181-0/+3
|/
* Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-021-10/+15
|\
| * module: enable automatic module signing with FIPS 202 SHA-3Dimitri John Ledkov2023-10-271-0/+15
| * module: Do not offer sha224 for built-in module signingDimitri John Ledkov2023-10-201-5/+0
| * crypto: pkcs7 - remove sha1 supportDimitri John Ledkov2023-10-201-5/+0
* | module/decompress: use kvmalloc() consistentlyAndrea Righi2023-11-021-4/+4
* | module: Annotate struct module_notes_attrs with __counted_byKees Cook2023-11-011-1/+1
* | module: Fix comment typoZhu Mao2023-11-011-1/+1
* | module/decompress: use vmalloc() for gzip decompression workspaceAndrea Righi2023-11-011-2/+2
|/
* module/decompress: use vmalloc() for zstd decompression workspaceAndrea Righi2023-08-291-2/+2
* module: Expose module_init_layout_section()James Morse2023-08-031-1/+1
* modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig2023-08-021-3/+11
* modpost, kallsyms: Treat add '$'-prefixed symbols as mapping symbolsPalmer Dabbelt2023-07-241-1/+1
* module: Ignore RISC-V mapping symbols tooPalmer Dabbelt2023-07-101-1/+1
* module: fix init_module_from_file() error handlingLinus Torvalds2023-07-041-16/+23
* Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-011-0/+12
|\
| * kbuild: generate KSYMTAB entries by modpostMasahiro Yamada2023-06-221-0/+12
* | Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-282-35/+0
|\ \
| * | kallsyms: remove unsed API lookup_symbol_attrsManinder Singh2023-05-261-28/+0
| * | module: Remove preempt_disable() from module reference counting.Sebastian Andrzej Siewior2023-05-231-7/+0
* | | modules: catch concurrent module loads, treat them as idempotentLinus Torvalds2023-06-281-2/+71
* | | module: split up 'finit_module()' into init_module_from_file() helperLinus Torvalds2023-06-281-15/+27
* | | module/decompress: Fix error checking on zstd decompressionLucas De Marchi2023-06-011-1/+1
* | | module: fix module load for ia64Song Liu2023-05-301-2/+2
|/ /
* / module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli2023-05-221-1/+3
|/
* module: include internal.h in module/dups.cArnd Bergmann2023-05-021-0/+2
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-2714-669/+1786
|\
| * module: add debugging auto-load duplicate module supportLuis Chamberlain2023-04-195-4/+340
| * module: stats: fix invalid_mod_bytes typoArnd Bergmann2023-04-181-1/+1
| * module: remove use of uninitialized variable lenTom Rix2023-04-181-1/+1
| * module: fix building stats for 32-bit targetsArnd Bergmann2023-04-181-23/+23
| * module: stats: include uapi/linux/module.hArnd Bergmann2023-04-181-0/+1
| * module: avoid allocation if module is already present and readyLuis Chamberlain2023-04-182-7/+10
| * module: add debug stats to help identify memory pressureLuis Chamberlain2023-04-187-11/+615
| * module: extract patient module check into helperLuis Chamberlain2023-04-181-52/+60
| * modules/kmod: replace implementation with a semaphoreLuis Chamberlain2023-04-181-19/+7
| * module: fix kmemleak annotations for non init ELF sectionsLuis Chamberlain2023-04-141-5/+10
| * module: Ignore L0 and rename is_arm_mapping_symbol()Tiezhu Yang2023-04-131-1/+1