summaryrefslogtreecommitdiffstats
path: root/kernel/module (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-283-73/+85
|\
| * module: Refine kmemleak scanned areasVincent Donnefort2024-09-131-14/+4
| * module: abort module loading when sysfs setup suffer errorsChunhui Li2024-09-131-21/+42
| * module: Clean up the description of MODULE_SIG_<type>Petr Pavlu2024-08-201-8/+8
| * module: Split modules_install compression and in-kernel decompressionPetr Pavlu2024-08-201-30/+31
* | Kbuild: make MODVERSIONS support depend on not being a compile test buildLinus Torvalds2024-09-251-0/+1
* | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-1/+1
|\ \
| * | introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-1/+1
* | | Merge tag 'x86-build-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-09-171-1/+1
|\ \ \ | |_|/ |/| |
| * | module: Fix KCOV-ignored file nameDmitry Vyukov2024-08-081-1/+1
| |/
* | module: make waiting for a concurrent module loader interruptibleLinus Torvalds2024-08-091-15/+25
* | module: warn about excessively long module waitsLinus Torvalds2024-08-081-7/+20
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-07-091-1/+4
|\
| * module, bpf: Store BTF base pointer in struct moduleAlan Maguire2024-06-211-1/+4
* | kallsyms: rework symbol lookup return codesArnd Bergmann2024-06-271-13/+12
|/
* 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