summaryrefslogtreecommitdiffstats
path: root/kernel/module (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-221-12/+1
|\
| * Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman2024-04-231-0/+5
| |\
| * | treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner2024-04-111-12/+1
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-7/+21
|\ \ \
| * | | lib: prevent module unloading if memory is not freedSuren Baghdasaryan2024-04-261-8/+19
| * | | lib: code tagging module supportSuren Baghdasaryan2024-04-261-0/+4
| | |/ | |/|
* | | mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)2024-05-141-20/+6
* | | mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)2024-05-142-17/+9
* | | module: make module_memory_{alloc,free} more self-containedMike Rapoport (IBM)2024-05-141-25/+39
* | | kallsyms: replace deprecated strncpy with strscpyJustin Stitt2024-05-141-1/+1
* | | module: allow UNUSED_KSYMS_WHITELIST to be relative against objtree.Yifan Hong2024-05-141-1/+1
|/ /
* | 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-151-2/+7
|\ \
| * | modules: wait do_free_init correctlyChangbin Du2024-03-051-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-111-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-031-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-292-35/+0
|\ \
| * | kallsyms: remove unsed API lookup_symbol_attrsManinder Singh2023-05-271-28/+0
| * | module: Remove preempt_disable() from module reference counting.Sebastian Andrzej Siewior2023-05-241-7/+0
* | | modules: catch concurrent module loads, treat them as idempotentLinus Torvalds2023-06-291-2/+71
* | | module: split up 'finit_module()' into init_module_from_file() helperLinus Torvalds2023-06-291-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-031-0/+2
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-2814-669/+1786
|\