summaryrefslogtreecommitdiffstats
path: root/kernel/module (follow)
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
* Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-272-148/+428
|\
| * module: Reformat struct for code styleMatthew Maurer2024-10-201-1/+6
| * module: Additional validation in elf_validity_cache_strtabMatthew Maurer2024-10-191-1/+37
| * module: Factor out elf_validity_cache_strtabMatthew Maurer2024-10-191-3/+20
| * module: Group section index calculations togetherMatthew Maurer2024-10-191-17/+51
| * module: Factor out elf_validity_cache_index_strMatthew Maurer2024-10-191-9/+28
| * module: Factor out elf_validity_cache_index_symMatthew Maurer2024-10-191-29/+44
| * module: Factor out elf_validity_cache_index_modMatthew Maurer2024-10-191-62/+67
| * module: Factor out elf_validity_cache_index_infoMatthew Maurer2024-10-191-14/+68
| * module: Factor out elf_validity_cache_secstringsMatthew Maurer2024-10-191-37/+69
| * module: Factor out elf_validity_cache_sechdrsMatthew Maurer2024-10-191-43/+82
| * module: Factor out elf_validity_ehdrMatthew Maurer2024-10-191-23/+47
| * module: Take const arg in validate_section_offsetMatthew Maurer2024-10-191-1/+1
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-233-29/+125
|\ \
| * | alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan2024-11-071-26/+58
| * | module: prepare to handle ROX allocations for textMike Rapoport (Microsoft)2024-11-073-8/+72
| |/
* | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-9/+6
|\ \
| * | fdget(), more trivial conversionsAl Viro2024-11-031-8/+3
| * | regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()Al Viro2024-11-031-1/+3
| |/
* / remove pointless includes of <linux/fdtable.h>Al Viro2024-10-072-2/+0
|/
* 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
|\ \