summaryrefslogtreecommitdiffstats
path: root/kernel/module/internal.h
Commit message (Expand)AuthorAgeFilesLines
* kbuild: generate KSYMTAB entries by modpostMasahiro Yamada2023-06-221-0/+12
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-25/+115
|\
| * module: add debugging auto-load duplicate module supportLuis Chamberlain2023-04-191-0/+15
| * module: add debug stats to help identify memory pressureLuis Chamberlain2023-04-181-0/+78
| * module: add a for_each_modinfo_entry()Luis Chamberlain2023-03-241-0/+3
| * module: rename next_string() to module_next_tag_pair()Luis Chamberlain2023-03-241-0/+2
| * dyndbg: use the module notifier callbacksJason Baron2023-03-091-2/+0
| * module: replace module_layout with module_memorySong Liu2023-03-091-23/+17
* | kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik2023-03-171-6/+0
* | bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik2023-03-151-0/+5
|/
* dyndbg: gather __dyndbg[] state into struct _ddebug_infoJim Cromie2022-09-071-2/+2
* module: Modify module_flags() to accept show_state argumentAaron Tomlin2022-07-141-1/+1
* module: Fix selfAssignment cppcheck warningChristophe Leroy2022-07-011-5/+8
* module: Introduce module unload taint trackingAaron Tomlin2022-05-121-0/+21
* module: Move module_assert_mutex_or_preempt() to internal.hAaron Tomlin2022-05-121-0/+12
* module: Make module_flags_taint() accept a module's taints bitmap and usable ...Aaron Tomlin2022-05-121-0/+1
* module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy2022-04-051-0/+3
* module: Introduce data_layoutChristophe Leroy2022-04-051-0/+2
* module: Prepare for handling several RB treesChristophe Leroy2022-04-051-2/+2
* module: Always have struct mod_tree_rootChristophe Leroy2022-04-051-1/+3
* module: Rename debug_align() as strict_align()Christophe Leroy2022-04-051-2/+2
* module: Rework layout alignment to avoid BUG_ON()sChristophe Leroy2022-04-051-0/+1
* module: Move module_enable_x() and frob_text() in strict_rwx.cChristophe Leroy2022-04-051-14/+1
* module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWXChristophe Leroy2022-04-051-4/+2
* module: Move version support into a separate fileAaron Tomlin2022-04-051-0/+48
* module: Move sysfs support into a separate fileAaron Tomlin2022-04-051-0/+21
* module: Move procfs support into a separate fileAaron Tomlin2022-04-051-0/+1
* module: Move kallsyms support into a separate fileAaron Tomlin2022-04-051-0/+29
* module: Move kmemleak support to a separate fileAaron Tomlin2022-04-051-0/+7
* module: Move extra signature support out of core codeAaron Tomlin2022-04-051-0/+9
* module: Move strict rwx support to a separate fileAaron Tomlin2022-04-051-0/+32
* module: Move latched RB-tree support to a separate fileAaron Tomlin2022-04-051-0/+33
* module: Move livepatch support to a separate fileAaron Tomlin2022-04-051-0/+22
* module: Make internal.h and decompress.c more compliantAaron Tomlin2022-04-051-2/+4
* module: Simple refactor in preparation for splitAaron Tomlin2022-04-051-0/+21
* module: Move all into module/Aaron Tomlin2022-04-041-0/+50