| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-24 | kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI | Kees Cook | 2 | -2/+2 |
| 2025-08-05 | Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -11/+2 |
| 2025-08-02 | execmem: introduce execmem_alloc_rw() | Mike Rapoport (Microsoft) | 1 | -11/+2 |
| 2025-07-31 | module: Remove unnecessary +1 from last_unloaded_module::name size | Petr Pavlu | 1 | -1/+1 |
| 2025-07-31 | module: Prevent silent truncation of module name in delete_module(2) | Petr Pavlu | 1 | -4/+6 |
| 2025-07-31 | module: move 'struct module_use' to internal.h | Thomas Weißschuh | 1 | -0/+7 |
| 2025-07-30 | Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-29 | Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -1/+32 |
| 2025-07-29 | Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+7 |
| 2025-07-28 | Merge tag 'audit-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+4 |
| 2025-07-23 | module: Move modprobe_path and modules_disabled ctl_tables into the module su... | Joel Granados | 2 | -1/+32 |
| 2025-07-22 | tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD | Steven Rostedt | 1 | -1/+1 |
| 2025-07-08 | module: Make sure relocations are applied to the per-CPU section | Sebastian Andrzej Siewior | 1 | -2/+8 |
| 2025-07-08 | module: Avoid unnecessary return value initialization in move_module() | Petr Pavlu | 1 | -2/+1 |
| 2025-07-08 | module: Fix memory deallocation on error path in move_module() | Petr Pavlu | 1 | -2/+2 |
| 2025-06-17 | sysfs: treewide: switch back to attribute_group::bin_attrs | Thomas Weißschuh | 1 | -5/+5 |
| 2025-06-17 | sysfs: treewide: switch back to bin_attribute::read()/write() | Thomas Weißschuh | 1 | -2/+2 |
| 2025-06-16 | audit,module: restore audit logging in load failure case | Richard Guy Briggs | 1 | -2/+4 |
| 2025-06-07 | Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+87 |
| 2025-06-05 | alloc_tag: handle module codetag load errors as module load failures | Suren Baghdasaryan | 1 | -2/+3 |
| 2025-06-02 | Merge tag 'modules-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -24/+57 |
| 2025-05-25 | Merge tag 'mm-hotfixes-stable-2025-05-25-00-58' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -0/+1 |
| 2025-05-25 | module: Account for the build time module name mangling | Peter Zijlstra | 1 | -1/+25 |
| 2025-05-25 | module: Extend the module namespace parsing | Peter Zijlstra | 1 | -2/+34 |
| 2025-05-25 | module: Add module specific symbol namespace support | Peter Zijlstra | 1 | -2/+31 |
| 2025-05-25 | module: release codetag section when module load fails | David Wang | 1 | -0/+1 |
| 2025-05-18 | module: Remove outdated comment about text_size | Valentin Schneider | 1 | -5/+4 |
| 2025-05-18 | module: Make .static_call_sites read-only after init | Petr Pavlu | 1 | -0/+9 |
| 2025-05-18 | module: Add a separate function to mark sections as read-only after init | Petr Pavlu | 3 | -15/+38 |
| 2025-05-18 | module: Constify parameters of module_enforce_rwx_sections() | Petr Pavlu | 2 | -4/+6 |
| 2025-05-12 | kbuild: Require pahole <v1.28 or >v1.29 with GENDWARFKSYMS on X86 | Sami Tolvanen | 1 | -0/+5 |
| 2025-03-31 | Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+13 |
| 2025-03-30 | Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -140/+77 |
| 2025-03-28 | module: Add module_for_each_mod() function | Steven Rostedt | 1 | -0/+13 |
| 2025-03-10 | module: Remove unnecessary size argument when calling strscpy() | Thorsten Blum | 1 | -2/+2 |
| 2025-03-10 | module: Replace deprecated strncpy() with strscpy() | Thorsten Blum | 1 | -1/+1 |
| 2025-03-10 | module: Use RCU in all users of __module_text_address(). | Sebastian Andrzej Siewior | 1 | -11/+5 |
| 2025-03-10 | module: Use RCU in all users of __module_address(). | Sebastian Andrzej Siewior | 2 | -11/+3 |
| 2025-03-10 | module: Use RCU in search_module_extables(). | Sebastian Andrzej Siewior | 1 | -14/+9 |
| 2025-03-10 | module: Allow __module_address() to be called from RCU section. | Sebastian Andrzej Siewior | 2 | -14/+1 |
| 2025-03-10 | module: Use RCU in __is_module_percpu_address(). | Sebastian Andrzej Siewior | 1 | -5/+1 |
| 2025-03-10 | module: Use RCU in find_symbol(). | Sebastian Andrzej Siewior | 2 | -25/+19 |
| 2025-03-10 | module: Remove module_assert_mutex_or_preempt() from try_add_tainted_module(). | Sebastian Andrzej Siewior | 1 | -2/+0 |
| 2025-03-10 | module: Use RCU in module_kallsyms_on_each_symbol(). | Sebastian Andrzej Siewior | 1 | -4/+2 |
| 2025-03-10 | module: Use RCU in __find_kallsyms_symbol_value(). | Sebastian Andrzej Siewior | 1 | -13/+4 |
| 2025-03-10 | module: Use RCU in find_module_all(). | Sebastian Andrzej Siewior | 2 | -4/+3 |
| 2025-03-10 | module: Use RCU in module_get_kallsym(). | Sebastian Andrzej Siewior | 1 | -4/+2 |
| 2025-03-10 | module: Use RCU in find_kallsyms_symbol(). | Sebastian Andrzej Siewior | 1 | -4/+3 |
| 2025-03-10 | module: Use proper RCU assignment in add_kallsyms(). | Sebastian Andrzej Siewior | 1 | -17/+14 |
| 2025-03-10 | module: Begin to move from RCU-sched to RCU. | Sebastian Andrzej Siewior | 2 | -9/+8 |
| 2025-02-14 | module: don't annotate ROX memory as kmemleak_not_leak() | Mike Rapoport (Microsoft) | 1 | -1/+2 |
| 2025-02-03 | module: switch to execmem API for remapping as RW and restoring ROX | Mike Rapoport (Microsoft) | 2 | -61/+26 |
| 2025-01-31 | Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 4 | -15/+202 |
| 2025-01-28 | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2025-01-26 | module: sign with sha512 instead of sha1 by default | Thorsten Leemhuis | 1 | -0/+1 |
| 2025-01-26 | module: Don't fail module loading when setting ro_after_init section RO failed | Christophe Leroy | 1 | -3/+4 |
| 2025-01-26 | module: Split module_enable_rodata_ro() | Christophe Leroy | 3 | -7/+13 |
| 2025-01-26 | module: sysfs: Use const 'struct bin_attribute' | Thomas Weißschuh | 1 | -10/+10 |
| 2025-01-26 | module: sysfs: Add notes attributes through attribute_group | Thomas Weißschuh | 1 | -26/+28 |
| 2025-01-26 | module: sysfs: Simplify section attribute allocation | Thomas Weißschuh | 1 | -8/+10 |
| 2025-01-26 | module: sysfs: Drop 'struct module_sect_attr' | Thomas Weißschuh | 1 | -15/+11 |
| 2025-01-26 | module: sysfs: Drop member 'module_sect_attr::address' | Thomas Weißschuh | 1 | -5/+2 |
| 2025-01-26 | module: sysfs: Drop member 'module_sect_attrs::nsections' | Thomas Weißschuh | 1 | -6/+3 |
| 2025-01-26 | module: Constify 'struct module_attribute' | Thomas Weißschuh | 3 | -24/+24 |
| 2025-01-26 | module: Put known GPL offenders in an array | Uwe Kleine-König | 1 | -9/+14 |
| 2025-01-11 | modpost: Allow extended modversions without basic MODVERSIONS | Matthew Maurer | 1 | -0/+15 |
| 2025-01-11 | modpost: Produce extended MODVERSIONS information | Matthew Maurer | 1 | -0/+10 |
| 2025-01-11 | modules: Support extended MODVERSIONS info | Matthew Maurer | 3 | -8/+140 |
| 2025-01-11 | kbuild: Add gendwarfksyms as an alternative to genksyms | Sami Tolvanen | 1 | -0/+22 |
| 2025-01-11 | tools: Add gendwarfksyms | Sami Tolvanen | 1 | -0/+8 |
| 2025-01-10 | module: get symbol CRC back to unsigned | Masahiro Yamada | 3 | -7/+7 |
| 2025-01-09 | sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read() | Thomas Weißschuh | 1 | -1/+1 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -1/+1 |
| 2024-11-27 | Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -148/+428 |
| 2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -29/+125 |
| 2024-11-18 | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -9/+6 |
| 2024-11-07 | alloc_tag: load module tags into separate contiguous memory | Suren Baghdasaryan | 1 | -26/+58 |
| 2024-11-07 | module: prepare to handle ROX allocations for text | Mike Rapoport (Microsoft) | 3 | -8/+72 |
| 2024-11-03 | fdget(), more trivial conversions | Al Viro | 1 | -8/+3 |
| 2024-11-03 | regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range() | Al Viro | 1 | -1/+3 |
| 2024-10-19 | module: Reformat struct for code style | Matthew Maurer | 1 | -1/+6 |
| 2024-10-19 | module: Additional validation in elf_validity_cache_strtab | Matthew Maurer | 1 | -1/+37 |
| 2024-10-19 | module: Factor out elf_validity_cache_strtab | Matthew Maurer | 1 | -3/+20 |
| 2024-10-19 | module: Group section index calculations together | Matthew Maurer | 1 | -17/+51 |
| 2024-10-19 | module: Factor out elf_validity_cache_index_str | Matthew Maurer | 1 | -9/+28 |
| 2024-10-19 | module: Factor out elf_validity_cache_index_sym | Matthew Maurer | 1 | -29/+44 |
| 2024-10-19 | module: Factor out elf_validity_cache_index_mod | Matthew Maurer | 1 | -62/+67 |
| 2024-10-19 | module: Factor out elf_validity_cache_index_info | Matthew Maurer | 1 | -14/+68 |
| 2024-10-19 | module: Factor out elf_validity_cache_secstrings | Matthew Maurer | 1 | -37/+69 |
| 2024-10-19 | module: Factor out elf_validity_cache_sechdrs | Matthew Maurer | 1 | -43/+82 |
| 2024-10-19 | module: Factor out elf_validity_ehdr | Matthew Maurer | 1 | -23/+47 |
| 2024-10-19 | module: Take const arg in validate_section_offset | Matthew Maurer | 1 | -1/+1 |
| 2024-10-07 | remove pointless includes of <linux/fdtable.h> | Al Viro | 2 | -2/+0 |
| 2024-09-28 | Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -73/+85 |
| 2024-09-25 | Kbuild: make MODVERSIONS support depend on not being a compile test build | Linus Torvalds | 1 | -0/+1 |
| 2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2024-09-17 | Merge tag 'x86-build-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2024-09-13 | module: Refine kmemleak scanned areas | Vincent Donnefort | 1 | -14/+4 |
| 2024-09-13 | module: abort module loading when sysfs setup suffer errors | Chunhui Li | 1 | -21/+42 |
| 2024-08-19 | module: Clean up the description of MODULE_SIG_<type> | Petr Pavlu | 1 | -8/+8 |
| 2024-08-19 | module: Split modules_install compression and in-kernel decompression | Petr Pavlu | 1 | -30/+31 |
| 2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -1/+1 |
| 2024-08-09 | module: make waiting for a concurrent module loader interruptible | Linus Torvalds | 1 | -15/+25 |
| 2024-08-08 | module: warn about excessively long module waits | Linus Torvalds | 1 | -7/+20 |
| 2024-08-08 | module: Fix KCOV-ignored file name | Dmitry Vyukov | 1 | -1/+1 |
| 2024-07-09 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Paolo Abeni | 1 | -1/+4 |
| 2024-06-27 | kallsyms: rework symbol lookup return codes | Arnd Bergmann | 1 | -13/+12 |
| 2024-06-21 | module, bpf: Store BTF base pointer in struct module | Alan Maguire | 1 | -1/+4 |
| 2024-05-22 | Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -12/+1 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -7/+21 |
| 2024-05-14 | mm/execmem, arch: convert remaining overrides of module_alloc to execmem | Mike Rapoport (IBM) | 1 | -20/+6 |
| 2024-05-14 | mm: introduce execmem_alloc() and execmem_free() | Mike Rapoport (IBM) | 2 | -17/+9 |
| 2024-05-14 | module: make module_memory_{alloc,free} more self-contained | Mike Rapoport (IBM) | 1 | -25/+39 |
| 2024-05-14 | kallsyms: replace deprecated strncpy with strscpy | Justin Stitt | 1 | -1/+1 |
| 2024-05-14 | module: allow UNUSED_KSYMS_WHITELIST to be relative against objtree. | Yifan Hong | 1 | -1/+1 |
| 2024-04-25 | lib: prevent module unloading if memory is not freed | Suren Baghdasaryan | 1 | -8/+19 |
| 2024-04-25 | lib: code tagging module support | Suren Baghdasaryan | 1 | -0/+4 |
| 2024-04-23 | Merge 6.9-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+5 |
| 2024-04-11 | treewide: Use sysfs_bin_attr_simple_read() helper | Lukas Wunner | 1 | -12/+1 |
| 2024-03-25 | Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -0/+5 |
| 2024-03-22 | Revert "crypto: pkcs7 - remove sha1 support" | Eric Biggers | 1 | -0/+5 |
| 2024-03-21 | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -2/+1 |
| 2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+7 |
| 2024-03-04 | modules: wait do_free_init correctly | Changbin Du | 1 | -2/+7 |
| 2024-02-20 | kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMS | Masahiro Yamada | 1 | -2/+1 |
| 2024-02-16 | module: Don't ignore errors from set_memory_XX() | Christophe Leroy | 3 | -22/+55 |
| 2024-02-02 | modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabled | Christophe Leroy | 1 | -5/+1 |
| 2024-01-29 | module: Change module_enable_{nx/x/ro}() to more explicit names | Christophe Leroy | 3 | -10/+10 |
| 2024-01-29 | module: Use set_memory_rox() | Christophe Leroy | 3 | -7/+9 |
| 2024-01-10 | Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2023-12-19 | module: Remove redundant TASK_UNINTERRUPTIBLE | Kevin Hao | 1 | -1/+1 |
| 2023-12-18 | kunit: add KUNIT_INIT_TABLE to init linker section | Rae Moar | 1 | -0/+3 |
| 2023-11-02 | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -10/+15 |
| 2023-11-02 | module/decompress: use kvmalloc() consistently | Andrea Righi | 1 | -4/+4 |
| 2023-11-01 | module: Annotate struct module_notes_attrs with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-11-01 | module: Fix comment typo | Zhu Mao | 1 | -1/+1 |
| 2023-11-01 | module/decompress: use vmalloc() for gzip decompression workspace | Andrea Righi | 1 | -2/+2 |
| 2023-10-27 | module: enable automatic module signing with FIPS 202 SHA-3 | Dimitri John Ledkov | 1 | -0/+15 |
| 2023-10-20 | module: Do not offer sha224 for built-in module signing | Dimitri John Ledkov | 1 | -5/+0 |
| 2023-10-20 | crypto: pkcs7 - remove sha1 support | Dimitri John Ledkov | 1 | -5/+0 |
| 2023-08-29 | module/decompress: use vmalloc() for zstd decompression workspace | Andrea Righi | 1 | -2/+2 |
| 2023-08-03 | module: Expose module_init_layout_section() | James Morse | 1 | -1/+1 |
| 2023-08-02 | modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules | Christoph Hellwig | 1 | -3/+11 |
| 2023-07-24 | modpost, kallsyms: Treat add '$'-prefixed symbols as mapping symbols | Palmer Dabbelt | 1 | -1/+1 |
| 2023-07-10 | module: Ignore RISC-V mapping symbols too | Palmer Dabbelt | 1 | -1/+1 |
| 2023-07-04 | module: fix init_module_from_file() error handling | Linus Torvalds | 1 | -16/+23 |
| 2023-07-01 | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -0/+12 |
| 2023-06-28 | Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -35/+0 |
| 2023-06-28 | modules: catch concurrent module loads, treat them as idempotent | Linus Torvalds | 1 | -2/+71 |
| 2023-06-28 | module: split up 'finit_module()' into init_module_from_file() helper | Linus Torvalds | 1 | -15/+27 |
| 2023-06-22 | kbuild: generate KSYMTAB entries by modpost | Masahiro Yamada | 1 | -0/+12 |
| 2023-06-01 | module/decompress: Fix error checking on zstd decompression | Lucas De Marchi | 1 | -1/+1 |
| 2023-05-30 | module: fix module load for ia64 | Song Liu | 1 | -2/+2 |
| 2023-05-26 | kallsyms: remove unsed API lookup_symbol_attrs | Maninder Singh | 1 | -28/+0 |
| 2023-05-23 | module: Remove preempt_disable() from module reference counting. | Sebastian Andrzej Siewior | 1 | -7/+0 |
| 2023-05-22 | module: Fix use-after-free bug in read_file_mod_stats() | Harshit Mogalapalli | 1 | -1/+3 |
| 2023-05-02 | module: include internal.h in module/dups.c | Arnd Bergmann | 1 | -0/+2 |
| 2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 14 | -669/+1786 |
| 2023-04-26 | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -4/+13 |
| 2023-04-19 | module: add debugging auto-load duplicate module support | Luis Chamberlain | 5 | -4/+340 |
| 2023-04-18 | module: stats: fix invalid_mod_bytes typo | Arnd Bergmann | 1 | -1/+1 |
| 2023-04-18 | module: remove use of uninitialized variable len | Tom Rix | 1 | -1/+1 |
| 2023-04-18 | module: fix building stats for 32-bit targets | Arnd Bergmann | 1 | -23/+23 |
| 2023-04-18 | module: stats: include uapi/linux/module.h | Arnd Bergmann | 1 | -0/+1 |
| 2023-04-18 | module: avoid allocation if module is already present and ready | Luis Chamberlain | 2 | -7/+10 |
| 2023-04-18 | module: add debug stats to help identify memory pressure | Luis Chamberlain | 7 | -11/+615 |
| 2023-04-18 | module: extract patient module check into helper | Luis Chamberlain | 1 | -52/+60 |
| 2023-04-18 | modules/kmod: replace implementation with a semaphore | Luis Chamberlain | 1 | -19/+7 |
| 2023-04-14 | module: fix kmemleak annotations for non init ELF sections | Luis Chamberlain | 1 | -5/+10 |
| 2023-04-13 | module: Ignore L0 and rename is_arm_mapping_symbol() | Tiezhu Yang | 1 | -1/+1 |
| 2023-04-13 | module: Move is_arm_mapping_symbol() to module_symbol.h | Tiezhu Yang | 1 | -13/+1 |
| 2023-04-13 | module: Sync code of is_arm_mapping_symbol() | Tiezhu Yang | 1 | -2/+3 |
| 2023-04-04 | kallsyms: Disable preemption for find_kallsyms_symbol_value | Jiri Olsa | 1 | -3/+13 |
| 2023-03-24 | module: already_uses() - reduce pr_debug output volume | Jim Cromie | 1 | -3/+1 |
| 2023-03-24 | module: add section-size to move_module pr_debug | Jim Cromie | 1 | -2/+2 |
| 2023-03-24 | module: add symbol-name to pr_debug Absolute symbol | Jim Cromie | 1 | -2/+2 |
| 2023-03-24 | module: in layout_sections, move_module: add the modname | Jim Cromie | 1 | -3/+3 |
| 2023-03-24 | module: fold usermode helper kmod into modules directory | Luis Chamberlain | 2 | -1/+180 |
| 2023-03-24 | module: merge remnants of setup_load_info() to elf validation | Luis Chamberlain | 1 | -33/+27 |
| 2023-03-24 | module: move more elf validity checks to elf_validity_check() | Luis Chamberlain | 1 | -35/+44 |
| 2023-03-24 | module: add stop-grap sanity check on module memcpy() | Luis Chamberlain | 1 | -4/+22 |
| 2023-03-24 | module: add sanity check for ELF module section | Luis Chamberlain | 1 | -9/+53 |
| 2023-03-24 | module: rename check_module_license_and_versions() to check_export_symbol_ver... | Luis Chamberlain | 1 | -2/+2 |
| 2023-03-24 | module: converge taint work together | Luis Chamberlain | 1 | -28/+24 |
| 2023-03-24 | module: move signature taint to module_augment_kernel_taints() | Luis Chamberlain | 1 | -9/+9 |
| 2023-03-24 | module: move tainting until after a module hits our linked list | Luis Chamberlain | 1 | -12/+10 |
| 2023-03-24 | module: split taint adding with info checking | Luis Chamberlain | 1 | -22/+40 |
| 2023-03-24 | module: split taint work out of check_modinfo_livepatch() | Luis Chamberlain | 1 | -5/+6 |
| 2023-03-24 | module: rename set_license() to module_license_taint_check() | Luis Chamberlain | 1 | -3/+2 |
| 2023-03-24 | module: move check_modinfo() early to early_mod_check() | Luis Chamberlain | 1 | -4/+4 |
| 2023-03-24 | module: move early sanity checks into a helper | Luis Chamberlain | 1 | -17/+26 |
| 2023-03-24 | module: add a for_each_modinfo_entry() | Luis Chamberlain | 2 | -4/+4 |
| 2023-03-24 | module: rename next_string() to module_next_tag_pair() | Luis Chamberlain | 2 | -3/+5 |
| 2023-03-24 | module: move get_modinfo() helpers all above | Luis Chamberlain | 1 | -52/+48 |
| 2023-03-22 | module/decompress: Never use kunmap() for local un-mappings | Fabio M. De Francesco | 1 | -1/+1 |
| 2023-03-19 | kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym... | Zhen Lei | 1 | -3/+2 |
| 2023-03-17 | kallsyms, bpf: Move find_kallsyms_symbol_value out of internal header | Viktor Malik | 1 | -6/+0 |
| 2023-03-15 | bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules | Viktor Malik | 1 | -0/+5 |
| 2023-03-09 | dyndbg: use the module notifier callbacks | Jason Baron | 2 | -24/+8 |
| 2023-03-09 | module: Remove the unused function within | Jiapeng Chong | 1 | -5/+0 |