index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
module
/
internal.h
Age
Commit message (
Expand
)
Author
2024-02-16
module: Don't ignore errors from set_memory_XX()
Christophe Leroy
2024-01-29
module: Change module_enable_{nx/x/ro}() to more explicit names
Christophe Leroy
2024-01-29
module: Use set_memory_rox()
Christophe Leroy
2023-06-22
kbuild: generate KSYMTAB entries by modpost
Masahiro Yamada
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-19
module: add debugging auto-load duplicate module support
Luis Chamberlain
2023-04-18
module: add debug stats to help identify memory pressure
Luis Chamberlain
2023-03-24
module: add a for_each_modinfo_entry()
Luis Chamberlain
2023-03-24
module: rename next_string() to module_next_tag_pair()
Luis Chamberlain
2023-03-17
kallsyms, bpf: Move find_kallsyms_symbol_value out of internal header
Viktor Malik
2023-03-15
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
2023-03-09
dyndbg: use the module notifier callbacks
Jason Baron
2023-03-09
module: replace module_layout with module_memory
Song Liu
2022-09-07
dyndbg: gather __dyndbg[] state into struct _ddebug_info
Jim Cromie
2022-07-14
module: Modify module_flags() to accept show_state argument
Aaron Tomlin
2022-07-01
module: Fix selfAssignment cppcheck warning
Christophe Leroy
2022-05-12
module: Introduce module unload taint tracking
Aaron Tomlin
2022-05-12
module: Move module_assert_mutex_or_preempt() to internal.h
Aaron Tomlin
2022-05-12
module: Make module_flags_taint() accept a module's taints bitmap and usable ...
Aaron Tomlin
2022-04-05
module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
Christophe Leroy
2022-04-05
module: Introduce data_layout
Christophe Leroy
2022-04-05
module: Prepare for handling several RB trees
Christophe Leroy
2022-04-05
module: Always have struct mod_tree_root
Christophe Leroy
2022-04-05
module: Rename debug_align() as strict_align()
Christophe Leroy
2022-04-05
module: Rework layout alignment to avoid BUG_ON()s
Christophe Leroy
2022-04-05
module: Move module_enable_x() and frob_text() in strict_rwx.c
Christophe Leroy
2022-04-05
module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWX
Christophe Leroy
2022-04-05
module: Move version support into a separate file
Aaron Tomlin
2022-04-05
module: Move sysfs support into a separate file
Aaron Tomlin
2022-04-05
module: Move procfs support into a separate file
Aaron Tomlin
2022-04-05
module: Move kallsyms support into a separate file
Aaron Tomlin
2022-04-05
module: Move kmemleak support to a separate file
Aaron Tomlin
2022-04-05
module: Move extra signature support out of core code
Aaron Tomlin
2022-04-05
module: Move strict rwx support to a separate file
Aaron Tomlin
2022-04-05
module: Move latched RB-tree support to a separate file
Aaron Tomlin
2022-04-05
module: Move livepatch support to a separate file
Aaron Tomlin
2022-04-05
module: Make internal.h and decompress.c more compliant
Aaron Tomlin
2022-04-05
module: Simple refactor in preparation for split
Aaron Tomlin
2022-04-04
module: Move all into module/
Aaron Tomlin